Pull request #39817 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from a3f9cb5b635a76484a926289bfa4fc6feee1763a+cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb (a2c4772b58c0ed3bf81d6bee7f3fab1f63b518c1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ead69454b4062f17d1f8389642089a002b037213 Commit message: "Merge pull request #10 from russellcardullo/sonar-scan" > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2019-09-11T09:13:28.455Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-09-11T09:13:28.461Z] Trying to pass milestone 2 [Pipeline] milestone [2019-09-11T09:13:28.468Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-09-11T09:13:28.593Z] Running on ubuntu-1804-overlay2 (i-0a2b7b84dd28c5dd7) in /home/ubuntu/workspace/moby_PR-39817 [Pipeline] { [Pipeline] checkout [2019-09-11T09:13:28.645Z] using credential docker-jenkins-github-credentials [2019-09-11T09:13:28.653Z] Cloning the remote Git repository [2019-09-11T09:13:28.653Z] Cloning with configured refspecs honoured and without tags [2019-09-11T09:13:28.663Z] Cloning repository https://github.com/moby/moby.git [2019-09-11T09:13:28.663Z] > git init /home/ubuntu/workspace/moby_PR-39817 # timeout=10 [2019-09-11T09:13:28.676Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:13:28.676Z] > git --version # timeout=10 [2019-09-11T09:13:28.680Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:13:28.680Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:13:41.460Z] Fetching without tags [2019-09-11T09:13:41.788Z] Merging remotes/origin/master commit cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb into PR head commit a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:13:42.337Z] Merge succeeded, producing a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:13:42.337Z] Checking out Revision a3f9cb5b635a76484a926289bfa4fc6feee1763a (PR-39817) [2019-09-11T09:13:42.697Z] Commit message: "TestDispatch: refactor to use subtests again, and fix linting (structcheck)" [2019-09-11T09:13:42.705Z] First time build. Skipping changelog. [2019-09-11T09:13:41.419Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:13:41.428Z] > git config --add remote.origin.fetch +refs/pull/39817/head:refs/remotes/origin/PR-39817 # timeout=10 [2019-09-11T09:13:41.439Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-11T09:13:41.452Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:13:41.471Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:13:41.471Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:13:41.472Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:13:41.797Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:13:41.802Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:13:42.313Z] > git merge cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb # timeout=10 [2019-09-11T09:13:42.331Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-11T09:13:42.347Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:13:42.363Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:13:42.708Z] > git rev-list --no-walk cf958e2aadc51af1ab737b6b13906b74e4867b44 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-11T09:13:43.589Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39817:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-09-11T09:13:43.589Z] Unable to find image 'alpine:latest' locally [2019-09-11T09:13:43.589Z] latest: Pulling from library/alpine [2019-09-11T09:13:43.589Z] 9d48c3bd43c5: Already exists [2019-09-11T09:13:43.847Z] Digest: sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb [2019-09-11T09:13:43.847Z] Status: Downloaded newer image for alpine:latest [2019-09-11T09:13:47.119Z] 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 [Pipeline] { (Print info) [Pipeline] stage [2019-09-11T09:13:47.573Z] Running on ubuntu-1804-overlay2 (i-0d4f2b4ac88fb7a1e) in /home/ubuntu/workspace/moby_PR-39817 [2019-09-11T09:13:47.573Z] Running on ubuntu-1804-overlay2 (i-076e7011d83370d0e) in /home/ubuntu/workspace/moby_PR-39817 [Pipeline] { (Print info) Stage "z-master" skipped due to when conditional [Pipeline] } Stage "powerpc-master" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [Pipeline] checkout [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2019-09-11T09:13:47.646Z] using credential docker-jenkins-github-credentials [2019-09-11T09:13:47.653Z] Cloning the remote Git repository [2019-09-11T09:13:47.653Z] Cloning with configured refspecs honoured and without tags Stage "z-master" skipped due to when conditional [Pipeline] } Stage "powerpc-master" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2019-09-11T09:13:47.682Z] using credential docker-jenkins-github-credentials [2019-09-11T09:13:47.688Z] Cloning the remote Git repository [2019-09-11T09:13:47.688Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [2019-09-11T09:13:47.703Z] Running on s390x-ubuntu-15 in /home/jenkins/workspace/moby_PR-39817 Stage "z-master" skipped due to when conditional [Pipeline] } Stage "powerpc-master" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-09-11T09:13:47.983Z] Running on azwin-2-9225a0 in d:\jenkins\workspace\moby_PR-39817 [Pipeline] { [2019-09-11T09:13:47.994Z] using credential docker-jenkins-github-credentials [Pipeline] ws [2019-09-11T09:13:47.998Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2019-09-11T09:13:48.001Z] Running on azwin-2-a0f470 in d:\jenkins\workspace\moby_PR-39817 [Pipeline] { [Pipeline] checkout [Pipeline] ws [2019-09-11T09:13:48.032Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-09-11T09:13:48.120Z] Cloning the remote Git repository [2019-09-11T09:13:48.120Z] Cloning with configured refspecs honoured and without tags [2019-09-11T09:13:48.312Z] using credential docker-jenkins-github-credentials [2019-09-11T09:13:48.334Z] using credential docker-jenkins-github-credentials [2019-09-11T09:13:48.386Z] Cloning the remote Git repository [2019-09-11T09:13:48.386Z] Cloning with configured refspecs honoured and without tags [2019-09-11T09:13:48.408Z] Cloning the remote Git repository [2019-09-11T09:13:48.408Z] Cloning with configured refspecs honoured and without tags [2019-09-11T09:13:47.749Z] Cloning repository https://github.com/moby/moby.git [2019-09-11T09:13:47.749Z] > git init /home/ubuntu/workspace/moby_PR-39817 # timeout=10 [2019-09-11T09:13:47.760Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:13:47.760Z] > git --version # timeout=10 [2019-09-11T09:13:47.766Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:13:47.767Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:13:47.714Z] Cloning repository https://github.com/moby/moby.git [2019-09-11T09:13:47.714Z] > git init /home/ubuntu/workspace/moby_PR-39817 # timeout=10 [2019-09-11T09:13:47.738Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:13:47.738Z] > git --version # timeout=10 [2019-09-11T09:13:47.742Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:13:47.742Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:13:48.175Z] Cloning repository https://github.com/moby/moby.git [2019-09-11T09:13:48.178Z] > git init /home/jenkins/workspace/moby_PR-39817 # timeout=10 [2019-09-11T09:13:48.211Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:13:48.213Z] > git --version # timeout=10 [2019-09-11T09:13:48.233Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:13:48.240Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:13:48.423Z] Cloning repository https://github.com/moby/moby.git [2019-09-11T09:13:48.423Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-09-11T09:13:48.480Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:13:48.480Z] > git --version # timeout=10 [2019-09-11T09:13:48.522Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:13:48.524Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:13:48.446Z] Cloning repository https://github.com/moby/moby.git [2019-09-11T09:13:48.447Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-09-11T09:13:48.513Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:13:48.513Z] > git --version # timeout=10 [2019-09-11T09:13:48.564Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:13:48.565Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:13:56.998Z] Fetching without tags [2019-09-11T09:13:56.868Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:13:56.886Z] > git config --add remote.origin.fetch +refs/pull/39817/head:refs/remotes/origin/PR-39817 # timeout=10 [2019-09-11T09:13:56.905Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-11T09:13:56.969Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:13:57.040Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:13:57.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:13:57.043Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:13:57.419Z] Merging remotes/origin/master commit cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb into PR head commit a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:13:58.178Z] Merge succeeded, producing a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:13:58.179Z] Checking out Revision a3f9cb5b635a76484a926289bfa4fc6feee1763a (PR-39817) [2019-09-11T09:13:57.457Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:13:57.475Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:13:58.078Z] > git merge cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb # timeout=10 [2019-09-11T09:13:58.147Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-11T09:13:58.218Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:13:58.238Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:13:58.933Z] Commit message: "TestDispatch: refactor to use subtests again, and fix linting (structcheck)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-11T09:14:00.250Z] + docker version [2019-09-11T09:14:00.250Z] Client: [2019-09-11T09:14:00.250Z] Version: 18.06.1-ce [2019-09-11T09:14:00.250Z] API version: 1.38 [2019-09-11T09:14:00.250Z] Go version: go1.10.3 [2019-09-11T09:14:00.250Z] Git commit: e68fc7a [2019-09-11T09:14:00.250Z] Built: Tue Aug 21 17:24:34 2018 [2019-09-11T09:14:00.250Z] OS/Arch: linux/s390x [2019-09-11T09:14:00.250Z] Experimental: false [2019-09-11T09:14:00.250Z] [2019-09-11T09:14:00.250Z] Server: [2019-09-11T09:14:00.250Z] Engine: [2019-09-11T09:14:00.250Z] Version: 18.06.1-ce [2019-09-11T09:14:00.250Z] API version: 1.38 (minimum version 1.12) [2019-09-11T09:14:00.250Z] Go version: go1.10.3 [2019-09-11T09:14:00.250Z] Git commit: e68fc7a [2019-09-11T09:14:00.250Z] Built: Tue Aug 21 17:23:34 2018 [2019-09-11T09:14:00.250Z] OS/Arch: linux/s390x [2019-09-11T09:14:00.250Z] Experimental: true [2019-09-11T09:14:00.280Z] Fetching without tags [Pipeline] sh [2019-09-11T09:14:00.562Z] Merging remotes/origin/master commit cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb into PR head commit a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:01.049Z] + docker info [2019-09-11T09:14:01.049Z] Containers: 0 [2019-09-11T09:14:01.049Z] Running: 0 [2019-09-11T09:14:01.049Z] Paused: 0 [2019-09-11T09:14:01.049Z] Stopped: 0 [2019-09-11T09:14:01.049Z] Images: 0 [2019-09-11T09:14:01.049Z] Server Version: 18.06.1-ce [2019-09-11T09:14:01.049Z] Storage Driver: overlay2 [2019-09-11T09:14:01.049Z] Backing Filesystem: extfs [2019-09-11T09:14:01.049Z] Supports d_type: true [2019-09-11T09:14:01.049Z] Native Overlay Diff: true [2019-09-11T09:14:01.049Z] Logging Driver: json-file [2019-09-11T09:14:01.049Z] Cgroup Driver: cgroupfs [2019-09-11T09:14:01.049Z] Plugins: [2019-09-11T09:14:01.049Z] Volume: local [2019-09-11T09:14:01.049Z] Network: bridge host ipvlan macvlan null overlay [2019-09-11T09:14:01.049Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-11T09:14:01.049Z] Swarm: inactive [2019-09-11T09:14:01.049Z] Runtimes: runc [2019-09-11T09:14:01.049Z] Default Runtime: runc [2019-09-11T09:14:01.049Z] Init Binary: docker-init [2019-09-11T09:14:01.049Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-11T09:14:01.049Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-11T09:14:01.049Z] init version: fec3683 [2019-09-11T09:14:01.049Z] Security Options: [2019-09-11T09:14:01.049Z] apparmor [2019-09-11T09:14:01.049Z] seccomp [2019-09-11T09:14:01.049Z] Profile: default [2019-09-11T09:14:01.049Z] Kernel Version: 4.4.0-161-generic [2019-09-11T09:14:01.049Z] Operating System: Ubuntu 16.04.5 LTS [2019-09-11T09:14:01.049Z] OSType: linux [2019-09-11T09:14:01.049Z] Architecture: s390x [2019-09-11T09:14:01.049Z] CPUs: 2 [2019-09-11T09:14:01.049Z] Total Memory: 7.862GiB [2019-09-11T09:14:01.049Z] Name: s390x-ubuntu-15 [2019-09-11T09:14:01.049Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-09-11T09:14:01.049Z] Docker Root Dir: /var/lib/docker [2019-09-11T09:14:01.049Z] Debug Mode (client): false [2019-09-11T09:14:01.049Z] Debug Mode (server): false [2019-09-11T09:14:01.049Z] Username: dockerbuildbot [2019-09-11T09:14:01.049Z] Registry: https://index.docker.io/v1/ [2019-09-11T09:14:01.049Z] Labels: [2019-09-11T09:14:01.049Z] Experimental: true [2019-09-11T09:14:01.049Z] Insecure Registries: [2019-09-11T09:14:01.049Z] 127.0.0.0/8 [2019-09-11T09:14:01.049Z] Live Restore Enabled: false [2019-09-11T09:14:01.049Z] [2019-09-11T09:14:01.049Z] WARNING: No swap limit support [2019-09-11T09:14:01.078Z] Fetching without tags [2019-09-11T09:14:01.119Z] Merge succeeded, producing a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:01.120Z] Checking out Revision a3f9cb5b635a76484a926289bfa4fc6feee1763a (PR-39817) [Pipeline] sh [2019-09-11T09:14:01.306Z] Commit message: "TestDispatch: refactor to use subtests again, and fix linting (structcheck)" [2019-09-11T09:14:01.315Z] Merging remotes/origin/master commit cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb into PR head commit a3f9cb5b635a76484a926289bfa4fc6feee1763a [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-11T09:14:00.268Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:14:00.271Z] > git config --add remote.origin.fetch +refs/pull/39817/head:refs/remotes/origin/PR-39817 # timeout=10 [2019-09-11T09:14:00.276Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-11T09:14:00.286Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:14:00.341Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:14:00.341Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:14:00.342Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:14:00.579Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:14:00.581Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:01.121Z] > git merge cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb # timeout=10 [2019-09-11T09:14:01.128Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-11T09:14:01.181Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:14:01.185Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:01.120Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:14:01.124Z] > git config --add remote.origin.fetch +refs/pull/39817/head:refs/remotes/origin/PR-39817 # timeout=10 [2019-09-11T09:14:01.129Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-11T09:14:01.134Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:14:01.140Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:14:01.140Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:14:01.141Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:14:01.377Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:14:01.379Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:01.870Z] > git merge cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb # timeout=10 [2019-09-11T09:14:01.823Z] Merge succeeded, producing a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:01.824Z] Checking out Revision a3f9cb5b635a76484a926289bfa4fc6feee1763a (PR-39817) [2019-09-11T09:14:01.869Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-11T09:14:01.869Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-11T09:14:01.869Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-39817/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-11T09:14:01.869Z] + bash /home/jenkins/workspace/moby_PR-39817/check-config.sh [2019-09-11T09:14:01.869Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-11T09:14:01.869Z] info: reading kernel config from /boot/config-4.4.0-161-generic ... [2019-09-11T09:14:01.869Z] [2019-09-11T09:14:01.869Z] Generally Necessary: [2019-09-11T09:14:01.869Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-11T09:14:02.116Z] + docker version [2019-09-11T09:14:02.116Z] Client: Docker Engine - Community [2019-09-11T09:14:02.116Z] Version: 19.03.1 [2019-09-11T09:14:02.116Z] API version: 1.40 [2019-09-11T09:14:02.116Z] Go version: go1.12.5 [2019-09-11T09:14:02.116Z] Git commit: 74b1e89 [2019-09-11T09:14:02.116Z] Built: Thu Jul 25 21:21:05 2019 [2019-09-11T09:14:02.116Z] OS/Arch: linux/amd64 [2019-09-11T09:14:02.116Z] Experimental: false [2019-09-11T09:14:02.116Z] [2019-09-11T09:14:02.116Z] Server: Docker Engine - Community [2019-09-11T09:14:02.116Z] Engine: [2019-09-11T09:14:02.116Z] Version: 19.03.1 [2019-09-11T09:14:02.116Z] API version: 1.40 (minimum version 1.12) [2019-09-11T09:14:02.116Z] Go version: go1.12.5 [2019-09-11T09:14:02.116Z] Git commit: 74b1e89 [2019-09-11T09:14:02.116Z] Built: Thu Jul 25 21:19:41 2019 [2019-09-11T09:14:02.116Z] OS/Arch: linux/amd64 [2019-09-11T09:14:02.116Z] Experimental: true [2019-09-11T09:14:02.116Z] containerd: [2019-09-11T09:14:02.116Z] Version: 1.2.6 [2019-09-11T09:14:02.116Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-11T09:14:02.116Z] runc: [2019-09-11T09:14:02.116Z] Version: 1.0.0-rc8 [2019-09-11T09:14:02.116Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-11T09:14:02.116Z] docker-init: [2019-09-11T09:14:02.116Z] Version: 0.18.0 [2019-09-11T09:14:02.116Z] GitCommit: fec3683 [Pipeline] sh [2019-09-11T09:14:02.243Z] - apparmor: enabled and tools installed [2019-09-11T09:14:02.243Z] - CONFIG_NAMESPACES: enabled [2019-09-11T09:14:02.243Z] - CONFIG_NET_NS: enabled [2019-09-11T09:14:02.243Z] - CONFIG_PID_NS: enabled [2019-09-11T09:14:02.243Z] - CONFIG_IPC_NS: enabled [2019-09-11T09:14:02.243Z] - CONFIG_UTS_NS: enabled [2019-09-11T09:14:02.243Z] - CONFIG_CGROUPS: enabled [2019-09-11T09:14:02.243Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-11T09:14:02.243Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-11T09:14:02.243Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-11T09:14:02.243Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-11T09:14:02.243Z] - CONFIG_CPUSETS: enabled [2019-09-11T09:14:02.243Z] - CONFIG_MEMCG: enabled [2019-09-11T09:14:02.243Z] - CONFIG_KEYS: enabled [2019-09-11T09:14:02.243Z] - CONFIG_VETH: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-11T09:14:02.243Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-11T09:14:02.243Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-11T09:14:02.243Z] [2019-09-11T09:14:02.243Z] Optional Features: [2019-09-11T09:14:02.243Z] - CONFIG_USER_NS: enabled [2019-09-11T09:14:02.243Z] - CONFIG_SECCOMP: enabled [2019-09-11T09:14:02.243Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-11T09:14:02.243Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-11T09:14:02.243Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-11T09:14:02.243Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-11T09:14:02.243Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-11T09:14:02.243Z] - CONFIG_BLK_CGROUP: enabled [2019-09-11T09:14:02.243Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-11T09:14:02.243Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-11T09:14:02.243Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-11T09:14:02.243Z] - CONFIG_CGROUP_PERF: enabled [2019-09-11T09:14:02.243Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-11T09:14:02.243Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-11T09:14:02.243Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-11T09:14:02.243Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-11T09:14:02.243Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-11T09:14:02.243Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_IP_VS: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-11T09:14:02.243Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-11T09:14:02.243Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-11T09:14:02.243Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_EXT4_FS: enabled [2019-09-11T09:14:02.243Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-11T09:14:02.243Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-11T09:14:02.243Z] - Network Drivers: [2019-09-11T09:14:02.243Z] - "overlay": [2019-09-11T09:14:02.243Z] - CONFIG_VXLAN: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-11T09:14:02.243Z] Optional (for encrypted networks): [2019-09-11T09:14:02.243Z] - CONFIG_CRYPTO: enabled [2019-09-11T09:14:02.243Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_XFRM: enabled [2019-09-11T09:14:02.243Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-11T09:14:02.243Z] - "ipvlan": [2019-09-11T09:14:02.243Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-11T09:14:02.243Z] - "macvlan": [2019-09-11T09:14:02.243Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-11T09:14:02.243Z] - CONFIG_DUMMY: enabled (as module) [2019-09-11T09:14:02.243Z] - "ftp,tftp client in container": [2019-09-11T09:14:02.284Z] Commit message: "TestDispatch: refactor to use subtests again, and fix linting (structcheck)" [2019-09-11T09:14:02.529Z] + docker info [2019-09-11T09:14:02.559Z] Still waiting to schedule task [2019-09-11T09:14:02.559Z] Waiting for next available executor on ‘ppc64le-ubuntu-1604’ [2019-09-11T09:14:02.603Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-11T09:14:02.603Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-11T09:14:02.603Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-11T09:14:02.603Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-11T09:14:02.603Z] - Storage Drivers: [2019-09-11T09:14:02.603Z] - "aufs": [2019-09-11T09:14:02.603Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-11T09:14:02.603Z] - "btrfs": [2019-09-11T09:14:02.603Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-11T09:14:02.603Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-11T09:14:02.603Z] - "devicemapper": [2019-09-11T09:14:02.603Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-11T09:14:02.603Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-11T09:14:02.603Z] - "overlay": [2019-09-11T09:14:02.603Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-11T09:14:02.603Z] - "zfs": [2019-09-11T09:14:02.603Z] - /dev/zfs: missing [2019-09-11T09:14:02.603Z] - zfs command: missing [2019-09-11T09:14:02.603Z] - zpool command: missing [2019-09-11T09:14:02.603Z] [2019-09-11T09:14:02.603Z] Limits: [2019-09-11T09:14:02.603Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-11T09:14:02.603Z] [2019-09-11T09:14:02.603Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-11T09:14:03.098Z] Client: [2019-09-11T09:14:03.098Z] Debug Mode: false [2019-09-11T09:14:03.098Z] [2019-09-11T09:14:03.098Z] Server: [2019-09-11T09:14:03.098Z] Containers: 0 [2019-09-11T09:14:03.098Z] Running: 0 [2019-09-11T09:14:03.098Z] Paused: 0 [2019-09-11T09:14:03.098Z] Stopped: 0 [2019-09-11T09:14:03.098Z] Images: 12 [2019-09-11T09:14:03.098Z] Server Version: 19.03.1 [2019-09-11T09:14:03.098Z] Storage Driver: overlay2 [2019-09-11T09:14:03.098Z] Backing Filesystem: extfs [2019-09-11T09:14:03.098Z] Supports d_type: true [2019-09-11T09:14:03.098Z] Native Overlay Diff: true [2019-09-11T09:14:03.098Z] Logging Driver: json-file [2019-09-11T09:14:03.098Z] Cgroup Driver: cgroupfs [2019-09-11T09:14:03.098Z] Plugins: [2019-09-11T09:14:03.098Z] Volume: local [2019-09-11T09:14:03.098Z] Network: bridge host ipvlan macvlan null overlay [2019-09-11T09:14:03.098Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-11T09:14:03.098Z] Swarm: inactive [2019-09-11T09:14:03.098Z] Runtimes: runc [2019-09-11T09:14:03.098Z] Default Runtime: runc [2019-09-11T09:14:03.098Z] Init Binary: docker-init [2019-09-11T09:14:03.098Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-11T09:14:03.098Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-11T09:14:03.098Z] init version: fec3683 [2019-09-11T09:14:03.098Z] Security Options: [2019-09-11T09:14:03.098Z] apparmor [2019-09-11T09:14:03.098Z] seccomp [2019-09-11T09:14:03.098Z] Profile: default [2019-09-11T09:14:03.098Z] Kernel Version: 4.15.0-1047-aws [2019-09-11T09:14:03.098Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-11T09:14:03.098Z] OSType: linux [2019-09-11T09:14:03.098Z] Architecture: x86_64 [2019-09-11T09:14:03.098Z] CPUs: 2 [2019-09-11T09:14:03.098Z] Total Memory: 7.501GiB [2019-09-11T09:14:03.098Z] Name: ip-10-100-75-91 [2019-09-11T09:14:03.098Z] ID: OXA5:D5HW:QK7M:DYW2:2MRO:3YZL:R76D:SOAZ:VBQ7:6J3N:M67H:EARG [2019-09-11T09:14:03.098Z] Docker Root Dir: /var/lib/docker [2019-09-11T09:14:03.098Z] Debug Mode: false [2019-09-11T09:14:03.098Z] Registry: https://index.docker.io/v1/ [2019-09-11T09:14:03.098Z] Labels: [2019-09-11T09:14:03.098Z] Experimental: true [2019-09-11T09:14:03.098Z] Insecure Registries: [2019-09-11T09:14:03.098Z] 127.0.0.0/8 [2019-09-11T09:14:03.098Z] Live Restore Enabled: true [2019-09-11T09:14:03.098Z] [2019-09-11T09:14:03.098Z] WARNING: No swap limit support [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-11T09:14:01.880Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-11T09:14:01.886Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:14:01.888Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:03.530Z] Fetching without tags [2019-09-11T09:14:03.575Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-11T09:14:03.575Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-11T09:14:03.575Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39817/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-11T09:14:03.575Z] + bash /home/ubuntu/workspace/moby_PR-39817/check-config.sh [2019-09-11T09:14:03.575Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-11T09:14:03.575Z] info: reading kernel config from /boot/config-4.15.0-1047-aws ... [2019-09-11T09:14:03.575Z] [2019-09-11T09:14:03.575Z] Generally Necessary: [2019-09-11T09:14:03.575Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-11T09:14:03.575Z] - apparmor: enabled and tools installed [2019-09-11T09:14:03.575Z] - CONFIG_NAMESPACES: enabled [2019-09-11T09:14:03.575Z] - CONFIG_NET_NS: enabled [2019-09-11T09:14:03.575Z] - CONFIG_PID_NS: enabled [2019-09-11T09:14:03.575Z] - CONFIG_IPC_NS: enabled [2019-09-11T09:14:03.575Z] - CONFIG_UTS_NS: enabled [2019-09-11T09:14:03.575Z] - CONFIG_CGROUPS: enabled [2019-09-11T09:14:03.575Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-11T09:14:03.575Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-11T09:14:03.575Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-11T09:14:03.575Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-11T09:14:03.575Z] - CONFIG_CPUSETS: enabled [2019-09-11T09:14:03.575Z] - CONFIG_MEMCG: enabled [2019-09-11T09:14:03.575Z] - CONFIG_KEYS: enabled [2019-09-11T09:14:03.575Z] - CONFIG_VETH: enabled (as module) [2019-09-11T09:14:03.575Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-11T09:14:03.575Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-11T09:14:03.575Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-11T09:14:03.575Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-11T09:14:03.575Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-11T09:14:03.575Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-11T09:14:03.575Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-11T09:14:03.575Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-11T09:14:03.575Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-11T09:14:03.575Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-11T09:14:03.575Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-11T09:14:03.575Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-11T09:14:03.575Z] [2019-09-11T09:14:03.575Z] Optional Features: [2019-09-11T09:14:03.575Z] - CONFIG_USER_NS: enabled [2019-09-11T09:14:03.575Z] - CONFIG_SECCOMP: enabled [2019-09-11T09:14:03.575Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-11T09:14:03.575Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-11T09:14:03.575Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-11T09:14:03.619Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a -f Dockerfile . [2019-09-11T09:14:03.680Z] + docker version [2019-09-11T09:14:03.680Z] Client: Docker Engine - Community [2019-09-11T09:14:03.680Z] Version: 19.03.1 [2019-09-11T09:14:03.680Z] API version: 1.40 [2019-09-11T09:14:03.680Z] Go version: go1.12.5 [2019-09-11T09:14:03.680Z] Git commit: 74b1e89 [2019-09-11T09:14:03.680Z] Built: Thu Jul 25 21:21:05 2019 [2019-09-11T09:14:03.680Z] OS/Arch: linux/amd64 [2019-09-11T09:14:03.680Z] Experimental: false [2019-09-11T09:14:03.680Z] [2019-09-11T09:14:03.680Z] Server: Docker Engine - Community [2019-09-11T09:14:03.680Z] Engine: [2019-09-11T09:14:03.680Z] Version: 19.03.1 [2019-09-11T09:14:03.680Z] API version: 1.40 (minimum version 1.12) [2019-09-11T09:14:03.680Z] Go version: go1.12.5 [2019-09-11T09:14:03.680Z] Git commit: 74b1e89 [2019-09-11T09:14:03.680Z] Built: Thu Jul 25 21:19:41 2019 [2019-09-11T09:14:03.680Z] OS/Arch: linux/amd64 [2019-09-11T09:14:03.680Z] Experimental: true [2019-09-11T09:14:03.680Z] containerd: [2019-09-11T09:14:03.680Z] Version: 1.2.6 [2019-09-11T09:14:03.680Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-11T09:14:03.680Z] runc: [2019-09-11T09:14:03.680Z] Version: 1.0.0-rc8 [2019-09-11T09:14:03.680Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-11T09:14:03.680Z] docker-init: [2019-09-11T09:14:03.680Z] Version: 0.18.0 [2019-09-11T09:14:03.680Z] GitCommit: fec3683 [Pipeline] sh [2019-09-11T09:14:03.831Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-11T09:14:03.831Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-11T09:14:03.831Z] - CONFIG_BLK_CGROUP: enabled [2019-09-11T09:14:03.831Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-11T09:14:03.831Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-11T09:14:03.831Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-11T09:14:03.831Z] - CONFIG_CGROUP_PERF: enabled [2019-09-11T09:14:03.831Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-11T09:14:03.831Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-11T09:14:03.831Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-11T09:14:03.831Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-11T09:14:03.831Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-11T09:14:03.831Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_IP_VS: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-11T09:14:03.831Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-11T09:14:03.831Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-11T09:14:03.831Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_EXT4_FS: enabled [2019-09-11T09:14:03.831Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-11T09:14:03.831Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-11T09:14:03.831Z] - Network Drivers: [2019-09-11T09:14:03.831Z] - "overlay": [2019-09-11T09:14:03.831Z] - CONFIG_VXLAN: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-11T09:14:03.831Z] Optional (for encrypted networks): [2019-09-11T09:14:03.831Z] - CONFIG_CRYPTO: enabled [2019-09-11T09:14:03.831Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-11T09:14:03.831Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-11T09:14:03.831Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-11T09:14:03.831Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-11T09:14:03.831Z] - CONFIG_XFRM: enabled [2019-09-11T09:14:03.831Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-11T09:14:03.831Z] - "ipvlan": [2019-09-11T09:14:03.831Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-11T09:14:03.831Z] - "macvlan": [2019-09-11T09:14:03.831Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_DUMMY: enabled (as module) [2019-09-11T09:14:03.831Z] - "ftp,tftp client in container": [2019-09-11T09:14:03.831Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-11T09:14:03.831Z] - Storage Drivers: [2019-09-11T09:14:03.831Z] - "aufs": [2019-09-11T09:14:03.831Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-11T09:14:03.831Z] - "btrfs": [2019-09-11T09:14:03.831Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-11T09:14:03.831Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-11T09:14:03.831Z] - "devicemapper": [2019-09-11T09:14:03.901Z] Fetching without tags [2019-09-11T09:14:03.955Z] + docker info [2019-09-11T09:14:03.236Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:14:03.282Z] > git config --add remote.origin.fetch +refs/pull/39817/head:refs/remotes/origin/PR-39817 # timeout=10 [2019-09-11T09:14:03.328Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-11T09:14:03.444Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:14:03.570Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:14:03.570Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:14:03.571Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:14:04.085Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-11T09:14:04.085Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-11T09:14:04.085Z] - "overlay": [2019-09-11T09:14:04.085Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-11T09:14:04.085Z] - "zfs": [2019-09-11T09:14:04.085Z] - /dev/zfs: missing [2019-09-11T09:14:04.085Z] - zfs command: missing [2019-09-11T09:14:04.085Z] - zpool command: missing [2019-09-11T09:14:04.085Z] [2019-09-11T09:14:04.085Z] Limits: [2019-09-11T09:14:04.085Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-11T09:14:04.085Z] [2019-09-11T09:14:04.085Z] + true [2019-09-11T09:14:03.584Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:14:03.638Z] > git config --add remote.origin.fetch +refs/pull/39817/head:refs/remotes/origin/PR-39817 # timeout=10 [2019-09-11T09:14:03.691Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-11T09:14:03.815Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:14:03.940Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:14:03.940Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:14:03.941Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-11T09:14:04.516Z] Client: [2019-09-11T09:14:04.516Z] Debug Mode: false [2019-09-11T09:14:04.516Z] [2019-09-11T09:14:04.516Z] Server: [2019-09-11T09:14:04.516Z] Containers: 0 [2019-09-11T09:14:04.516Z] Running: 0 [2019-09-11T09:14:04.516Z] Paused: 0 [2019-09-11T09:14:04.516Z] Stopped: 0 [2019-09-11T09:14:04.516Z] Images: 4 [2019-09-11T09:14:04.516Z] Server Version: 19.03.1 [2019-09-11T09:14:04.516Z] Storage Driver: overlay2 [2019-09-11T09:14:04.516Z] Backing Filesystem: extfs [2019-09-11T09:14:04.516Z] Supports d_type: true [2019-09-11T09:14:04.516Z] Native Overlay Diff: true [2019-09-11T09:14:04.516Z] Logging Driver: json-file [2019-09-11T09:14:04.516Z] Cgroup Driver: cgroupfs [2019-09-11T09:14:04.516Z] Plugins: [2019-09-11T09:14:04.516Z] Volume: local [2019-09-11T09:14:04.516Z] Network: bridge host ipvlan macvlan null overlay [2019-09-11T09:14:04.516Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-11T09:14:04.516Z] Swarm: inactive [2019-09-11T09:14:04.516Z] Runtimes: runc [2019-09-11T09:14:04.516Z] Default Runtime: runc [2019-09-11T09:14:04.516Z] Init Binary: docker-init [2019-09-11T09:14:04.516Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-11T09:14:04.516Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-11T09:14:04.516Z] init version: fec3683 [2019-09-11T09:14:04.516Z] Security Options: [2019-09-11T09:14:04.516Z] apparmor [2019-09-11T09:14:04.516Z] seccomp [2019-09-11T09:14:04.516Z] Profile: default [2019-09-11T09:14:04.516Z] Kernel Version: 4.15.0-1047-aws [2019-09-11T09:14:04.516Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-11T09:14:04.516Z] OSType: linux [2019-09-11T09:14:04.516Z] Architecture: x86_64 [2019-09-11T09:14:04.516Z] CPUs: 2 [2019-09-11T09:14:04.516Z] Total Memory: 7.501GiB [2019-09-11T09:14:04.516Z] Name: ip-10-100-65-6 [2019-09-11T09:14:04.516Z] ID: OXA5:D5HW:QK7M:DYW2:2MRO:3YZL:R76D:SOAZ:VBQ7:6J3N:M67H:EARG [2019-09-11T09:14:04.516Z] Docker Root Dir: /var/lib/docker [2019-09-11T09:14:04.516Z] Debug Mode: false [2019-09-11T09:14:04.516Z] Registry: https://index.docker.io/v1/ [2019-09-11T09:14:04.516Z] Labels: [2019-09-11T09:14:04.516Z] Experimental: true [2019-09-11T09:14:04.516Z] Insecure Registries: [2019-09-11T09:14:04.516Z] 127.0.0.0/8 [2019-09-11T09:14:04.516Z] Live Restore Enabled: true [2019-09-11T09:14:04.516Z] [2019-09-11T09:14:04.516Z] WARNING: No swap limit support [Pipeline] sh [2019-09-11T09:14:04.529Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a . [2019-09-11T09:14:04.529Z] #2 [internal] load .dockerignore [2019-09-11T09:14:04.529Z] #2 transferring context: 87B done [2019-09-11T09:14:04.529Z] #2 DONE 0.0s [2019-09-11T09:14:04.529Z] [2019-09-11T09:14:04.529Z] #1 [internal] load build definition from Dockerfile [2019-09-11T09:14:04.529Z] #1 transferring dockerfile: 10.90kB done [2019-09-11T09:14:04.529Z] #1 DONE 0.0s [2019-09-11T09:14:04.529Z] [2019-09-11T09:14:04.529Z] #3 [internal] load metadata for docker.io/library/golang:1.12.9-stretch [2019-09-11T09:14:04.785Z] #3 DONE 0.1s [2019-09-11T09:14:04.785Z] [2019-09-11T09:14:04.785Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-11T09:14:04.785Z] #64 DONE 0.0s [2019-09-11T09:14:04.785Z] [2019-09-11T09:14:04.785Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:44600a24d... [2019-09-11T09:14:04.785Z] #4 DONE 0.0s [2019-09-11T09:14:04.785Z] [2019-09-11T09:14:04.785Z] #18 [internal] load build context [2019-09-11T09:14:04.794Z] Merging remotes/origin/master commit cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb into PR head commit a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:04.882Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-11T09:14:04.882Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-11T09:14:04.882Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39817/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-11T09:14:04.882Z] + bash /home/ubuntu/workspace/moby_PR-39817/check-config.sh [2019-09-11T09:14:04.882Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-11T09:14:04.882Z] info: reading kernel config from /boot/config-4.15.0-1047-aws ... [2019-09-11T09:14:04.882Z] [2019-09-11T09:14:04.882Z] Generally Necessary: [2019-09-11T09:14:04.882Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-11T09:14:04.882Z] - apparmor: enabled and tools installed [2019-09-11T09:14:04.882Z] - CONFIG_NAMESPACES: enabled [2019-09-11T09:14:04.882Z] - CONFIG_NET_NS: enabled [2019-09-11T09:14:04.882Z] - CONFIG_PID_NS: enabled [2019-09-11T09:14:04.882Z] - CONFIG_IPC_NS: enabled [2019-09-11T09:14:04.882Z] - CONFIG_UTS_NS: enabled [2019-09-11T09:14:04.882Z] - CONFIG_CGROUPS: enabled [2019-09-11T09:14:04.882Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-11T09:14:04.882Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-11T09:14:04.882Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-11T09:14:04.882Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-11T09:14:04.882Z] - CONFIG_CPUSETS: enabled [2019-09-11T09:14:04.882Z] - CONFIG_MEMCG: enabled [2019-09-11T09:14:04.882Z] - CONFIG_KEYS: enabled [2019-09-11T09:14:04.882Z] - CONFIG_VETH: enabled (as module) [2019-09-11T09:14:04.882Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-11T09:14:04.882Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-11T09:14:04.882Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-11T09:14:04.882Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-11T09:14:04.882Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-11T09:14:04.882Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-11T09:14:04.882Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-11T09:14:04.882Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-11T09:14:04.882Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-11T09:14:04.882Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-11T09:14:04.882Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-11T09:14:04.882Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-11T09:14:04.882Z] [2019-09-11T09:14:04.882Z] Optional Features: [2019-09-11T09:14:04.882Z] - CONFIG_USER_NS: enabled [2019-09-11T09:14:04.882Z] - CONFIG_SECCOMP: enabled [2019-09-11T09:14:04.882Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-11T09:14:04.882Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-11T09:14:04.882Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-11T09:14:04.882Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-11T09:14:04.882Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-11T09:14:04.882Z] - CONFIG_BLK_CGROUP: enabled [2019-09-11T09:14:04.882Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-11T09:14:04.963Z] Sending build context to Docker daemon 49.97MB [2019-09-11T09:14:04.963Z] Step 1/126 : ARG CROSS="false" [2019-09-11T09:14:04.963Z] Step 2/126 : ARG GO_VERSION=1.12.9 [2019-09-11T09:14:04.963Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-11T09:14:04.963Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-11T09:14:05.134Z] Merging remotes/origin/master commit cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb into PR head commit a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:05.138Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-11T09:14:05.138Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-11T09:14:05.138Z] - CONFIG_CGROUP_PERF: enabled [2019-09-11T09:14:05.138Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-11T09:14:05.138Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-11T09:14:05.138Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-11T09:14:05.138Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-11T09:14:05.138Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-11T09:14:05.138Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_IP_VS: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-11T09:14:05.138Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-11T09:14:05.138Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-11T09:14:05.138Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_EXT4_FS: enabled [2019-09-11T09:14:05.138Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-11T09:14:05.138Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-11T09:14:05.138Z] - Network Drivers: [2019-09-11T09:14:05.138Z] - "overlay": [2019-09-11T09:14:05.138Z] - CONFIG_VXLAN: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-11T09:14:05.138Z] Optional (for encrypted networks): [2019-09-11T09:14:05.138Z] - CONFIG_CRYPTO: enabled [2019-09-11T09:14:05.138Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-11T09:14:05.138Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-11T09:14:05.138Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-11T09:14:05.138Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-11T09:14:05.138Z] - CONFIG_XFRM: enabled [2019-09-11T09:14:05.138Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-11T09:14:05.138Z] - "ipvlan": [2019-09-11T09:14:05.138Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-11T09:14:05.138Z] - "macvlan": [2019-09-11T09:14:05.138Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_DUMMY: enabled (as module) [2019-09-11T09:14:05.138Z] - "ftp,tftp client in container": [2019-09-11T09:14:05.138Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-11T09:14:05.138Z] - Storage Drivers: [2019-09-11T09:14:05.138Z] - "aufs": [2019-09-11T09:14:05.138Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-11T09:14:05.138Z] - "btrfs": [2019-09-11T09:14:05.138Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-11T09:14:05.138Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-11T09:14:05.138Z] - "devicemapper": [2019-09-11T09:14:05.138Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-11T09:14:05.138Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-11T09:14:05.138Z] - "overlay": [2019-09-11T09:14:05.138Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-11T09:14:05.138Z] - "zfs": [2019-09-11T09:14:05.138Z] - /dev/zfs: missing [2019-09-11T09:14:05.138Z] - zfs command: missing [2019-09-11T09:14:05.138Z] - zpool command: missing [2019-09-11T09:14:05.138Z] [2019-09-11T09:14:05.138Z] Limits: [2019-09-11T09:14:05.342Z] 1.12.9-stretch: Pulling from library/golang [2019-09-11T09:14:05.342Z] 05b3194a550b: Pulling fs layer [2019-09-11T09:14:05.342Z] 5cc01dcd9b0a: Pulling fs layer [2019-09-11T09:14:05.342Z] 5154470af4c8: Pulling fs layer [2019-09-11T09:14:05.342Z] cd3b67ff4ea9: Pulling fs layer [2019-09-11T09:14:05.342Z] 81cc889ba28f: Pulling fs layer [2019-09-11T09:14:05.342Z] 893380247084: Pulling fs layer [2019-09-11T09:14:05.342Z] 1dde6e4a9a98: Pulling fs layer [2019-09-11T09:14:05.342Z] 81cc889ba28f: Waiting [2019-09-11T09:14:05.342Z] 893380247084: Waiting [2019-09-11T09:14:05.342Z] 1dde6e4a9a98: Waiting [2019-09-11T09:14:05.342Z] cd3b67ff4ea9: Waiting [2019-09-11T09:14:05.393Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-11T09:14:05.393Z] [2019-09-11T09:14:05.393Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-11T09:14:05.706Z] + sudo modprobe ip_vs [2019-09-11T09:14:05.706Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a . [2019-09-11T09:14:05.706Z] #1 [internal] load build definition from Dockerfile [2019-09-11T09:14:05.706Z] #1 transferring dockerfile: 10.90kB done [2019-09-11T09:14:05.706Z] #1 DONE 0.0s [2019-09-11T09:14:05.706Z] [2019-09-11T09:14:05.706Z] #2 [internal] load .dockerignore [2019-09-11T09:14:05.706Z] #2 transferring context: 87B done [2019-09-11T09:14:05.706Z] #2 DONE 0.0s [2019-09-11T09:14:05.706Z] [2019-09-11T09:14:05.706Z] #3 [internal] load metadata for docker.io/library/golang:1.12.9-stretch [2019-09-11T09:14:05.751Z] 5cc01dcd9b0a: Verifying Checksum [2019-09-11T09:14:05.751Z] 5cc01dcd9b0a: Download complete [2019-09-11T09:14:05.751Z] 5154470af4c8: Verifying Checksum [2019-09-11T09:14:05.751Z] 5154470af4c8: Download complete [2019-09-11T09:14:04.831Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:14:04.876Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:05.172Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:14:05.225Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:05.969Z] #3 DONE 0.1s [2019-09-11T09:14:05.969Z] [2019-09-11T09:14:05.969Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-11T09:14:05.969Z] #64 DONE 0.0s [2019-09-11T09:14:05.969Z] [2019-09-11T09:14:05.969Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:44600a24d... [2019-09-11T09:14:05.969Z] #4 DONE 0.0s [2019-09-11T09:14:05.969Z] [2019-09-11T09:14:05.969Z] #18 [internal] load build context [2019-09-11T09:14:06.154Z] #18 transferring context: 45.50MB 1.1s done [2019-09-11T09:14:06.154Z] #18 DONE 1.1s [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-11T09:14:06.154Z] #55 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-11T09:14:06.154Z] #29 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-11T09:14:06.154Z] #25 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-11T09:14:06.154Z] #5 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-11T09:14:06.154Z] #17 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-11T09:14:06.154Z] #33 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-11T09:14:06.154Z] #60 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-11T09:14:06.154Z] #48 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... [2019-09-11T09:14:06.154Z] #23 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-11T09:14:06.154Z] #20 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-11T09:14:06.154Z] #31 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-11T09:14:06.154Z] #47 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-11T09:14:06.154Z] #61 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-11T09:14:06.154Z] #13 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-11T09:14:06.154Z] #30 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-11T09:14:06.154Z] #56 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-11T09:14:06.154Z] #58 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-11T09:14:06.154Z] #34 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-11T09:14:06.154Z] #35 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-11T09:14:06.154Z] #62 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-11T09:14:06.154Z] #7 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-11T09:14:06.154Z] #57 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-11T09:14:06.154Z] #52 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-11T09:14:06.154Z] #59 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-11T09:14:06.154Z] #44 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-11T09:14:06.154Z] #11 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:14:06.154Z] #22 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-11T09:14:06.154Z] #19 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-11T09:14:06.154Z] #26 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-11T09:14:06.154Z] #43 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-11T09:14:06.154Z] #38 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-11T09:14:06.154Z] #9 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:14:06.154Z] #45 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-11T09:14:06.154Z] #14 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-11T09:14:06.154Z] #37 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #12 [dev 6/24] RUN ldconfig [2019-09-11T09:14:06.154Z] #12 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-11T09:14:06.154Z] #10 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-11T09:14:06.154Z] #51 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-11T09:14:06.154Z] #8 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-11T09:14:06.154Z] #63 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-11T09:14:06.154Z] #6 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-11T09:14:06.154Z] #28 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-11T09:14:06.154Z] #16 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-11T09:14:06.154Z] #42 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-11T09:14:06.154Z] #15 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-11T09:14:06.154Z] #54 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-11T09:14:06.154Z] #46 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:14:06.154Z] #36 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-11T09:14:06.154Z] #39 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-11T09:14:06.154Z] #49 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-11T09:14:06.154Z] #27 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-11T09:14:06.154Z] #41 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-11T09:14:06.154Z] #32 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-11T09:14:06.154Z] #21 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-11T09:14:06.154Z] #65 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-11T09:14:06.154Z] #24 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-11T09:14:06.154Z] #50 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-11T09:14:06.154Z] #53 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:14:06.154Z] #40 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-11T09:14:06.154Z] #66 CACHED [2019-09-11T09:14:06.154Z] [2019-09-11T09:14:06.154Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-11T09:14:06.826Z] 05b3194a550b: Verifying Checksum [2019-09-11T09:14:06.826Z] 05b3194a550b: Download complete [2019-09-11T09:14:06.826Z] cd3b67ff4ea9: Verifying Checksum [2019-09-11T09:14:06.826Z] cd3b67ff4ea9: Download complete [2019-09-11T09:14:06.826Z] 81cc889ba28f: Verifying Checksum [2019-09-11T09:14:06.826Z] 81cc889ba28f: Download complete [2019-09-11T09:14:06.826Z] 1dde6e4a9a98: Verifying Checksum [2019-09-11T09:14:06.826Z] 1dde6e4a9a98: Download complete [2019-09-11T09:14:07.078Z] #67 DONE 1.2s [2019-09-11T09:14:07.078Z] [2019-09-11T09:14:07.078Z] #68 exporting to image [2019-09-11T09:14:07.078Z] #68 exporting layers [2019-09-11T09:14:07.348Z] #18 transferring context: 45.50MB 1.3s done [2019-09-11T09:14:07.348Z] #18 DONE 1.3s [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:14:07.348Z] #45 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:14:07.348Z] #40 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-11T09:14:07.348Z] #58 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-11T09:14:07.348Z] #43 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-11T09:14:07.348Z] #51 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-11T09:14:07.348Z] #16 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-11T09:14:07.348Z] #48 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-11T09:14:07.348Z] #9 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-11T09:14:07.348Z] #34 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:14:07.348Z] #36 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-11T09:14:07.348Z] #63 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-11T09:14:07.348Z] #37 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-11T09:14:07.348Z] #52 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-11T09:14:07.348Z] #53 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-11T09:14:07.348Z] #15 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-11T09:14:07.348Z] #44 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-11T09:14:07.348Z] #5 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-11T09:14:07.348Z] #32 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-11T09:14:07.348Z] #19 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-11T09:14:07.348Z] #55 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:14:07.348Z] #22 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-11T09:14:07.348Z] #42 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-11T09:14:07.348Z] #50 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-11T09:14:07.348Z] #54 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-11T09:14:07.348Z] #46 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-11T09:14:07.348Z] #62 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-11T09:14:07.348Z] #21 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-11T09:14:07.348Z] #7 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-11T09:14:07.348Z] #30 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-11T09:14:07.348Z] #47 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-11T09:14:07.348Z] #25 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-11T09:14:07.348Z] #10 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-11T09:14:07.348Z] #33 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-11T09:14:07.348Z] #13 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-11T09:14:07.348Z] #26 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-11T09:14:07.348Z] #49 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-11T09:14:07.348Z] #60 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-11T09:14:07.348Z] #24 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-11T09:14:07.348Z] #11 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-11T09:14:07.348Z] #8 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #12 [dev 6/24] RUN ldconfig [2019-09-11T09:14:07.348Z] #12 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... [2019-09-11T09:14:07.348Z] #23 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-11T09:14:07.348Z] #6 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-11T09:14:07.348Z] #17 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-11T09:14:07.348Z] #41 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-11T09:14:07.348Z] #20 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-11T09:14:07.348Z] #56 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-11T09:14:07.348Z] #57 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-11T09:14:07.348Z] #59 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-11T09:14:07.348Z] #65 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-11T09:14:07.348Z] #61 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-11T09:14:07.348Z] #31 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-11T09:14:07.348Z] #35 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-11T09:14:07.348Z] #28 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-11T09:14:07.348Z] #27 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-11T09:14:07.348Z] #29 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-11T09:14:07.348Z] #14 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-11T09:14:07.348Z] #39 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-11T09:14:07.348Z] #38 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-11T09:14:07.348Z] #66 CACHED [2019-09-11T09:14:07.348Z] [2019-09-11T09:14:07.348Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-11T09:14:07.637Z] #68 exporting layers 0.6s done [2019-09-11T09:14:07.637Z] #68 writing image sha256:80bc0f63dc7451dfe62a2746637523b51fd1695f61a08ebf1653087276e0f61d [2019-09-11T09:14:07.637Z] #68 writing image sha256:80bc0f63dc7451dfe62a2746637523b51fd1695f61a08ebf1653087276e0f61d done [2019-09-11T09:14:07.637Z] #68 naming to docker.io/library/docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a done [2019-09-11T09:14:07.637Z] #68 DONE 0.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-09-11T09:14:08.038Z] Merge succeeded, producing a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:08.040Z] Checking out Revision a3f9cb5b635a76484a926289bfa4fc6feee1763a (PR-39817) [2019-09-11T09:14:08.090Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39817/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39817/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a -e DOCKER_GRAPHDRIVER docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a hack/validate/default [2019-09-11T09:14:08.112Z] 893380247084: Verifying Checksum [2019-09-11T09:14:08.112Z] 893380247084: Download complete [2019-09-11T09:14:08.112Z] 05b3194a550b: Pull complete [2019-09-11T09:14:08.476Z] 5cc01dcd9b0a: Pull complete [2019-09-11T09:14:08.627Z] Commit message: "TestDispatch: refactor to use subtests again, and fix linting (structcheck)" [2019-09-11T09:14:08.697Z] Merge succeeded, producing a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:08.698Z] Checking out Revision a3f9cb5b635a76484a926289bfa4fc6feee1763a (PR-39817) [2019-09-11T09:14:08.710Z] #67 DONE 1.5s [2019-09-11T09:14:08.710Z] [2019-09-11T09:14:08.710Z] #68 exporting to image [2019-09-11T09:14:08.710Z] #68 exporting layers [2019-09-11T09:14:08.841Z] 5154470af4c8: Pull complete [2019-09-11T09:14:09.014Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-11T09:14:09.211Z] Commit message: "TestDispatch: refactor to use subtests again, and fix linting (structcheck)" [2019-09-11T09:14:09.634Z] #68 exporting layers 0.7s done [2019-09-11T09:14:09.634Z] #68 writing image sha256:920c3fa45c05680aa57e5805c62401430d7f490a1bd26aec73d9b6fdc1ac85ea done [2019-09-11T09:14:09.634Z] #68 naming to docker.io/library/docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a done [2019-09-11T09:14:09.634Z] #68 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-09-11T09:14:07.740Z] > git merge cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb # timeout=10 [2019-09-11T09:14:07.959Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-09-11T09:14:08.077Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:14:08.126Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:08.470Z] > git merge cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb # timeout=10 [2019-09-11T09:14:08.600Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-09-11T09:14:08.735Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:14:08.787Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-11T09:14:10.014Z] + docker version [2019-09-11T09:14:10.014Z] Client: Docker Engine - Enterprise [2019-09-11T09:14:10.014Z] Version: 19.03.2-tp2 [2019-09-11T09:14:10.014Z] API version: 1.40 [2019-09-11T09:14:10.014Z] Go version: go1.12.8 [2019-09-11T09:14:10.014Z] Git commit: 49fe2072d9 [2019-09-11T09:14:10.014Z] Built: 08/16/2019 19:26:08 [2019-09-11T09:14:10.014Z] OS/Arch: windows/amd64 [2019-09-11T09:14:10.014Z] Experimental: false [2019-09-11T09:14:10.014Z] [2019-09-11T09:14:10.014Z] Server: Docker Engine - Enterprise [2019-09-11T09:14:10.014Z] Engine: [2019-09-11T09:14:10.014Z] Version: 19.03.2-tp2 [2019-09-11T09:14:10.014Z] API version: 1.40 (minimum version 1.24) [2019-09-11T09:14:10.014Z] Go version: go1.12.8 [2019-09-11T09:14:10.014Z] Git commit: 49fe2072d9 [2019-09-11T09:14:10.014Z] Built: 08/16/2019 19:23:48 [2019-09-11T09:14:10.014Z] OS/Arch: windows/amd64 [2019-09-11T09:14:10.014Z] Experimental: true [Pipeline] sh [2019-09-11T09:14:10.663Z] [2019-09-11T09:14:10.663Z] Removing bundles/ [2019-09-11T09:14:10.663Z] [2019-09-11T09:14:10.663Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-11T09:14:10.841Z] + docker version [2019-09-11T09:14:10.841Z] Client: Docker Engine - Enterprise [2019-09-11T09:14:10.841Z] Version: 19.03.2-tp2 [2019-09-11T09:14:10.841Z] API version: 1.40 [2019-09-11T09:14:10.841Z] Go version: go1.12.8 [2019-09-11T09:14:10.841Z] Git commit: 49fe2072d9 [2019-09-11T09:14:10.841Z] Built: 08/16/2019 19:26:08 [2019-09-11T09:14:10.841Z] OS/Arch: windows/amd64 [2019-09-11T09:14:10.841Z] Experimental: false [2019-09-11T09:14:10.841Z] [2019-09-11T09:14:10.841Z] Server: Docker Engine - Enterprise [2019-09-11T09:14:10.841Z] Engine: [2019-09-11T09:14:10.841Z] Version: 19.03.2-tp2 [2019-09-11T09:14:10.841Z] API version: 1.40 (minimum version 1.24) [2019-09-11T09:14:10.841Z] Go version: go1.12.8 [2019-09-11T09:14:10.841Z] Git commit: 49fe2072d9 [2019-09-11T09:14:10.841Z] Built: 08/16/2019 19:23:48 [2019-09-11T09:14:10.841Z] OS/Arch: windows/amd64 [2019-09-11T09:14:10.841Z] Experimental: true [2019-09-11T09:14:10.918Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-11T09:14:10.918Z] GOOS="" GOARCH="" GOARM="" [Pipeline] sh [2019-09-11T09:14:11.275Z] + docker info [2019-09-11T09:14:11.412Z] cd3b67ff4ea9: Pull complete [2019-09-11T09:14:11.880Z] + docker info [2019-09-11T09:14:12.241Z] Client: [2019-09-11T09:14:12.241Z] Debug Mode: false [2019-09-11T09:14:12.241Z] Plugins: [2019-09-11T09:14:12.241Z] cluster: Manage Docker clusters (Docker Inc., v1.0.1) [2019-09-11T09:14:12.241Z] [2019-09-11T09:14:12.241Z] Server: [2019-09-11T09:14:12.241Z] Containers: 0 [2019-09-11T09:14:12.241Z] Running: 0 [2019-09-11T09:14:12.241Z] Paused: 0 [2019-09-11T09:14:12.241Z] Stopped: 0 [2019-09-11T09:14:12.241Z] Images: 8 [2019-09-11T09:14:12.241Z] Server Version: 19.03.2-tp2 [2019-09-11T09:14:12.241Z] Storage Driver: windowsfilter [2019-09-11T09:14:12.241Z] Windows: [2019-09-11T09:14:12.241Z] Logging Driver: json-file [2019-09-11T09:14:12.241Z] Plugins: [2019-09-11T09:14:12.241Z] Volume: local [2019-09-11T09:14:12.241Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-11T09:14:12.241Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-11T09:14:12.241Z] Swarm: inactive [2019-09-11T09:14:12.241Z] Default Isolation: process [2019-09-11T09:14:12.241Z] Kernel Version: 10.0 14393 (14393.3179.amd64fre.rs1_release_1.190806-2245) [2019-09-11T09:14:12.241Z] Operating System: Windows Server 2016 Datacenter Version 1607 (OS Build 14393.3181) [2019-09-11T09:14:12.241Z] OSType: windows [2019-09-11T09:14:12.241Z] Architecture: x86_64 [2019-09-11T09:14:12.241Z] CPUs: 4 [2019-09-11T09:14:12.241Z] Total Memory: 32GiB [2019-09-11T09:14:12.241Z] Name: azwin-2-9225a0 [2019-09-11T09:14:12.241Z] ID: 2UIV:VWQY:XVEE:4K7O:BNCB:5UVL:FIHW:7WNE:ZH6X:KWQB:QGVD:NYEG [2019-09-11T09:14:12.241Z] Docker Root Dir: D:\docker [2019-09-11T09:14:12.241Z] Debug Mode: false [2019-09-11T09:14:12.241Z] Registry: https://index.docker.io/v1/ [2019-09-11T09:14:12.241Z] Labels: [2019-09-11T09:14:12.241Z] Experimental: true [2019-09-11T09:14:12.241Z] Insecure Registries: [2019-09-11T09:14:12.241Z] 10.0.0.4:5000 [2019-09-11T09:14:12.241Z] 127.0.0.0/8 [2019-09-11T09:14:12.241Z] Registry Mirrors: [2019-09-11T09:14:12.241Z] http://10.0.0.4:5000/ [2019-09-11T09:14:12.241Z] Live Restore Enabled: false [2019-09-11T09:14:12.241Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-09-11T09:14:12.727Z] 81cc889ba28f: Pull complete [2019-09-11T09:14:12.995Z] Client: [2019-09-11T09:14:12.995Z] Debug Mode: false [2019-09-11T09:14:12.995Z] Plugins: [2019-09-11T09:14:12.995Z] cluster: Manage Docker clusters (Docker Inc., v1.0.1) [2019-09-11T09:14:12.995Z] [2019-09-11T09:14:12.995Z] Server: [2019-09-11T09:14:12.995Z] Containers: 0 [2019-09-11T09:14:12.995Z] Running: 0 [2019-09-11T09:14:12.995Z] Paused: 0 [2019-09-11T09:14:12.995Z] Stopped: 0 [2019-09-11T09:14:12.995Z] Images: 8 [2019-09-11T09:14:12.995Z] Server Version: 19.03.2-tp2 [2019-09-11T09:14:12.995Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-11T09:14:12.995Z] Windows: [2019-09-11T09:14:12.995Z] LCOW: [2019-09-11T09:14:12.995Z] Logging Driver: json-file [2019-09-11T09:14:12.995Z] Plugins: [2019-09-11T09:14:12.995Z] Volume: local [2019-09-11T09:14:12.995Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-11T09:14:12.995Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-11T09:14:12.995Z] Swarm: inactive [2019-09-11T09:14:12.995Z] Default Isolation: process [2019-09-11T09:14:12.995Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-11T09:14:12.995Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.678) [2019-09-11T09:14:12.995Z] OSType: windows [2019-09-11T09:14:12.995Z] Architecture: x86_64 [2019-09-11T09:14:12.995Z] CPUs: 4 [2019-09-11T09:14:12.995Z] Total Memory: 32GiB [2019-09-11T09:14:12.995Z] Name: azwin-2-a0f470 [2019-09-11T09:14:12.995Z] ID: DLLG:KRFC:4AEN:DP5D:5NQB:FA6L:UYCK:GBQM:SUKT:TS22:QSV5:E7LK [2019-09-11T09:14:12.995Z] Docker Root Dir: D:\docker [2019-09-11T09:14:12.995Z] Debug Mode: false [2019-09-11T09:14:12.995Z] Registry: https://index.docker.io/v1/ [2019-09-11T09:14:12.995Z] Labels: [2019-09-11T09:14:12.995Z] Experimental: true [2019-09-11T09:14:12.995Z] Insecure Registries: [2019-09-11T09:14:12.995Z] 10.0.0.4:5000 [2019-09-11T09:14:12.995Z] 127.0.0.0/8 [2019-09-11T09:14:12.995Z] Registry Mirrors: [2019-09-11T09:14:12.995Z] http://10.0.0.4:5000/ [2019-09-11T09:14:12.995Z] Live Restore Enabled: false [2019-09-11T09:14:12.995Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-09-11T09:14:15.950Z] 893380247084: Pull complete [2019-09-11T09:14:15.950Z] 1dde6e4a9a98: Pull complete [2019-09-11T09:14:15.950Z] Digest: sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926 [2019-09-11T09:14:15.950Z] Status: Downloaded newer image for golang:1.12.9-stretch [2019-09-11T09:14:15.950Z] ---> b121e8146464 [2019-09-11T09:14:15.950Z] Step 5/126 : ARG APT_MIRROR [2019-09-11T09:14:15.950Z] ---> Running in ff505c3bcd84 [2019-09-11T09:14:16.313Z] Removing intermediate container ff505c3bcd84 [2019-09-11T09:14:16.313Z] ---> 9bb965b75d15 [2019-09-11T09:14:16.313Z] 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-11T09:14:16.313Z] ---> Running in 471a00f83429 [2019-09-11T09:14:17.564Z] Removing intermediate container 471a00f83429 [2019-09-11T09:14:17.564Z] ---> f382d4bdf5a0 [2019-09-11T09:14:17.564Z] Step 7/126 : FROM base AS criu [2019-09-11T09:14:17.564Z] ---> f382d4bdf5a0 [2019-09-11T09:14:17.564Z] Step 8/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:14:17.564Z] ---> Running in fa4d621ff3c5 [2019-09-11T09:14:17.564Z] Removing intermediate container fa4d621ff3c5 [2019-09-11T09:14:17.564Z] ---> ac8be5f33922 [2019-09-11T09:14:17.564Z] Step 9/126 : ENV CRIU_VERSION 3.12 [2019-09-11T09:14:17.564Z] ---> Running in 63b83c4b4538 [2019-09-11T09:14:17.927Z] Removing intermediate container 63b83c4b4538 [2019-09-11T09:14:17.927Z] ---> 9cdbc5c9ce07 [2019-09-11T09:14:17.927Z] 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-11T09:14:17.927Z] ---> Running in 29efdddbb71d [2019-09-11T09:14:18.295Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-11T09:14:18.733Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-11T09:14:18.733Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-11T09:14:18.733Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-11T09:14:18.733Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-11T09:14:18.733Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-11T09:14:19.253Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-11T09:14:19.253Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-11T09:14:20.320Z] Fetched 7671 kB in 2s (3769 kB/s) [2019-09-11T09:14:21.092Z] Reading package lists... [2019-09-11T09:14:21.454Z] Reading package lists... [2019-09-11T09:14:21.454Z] Building dependency tree... [2019-09-11T09:14:21.454Z] Reading state information... [2019-09-11T09:14:21.454Z] The following additional packages will be installed: [2019-09-11T09:14:21.454Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-11T09:14:21.454Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-11T09:14:21.454Z] Suggested packages: [2019-09-11T09:14:21.454Z] manpages-dev python-setuptools [2019-09-11T09:14:21.837Z] The following NEW packages will be installed: [2019-09-11T09:14:21.837Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-11T09:14:21.837Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-11T09:14:21.837Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-11T09:14:21.837Z] zlib1g-dev [2019-09-11T09:14:21.837Z] 0 upgraded, 16 newly installed, 0 to remove and 10 not upgraded. [2019-09-11T09:14:21.837Z] Need to get 3476 kB of archives. [2019-09-11T09:14:21.837Z] After this operation, 20.2 MB of additional disk space will be used. [2019-09-11T09:14:21.837Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-11T09:14:21.837Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-09-11T09:14:21.837Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-09-11T09:14:21.837Z] 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-11T09:14:21.837Z] 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-11T09:14:21.837Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-11T09:14:21.837Z] 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-11T09:14:21.837Z] 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-11T09:14:21.837Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-09-11T09:14:21.837Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-09-11T09:14:21.837Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-09-11T09:14:21.837Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-09-11T09:14:21.837Z] 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-11T09:14:21.837Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-09-11T09:14:21.837Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-11T09:14:21.837Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-09-11T09:14:22.215Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-11T09:14:22.215Z] Fetched 3476 kB in 0s (26.7 MB/s) [2019-09-11T09:14:22.215Z] Selecting previously unselected package libnet1:s390x. [2019-09-11T09:14:22.215Z] (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-11T09:14:22.215Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-11T09:14:22.215Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-11T09:14:22.215Z] Selecting previously unselected package libcap-dev:s390x. [2019-09-11T09:14:22.215Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-09-11T09:14:22.215Z] Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-09-11T09:14:22.215Z] Selecting previously unselected package libnet1-dev. [2019-09-11T09:14:22.215Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-09-11T09:14:22.215Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-11T09:14:22.215Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-11T09:14:22.215Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-11T09:14:22.215Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-11T09:14:22.215Z] Selecting previously unselected package libnl-3-dev:s390x. [2019-09-11T09:14:22.216Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-09-11T09:14:22.216Z] Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-09-11T09:14:22.216Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-11T09:14:22.216Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-11T09:14:22.216Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-11T09:14:22.216Z] Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-09-11T09:14:22.216Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-09-11T09:14:22.216Z] Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-11T09:14:22.596Z] Selecting previously unselected package zlib1g-dev:s390x. [2019-09-11T09:14:22.596Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-09-11T09:14:22.596Z] Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-11T09:14:22.596Z] Selecting previously unselected package libprotobuf10:s390x. [2019-09-11T09:14:22.596Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-09-11T09:14:22.596Z] Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-09-11T09:14:22.596Z] Selecting previously unselected package libprotobuf-lite10:s390x. [2019-09-11T09:14:22.596Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-09-11T09:14:22.596Z] Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-11T09:14:22.596Z] Selecting previously unselected package libprotobuf-dev:s390x. [2019-09-11T09:14:22.597Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-09-11T09:14:22.597Z] Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-11T09:14:22.597Z] Selecting previously unselected package libprotoc10:s390x. [2019-09-11T09:14:22.597Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-09-11T09:14:22.597Z] Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-09-11T09:14:22.976Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-11T09:14:22.976Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-09-11T09:14:22.976Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-11T09:14:22.976Z] Selecting previously unselected package protobuf-compiler. [2019-09-11T09:14:22.976Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-09-11T09:14:22.976Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-11T09:14:22.976Z] Selecting previously unselected package python-pkg-resources. [2019-09-11T09:14:22.976Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-11T09:14:22.976Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-11T09:14:22.976Z] Selecting previously unselected package python-protobuf. [2019-09-11T09:14:22.976Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-09-11T09:14:22.976Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-11T09:14:22.976Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-11T09:14:22.976Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-11T09:14:22.976Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-11T09:14:23.224Z] [2019-09-11T09:14:23.224Z] INFO: executeCI.ps1 starting at Wed Sep 11 09:14:22 CUT 2019 [2019-09-11T09:14:23.224Z] [2019-09-11T09:14:23.224Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-09-11T09:14:23.224Z] INFO: Running git version 2.23.0.windows.1 [2019-09-11T09:14:23.224Z] INFO: Branch:rs1_release_1 Build:14393.3179.190806-2245 [2019-09-11T09:14:23.224Z] INFO: Environment variables: [2019-09-11T09:14:23.224Z] [2019-09-11T09:14:23.224Z] Name Value [2019-09-11T09:14:23.224Z] ---- ----- [2019-09-11T09:14:23.224Z] ALLUSERSPROFILE C:\ProgramData [2019-09-11T09:14:23.224Z] APPDATA C:\windows\system32\config\systemprofile\AppD... [2019-09-11T09:14:23.224Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-09-11T09:14:23.224Z] BRANCH_NAME PR-39817 [2019-09-11T09:14:23.224Z] BUILD_DISPLAY_NAME #3 [2019-09-11T09:14:23.224Z] BUILD_ID 3 [2019-09-11T09:14:23.224Z] BUILD_NUMBER 3 [2019-09-11T09:14:23.224Z] BUILD_TAG jenkins-moby-PR-39817-3 [2019-09-11T09:14:23.224Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-... [2019-09-11T09:14:23.224Z] CHANGE_AUTHOR thaJeztah [2019-09-11T09:14:23.224Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-09-11T09:14:23.224Z] CHANGE_BRANCH refactor_TestDispatch [2019-09-11T09:14:23.224Z] CHANGE_FORK thaJeztah [2019-09-11T09:14:23.224Z] CHANGE_ID 39817 [2019-09-11T09:14:23.224Z] CHANGE_TARGET master [2019-09-11T09:14:23.224Z] CHANGE_TITLE TestDispatch: refactor to use subtests again,... [2019-09-11T09:14:23.224Z] CHANGE_URL https://github.com/moby/moby/pull/39817 [2019-09-11T09:14:23.224Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-11T09:14:23.224Z] CommonProgramFiles C:\Program Files\Common Files [2019-09-11T09:14:23.224Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-09-11T09:14:23.224Z] CommonProgramW6432 C:\Program Files\Common Files [2019-09-11T09:14:23.224Z] COMPUTERNAME azwin-2-9225a0 [2019-09-11T09:14:23.224Z] ComSpec C:\windows\system32\cmd.exe [2019-09-11T09:14:23.224Z] ConfigSequenceNumber 0 [2019-09-11T09:14:23.224Z] DOCKER_BUILDKIT 0 [2019-09-11T09:14:23.224Z] DOCKER_DUT_DEBUG 1 [2019-09-11T09:14:23.224Z] DOCKER_EXPERIMENTAL 1 [2019-09-11T09:14:23.224Z] DOCKER_GRAPHDRIVER overlay2 [2019-09-11T09:14:23.224Z] EXECUTOR_NUMBER 0 [2019-09-11T09:14:23.224Z] FQDN azwin-2-9225a0.westus.cloudapp.azure.com [2019-09-11T09:14:23.224Z] GIT_BRANCH PR-39817 [2019-09-11T09:14:23.224Z] GIT_COMMIT a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:23.224Z] GIT_PREVIOUS_COMMIT cf958e2aadc51af1ab737b6b13906b74e4867b44 [2019-09-11T09:14:23.224Z] GIT_URL https://github.com/moby/moby.git [2019-09-11T09:14:23.224Z] HUDSON_COOKIE 59108db6-5d02-41e8-b53f-58f48e69b83a [2019-09-11T09:14:23.224Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-09-11T09:14:23.224Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-09-11T09:14:23.224Z] HUDSON_URL https://ci.docker.com/public/ [2019-09-11T09:14:23.224Z] janky true [2019-09-11T09:14:23.224Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbui... [2019-09-11T09:14:23.224Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-09-11T09:14:23.224Z] JENKINS_NODE_COOKIE 8f232b29-2a54-4b55-ade2-04f227fb90e3 [2019-09-11T09:14:23.224Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-09-11T09:14:23.224Z] JENKINS_URL https://ci.docker.com/public/ [2019-09-11T09:14:23.224Z] JOB_BASE_NAME PR-39817 [2019-09-11T09:14:23.224Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-... [2019-09-11T09:14:23.224Z] JOB_NAME moby/PR-39817 [2019-09-11T09:14:23.224Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-... [2019-09-11T09:14:23.224Z] library.jps.version master [2019-09-11T09:14:23.224Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppD... [2019-09-11T09:14:23.224Z] NODE_LABELS amd64 azure azwin-2-9225a0 azwin-2016 docker ... [2019-09-11T09:14:23.224Z] NODE_NAME azwin-2-9225a0 [2019-09-11T09:14:23.224Z] NUMBER_OF_PROCESSORS 4 [2019-09-11T09:14:23.224Z] OS Windows_NT [2019-09-11T09:14:23.224Z] Path C:\windows\system32;C:\windows;C:\windows\Sys... [2019-09-11T09:14:23.224Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.... [2019-09-11T09:14:23.224Z] powerpc true [2019-09-11T09:14:23.224Z] PROCESSOR_ARCHITECTURE AMD64 [2019-09-11T09:14:23.224Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, Genuine... [2019-09-11T09:14:23.224Z] PROCESSOR_LEVEL 6 [2019-09-11T09:14:23.224Z] PROCESSOR_REVISION 4f01 [2019-09-11T09:14:23.224Z] ProgramData C:\ProgramData [2019-09-11T09:14:23.224Z] ProgramFiles C:\Program Files [2019-09-11T09:14:23.224Z] ProgramFiles(x86) C:\Program Files (x86) [2019-09-11T09:14:23.224Z] ProgramW6432 C:\Program Files [2019-09-11T09:14:23.224Z] PROMPT $P$G [2019-09-11T09:14:23.224Z] PSExecutionPolicyPreference Bypass [2019-09-11T09:14:23.224Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\Wi... [2019-09-11T09:14:23.224Z] PUBLIC C:\Users\Public [2019-09-11T09:14:23.224Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-... [2019-09-11T09:14:23.224Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-... [2019-09-11T09:14:23.224Z] skip_dco false [2019-09-11T09:14:23.224Z] SKIP_VALIDATION_TESTS 1 [2019-09-11T09:14:23.224Z] SOURCES_DRIVE d [2019-09-11T09:14:23.224Z] SOURCES_SUBDIR gopath [2019-09-11T09:14:23.224Z] STAGE_NAME Run tests [2019-09-11T09:14:23.224Z] SystemDrive C: [2019-09-11T09:14:23.224Z] SystemRoot C:\windows [2019-09-11T09:14:23.224Z] TEMP C:\windows\TEMP [2019-09-11T09:14:23.224Z] TESTRUN_DRIVE d [2019-09-11T09:14:23.224Z] TESTRUN_SUBDIR CI-3 [2019-09-11T09:14:23.224Z] TIMEOUT 120m [2019-09-11T09:14:23.224Z] TMP C:\windows\TEMP [2019-09-11T09:14:23.224Z] unit_validate true [2019-09-11T09:14:23.224Z] USERDOMAIN WORKGROUP [2019-09-11T09:14:23.224Z] USERNAME azwin-2-9225a0$ [2019-09-11T09:14:23.224Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-09-11T09:14:23.224Z] windir C:\windows [2019-09-11T09:14:23.224Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-09-11T09:14:23.224Z] WINDOWS_BASE_IMAGE_TAG ltsc2016 [2019-09-11T09:14:23.224Z] windowsRS1 true [2019-09-11T09:14:23.224Z] windowsRS5 true [2019-09-11T09:14:23.224Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-09-11T09:14:23.224Z] z true [2019-09-11T09:14:23.224Z] [2019-09-11T09:14:23.224Z] [2019-09-11T09:14:23.224Z] [2019-09-11T09:14:23.224Z] INFO: Sources under d:\gopath\... [2019-09-11T09:14:23.224Z] INFO: Test run under d:\CI-3\... [2019-09-11T09:14:23.224Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-09-11T09:14:23.226Z] INFO: docker/docker repository was found [2019-09-11T09:14:23.226Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-09-11T09:14:23.349Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-11T09:14:23.349Z] Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-09-11T09:14:23.349Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:14:23.349Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-11T09:14:23.685Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.14393.3204' [2019-09-11T09:14:23.685Z] INFO: Docker version of control daemon [2019-09-11T09:14:23.685Z] [2019-09-11T09:14:23.685Z] Client: Docker Engine - Enterprise [2019-09-11T09:14:23.685Z] Version: 19.03.2-tp2 [2019-09-11T09:14:23.685Z] API version: 1.40 [2019-09-11T09:14:23.685Z] Go version: go1.12.8 [2019-09-11T09:14:23.685Z] Git commit: 49fe2072d9 [2019-09-11T09:14:23.685Z] Built: 08/16/2019 19:26:08 [2019-09-11T09:14:23.685Z] OS/Arch: windows/amd64 [2019-09-11T09:14:23.685Z] Experimental: false [2019-09-11T09:14:23.685Z] [2019-09-11T09:14:23.685Z] Server: Docker Engine - Enterprise [2019-09-11T09:14:23.685Z] Engine: [2019-09-11T09:14:23.685Z] Version: 19.03.2-tp2 [2019-09-11T09:14:23.685Z] API version: 1.40 (minimum version 1.24) [2019-09-11T09:14:23.685Z] Go version: go1.12.8 [2019-09-11T09:14:23.685Z] Git commit: 49fe2072d9 [2019-09-11T09:14:23.685Z] Built: 08/16/2019 19:23:48 [2019-09-11T09:14:23.685Z] OS/Arch: windows/amd64 [2019-09-11T09:14:23.685Z] Experimental: true [2019-09-11T09:14:23.685Z] [2019-09-11T09:14:23.685Z] INFO: Docker info of control daemon [2019-09-11T09:14:23.685Z] [2019-09-11T09:14:24.136Z] Setting up libcap-dev:s390x (1:2.25-1) ... [2019-09-11T09:14:24.136Z] Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-11T09:14:24.136Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-11T09:14:24.136Z] Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-11T09:14:24.136Z] Setting up libprotoc10:s390x (3.0.0-9) ... [2019-09-11T09:14:24.136Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-11T09:14:24.136Z] Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-11T09:14:24.136Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-11T09:14:24.136Z] Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-11T09:14:24.136Z] Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-09-11T09:14:24.136Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:14:24.649Z] Client: [2019-09-11T09:14:24.649Z] Debug Mode: false [2019-09-11T09:14:24.649Z] Plugins: [2019-09-11T09:14:24.649Z] cluster: Manage Docker clusters (Docker Inc., v1.0.1) [2019-09-11T09:14:24.649Z] [2019-09-11T09:14:24.649Z] Server: [2019-09-11T09:14:24.649Z] Containers: 0 [2019-09-11T09:14:24.649Z] Running: 0 [2019-09-11T09:14:24.649Z] Paused: 0 [2019-09-11T09:14:24.649Z] Stopped: 0 [2019-09-11T09:14:24.649Z] Images: 8 [2019-09-11T09:14:24.649Z] Server Version: 19.03.2-tp2 [2019-09-11T09:14:24.649Z] Storage Driver: windowsfilter [2019-09-11T09:14:24.649Z] Windows: [2019-09-11T09:14:24.649Z] Logging Driver: json-file [2019-09-11T09:14:24.649Z] Plugins: [2019-09-11T09:14:24.649Z] Volume: local [2019-09-11T09:14:24.649Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-11T09:14:24.649Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-11T09:14:24.649Z] Swarm: inactive [2019-09-11T09:14:24.649Z] Default Isolation: process [2019-09-11T09:14:24.649Z] Kernel Version: 10.0 14393 (14393.3179.amd64fre.rs1_release_1.190806-2245) [2019-09-11T09:14:24.649Z] Operating System: Windows Server 2016 Datacenter Version 1607 (OS Build 14393.3181) [2019-09-11T09:14:24.649Z] OSType: windows [2019-09-11T09:14:24.649Z] Architecture: x86_64 [2019-09-11T09:14:24.649Z] CPUs: 4 [2019-09-11T09:14:24.649Z] Total Memory: 32GiB [2019-09-11T09:14:24.649Z] Name: azwin-2-9225a0 [2019-09-11T09:14:24.649Z] ID: 2UIV:VWQY:XVEE:4K7O:BNCB:5UVL:FIHW:7WNE:ZH6X:KWQB:QGVD:NYEG [2019-09-11T09:14:24.649Z] Docker Root Dir: D:\docker [2019-09-11T09:14:24.649Z] Debug Mode: false [2019-09-11T09:14:24.649Z] Registry: https://index.docker.io/v1/ [2019-09-11T09:14:24.649Z] Labels: [2019-09-11T09:14:24.649Z] Experimental: true [2019-09-11T09:14:24.649Z] Insecure Registries: [2019-09-11T09:14:24.649Z] 10.0.0.4:5000 [2019-09-11T09:14:24.649Z] 127.0.0.0/8 [2019-09-11T09:14:24.649Z] Registry Mirrors: [2019-09-11T09:14:24.649Z] http://10.0.0.4:5000/ [2019-09-11T09:14:24.649Z] Live Restore Enabled: false [2019-09-11T09:14:24.649Z] [2019-09-11T09:14:24.649Z] [2019-09-11T09:14:24.649Z] INFO: Commit hash is a3f9cb5b6 [2019-09-11T09:14:24.649Z] INFO: Nuke-Everything... [2019-09-11T09:14:24.946Z] Removing intermediate container 29efdddbb71d [2019-09-11T09:14:24.946Z] ---> 51fc4746d348 [2019-09-11T09:14:24.946Z] 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-11T09:14:24.946Z] ---> Running in f3c91ef9d599 [2019-09-11T09:14:25.106Z] INFO: Container count on control daemon to delete is 0 [2019-09-11T09:14:25.564Z] INFO: Nuking d:\CI-3 [2019-09-11T09:14:25.564Z] INFO: Zapped successfully [2019-09-11T09:14:25.564Z] INFO: Location for testing is d:\CI-3\CI-a3f9cb5b6 [2019-09-11T09:14:25.564Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-09-11T09:14:25.564Z] [2019-09-11T09:14:25.564Z] [2019-09-11T09:14:25.564Z] INFO: Building the image from Dockerfile.windows at 09/11/2019 09:14:25... [2019-09-11T09:14:25.564Z] [2019-09-11T09:14:25.853Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-11T09:14:25.853Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-11T09:14:26.284Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-11T09:14:26.285Z]  GEN .gitid [2019-09-11T09:14:26.285Z] GEN criu/include/version.h [2019-09-11T09:14:26.285Z] GEN include/common/asm [2019-09-11T09:14:26.285Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-11T09:14:26.285Z] PBCC images/opts.pb-c.c [2019-09-11T09:14:26.285Z] PBCC images/sit.pb-c.c [2019-09-11T09:14:26.285Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-11T09:14:26.285Z] DEP images/opts.pb-c.d [2019-09-11T09:14:26.285Z] DEP images/sit.pb-c.d [2019-09-11T09:14:26.285Z] PBCC images/macvlan.pb-c.c [2019-09-11T09:14:26.285Z] DEP images/macvlan.pb-c.d [2019-09-11T09:14:26.285Z] PBCC images/autofs.pb-c.c [2019-09-11T09:14:26.285Z] DEP images/autofs.pb-c.d [2019-09-11T09:14:26.285Z] PBCC images/sysctl.pb-c.c [2019-09-11T09:14:26.285Z] DEP images/sysctl.pb-c.d [2019-09-11T09:14:26.285Z] PBCC images/time.pb-c.c [2019-09-11T09:14:26.285Z] DEP images/time.pb-c.d [2019-09-11T09:14:26.285Z] PBCC images/binfmt-misc.pb-c.c [2019-09-11T09:14:26.285Z] DEP images/binfmt-misc.pb-c.d [2019-09-11T09:14:26.285Z] PBCC images/seccomp.pb-c.c [2019-09-11T09:14:26.285Z] DEP images/seccomp.pb-c.d [2019-09-11T09:14:26.285Z] PBCC images/userns.pb-c.c [2019-09-11T09:14:26.285Z] DEP images/userns.pb-c.d [2019-09-11T09:14:26.285Z] PBCC images/cgroup.pb-c.c [2019-09-11T09:14:26.285Z] DEP images/cgroup.pb-c.d [2019-09-11T09:14:26.285Z] PBCC images/fown.pb-c.c [2019-09-11T09:14:26.285Z] PBCC images/ext-file.pb-c.c [2019-09-11T09:14:26.285Z] DEP images/fown.pb-c.d [2019-09-11T09:14:26.285Z] DEP images/ext-file.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/rpc.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/rpc.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/siginfo.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/siginfo.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/pagemap.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/pagemap.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/rlimit.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/rlimit.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/file-lock.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/file-lock.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/tty.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/tty.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/tun.pb-c.c [2019-09-11T09:14:26.657Z] PBCC images/netdev.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/tun.pb-c.d [2019-09-11T09:14:26.657Z] DEP images/netdev.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/vma.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/vma.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/creds.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/creds.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/utsns.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/utsns.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/ipc-desc.pb-c.c [2019-09-11T09:14:26.657Z] PBCC images/ipc-sem.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/ipc-desc.pb-c.d [2019-09-11T09:14:26.657Z] DEP images/ipc-sem.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/ipc-msg.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/ipc-msg.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/ipc-shm.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/ipc-shm.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/ipc-var.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/ipc-var.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/sk-opts.pb-c.c [2019-09-11T09:14:26.657Z] PBCC images/packet-sock.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/sk-opts.pb-c.d [2019-09-11T09:14:26.657Z] DEP images/packet-sock.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/sk-netlink.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/sk-netlink.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/sk-inet.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/sk-inet.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/sk-unix.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/sk-unix.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/mm.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/mm.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/timerfd.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/timerfd.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/timer.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/timer.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/sa.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/sa.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/pipe-data.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/pipe-data.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/mnt.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/mnt.pb-c.d [2019-09-11T09:14:26.657Z] PBCC images/sk-packet.pb-c.c [2019-09-11T09:14:26.657Z] DEP images/sk-packet.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/tcp-stream.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/tcp-stream.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/pipe.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/pipe.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/pstree.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/pstree.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/fs.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/fs.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/signalfd.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/signalfd.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/fh.pb-c.c [2019-09-11T09:14:27.028Z] PBCC images/fsnotify.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/fh.pb-c.d [2019-09-11T09:14:27.028Z] DEP images/fsnotify.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/eventpoll.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/eventpoll.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/eventfd.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/eventfd.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/remap-file-path.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/remap-file-path.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/fifo.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/fifo.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/ghost-file.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/ghost-file.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/regfile.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/regfile.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/ns.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/ns.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/fdinfo.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/fdinfo.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/core-aarch64.pb-c.c [2019-09-11T09:14:27.028Z] PBCC images/core-arm.pb-c.c [2019-09-11T09:14:27.028Z] PBCC images/core-ppc64.pb-c.c [2019-09-11T09:14:27.028Z] PBCC images/core-s390.pb-c.c [2019-09-11T09:14:27.028Z] PBCC images/core-x86.pb-c.c [2019-09-11T09:14:27.028Z] PBCC images/core.pb-c.c [2019-09-11T09:14:27.028Z] PBCC images/inventory.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/core-aarch64.pb-c.d [2019-09-11T09:14:27.028Z] DEP images/core-arm.pb-c.d [2019-09-11T09:14:27.028Z] DEP images/core-ppc64.pb-c.d [2019-09-11T09:14:27.028Z] DEP images/core-s390.pb-c.d [2019-09-11T09:14:27.028Z] DEP images/core-x86.pb-c.d [2019-09-11T09:14:27.028Z] DEP images/core.pb-c.d [2019-09-11T09:14:27.028Z] DEP images/inventory.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/cpuinfo.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/cpuinfo.pb-c.d [2019-09-11T09:14:27.028Z] PBCC images/stats.pb-c.c [2019-09-11T09:14:27.028Z] DEP images/stats.pb-c.d [2019-09-11T09:14:27.412Z] make[1]: Nothing to be done for 'all'. [2019-09-11T09:14:27.412Z] CC images/stats.o [2019-09-11T09:14:27.412Z] CC images/core.o [2019-09-11T09:14:27.780Z] CC images/core-x86.o [2019-09-11T09:14:27.780Z] CC images/core-arm.o [2019-09-11T09:14:27.780Z] CC images/core-aarch64.o [2019-09-11T09:14:27.780Z] CC images/core-ppc64.o [2019-09-11T09:14:27.780Z] CC images/core-s390.o [2019-09-11T09:14:28.146Z] CC images/cpuinfo.o [2019-09-11T09:14:28.146Z] CC images/inventory.o [2019-09-11T09:14:28.146Z] CC images/fdinfo.o [2019-09-11T09:14:28.146Z] CC images/fown.o [2019-09-11T09:14:28.146Z] CC images/ns.o [2019-09-11T09:14:28.146Z] CC images/regfile.o [2019-09-11T09:14:28.146Z] CC images/ghost-file.o [2019-09-11T09:14:28.146Z] CC images/fifo.o [2019-09-11T09:14:28.146Z] CC images/remap-file-path.o [2019-09-11T09:14:28.146Z] CC images/eventfd.o [2019-09-11T09:14:28.146Z] CC images/eventpoll.o [2019-09-11T09:14:28.146Z] CC images/fh.o [2019-09-11T09:14:28.377Z] [2019-09-11T09:14:28.377Z] INFO: executeCI.ps1 starting at Wed Sep 11 09:14:27 CUT 2019 [2019-09-11T09:14:28.377Z] [2019-09-11T09:14:28.377Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-09-11T09:14:28.377Z] INFO: Running git version 2.23.0.windows.1 [2019-09-11T09:14:28.377Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-09-11T09:14:28.377Z] INFO: Environment variables: [2019-09-11T09:14:28.377Z] [2019-09-11T09:14:28.377Z] Name Value [2019-09-11T09:14:28.377Z] ---- ----- [2019-09-11T09:14:28.377Z] ALLUSERSPROFILE C:\ProgramData [2019-09-11T09:14:28.377Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-09-11T09:14:28.377Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-09-11T09:14:28.377Z] BRANCH_NAME PR-39817 [2019-09-11T09:14:28.377Z] BUILD_DISPLAY_NAME #3 [2019-09-11T09:14:28.377Z] BUILD_ID 3 [2019-09-11T09:14:28.377Z] BUILD_NUMBER 3 [2019-09-11T09:14:28.377Z] BUILD_TAG jenkins-moby-PR-39817-3 [2019-09-11T09:14:28.377Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-39817/3/ [2019-09-11T09:14:28.377Z] CHANGE_AUTHOR thaJeztah [2019-09-11T09:14:28.377Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-09-11T09:14:28.377Z] CHANGE_BRANCH refactor_TestDispatch [2019-09-11T09:14:28.377Z] CHANGE_FORK thaJeztah [2019-09-11T09:14:28.377Z] CHANGE_ID 39817 [2019-09-11T09:14:28.377Z] CHANGE_TARGET master [2019-09-11T09:14:28.377Z] CHANGE_TITLE TestDispatch: refactor to use subtests again, and fix linting (structcheck) [2019-09-11T09:14:28.377Z] CHANGE_URL https://github.com/moby/moby/pull/39817 [2019-09-11T09:14:28.377Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-11T09:14:28.377Z] CommonProgramFiles C:\Program Files\Common Files [2019-09-11T09:14:28.377Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-09-11T09:14:28.377Z] CommonProgramW6432 C:\Program Files\Common Files [2019-09-11T09:14:28.377Z] COMPUTERNAME azwin-2-a0f470 [2019-09-11T09:14:28.377Z] ComSpec C:\windows\system32\cmd.exe [2019-09-11T09:14:28.377Z] ConfigSequenceNumber 0 [2019-09-11T09:14:28.377Z] DOCKER_BUILDKIT 0 [2019-09-11T09:14:28.377Z] DOCKER_DUT_DEBUG 1 [2019-09-11T09:14:28.377Z] DOCKER_EXPERIMENTAL 1 [2019-09-11T09:14:28.377Z] DOCKER_GRAPHDRIVER overlay2 [2019-09-11T09:14:28.377Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-09-11T09:14:28.377Z] EXECUTOR_NUMBER 0 [2019-09-11T09:14:28.377Z] FQDN azwin-2-a0f470.westus.cloudapp.azure.com [2019-09-11T09:14:28.377Z] GIT_BRANCH PR-39817 [2019-09-11T09:14:28.377Z] GIT_COMMIT a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:14:28.377Z] GIT_PREVIOUS_COMMIT cf958e2aadc51af1ab737b6b13906b74e4867b44 [2019-09-11T09:14:28.377Z] GIT_URL https://github.com/moby/moby.git [2019-09-11T09:14:28.377Z] HUDSON_COOKIE a5c08cb6-44fa-4f76-b628-1317b3196e0b [2019-09-11T09:14:28.377Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-09-11T09:14:28.377Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-09-11T09:14:28.377Z] HUDSON_URL https://ci.docker.com/public/ [2019-09-11T09:14:28.377Z] janky true [2019-09-11T09:14:28.377Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-09-11T09:14:28.377Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-09-11T09:14:28.377Z] JENKINS_NODE_COOKIE 2e7a5d5b-b37f-44e3-82f9-f420ee2dc759 [2019-09-11T09:14:28.377Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-09-11T09:14:28.377Z] JENKINS_URL https://ci.docker.com/public/ [2019-09-11T09:14:28.377Z] JOB_BASE_NAME PR-39817 [2019-09-11T09:14:28.377Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39817/display/redirect [2019-09-11T09:14:28.377Z] JOB_NAME moby/PR-39817 [2019-09-11T09:14:28.377Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-39817/ [2019-09-11T09:14:28.377Z] library.jps.version master [2019-09-11T09:14:28.377Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-09-11T09:14:28.377Z] NODE_LABELS amd64 azure azwin-2-a0f470 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-09-11T09:14:28.377Z] NODE_NAME azwin-2-a0f470 [2019-09-11T09:14:28.377Z] NUMBER_OF_PROCESSORS 4 [2019-09-11T09:14:28.377Z] OS Windows_NT [2019-09-11T09:14:28.377Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-09-11T09:14:28.377Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-09-11T09:14:28.377Z] powerpc true [2019-09-11T09:14:28.377Z] PROCESSOR_ARCHITECTURE AMD64 [2019-09-11T09:14:28.377Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-09-11T09:14:28.377Z] PROCESSOR_LEVEL 6 [2019-09-11T09:14:28.377Z] PROCESSOR_REVISION 4f01 [2019-09-11T09:14:28.377Z] ProgramData C:\ProgramData [2019-09-11T09:14:28.379Z] ProgramFiles C:\Program Files [2019-09-11T09:14:28.379Z] ProgramFiles(x86) C:\Program Files (x86) [2019-09-11T09:14:28.379Z] ProgramW6432 C:\Program Files [2019-09-11T09:14:28.379Z] PROMPT $P$G [2019-09-11T09:14:28.379Z] PSExecutionPolicyPreference Bypass [2019-09-11T09:14:28.379Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-09-11T09:14:28.379Z] PUBLIC C:\Users\Public [2019-09-11T09:14:28.379Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39817/3/display/redirect?page=changes [2019-09-11T09:14:28.379Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39817/3/display/redirect [2019-09-11T09:14:28.379Z] skip_dco false [2019-09-11T09:14:28.379Z] SKIP_VALIDATION_TESTS 1 [2019-09-11T09:14:28.379Z] SOURCES_DRIVE d [2019-09-11T09:14:28.379Z] SOURCES_SUBDIR gopath [2019-09-11T09:14:28.379Z] STAGE_NAME Run tests [2019-09-11T09:14:28.379Z] SystemDrive C: [2019-09-11T09:14:28.379Z] SystemRoot C:\windows [2019-09-11T09:14:28.379Z] TEMP C:\windows\TEMP [2019-09-11T09:14:28.379Z] TESTRUN_DRIVE d [2019-09-11T09:14:28.379Z] TESTRUN_SUBDIR CI-3 [2019-09-11T09:14:28.379Z] TIMEOUT 120m [2019-09-11T09:14:28.379Z] TMP C:\windows\TEMP [2019-09-11T09:14:28.379Z] unit_validate true [2019-09-11T09:14:28.379Z] USERDOMAIN WORKGROUP [2019-09-11T09:14:28.379Z] USERNAME azwin-2-a0f470$ [2019-09-11T09:14:28.379Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-09-11T09:14:28.379Z] windir C:\windows [2019-09-11T09:14:28.379Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-09-11T09:14:28.379Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-09-11T09:14:28.379Z] windowsRS1 true [2019-09-11T09:14:28.379Z] windowsRS5 true [2019-09-11T09:14:28.379Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-09-11T09:14:28.379Z] z true [2019-09-11T09:14:28.379Z] [2019-09-11T09:14:28.379Z] [2019-09-11T09:14:28.379Z] [2019-09-11T09:14:28.379Z] INFO: Sources under d:\gopath\... [2019-09-11T09:14:28.379Z] INFO: Test run under d:\CI-3\... [2019-09-11T09:14:28.379Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-09-11T09:14:28.379Z] INFO: docker/docker repository was found [2019-09-11T09:14:28.379Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-09-11T09:14:28.514Z] CC images/fsnotify.o [2019-09-11T09:14:28.514Z] CC images/signalfd.o [2019-09-11T09:14:28.514Z] CC images/fs.o [2019-09-11T09:14:28.514Z] CC images/pstree.o [2019-09-11T09:14:28.514Z] CC images/pipe.o [2019-09-11T09:14:28.514Z] CC images/tcp-stream.o [2019-09-11T09:14:28.514Z] CC images/sk-packet.o [2019-09-11T09:14:28.514Z] CC images/mnt.o [2019-09-11T09:14:28.514Z] CC images/pipe-data.o [2019-09-11T09:14:28.514Z] CC images/sa.o [2019-09-11T09:14:28.514Z] CC images/timer.o [2019-09-11T09:14:28.840Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.737' [2019-09-11T09:14:28.840Z] INFO: Docker version of control daemon [2019-09-11T09:14:28.840Z] [2019-09-11T09:14:28.840Z] Client: Docker Engine - Enterprise [2019-09-11T09:14:28.840Z] Version: 19.03.2-tp2 [2019-09-11T09:14:28.840Z] API version: 1.40 [2019-09-11T09:14:28.840Z] Go version: go1.12.8 [2019-09-11T09:14:28.840Z] Git commit: 49fe2072d9 [2019-09-11T09:14:28.840Z] Built: 08/16/2019 19:26:08 [2019-09-11T09:14:28.840Z] OS/Arch: windows/amd64 [2019-09-11T09:14:28.840Z] Experimental: false [2019-09-11T09:14:28.840Z] [2019-09-11T09:14:28.840Z] Server: Docker Engine - Enterprise [2019-09-11T09:14:28.840Z] Engine: [2019-09-11T09:14:28.840Z] Version: 19.03.2-tp2 [2019-09-11T09:14:28.840Z] API version: 1.40 (minimum version 1.24) [2019-09-11T09:14:28.840Z] Go version: go1.12.8 [2019-09-11T09:14:28.840Z] Git commit: 49fe2072d9 [2019-09-11T09:14:28.840Z] Built: 08/16/2019 19:23:48 [2019-09-11T09:14:28.840Z] OS/Arch: windows/amd64 [2019-09-11T09:14:28.840Z] Experimental: true [2019-09-11T09:14:28.840Z] [2019-09-11T09:14:28.840Z] INFO: Docker info of control daemon [2019-09-11T09:14:28.840Z] [2019-09-11T09:14:28.884Z] CC images/timerfd.o [2019-09-11T09:14:28.884Z] CC images/mm.o [2019-09-11T09:14:28.884Z] CC images/sk-opts.o [2019-09-11T09:14:28.884Z] CC images/sk-unix.o [2019-09-11T09:14:28.884Z] CC images/sk-inet.o [2019-09-11T09:14:28.884Z] CC images/tun.o [2019-09-11T09:14:28.884Z] CC images/sk-netlink.o [2019-09-11T09:14:28.884Z] CC images/packet-sock.o [2019-09-11T09:14:28.884Z] CC images/ipc-var.o [2019-09-11T09:14:28.884Z] CC images/ipc-desc.o [2019-09-11T09:14:28.884Z] CC images/ipc-shm.o [2019-09-11T09:14:29.256Z] CC images/ipc-msg.o [2019-09-11T09:14:29.256Z] CC images/ipc-sem.o [2019-09-11T09:14:29.256Z] CC images/utsns.o [2019-09-11T09:14:29.256Z] CC images/creds.o [2019-09-11T09:14:29.256Z] CC images/vma.o [2019-09-11T09:14:29.256Z] CC images/netdev.o [2019-09-11T09:14:29.256Z] CC images/tty.o [2019-09-11T09:14:29.256Z] CC images/file-lock.o [2019-09-11T09:14:29.256Z] CC images/rlimit.o [2019-09-11T09:14:29.256Z] CC images/pagemap.o [2019-09-11T09:14:29.256Z] CC images/siginfo.o [2019-09-11T09:14:29.627Z] CC images/rpc.o [2019-09-11T09:14:29.627Z] CC images/ext-file.o [2019-09-11T09:14:29.627Z] CC images/cgroup.o [2019-09-11T09:14:29.627Z] CC images/userns.o [2019-09-11T09:14:29.627Z] CC images/google/protobuf/descriptor.o [2019-09-11T09:14:29.812Z] Client: [2019-09-11T09:14:29.812Z] Debug Mode: false [2019-09-11T09:14:29.812Z] Plugins: [2019-09-11T09:14:29.812Z] cluster: Manage Docker clusters (Docker Inc., v1.0.1) [2019-09-11T09:14:29.812Z] [2019-09-11T09:14:29.812Z] Server: [2019-09-11T09:14:29.812Z] Containers: 0 [2019-09-11T09:14:29.812Z] Running: 0 [2019-09-11T09:14:29.812Z] Paused: 0 [2019-09-11T09:14:29.812Z] Stopped: 0 [2019-09-11T09:14:29.812Z] Images: 8 [2019-09-11T09:14:29.812Z] Server Version: 19.03.2-tp2 [2019-09-11T09:14:29.812Z] Storage Driver: lcow (linux) windowsfilter (windows) [2019-09-11T09:14:29.812Z] LCOW: [2019-09-11T09:14:29.812Z] Windows: [2019-09-11T09:14:29.812Z] Logging Driver: json-file [2019-09-11T09:14:29.812Z] Plugins: [2019-09-11T09:14:29.812Z] Volume: local [2019-09-11T09:14:29.812Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-11T09:14:29.812Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-11T09:14:29.812Z] Swarm: inactive [2019-09-11T09:14:29.812Z] Default Isolation: process [2019-09-11T09:14:29.812Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-11T09:14:29.812Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.678) [2019-09-11T09:14:29.812Z] OSType: windows [2019-09-11T09:14:29.812Z] Architecture: x86_64 [2019-09-11T09:14:29.812Z] CPUs: 4 [2019-09-11T09:14:29.812Z] Total Memory: 32GiB [2019-09-11T09:14:29.812Z] Name: azwin-2-a0f470 [2019-09-11T09:14:29.812Z] ID: DLLG:KRFC:4AEN:DP5D:5NQB:FA6L:UYCK:GBQM:SUKT:TS22:QSV5:E7LK [2019-09-11T09:14:29.812Z] Docker Root Dir: D:\docker [2019-09-11T09:14:29.812Z] Debug Mode: false [2019-09-11T09:14:29.812Z] Registry: https://index.docker.io/v1/ [2019-09-11T09:14:29.812Z] Labels: [2019-09-11T09:14:29.812Z] Experimental: true [2019-09-11T09:14:29.812Z] Insecure Registries: [2019-09-11T09:14:29.812Z] 10.0.0.4:5000 [2019-09-11T09:14:29.812Z] 127.0.0.0/8 [2019-09-11T09:14:29.812Z] Registry Mirrors: [2019-09-11T09:14:29.812Z] http://10.0.0.4:5000/ [2019-09-11T09:14:29.812Z] Live Restore Enabled: false [2019-09-11T09:14:29.812Z] [2019-09-11T09:14:29.812Z] [2019-09-11T09:14:29.812Z] INFO: Commit hash is a3f9cb5b6 [2019-09-11T09:14:29.812Z] INFO: Nuke-Everything... [2019-09-11T09:14:30.012Z] CC images/opts.o [2019-09-11T09:14:30.013Z] CC images/seccomp.o [2019-09-11T09:14:30.013Z] CC images/binfmt-misc.o [2019-09-11T09:14:30.013Z] CC images/time.o [2019-09-11T09:14:30.013Z] CC images/sysctl.o [2019-09-11T09:14:30.013Z] CC images/autofs.o [2019-09-11T09:14:30.013Z] CC images/macvlan.o [2019-09-11T09:14:30.013Z] CC images/sit.o [2019-09-11T09:14:30.273Z] INFO: Container count on control daemon to delete is 0 [2019-09-11T09:14:30.394Z] LINK images/built-in.o [2019-09-11T09:14:30.394Z] GEN compel/include/asm [2019-09-11T09:14:30.394Z] GEN compel/include/version.h [2019-09-11T09:14:30.394Z] touch .config [2019-09-11T09:14:30.394Z] GEN include/common/config.h [2019-09-11T09:14:30.394Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-09-11T09:14:30.394Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-11T09:14:30.394Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-11T09:14:30.394Z] GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-09-11T09:14:30.394Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-09-11T09:14:30.394Z] DEP compel/arch/s390/plugins/std/parasite-head.d [2019-09-11T09:14:30.394Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-11T09:14:30.394Z] DEP compel/plugins/std/infect.d [2019-09-11T09:14:30.394Z] DEP compel/plugins/std/string.d [2019-09-11T09:14:30.394Z] DEP compel/plugins/std/log.d [2019-09-11T09:14:30.394Z] DEP compel/plugins/std/fds.d [2019-09-11T09:14:30.394Z] DEP compel/plugins/std/std.d [2019-09-11T09:14:30.394Z] DEP compel/plugins/shmem/shmem.d [2019-09-11T09:14:30.394Z] DEP compel/plugins/fds/fds.d [2019-09-11T09:14:30.394Z] CC compel/plugins/std/std.o [2019-09-11T09:14:30.394Z] CC compel/plugins/std/fds.o [2019-09-11T09:14:30.394Z] CC compel/plugins/std/log.o [2019-09-11T09:14:30.735Z] INFO: Nuking d:\CI-3 [2019-09-11T09:14:30.735Z] INFO: Zapped successfully [2019-09-11T09:14:30.735Z] INFO: Location for testing is d:\CI-3\CI-a3f9cb5b6 [2019-09-11T09:14:30.735Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-09-11T09:14:30.735Z] [2019-09-11T09:14:30.735Z] [2019-09-11T09:14:30.735Z] INFO: Building the image from Dockerfile.windows at 09/11/2019 09:14:30... [2019-09-11T09:14:30.735Z] [2019-09-11T09:14:30.756Z] CC compel/plugins/std/string.o [2019-09-11T09:14:30.756Z] CC compel/plugins/std/infect.o [2019-09-11T09:14:30.756Z] CC compel/arch/s390/plugins/std/parasite-head.o [2019-09-11T09:14:30.756Z] CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-09-11T09:14:30.756Z] CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-09-11T09:14:30.756Z] AR compel/plugins/std.lib.a [2019-09-11T09:14:30.756Z] CC compel/plugins/fds/fds.o [2019-09-11T09:14:31.157Z] AR compel/plugins/fds.lib.a [2019-09-11T09:14:31.157Z] HOSTDEP compel/src/lib/log-host.d [2019-09-11T09:14:31.157Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-11T09:14:31.157Z] HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-09-11T09:14:31.157Z] HOSTDEP compel/src/main-host.d [2019-09-11T09:14:31.157Z] DEP compel/src/lib/ptrace.d [2019-09-11T09:14:31.157Z] DEP compel/src/lib/infect.d [2019-09-11T09:14:31.157Z] DEP compel/src/lib/infect-util.d [2019-09-11T09:14:31.157Z] DEP compel/src/lib/infect-rpc.d [2019-09-11T09:14:31.157Z] DEP compel/arch/s390/src/lib/infect.d [2019-09-11T09:14:31.157Z] DEP compel/arch/s390/src/lib/cpu.d [2019-09-11T09:14:31.157Z] DEP compel/src/lib/log.d [2019-09-11T09:14:31.157Z] DEP compel/src/main.d [2019-09-11T09:14:31.157Z] DEP compel/src/lib/handle-elf.d [2019-09-11T09:14:31.157Z] DEP compel/arch/s390/src/lib/handle-elf.d [2019-09-11T09:14:31.349Z] Sending build context to Docker daemon 49.96MB [2019-09-11T09:14:31.349Z] [2019-09-11T09:14:31.349Z] Step 1/8 : FROM microsoft/windowsservercore [2019-09-11T09:14:31.349Z] ---> 2606a881cbae [2019-09-11T09:14:31.349Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-09-11T09:14:31.349Z] ---> Using cache [2019-09-11T09:14:31.349Z] ---> 04271adca6f6 [2019-09-11T09:14:31.349Z] Step 3/8 : ARG GO_VERSION=1.12.9 [2019-09-11T09:14:31.349Z] ---> Using cache [2019-09-11T09:14:31.349Z] ---> 42aaa7bb6978 [2019-09-11T09:14:31.349Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath FROM_DOCKERFILE=1 [2019-09-11T09:14:31.349Z] ---> Using cache [2019-09-11T09:14:31.349Z] ---> 2b43d3b5e498 [2019-09-11T09:14:31.349Z] Step 5/8 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; 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 ${GOPATH}\src\github.com\docker\docker | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; Write-Host INFO: Completed [2019-09-11T09:14:31.349Z] ---> Using cache [2019-09-11T09:14:31.349Z] ---> 2c85077395ea [2019-09-11T09:14:31.349Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-09-11T09:14:31.349Z] ---> Using cache [2019-09-11T09:14:31.349Z] ---> bf3f40cc2f66 [2019-09-11T09:14:31.349Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-09-11T09:14:31.349Z] ---> Using cache [2019-09-11T09:14:31.349Z] ---> ee962228a3d3 [2019-09-11T09:14:31.349Z] Step 8/8 : COPY . . [2019-09-11T09:14:31.626Z] CC compel/src/lib/log.o [2019-09-11T09:14:31.626Z] CC compel/arch/s390/src/lib/cpu.o [2019-09-11T09:14:31.626Z] CC compel/arch/s390/src/lib/infect.o [2019-09-11T09:14:31.626Z] CC compel/src/lib/infect-rpc.o [2019-09-11T09:14:31.626Z] CC compel/src/lib/infect-util.o [2019-09-11T09:14:31.626Z] CC compel/src/lib/infect.o [2019-09-11T09:14:32.096Z] CC compel/src/lib/ptrace.o [2019-09-11T09:14:32.097Z] AR compel/libcompel.a [2019-09-11T09:14:32.097Z] HOSTCC compel/src/main-host.o [2019-09-11T09:14:32.097Z] HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-09-11T09:14:32.097Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-11T09:14:32.481Z] HOSTCC compel/src/lib/log-host.o [2019-09-11T09:14:32.481Z] HOSTLINK compel/compel-host-bin [2019-09-11T09:14:32.481Z] DEP soccr/soccr.d [2019-09-11T09:14:32.481Z] CC soccr/soccr.o [2019-09-11T09:14:32.481Z] AR soccr/libsoccr.a [2019-09-11T09:14:32.843Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-11T09:14:32.844Z] DEP criu/arch/s390/sigframe.d [2019-09-11T09:14:32.844Z] DEP criu/arch/s390/crtools.d [2019-09-11T09:14:32.844Z] DEP criu/arch/s390/cpu.d [2019-09-11T09:14:32.844Z] CC criu/arch/s390/cpu.o [2019-09-11T09:14:32.844Z] CC criu/arch/s390/crtools.o [2019-09-11T09:14:33.218Z] CC criu/arch/s390/sigframe.o [2019-09-11T09:14:33.218Z] LINK criu/arch/s390/crtools.built-in.o [2019-09-11T09:14:33.218Z] DEP criu/arch/s390/vdso-pie.d [2019-09-11T09:14:33.218Z] DEP criu/pie/parasite-vdso.d [2019-09-11T09:14:33.218Z] DEP criu/pie/util-vdso.d [2019-09-11T09:14:33.218Z] DEP criu/pie/util.d [2019-09-11T09:14:33.218Z] CC criu/pie/util.o [2019-09-11T09:14:33.218Z] CC criu/pie/util-vdso.o [2019-09-11T09:14:33.581Z] CC criu/pie/parasite-vdso.o [2019-09-11T09:14:33.581Z] CC criu/arch/s390/vdso-pie.o [2019-09-11T09:14:33.581Z] AR criu/pie/pie.lib.a [2019-09-11T09:14:33.581Z] DEP criu/pie/restorer.d [2019-09-11T09:14:33.581Z] DEP criu/arch/s390/restorer.d [2019-09-11T09:14:33.581Z] DEP criu/pie/parasite.d [2019-09-11T09:14:33.581Z] CC criu/pie/parasite.o [2019-09-11T09:14:33.942Z] LINK criu/pie/parasite.built-in.o [2019-09-11T09:14:33.942Z] GEN criu/pie/parasite-blob.h [2019-09-11T09:14:33.942Z] CC criu/arch/s390/restorer.o [2019-09-11T09:14:33.942Z] CC criu/pie/restorer.o [2019-09-11T09:14:34.744Z] LINK criu/pie/restorer.built-in.o [2019-09-11T09:14:34.744Z] GEN criu/pie/restorer-blob.h [2019-09-11T09:14:34.744Z] DEP criu/vdso.d [2019-09-11T09:14:34.744Z] DEP criu/uts_ns.d [2019-09-11T09:14:34.744Z] DEP criu/util.d [2019-09-11T09:14:34.744Z] DEP criu/uffd.d [2019-09-11T09:14:34.744Z] DEP criu/tun.d [2019-09-11T09:14:34.744Z] DEP criu/tty.d [2019-09-11T09:14:34.744Z] DEP criu/timerfd.d [2019-09-11T09:14:34.744Z] DEP criu/sysfs_parse.d [2019-09-11T09:14:34.744Z] DEP criu/sysctl.d [2019-09-11T09:14:34.744Z] DEP criu/string.d [2019-09-11T09:14:34.744Z] DEP criu/stats.d [2019-09-11T09:14:35.116Z] DEP criu/sockets.d [2019-09-11T09:14:35.116Z] DEP criu/sk-unix.d [2019-09-11T09:14:35.116Z] DEP criu/sk-tcp.d [2019-09-11T09:14:35.116Z] DEP criu/sk-queue.d [2019-09-11T09:14:35.116Z] DEP criu/sk-packet.d [2019-09-11T09:14:35.116Z] DEP criu/sk-netlink.d [2019-09-11T09:14:35.116Z] DEP criu/sk-inet.d [2019-09-11T09:14:35.116Z] DEP criu/signalfd.d [2019-09-11T09:14:35.116Z] DEP criu/sigframe.d [2019-09-11T09:14:35.116Z] DEP criu/shmem.d [2019-09-11T09:14:35.116Z] DEP criu/servicefd.d [2019-09-11T09:14:35.496Z] DEP criu/seize.d [2019-09-11T09:14:35.497Z] DEP criu/seccomp.d [2019-09-11T09:14:35.497Z] DEP criu/rst-malloc.d [2019-09-11T09:14:35.497Z] DEP criu/rbtree.d [2019-09-11T09:14:35.497Z] DEP criu/pstree.d [2019-09-11T09:14:35.497Z] DEP criu/protobuf.d [2019-09-11T09:14:35.497Z] GEN criu/protobuf-desc-gen.h [2019-09-11T09:14:35.872Z] DEP criu/protobuf-desc.d [2019-09-11T09:14:35.872Z] DEP criu/proc_parse.d [2019-09-11T09:14:35.872Z] DEP criu/plugin.d [2019-09-11T09:14:35.872Z] DEP criu/pipes.d [2019-09-11T09:14:35.872Z] DEP criu/pie-util.d [2019-09-11T09:14:35.872Z] DEP criu/pie-util-vdso.d [2019-09-11T09:14:35.872Z] DEP criu/pie-util-vdso-elf32.d [2019-09-11T09:14:35.872Z] DEP criu/path.d [2019-09-11T09:14:35.872Z] DEP criu/parasite-syscall.d [2019-09-11T09:14:35.872Z] DEP criu/pagemap.d [2019-09-11T09:14:35.872Z] DEP criu/pagemap-cache.d [2019-09-11T09:14:36.234Z] DEP criu/page-xfer.d [2019-09-11T09:14:36.234Z] DEP criu/page-pipe.d [2019-09-11T09:14:36.234Z] DEP criu/netfilter.d [2019-09-11T09:14:36.234Z] DEP criu/net.d [2019-09-11T09:14:36.234Z] DEP criu/namespaces.d [2019-09-11T09:14:36.234Z] DEP criu/mount.d [2019-09-11T09:14:36.234Z] DEP criu/mem.d [2019-09-11T09:14:36.234Z] DEP criu/lsm.d [2019-09-11T09:14:36.234Z] DEP criu/log.d [2019-09-11T09:14:36.234Z] DEP criu/libnetlink.d [2019-09-11T09:14:36.540Z] Sending build context to Docker daemon 49.96MB [2019-09-11T09:14:36.540Z] [2019-09-11T09:14:36.540Z] Step 1/8 : FROM microsoft/windowsservercore [2019-09-11T09:14:36.540Z] ---> 1ddfa8bee56a [2019-09-11T09:14:36.540Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-09-11T09:14:36.540Z] ---> Using cache [2019-09-11T09:14:36.540Z] ---> d076846306a1 [2019-09-11T09:14:36.540Z] Step 3/8 : ARG GO_VERSION=1.12.9 [2019-09-11T09:14:36.540Z] ---> Using cache [2019-09-11T09:14:36.540Z] ---> b98cbd3cfb12 [2019-09-11T09:14:36.540Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath FROM_DOCKERFILE=1 [2019-09-11T09:14:36.540Z] ---> Using cache [2019-09-11T09:14:36.540Z] ---> ef4391c71c75 [2019-09-11T09:14:36.540Z] 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 ${GOPATH}\src\github.com\docker\docker | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; Write-Host INFO: Completed [2019-09-11T09:14:36.540Z] ---> Using cache [2019-09-11T09:14:36.540Z] ---> fc0c47ddece8 [2019-09-11T09:14:36.540Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-09-11T09:14:36.540Z] ---> Using cache [2019-09-11T09:14:36.540Z] ---> e090c9f78e28 [2019-09-11T09:14:36.540Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-09-11T09:14:36.540Z] ---> Using cache [2019-09-11T09:14:36.540Z] ---> 71d5729d7a0c [2019-09-11T09:14:36.540Z] Step 8/8 : COPY . . [2019-09-11T09:14:36.615Z] DEP criu/kerndat.d [2019-09-11T09:14:36.615Z] DEP criu/kcmp-ids.d [2019-09-11T09:14:36.615Z] DEP criu/irmap.d [2019-09-11T09:14:36.615Z] DEP criu/ipc_ns.d [2019-09-11T09:14:36.615Z] DEP criu/image.d [2019-09-11T09:14:36.615Z] DEP criu/image-desc.d [2019-09-11T09:14:36.615Z] DEP criu/fsnotify.d [2019-09-11T09:14:36.615Z] DEP criu/filesystems.d [2019-09-11T09:14:36.615Z] DEP criu/files.d [2019-09-11T09:14:36.615Z] DEP criu/files-reg.d [2019-09-11T09:14:36.615Z] DEP criu/files-ext.d [2019-09-11T09:14:36.984Z] DEP criu/file-lock.d [2019-09-11T09:14:36.984Z] DEP criu/file-ids.d [2019-09-11T09:14:36.984Z] DEP criu/fifo.d [2019-09-11T09:14:36.984Z] DEP criu/fdstore.d [2019-09-11T09:14:36.984Z] DEP criu/fault-injection.d [2019-09-11T09:14:36.984Z] DEP criu/external.d [2019-09-11T09:14:36.984Z] DEP criu/eventpoll.d [2019-09-11T09:14:36.984Z] DEP criu/eventfd.d [2019-09-11T09:14:36.984Z] DEP criu/crtools.d [2019-09-11T09:14:36.984Z] DEP criu/cr-service.d [2019-09-11T09:14:36.984Z] DEP criu/cr-restore.d [2019-09-11T09:14:37.363Z] DEP criu/cr-errno.d [2019-09-11T09:14:37.363Z] DEP criu/cr-dump.d [2019-09-11T09:14:37.363Z] DEP criu/cr-dedup.d [2019-09-11T09:14:37.363Z] DEP criu/cr-check.d [2019-09-11T09:14:37.363Z] DEP criu/config.d [2019-09-11T09:14:37.363Z] DEP criu/clone-noasan.d [2019-09-11T09:14:37.363Z] DEP criu/cgroup.d [2019-09-11T09:14:37.363Z] DEP criu/cgroup-props.d [2019-09-11T09:14:37.363Z] DEP criu/bitmap.d [2019-09-11T09:14:37.363Z] DEP criu/bfd.d [2019-09-11T09:14:37.363Z] DEP criu/autofs.d [2019-09-11T09:14:37.363Z] DEP criu/aio.d [2019-09-11T09:14:37.363Z] DEP criu/action-scripts.d [2019-09-11T09:14:37.767Z] CC criu/action-scripts.o [2019-09-11T09:14:37.767Z] CC criu/aio.o [2019-09-11T09:14:37.767Z] CC criu/autofs.o [2019-09-11T09:14:38.203Z] CC criu/bfd.o [2019-09-11T09:14:38.203Z] CC criu/bitmap.o [2019-09-11T09:14:38.203Z] CC criu/cgroup-props.o [2019-09-11T09:14:38.203Z] CC criu/cgroup.o [2019-09-11T09:14:39.059Z] CC criu/clone-noasan.o [2019-09-11T09:14:39.059Z] CC criu/config.o [2019-09-11T09:14:39.423Z] CC criu/cr-check.o [2019-09-11T09:14:39.795Z] CC criu/cr-dedup.o [2019-09-11T09:14:39.796Z] CC criu/cr-dump.o [2019-09-11T09:14:40.187Z] CC criu/cr-errno.o [2019-09-11T09:14:40.187Z] CC criu/cr-restore.o [2019-09-11T09:14:41.464Z] CC criu/cr-service.o [2019-09-11T09:14:41.464Z] CC criu/crtools.o [2019-09-11T09:14:41.838Z] CC criu/eventfd.o [2019-09-11T09:14:41.838Z] CC criu/eventpoll.o [2019-09-11T09:14:42.231Z] CC criu/external.o [2019-09-11T09:14:42.231Z] CC criu/fault-injection.o [2019-09-11T09:14:42.231Z] CC criu/fdstore.o [2019-09-11T09:14:42.231Z] CC criu/fifo.o [2019-09-11T09:14:42.231Z] CC criu/file-ids.o [2019-09-11T09:14:42.611Z] CC criu/file-lock.o [2019-09-11T09:14:42.611Z] CC criu/files-ext.o [2019-09-11T09:14:42.611Z] CC criu/files-reg.o [2019-09-11T09:14:43.395Z] CC criu/files.o [2019-09-11T09:14:43.766Z] CC criu/filesystems.o [2019-09-11T09:14:44.136Z] CC criu/fsnotify.o [2019-09-11T09:14:44.136Z] CC criu/image-desc.o [2019-09-11T09:14:44.136Z] CC criu/image.o [2019-09-11T09:14:44.571Z] CC criu/ipc_ns.o [2019-09-11T09:14:45.085Z] CC criu/irmap.o [2019-09-11T09:14:45.085Z] CC criu/kcmp-ids.o [2019-09-11T09:14:45.085Z] CC criu/kerndat.o [2019-09-11T09:14:45.534Z] CC criu/libnetlink.o [2019-09-11T09:14:45.534Z] CC criu/log.o [2019-09-11T09:14:45.534Z] CC criu/lsm.o [2019-09-11T09:14:45.534Z] CC criu/mem.o [2019-09-11T09:14:46.316Z] CC criu/mount.o [2019-09-11T09:14:47.107Z] CC criu/namespaces.o [2019-09-11T09:14:47.478Z] CC criu/net.o [2019-09-11T09:14:48.246Z] CC criu/netfilter.o [2019-09-11T09:14:48.624Z] CC criu/page-pipe.o [2019-09-11T09:14:48.624Z] CC criu/page-xfer.o [2019-09-11T09:14:48.994Z] CC criu/pagemap-cache.o [2019-09-11T09:14:48.994Z] CC criu/pagemap.o [2019-09-11T09:14:49.376Z] CC criu/parasite-syscall.o [2019-09-11T09:14:49.376Z] CC criu/path.o [2019-09-11T09:14:49.742Z] CC criu/pie-util-vdso-elf32.o [2019-09-11T09:14:49.742Z] CC criu/pie-util-vdso.o [2019-09-11T09:14:49.742Z] CC criu/pie-util.o [2019-09-11T09:14:49.742Z] CC criu/pipes.o [2019-09-11T09:14:50.113Z] CC criu/plugin.o [2019-09-11T09:14:50.113Z] CC criu/proc_parse.o [2019-09-11T09:14:50.906Z] CC criu/protobuf-desc.o [2019-09-11T09:14:51.343Z] CC criu/protobuf.o [2019-09-11T09:14:51.343Z] CC criu/pstree.o [2019-09-11T09:14:51.796Z] CC criu/rbtree.o [2019-09-11T09:14:51.796Z] CC criu/rst-malloc.o [2019-09-11T09:14:51.796Z] CC criu/seccomp.o [2019-09-11T09:14:52.208Z] CC criu/seize.o [2019-09-11T09:14:52.575Z] CC criu/servicefd.o [2019-09-11T09:14:52.575Z] CC criu/shmem.o [2019-09-11T09:14:52.949Z] CC criu/sigframe.o [2019-09-11T09:14:52.949Z] CC criu/signalfd.o [2019-09-11T09:14:52.949Z] CC criu/sk-inet.o [2019-09-11T09:14:53.313Z] CC criu/sk-netlink.o [2019-09-11T09:14:53.313Z] CC criu/sk-packet.o [2019-09-11T09:14:53.679Z] CC criu/sk-queue.o [2019-09-11T09:14:53.679Z] CC criu/sk-tcp.o [2019-09-11T09:14:53.679Z] CC criu/sk-unix.o [2019-09-11T09:14:54.454Z] CC criu/sockets.o [2019-09-11T09:14:54.828Z] CC criu/stats.o [2019-09-11T09:14:54.828Z] CC criu/string.o [2019-09-11T09:14:54.828Z] CC criu/sysctl.o [2019-09-11T09:14:54.828Z] CC criu/sysfs_parse.o [2019-09-11T09:14:55.200Z] CC criu/timerfd.o [2019-09-11T09:14:55.200Z] CC criu/tty.o [2019-09-11T09:14:56.005Z] CC criu/tun.o [2019-09-11T09:14:56.005Z] CC criu/uffd.o [2019-09-11T09:14:56.363Z] CC criu/util.o [2019-09-11T09:14:56.733Z] CC criu/uts_ns.o [2019-09-11T09:14:57.107Z] CC criu/vdso.o [2019-09-11T09:14:57.107Z] LINK criu/built-in.o [2019-09-11T09:14:57.107Z] LINK criu/criu [2019-09-11T09:14:57.549Z] DEP lib/c/criu.d [2019-09-11T09:14:57.549Z] CC images/rpc.pb-c.o [2019-09-11T09:14:57.549Z] CC lib/c/criu.o [2019-09-11T09:14:58.044Z] LINK lib/c/built-in.o [2019-09-11T09:14:58.044Z] LINK lib/c/libcriu.so [2019-09-11T09:14:58.044Z] GEN magic.py [2019-09-11T09:14:58.044Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-11T09:14:58.044Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-11T09:14:58.044Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-11T09:14:58.516Z] make[1]: Nothing to be done for 'all'. [2019-09-11T09:14:58.516Z] make[1]: 'images/built-in.o' is up to date. [2019-09-11T09:14:58.516Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-11T09:14:58.516Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-11T09:14:58.516Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-11T09:14:58.516Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-11T09:14:58.516Z] make[1]: Nothing to be done for 'all'. [2019-09-11T09:14:58.516Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-11T09:14:58.516Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:14:58.516Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:14:58.516Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:14:58.516Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:14:58.516Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:14:58.516Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:14:58.880Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:14:58.880Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:14:58.880Z] INSTALL criu/criu [2019-09-11T09:14:59.658Z] Removing intermediate container f3c91ef9d599 [2019-09-11T09:14:59.658Z] ---> bc46c377ceaf [2019-09-11T09:14:59.658Z] Step 12/126 : FROM base AS registry [2019-09-11T09:14:59.658Z] ---> f382d4bdf5a0 [2019-09-11T09:14:59.658Z] Step 13/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-11T09:15:00.031Z] ---> Running in e0777d93760e [2019-09-11T09:15:00.031Z] Removing intermediate container e0777d93760e [2019-09-11T09:15:00.031Z] ---> 89c187d37fc8 [2019-09-11T09:15:00.031Z] Step 14/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-11T09:15:00.031Z] ---> Running in 30934e762d7b [2019-09-11T09:15:00.402Z] Removing intermediate container 30934e762d7b [2019-09-11T09:15:00.402Z] ---> 5e66c596b0ba [2019-09-11T09:15:00.402Z] 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-11T09:15:00.402Z] ---> Running in 956f9999e61c [2019-09-11T09:15:00.766Z] + mktemp -d [2019-09-11T09:15:00.766Z] + export GOPATH=/tmp/tmp.YjD7mUFEZ6 [2019-09-11T09:15:00.766Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.YjD7mUFEZ6/src/github.com/docker/distribution [2019-09-11T09:15:00.766Z] Cloning into '/tmp/tmp.YjD7mUFEZ6/src/github.com/docker/distribution'... [2019-09-11T09:15:01.279Z] ---> 83a829a8ebcc [2019-09-11T09:15:01.279Z] Successfully built 83a829a8ebcc [2019-09-11T09:15:01.279Z] Successfully tagged docker:latest [2019-09-11T09:15:01.279Z] INFO: Image build ended at 09/11/2019 09:15:00. Duration:00:00:35.4471104 [2019-09-11T09:15:01.279Z] [2019-09-11T09:15:01.279Z] [2019-09-11T09:15:01.279Z] INFO: Building the test binaries at 09/11/2019 09:15:00... [2019-09-11T09:15:02.050Z] + cd /tmp/tmp.YjD7mUFEZ6/src/github.com/docker/distribution [2019-09-11T09:15:02.050Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-11T09:15:02.418Z] + GOPATH=/tmp/tmp.YjD7mUFEZ6/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.YjD7mUFEZ6 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-11T09:15:06.535Z] ---> 100ed19f81cb [2019-09-11T09:15:06.535Z] Successfully built 100ed19f81cb [2019-09-11T09:15:06.535Z] Successfully tagged docker:latest [2019-09-11T09:15:06.535Z] INFO: Image build ended at 09/11/2019 09:15:05. Duration:00:00:35.0582864 [2019-09-11T09:15:06.535Z] [2019-09-11T09:15:06.535Z] [2019-09-11T09:15:06.535Z] INFO: Building the test binaries at 09/11/2019 09:15:05... [2019-09-11T09:15:10.386Z] INFO: make.ps1 starting at 09/11/2019 09:15:09 [2019-09-11T09:15:10.386Z] INFO: Git commit (a3f9cb5b6) assumed from DOCKER_GITCOMMIT environment variable [2019-09-11T09:15:10.386Z] INFO: Invoking autogen... [2019-09-11T09:15:10.847Z] INFO: Building daemon... [2019-09-11T09:15:11.597Z] INFO: make.ps1 starting at 09/11/2019 09:15:11 [2019-09-11T09:15:12.055Z] INFO: Git commit (a3f9cb5b6) assumed from DOCKER_GITCOMMIT environment variable [2019-09-11T09:15:12.055Z] INFO: Invoking autogen... [2019-09-11T09:15:12.513Z] INFO: Building daemon... [2019-09-11T09:15:22.860Z] + dpkg --print-architecture [2019-09-11T09:15:22.860Z] + cd /tmp/tmp.YjD7mUFEZ6/src/github.com/docker/distribution [2019-09-11T09:15:22.860Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-11T09:15:22.860Z] + GOPATH=/tmp/tmp.YjD7mUFEZ6/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.YjD7mUFEZ6 [2019-09-11T09:15:22.860Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-11T09:15:27.120Z] + rm -rf /tmp/tmp.YjD7mUFEZ6/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.YjD7mUFEZ6 [2019-09-11T09:15:27.920Z] Removing intermediate container 956f9999e61c [2019-09-11T09:15:27.920Z] ---> 7bccd4e4e165 [2019-09-11T09:15:27.920Z] Step 16/126 : FROM base AS swagger [2019-09-11T09:15:27.920Z] ---> f382d4bdf5a0 [2019-09-11T09:15:27.920Z] Step 17/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-11T09:15:27.920Z] ---> Running in 6f63f9e8630e [2019-09-11T09:15:27.920Z] Removing intermediate container 6f63f9e8630e [2019-09-11T09:15:27.920Z] ---> 961eb892f0e2 [2019-09-11T09:15:27.920Z] 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-11T09:15:27.920Z] ---> Running in 1a14e1f3ccd9 [2019-09-11T09:15:28.692Z] + mktemp -d [2019-09-11T09:15:28.692Z] + export GOPATH=/tmp/tmp.MSL6VtRgAr [2019-09-11T09:15:28.692Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.MSL6VtRgAr/src/github.com/go-swagger/go-swagger [2019-09-11T09:15:28.692Z] Cloning into '/tmp/tmp.MSL6VtRgAr/src/github.com/go-swagger/go-swagger'... [2019-09-11T09:15:30.368Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-09-11T09:15:30.368Z] No api/types/ or api/swagger.yaml changes in diff. [2019-09-11T09:15:30.368Z] Congratulations! All toml source files changed here have valid syntax. [2019-09-11T09:15:30.368Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-09-11T09:15:30.368Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2019-09-11T09:15:30.368Z] Congratulations! No new tests added to integration-cli. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-09-11T09:15:30.813Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39817/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a -e DOCKER_GRAPHDRIVER docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a hack/make.sh dynbinary-daemon test-docker-py [2019-09-11T09:15:31.373Z] [2019-09-11T09:15:31.373Z] Removing bundles/ [2019-09-11T09:15:31.373Z] [2019-09-11T09:15:31.373Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-11T09:15:31.628Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-11T09:15:31.628Z] GOOS="" GOARCH="" GOARM="" [2019-09-11T09:15:31.931Z] + cd /tmp/tmp.MSL6VtRgAr/src/github.com/go-swagger/go-swagger [2019-09-11T09:15:31.931Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-11T09:15:31.931Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-11T09:15:32.282Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-11T09:15:32.282Z] [2019-09-11T09:15:32.282Z] [2019-09-11T09:15:32.282Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-09-11T09:15:32.282Z] [2019-09-11T09:15:32.282Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-11T09:15:32.282Z] No new tests added to integration. [2019-09-11T09:15:32.282Z] [2019-09-11T09:15:32.282Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-11T09:15:32.282Z] [2019-09-11T09:15:32.282Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-11T09:15:32.282Z] PKG_CONFIG=pkg-config [2019-09-11T09:15:32.282Z] GOLANG_VERSION=1.12.9 [2019-09-11T09:15:32.282Z] HOSTNAME=6334caf2f23b [2019-09-11T09:15:32.282Z] KEEPBUNDLE=1 [2019-09-11T09:15:32.282Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/2 [2019-09-11T09:15:32.282Z] container=docker [2019-09-11T09:15:32.282Z] TEST_SKIP_INTEGRATION=1 [2019-09-11T09:15:32.282Z] GOMETALINTER_OPTS=--deadline=2m [2019-09-11T09:15:32.282Z] GOPATH=/go [2019-09-11T09:15:32.282Z] PWD=/go/src/github.com/docker/docker [2019-09-11T09:15:32.282Z] HOME=/root [2019-09-11T09:15:32.282Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-11T09:15:32.282Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-11T09:15:32.282Z] DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:15:32.282Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-11T09:15:32.282Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-11T09:15:32.282Z] TEST_INTEGRATION_DEST=2 [2019-09-11T09:15:32.282Z] TERM=xterm [2019-09-11T09:15:32.282Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/2 [2019-09-11T09:15:32.282Z] SHLVL=1 [2019-09-11T09:15:32.282Z] TIMEOUT=120m [2019-09-11T09:15:32.282Z] TESTFLAGS=-test.run /(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-09-11T09:15:32.282Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-11T09:15:32.282Z] DOCKER_PKG=github.com/docker/docker [2019-09-11T09:15:32.282Z] _=/usr/bin/env [2019-09-11T09:15:32.282Z] Building test suite binary ./integration-cli/test.main [2019-09-11T09:15:32.282Z] PKG_CONFIG=pkg-config [2019-09-11T09:15:32.282Z] GOLANG_VERSION=1.12.9 [2019-09-11T09:15:32.282Z] HOSTNAME=c88717a53ba7 [2019-09-11T09:15:32.282Z] KEEPBUNDLE=1 [2019-09-11T09:15:32.282Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/3 [2019-09-11T09:15:32.282Z] container=docker [2019-09-11T09:15:32.282Z] TEST_SKIP_INTEGRATION=1 [2019-09-11T09:15:32.282Z] GOMETALINTER_OPTS=--deadline=2m [2019-09-11T09:15:32.282Z] GOPATH=/go [2019-09-11T09:15:32.282Z] PWD=/go/src/github.com/docker/docker [2019-09-11T09:15:32.282Z] HOME=/root [2019-09-11T09:15:32.282Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-11T09:15:32.282Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-11T09:15:32.282Z] DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:15:32.282Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-11T09:15:32.282Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-11T09:15:32.282Z] TEST_INTEGRATION_DEST=3 [2019-09-11T09:15:32.282Z] TERM=xterm [2019-09-11T09:15:32.282Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/3 [2019-09-11T09:15:32.282Z] SHLVL=1 [2019-09-11T09:15:32.282Z] TIMEOUT=120m [2019-09-11T09:15:32.282Z] TESTFLAGS=-test.run /(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-09-11T09:15:32.282Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-11T09:15:32.282Z] DOCKER_PKG=github.com/docker/docker [2019-09-11T09:15:32.282Z] _=/usr/bin/env [2019-09-11T09:15:32.282Z] Building test suite binary ./integration-cli/test.main [2019-09-11T09:15:32.282Z] PKG_CONFIG=pkg-config [2019-09-11T09:15:32.282Z] GOLANG_VERSION=1.12.9 [2019-09-11T09:15:32.282Z] HOSTNAME=066098e75b62 [2019-09-11T09:15:32.282Z] KEEPBUNDLE=1 [2019-09-11T09:15:32.282Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/1 [2019-09-11T09:15:32.282Z] container=docker [2019-09-11T09:15:32.282Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-11T09:15:32.282Z] GOMETALINTER_OPTS=--deadline=2m [2019-09-11T09:15:32.282Z] GOPATH=/go [2019-09-11T09:15:32.282Z] PWD=/go/src/github.com/docker/docker [2019-09-11T09:15:32.282Z] HOME=/root [2019-09-11T09:15:32.282Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-11T09:15:32.282Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-11T09:15:32.283Z] DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:15:32.283Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-11T09:15:32.283Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-11T09:15:32.283Z] TEST_INTEGRATION_DEST=1 [2019-09-11T09:15:32.283Z] TERM=xterm [2019-09-11T09:15:32.283Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/1 [2019-09-11T09:15:32.283Z] SHLVL=1 [2019-09-11T09:15:32.283Z] TIMEOUT=120m [2019-09-11T09:15:32.283Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-11T09:15:32.283Z] DOCKER_PKG=github.com/docker/docker [2019-09-11T09:15:32.283Z] _=/usr/bin/env [2019-09-11T09:15:32.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-11T09:15:43.527Z] + rm -rf /tmp/tmp.MSL6VtRgAr [2019-09-11T09:15:43.527Z] Removing intermediate container 1a14e1f3ccd9 [2019-09-11T09:15:43.527Z] ---> 3cc029442636 [2019-09-11T09:15:43.527Z] Step 19/126 : FROM base AS frozen-images [2019-09-11T09:15:43.527Z] ---> f382d4bdf5a0 [2019-09-11T09:15:43.527Z] Step 20/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:15:43.527Z] ---> Using cache [2019-09-11T09:15:43.527Z] ---> ac8be5f33922 [2019-09-11T09:15:43.527Z] 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-11T09:15:43.527Z] ---> Running in cef5ba04bbbe [2019-09-11T09:15:43.527Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-11T09:15:43.894Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-11T09:15:43.894Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-11T09:15:43.894Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-11T09:15:43.894Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-11T09:15:43.894Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-11T09:15:44.297Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-11T09:15:44.297Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-11T09:15:45.543Z] Fetched 7671 kB in 1s (4631 kB/s) [2019-09-11T09:15:45.923Z] Reading package lists... [2019-09-11T09:15:46.284Z] Reading package lists... [2019-09-11T09:15:46.723Z] Building dependency tree... [2019-09-11T09:15:46.723Z] Reading state information... [2019-09-11T09:15:46.723Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-11T09:15:46.723Z] The following additional packages will be installed: [2019-09-11T09:15:46.723Z] libjq1 libonig4 [2019-09-11T09:15:46.723Z] The following NEW packages will be installed: [2019-09-11T09:15:46.723Z] jq libjq1 libonig4 [2019-09-11T09:15:46.723Z] 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded. [2019-09-11T09:15:46.723Z] Need to get 328 kB of archives. [2019-09-11T09:15:46.723Z] After this operation, 1263 kB of additional disk space will be used. [2019-09-11T09:15:46.723Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-11T09:15:46.723Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-11T09:15:46.723Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-11T09:15:46.723Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-11T09:15:46.723Z] Fetched 328 kB in 0s (4102 kB/s) [2019-09-11T09:15:46.723Z] Selecting previously unselected package libonig4:s390x. [2019-09-11T09:15:46.723Z] (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-11T09:15:46.723Z] Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-09-11T09:15:46.723Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-11T09:15:46.723Z] Selecting previously unselected package libjq1:s390x. [2019-09-11T09:15:46.723Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-11T09:15:46.723Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-11T09:15:47.092Z] Selecting previously unselected package jq. [2019-09-11T09:15:47.093Z] Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-11T09:15:47.093Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-11T09:15:47.093Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-11T09:15:47.093Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-11T09:15:47.093Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:15:47.093Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-11T09:15:47.458Z] Removing intermediate container cef5ba04bbbe [2019-09-11T09:15:47.458Z] ---> fae0572abb8b [2019-09-11T09:15:47.458Z] Step 22/126 : COPY contrib/download-frozen-image-v2.sh / [2019-09-11T09:15:47.994Z] ---> 370f795b1add [2019-09-11T09:15:47.994Z] 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-11T09:15:47.994Z] ---> Running in 51d2136eec7c [2019-09-11T09:15:49.315Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-11T09:15:49.315Z]  [2019-09-11T09:15:50.071Z]  ########                       11.9% ###################           26.5% #############################                                             41.2% #########################################                         57.9% ##################################################### 74.6% #################################################################        90.6% ######################################################################## 100.0% [2019-09-11T09:15:50.071Z]  [2019-09-11T09:15:50.454Z]  #########################                                                 35.7% ######################################################                    75.3% ######################################################################## 100.0% [2019-09-11T09:15:50.824Z]  [2019-09-11T09:15:51.578Z]  ##########                                                                14.8% ##################### 30.0% ###############################  43.5% ####################################     50.6% ################################################  67.8% #############################################################  85.5% ######################################################################## 100.0% [2019-09-11T09:15:51.578Z]  [2019-09-11T09:15:53.436Z]  ###                                                                 4.3% #######                                                                   10.9% ############                        17.5% #################  24.1% ######################  31.7% ###########################  38.2% ################################  44.8% #####################################  51.4% ######################################## 56.4% ############################################# 63.0% ################################################## 69.6% #################################################### 72.8% ######################################################  75.4% ########################################################  78.9% ############################################################              84.1% ################################################################# 90.7% ###################################################################### 98.3% ######################################################################## 100.0% [2019-09-11T09:15:53.436Z]  [2019-09-11T09:15:54.710Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-11T09:15:54.710Z]  [2019-09-11T09:15:54.710Z]  ######################################################################## 100.0% [2019-09-11T09:15:54.710Z]  [2019-09-11T09:15:55.114Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-11T09:15:55.504Z]  [2019-09-11T09:15:55.504Z]  ######################################################################## 100.0% [2019-09-11T09:15:55.504Z]  [2019-09-11T09:15:56.284Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-11T09:15:56.284Z] skipping existing b63cc5f62c21 [2019-09-11T09:15:56.284Z] [2019-09-11T09:15:56.650Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-11T09:15:57.014Z]  [2019-09-11T09:15:57.014Z]  ######################################################################## 100.0% [2019-09-11T09:15:57.014Z]  [2019-09-11T09:15:57.014Z] Download of images into '/build' complete. [2019-09-11T09:15:57.014Z] Use something like the following to load the result into a Docker daemon: [2019-09-11T09:15:57.014Z] tar -cC '/build' . | docker load [2019-09-11T09:15:58.310Z] Removing intermediate container 51d2136eec7c [2019-09-11T09:15:58.310Z] ---> 829d98a3ac75 [2019-09-11T09:15:58.310Z] Step 24/126 : FROM base AS cross-false [2019-09-11T09:15:58.310Z] ---> f382d4bdf5a0 [2019-09-11T09:15:58.310Z] Step 25/126 : FROM base AS cross-true [2019-09-11T09:15:58.310Z] ---> f382d4bdf5a0 [2019-09-11T09:15:58.310Z] Step 26/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:15:58.310Z] ---> Using cache [2019-09-11T09:15:58.310Z] ---> ac8be5f33922 [2019-09-11T09:15:58.310Z] Step 27/126 : RUN dpkg --add-architecture armhf [2019-09-11T09:15:58.310Z] ---> Running in 70deda0b0a7d [2019-09-11T09:15:59.582Z] Removing intermediate container 70deda0b0a7d [2019-09-11T09:15:59.582Z] ---> a1c19fd0a4fd [2019-09-11T09:15:59.582Z] Step 28/126 : RUN dpkg --add-architecture arm64 [2019-09-11T09:15:59.582Z] ---> Running in df955a135a1a [2019-09-11T09:16:00.833Z] Removing intermediate container df955a135a1a [2019-09-11T09:16:00.833Z] ---> 861121fd390d [2019-09-11T09:16:00.833Z] Step 29/126 : RUN dpkg --add-architecture armel [2019-09-11T09:16:00.833Z] ---> Running in e23dfc34502f [2019-09-11T09:16:02.156Z] Removing intermediate container e23dfc34502f [2019-09-11T09:16:02.156Z] ---> 7b63154ab8c8 [2019-09-11T09:16:02.156Z] 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-11T09:16:02.156Z] ---> Running in 93be39abbea3 [2019-09-11T09:16:02.999Z] Removing intermediate container 93be39abbea3 [2019-09-11T09:16:02.999Z] ---> d4a04d088476 [2019-09-11T09:16:02.999Z] Step 31/126 : FROM cross-${CROSS} as dev-base [2019-09-11T09:16:02.999Z] ---> f382d4bdf5a0 [2019-09-11T09:16:02.999Z] Step 32/126 : FROM dev-base AS runtime-dev-cross-false [2019-09-11T09:16:02.999Z] ---> f382d4bdf5a0 [2019-09-11T09:16:02.999Z] Step 33/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:16:02.999Z] ---> Using cache [2019-09-11T09:16:02.999Z] ---> ac8be5f33922 [2019-09-11T09:16:02.999Z] 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-11T09:16:03.372Z] ---> Running in 21fc4ce1a764 [2019-09-11T09:16:03.748Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-11T09:16:03.748Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-11T09:16:03.748Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-11T09:16:03.748Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-11T09:16:03.748Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-11T09:16:04.137Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-11T09:16:04.137Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-11T09:16:04.137Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-11T09:16:05.382Z] Fetched 7671 kB in 1s (4813 kB/s) [2019-09-11T09:16:05.745Z] Reading package lists... [2019-09-11T09:16:06.536Z] Reading package lists... [2019-09-11T09:16:06.536Z] Building dependency tree... [2019-09-11T09:16:06.536Z] Reading state information... [2019-09-11T09:16:06.536Z] The following additional packages will be installed: [2019-09-11T09:16:06.536Z] libapparmor1 libseccomp2 [2019-09-11T09:16:06.537Z] Suggested packages: [2019-09-11T09:16:06.537Z] seccomp [2019-09-11T09:16:06.537Z] The following NEW packages will be installed: [2019-09-11T09:16:06.537Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-11T09:16:06.537Z] 0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded. [2019-09-11T09:16:06.537Z] Need to get 301 kB of archives. [2019-09-11T09:16:06.537Z] After this operation, 1402 kB of additional disk space will be used. [2019-09-11T09:16:06.537Z] 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-11T09:16:06.537Z] 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-11T09:16:06.537Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-09-11T09:16:06.537Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-09-11T09:16:06.908Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-11T09:16:06.908Z] Fetched 301 kB in 0s (4494 kB/s) [2019-09-11T09:16:06.908Z] Selecting previously unselected package libseccomp2:s390x. [2019-09-11T09:16:06.908Z] (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-11T09:16:06.908Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-11T09:16:06.908Z] Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-11T09:16:06.908Z] Selecting previously unselected package libseccomp-dev:s390x. [2019-09-11T09:16:06.908Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-11T09:16:06.908Z] Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-11T09:16:06.908Z] Selecting previously unselected package libapparmor1:s390x. [2019-09-11T09:16:06.908Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-09-11T09:16:06.908Z] Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-11T09:16:06.908Z] Selecting previously unselected package libapparmor-dev:s390x. [2019-09-11T09:16:06.908Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-09-11T09:16:06.908Z] Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-11T09:16:06.908Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:16:06.908Z] Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-11T09:16:06.908Z] Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-11T09:16:06.908Z] Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-11T09:16:06.908Z] Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-11T09:16:06.908Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:16:07.699Z] Removing intermediate container 21fc4ce1a764 [2019-09-11T09:16:07.699Z] ---> ff5b65f6b720 [2019-09-11T09:16:07.699Z] Step 35/126 : FROM cross-true AS runtime-dev-cross-true [2019-09-11T09:16:07.699Z] ---> d4a04d088476 [2019-09-11T09:16:07.699Z] Step 36/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:16:07.699Z] ---> Running in d5041d36e395 [2019-09-11T09:16:07.699Z] Removing intermediate container d5041d36e395 [2019-09-11T09:16:07.699Z] ---> a7ab217b29e8 [2019-09-11T09:16:07.699Z] 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-11T09:16:07.699Z] ---> Running in b3733b38f0ab [2019-09-11T09:16:09.099Z] Removing intermediate container b3733b38f0ab [2019-09-11T09:16:09.099Z] ---> cb3aa0393ab8 [2019-09-11T09:16:09.099Z] Step 38/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-11T09:16:09.099Z] ---> ff5b65f6b720 [2019-09-11T09:16:09.099Z] Step 39/126 : FROM base AS tomlv [2019-09-11T09:16:09.099Z] ---> f382d4bdf5a0 [2019-09-11T09:16:09.099Z] Step 40/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-11T09:16:09.099Z] ---> Running in 46452eaf616a [2019-09-11T09:16:09.099Z] Removing intermediate container 46452eaf616a [2019-09-11T09:16:09.099Z] ---> 823af0506410 [2019-09-11T09:16:09.099Z] Step 41/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:16:09.469Z] ---> aca0b6a316d1 [2019-09-11T09:16:09.469Z] Step 42/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:16:09.832Z] ---> 16bb8c7b2e61 [2019-09-11T09:16:09.832Z] Step 43/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:16:09.832Z] ---> Running in da9e455c9a8f [2019-09-11T09:16:10.194Z] + RM_GOPATH=0 [2019-09-11T09:16:10.194Z] + TMP_GOPATH= [2019-09-11T09:16:10.194Z] + : /build [2019-09-11T09:16:10.194Z] + '[' -z '' ']' [2019-09-11T09:16:10.194Z] ++ mktemp -d [2019-09-11T09:16:10.194Z] + export GOPATH=/tmp/tmp.x9Rw8kitkf [2019-09-11T09:16:10.194Z] + GOPATH=/tmp/tmp.x9Rw8kitkf [2019-09-11T09:16:10.194Z] + RM_GOPATH=1 [2019-09-11T09:16:10.194Z] ++ dirname ./install.sh [2019-09-11T09:16:10.194Z] + dir=. [2019-09-11T09:16:10.194Z] + bin=tomlv [2019-09-11T09:16:10.194Z] + shift [2019-09-11T09:16:10.194Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-11T09:16:10.194Z] + . ./tomlv.installer [2019-09-11T09:16:10.194Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-11T09:16:10.194Z] + install_tomlv [2019-09-11T09:16:10.194Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-11T09:16:10.194Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.x9Rw8kitkf/src/github.com/BurntSushi/toml [2019-09-11T09:16:10.194Z] Cloning into '/tmp/tmp.x9Rw8kitkf/src/github.com/BurntSushi/toml'... [2019-09-11T09:16:10.194Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-11T09:16:10.563Z] + cd /tmp/tmp.x9Rw8kitkf/src/github.com/BurntSushi/toml [2019-09-11T09:16:10.563Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-11T09:16:10.563Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-11T09:16:10.563Z] errors [2019-09-11T09:16:10.563Z] math/bits [2019-09-11T09:16:10.563Z] internal/cpu [2019-09-11T09:16:10.563Z] math [2019-09-11T09:16:10.563Z] internal/bytealg [2019-09-11T09:16:10.563Z] runtime/internal/atomic [2019-09-11T09:16:10.563Z] runtime/internal/sys [2019-09-11T09:16:10.563Z] runtime/internal/math [2019-09-11T09:16:10.563Z] runtime [2019-09-11T09:16:10.950Z] unicode/utf8 [2019-09-11T09:16:10.950Z] strconv [2019-09-11T09:16:11.325Z] internal/race [2019-09-11T09:16:11.325Z] sync/atomic [2019-09-11T09:16:11.325Z] unicode [2019-09-11T09:16:11.325Z] internal/testlog [2019-09-11T09:16:11.721Z] encoding [2019-09-11T09:16:11.721Z] runtime/cgo [2019-09-11T09:16:13.018Z] sync [2019-09-11T09:16:13.018Z] reflect [2019-09-11T09:16:13.018Z] io [2019-09-11T09:16:13.018Z] syscall [2019-09-11T09:16:13.387Z] time [2019-09-11T09:16:13.767Z] sort [2019-09-11T09:16:13.767Z] internal/fmtsort [2019-09-11T09:16:13.767Z] internal/syscall/unix [2019-09-11T09:16:13.767Z] internal/poll [2019-09-11T09:16:13.767Z] strings [2019-09-11T09:16:14.156Z] os [2019-09-11T09:16:14.156Z] bytes [2019-09-11T09:16:14.156Z] bufio [2019-09-11T09:16:14.156Z] fmt [2019-09-11T09:16:14.156Z] path/filepath [2019-09-11T09:16:14.545Z] io/ioutil [2019-09-11T09:16:14.545Z] path [2019-09-11T09:16:14.545Z] text/tabwriter [2019-09-11T09:16:14.545Z] flag [2019-09-11T09:16:14.545Z] github.com/BurntSushi/toml [2019-09-11T09:16:14.993Z] log [2019-09-11T09:16:14.993Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-11T09:16:16.389Z] Removing intermediate container da9e455c9a8f [2019-09-11T09:16:16.389Z] ---> 3d2451423227 [2019-09-11T09:16:16.389Z] Step 44/126 : FROM base AS vndr [2019-09-11T09:16:16.389Z] ---> f382d4bdf5a0 [2019-09-11T09:16:16.389Z] Step 45/126 : ENV INSTALL_BINARY_NAME=vndr [2019-09-11T09:16:16.389Z] ---> Running in 53ac911a3fdd [2019-09-11T09:16:16.756Z] Removing intermediate container 53ac911a3fdd [2019-09-11T09:16:16.756Z] ---> 823c8c4eb699 [2019-09-11T09:16:16.756Z] Step 46/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:16:16.756Z] ---> ca33be092707 [2019-09-11T09:16:16.756Z] Step 47/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:16:17.125Z] ---> 5afff5b2f366 [2019-09-11T09:16:17.125Z] Step 48/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:16:17.125Z] ---> Running in 3497388900fe [2019-09-11T09:16:17.930Z] + RM_GOPATH=0 [2019-09-11T09:16:17.930Z] + TMP_GOPATH= [2019-09-11T09:16:17.930Z] + : /build [2019-09-11T09:16:17.930Z] + '[' -z '' ']' [2019-09-11T09:16:17.930Z] ++ mktemp -d [2019-09-11T09:16:17.930Z] + export GOPATH=/tmp/tmp.Bwnjm4gvmJ [2019-09-11T09:16:17.930Z] + GOPATH=/tmp/tmp.Bwnjm4gvmJ [2019-09-11T09:16:17.930Z] + RM_GOPATH=1 [2019-09-11T09:16:17.930Z] ++ dirname ./install.sh [2019-09-11T09:16:17.930Z] + dir=. [2019-09-11T09:16:17.930Z] + bin=vndr [2019-09-11T09:16:17.930Z] + shift [2019-09-11T09:16:17.930Z] + '[' '!' -f ./vndr.installer ']' [2019-09-11T09:16:17.930Z] + . ./vndr.installer [2019-09-11T09:16:17.930Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-11T09:16:17.930Z] + install_vndr [2019-09-11T09:16:17.930Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-11T09:16:17.930Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Bwnjm4gvmJ/src/github.com/LK4D4/vndr [2019-09-11T09:16:17.930Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-11T09:16:17.930Z] Cloning into '/tmp/tmp.Bwnjm4gvmJ/src/github.com/LK4D4/vndr'... [2019-09-11T09:16:17.930Z] + cd /tmp/tmp.Bwnjm4gvmJ/src/github.com/LK4D4/vndr [2019-09-11T09:16:17.930Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-11T09:16:17.930Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-11T09:16:17.930Z] errors [2019-09-11T09:16:17.930Z] internal/race [2019-09-11T09:16:17.930Z] internal/cpu [2019-09-11T09:16:17.930Z] runtime/internal/atomic [2019-09-11T09:16:18.314Z] runtime/internal/sys [2019-09-11T09:16:18.314Z] runtime/internal/math [2019-09-11T09:16:18.314Z] internal/bytealg [2019-09-11T09:16:18.314Z] sync/atomic [2019-09-11T09:16:18.314Z] runtime [2019-09-11T09:16:18.314Z] unicode [2019-09-11T09:16:18.314Z] unicode/utf8 [2019-09-11T09:16:18.314Z] math/bits [2019-09-11T09:16:18.314Z] math [2019-09-11T09:16:18.714Z] strconv [2019-09-11T09:16:19.116Z] internal/testlog [2019-09-11T09:16:19.116Z] encoding [2019-09-11T09:16:19.116Z] unicode/utf16 [2019-09-11T09:16:19.116Z] container/list [2019-09-11T09:16:19.116Z] crypto/internal/subtle [2019-09-11T09:16:19.116Z] crypto/subtle [2019-09-11T09:16:19.116Z] crypto/rc4 [2019-09-11T09:16:19.116Z] internal/x/crypto/cryptobyte/asn1 [2019-09-11T09:16:19.116Z] internal/nettrace [2019-09-11T09:16:19.116Z] internal/x/net/dns/dnsmessage [2019-09-11T09:16:19.524Z] runtime/cgo [2019-09-11T09:16:20.358Z] sync [2019-09-11T09:16:20.358Z] io [2019-09-11T09:16:20.358Z] reflect [2019-09-11T09:16:20.358Z] bytes [2019-09-11T09:16:20.744Z] bufio [2019-09-11T09:16:20.744Z] syscall [2019-09-11T09:16:21.148Z] sort [2019-09-11T09:16:21.148Z] time [2019-09-11T09:16:21.148Z] internal/fmtsort [2019-09-11T09:16:21.533Z] internal/syscall/unix [2019-09-11T09:16:21.533Z] strings [2019-09-11T09:16:21.533Z] internal/poll [2019-09-11T09:16:21.533Z] path [2019-09-11T09:16:21.533Z] regexp/syntax [2019-09-11T09:16:21.533Z] os [2019-09-11T09:16:21.975Z] fmt [2019-09-11T09:16:21.975Z] path/filepath [2019-09-11T09:16:21.975Z] regexp [2019-09-11T09:16:22.398Z] flag [2019-09-11T09:16:22.398Z] go/token [2019-09-11T09:16:22.865Z] go/scanner [2019-09-11T09:16:22.865Z] io/ioutil [2019-09-11T09:16:22.865Z] net/url [2019-09-11T09:16:22.865Z] go/ast [2019-09-11T09:16:22.865Z] text/template/parse [2019-09-11T09:16:23.333Z] text/template [2019-09-11T09:16:23.333Z] go/parser [2019-09-11T09:16:23.747Z] log [2019-09-11T09:16:24.113Z] go/doc [2019-09-11T09:16:24.113Z] encoding/binary [2019-09-11T09:16:24.113Z] encoding/base64 [2019-09-11T09:16:24.113Z] encoding/json [2019-09-11T09:16:24.508Z] github.com/LK4D4/vndr/build [2019-09-11T09:16:24.508Z] encoding/xml [2019-09-11T09:16:24.888Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-11T09:16:24.888Z] compress/flate [2019-09-11T09:16:25.273Z] hash [2019-09-11T09:16:25.273Z] hash/crc32 [2019-09-11T09:16:25.273Z] context [2019-09-11T09:16:25.273Z] compress/gzip [2019-09-11T09:16:25.273Z] crypto/cipher [2019-09-11T09:16:25.273Z] math/rand [2019-09-11T09:16:25.273Z] math/big [2019-09-11T09:16:25.273Z] crypto/aes [2019-09-11T09:16:25.670Z] crypto [2019-09-11T09:16:25.670Z] crypto/des [2019-09-11T09:16:25.670Z] crypto/internal/randutil [2019-09-11T09:16:25.670Z] crypto/sha512 [2019-09-11T09:16:25.670Z] crypto/hmac [2019-09-11T09:16:25.670Z] crypto/md5 [2019-09-11T09:16:25.670Z] crypto/sha1 [2019-09-11T09:16:26.054Z] crypto/sha256 [2019-09-11T09:16:26.054Z] encoding/hex [2019-09-11T09:16:26.054Z] encoding/pem [2019-09-11T09:16:26.054Z] crypto/rand [2019-09-11T09:16:26.054Z] crypto/elliptic [2019-09-11T09:16:26.054Z] encoding/asn1 [2019-09-11T09:16:26.453Z] crypto/rsa [2019-09-11T09:16:26.453Z] crypto/ecdsa [2019-09-11T09:16:26.453Z] crypto/dsa [2019-09-11T09:16:26.453Z] crypto/x509/pkix [2019-09-11T09:16:26.453Z] internal/x/crypto/cryptobyte [2019-09-11T09:16:26.453Z] internal/singleflight [2019-09-11T09:16:26.453Z] net [2019-09-11T09:16:26.856Z] internal/x/crypto/internal/chacha20 [2019-09-11T09:16:26.856Z] internal/x/crypto/poly1305 [2019-09-11T09:16:26.856Z] internal/x/crypto/chacha20poly1305 [2019-09-11T09:16:26.856Z] internal/x/crypto/curve25519 [2019-09-11T09:16:26.856Z] internal/x/crypto/hkdf [2019-09-11T09:16:26.856Z] internal/x/text/transform [2019-09-11T09:16:26.856Z] internal/x/text/unicode/bidi [2019-09-11T09:16:27.259Z] internal/x/text/secure/bidirule [2019-09-11T09:16:27.259Z] internal/x/text/unicode/norm [2019-09-11T09:16:27.653Z] internal/x/net/idna [2019-09-11T09:16:28.050Z] internal/x/net/http2/hpack [2019-09-11T09:16:28.050Z] mime [2019-09-11T09:16:28.498Z] mime/quotedprintable [2019-09-11T09:16:28.498Z] net/http/internal [2019-09-11T09:16:28.498Z] crypto/x509 [2019-09-11T09:16:28.498Z] net/textproto [2019-09-11T09:16:28.498Z] internal/x/net/http/httpguts [2019-09-11T09:16:28.498Z] internal/x/net/http/httpproxy [2019-09-11T09:16:28.969Z] mime/multipart [2019-09-11T09:16:28.969Z] os/exec [2019-09-11T09:16:29.399Z] crypto/tls [2019-09-11T09:16:30.202Z] net/http/httptrace [2019-09-11T09:16:30.202Z] net/http [2019-09-11T09:16:32.054Z] github.com/LK4D4/vndr/godl [2019-09-11T09:16:32.054Z] github.com/LK4D4/vndr [2019-09-11T09:16:34.513Z] Removing intermediate container 3497388900fe [2019-09-11T09:16:34.513Z] ---> 78a30da4bbe2 [2019-09-11T09:16:34.513Z] Step 49/126 : FROM dev-base AS containerd [2019-09-11T09:16:34.513Z] ---> f382d4bdf5a0 [2019-09-11T09:16:34.513Z] Step 50/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:16:34.513Z] ---> Using cache [2019-09-11T09:16:34.513Z] ---> ac8be5f33922 [2019-09-11T09:16:34.513Z] Step 51/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-11T09:16:34.513Z] ---> Running in 4ef81be98602 [2019-09-11T09:16:35.334Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-11T09:16:35.334Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-11T09:16:35.334Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-11T09:16:35.334Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-11T09:16:35.334Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-11T09:16:35.334Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-11T09:16:35.706Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-11T09:16:35.706Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-11T09:16:37.030Z] Fetched 7671 kB in 1s (4840 kB/s) [2019-09-11T09:16:37.086Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-09-11T09:16:37.086Z] [2019-09-11T09:16:37.086Z] ________ ____ __. [2019-09-11T09:16:37.086Z] \_____ \ | |/ _| [2019-09-11T09:16:37.086Z] / | \| < [2019-09-11T09:16:37.086Z] / | \ | \ [2019-09-11T09:16:37.086Z] \_______ /____|__ \ [2019-09-11T09:16:37.086Z] \/ \/ [2019-09-11T09:16:37.086Z] [2019-09-11T09:16:37.086Z] INFO: make.ps1 ended at 09/11/2019 09:16:28 [2019-09-11T09:16:37.086Z] INFO: Binaries build ended at 09/11/2019 09:16:30. Duration:00:01:24.7020957 [2019-09-11T09:16:37.086Z] INFO: Copying the built daemon binary to d:\CI-3\CI-a3f9cb5b6\binary\dockerd-a3f9cb5b6.exe... [2019-09-11T09:16:37.086Z] INFO: Copying the built client binary to d:\CI-3\CI-a3f9cb5b6\binary\docker-a3f9cb5b6.exe... [2019-09-11T09:16:37.086Z] INFO: Copying dockerversion from the container... [2019-09-11T09:16:37.086Z] INFO: Copying the golang package from the container to d:\CI-3\CI-a3f9cb5b6\installer\go.zip... [2019-09-11T09:16:37.086Z] INFO: Extracting go.zip to d:\CI-3\CI-a3f9cb5b6\go [2019-09-11T09:16:37.429Z] Reading package lists... [2019-09-11T09:16:37.793Z] Reading package lists... [2019-09-11T09:16:38.162Z] Building dependency tree... [2019-09-11T09:16:38.162Z] Reading state information... [2019-09-11T09:16:38.162Z] The following additional packages will be installed: [2019-09-11T09:16:38.162Z] btrfs-progs liblzo2-2 [2019-09-11T09:16:38.162Z] The following NEW packages will be installed: [2019-09-11T09:16:38.162Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-11T09:16:38.162Z] 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded. [2019-09-11T09:16:38.162Z] Need to get 668 kB of archives. [2019-09-11T09:16:38.162Z] After this operation, 5446 kB of additional disk space will be used. [2019-09-11T09:16:38.162Z] 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-11T09:16:38.162Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-11T09:16:38.162Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-11T09:16:38.162Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-11T09:16:38.162Z] Fetched 668 kB in 0s (7838 kB/s) [2019-09-11T09:16:38.162Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-11T09:16:38.162Z] (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-11T09:16:38.162Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-11T09:16:38.162Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-11T09:16:38.539Z] Selecting previously unselected package btrfs-progs. [2019-09-11T09:16:38.539Z] Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-11T09:16:38.539Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-11T09:16:38.539Z] Selecting previously unselected package btrfs-tools. [2019-09-11T09:16:38.539Z] Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-11T09:16:38.539Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-11T09:16:38.539Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:16:38.539Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-11T09:16:38.539Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-11T09:16:38.539Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-11T09:16:38.539Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:16:38.550Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-09-11T09:16:38.550Z] [2019-09-11T09:16:38.550Z] ________ ____ __. [2019-09-11T09:16:38.550Z] \_____ \ | |/ _| [2019-09-11T09:16:38.550Z] / | \| < [2019-09-11T09:16:38.550Z] / | \ | \ [2019-09-11T09:16:38.550Z] \_______ /____|__ \ [2019-09-11T09:16:38.550Z] \/ \/ [2019-09-11T09:16:38.550Z] [2019-09-11T09:16:38.550Z] INFO: make.ps1 ended at 09/11/2019 09:16:34 [2019-09-11T09:16:38.550Z] INFO: Binaries build ended at 09/11/2019 09:16:36. Duration:00:01:35.4687802 [2019-09-11T09:16:38.550Z] INFO: Copying the built daemon binary to d:\CI-3\CI-a3f9cb5b6\binary\dockerd-a3f9cb5b6.exe... [2019-09-11T09:16:39.011Z] INFO: Copying the built client binary to d:\CI-3\CI-a3f9cb5b6\binary\docker-a3f9cb5b6.exe... [2019-09-11T09:16:39.011Z] INFO: Copying dockerversion from the container... [2019-09-11T09:16:39.320Z] Removing intermediate container 4ef81be98602 [2019-09-11T09:16:39.320Z] ---> f6e9d46d3278 [2019-09-11T09:16:39.320Z] Step 52/126 : ENV INSTALL_BINARY_NAME=containerd [2019-09-11T09:16:39.320Z] ---> Running in 1a25fa2e3472 [2019-09-11T09:16:39.320Z] Removing intermediate container 1a25fa2e3472 [2019-09-11T09:16:39.320Z] ---> 3c917d828461 [2019-09-11T09:16:39.320Z] Step 53/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:16:39.472Z] INFO: Copying the golang package from the container to d:\CI-3\CI-a3f9cb5b6\installer\go.zip... [2019-09-11T09:16:39.684Z] ---> ae730b6825bb [2019-09-11T09:16:39.684Z] Step 54/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:16:39.684Z] ---> 9648d922db5b [2019-09-11T09:16:39.684Z] Step 55/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:16:40.052Z] ---> Running in afdb6485f64d [2019-09-11T09:16:40.421Z] + RM_GOPATH=0 [2019-09-11T09:16:40.421Z] + TMP_GOPATH= [2019-09-11T09:16:40.421Z] + : /build [2019-09-11T09:16:40.421Z] + '[' -z '' ']' [2019-09-11T09:16:40.421Z] ++ mktemp -d [2019-09-11T09:16:40.421Z] + export GOPATH=/tmp/tmp.84zGFRLnfW [2019-09-11T09:16:40.421Z] + GOPATH=/tmp/tmp.84zGFRLnfW [2019-09-11T09:16:40.421Z] + RM_GOPATH=1 [2019-09-11T09:16:40.421Z] ++ dirname ./install.sh [2019-09-11T09:16:40.421Z] + dir=. [2019-09-11T09:16:40.421Z] + bin=containerd [2019-09-11T09:16:40.421Z] + shift [2019-09-11T09:16:40.421Z] + '[' '!' -f ./containerd.installer ']' [2019-09-11T09:16:40.421Z] + . ./containerd.installer [2019-09-11T09:16:40.421Z] ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-11T09:16:40.421Z] + install_containerd [2019-09-11T09:16:40.421Z] + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-11T09:16:40.421Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.84zGFRLnfW/src/github.com/containerd/containerd [2019-09-11T09:16:40.421Z] Cloning into '/tmp/tmp.84zGFRLnfW/src/github.com/containerd/containerd'... [2019-09-11T09:16:40.421Z] Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-11T09:16:43.220Z] INFO: Extracting go.zip to d:\CI-3\CI-a3f9cb5b6\go [2019-09-11T09:16:43.667Z] + cd /tmp/tmp.84zGFRLnfW/src/github.com/containerd/containerd [2019-09-11T09:16:43.667Z] + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-11T09:16:43.667Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-11T09:16:43.667Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-11T09:16:43.667Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-11T09:16:43.667Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-11T09:16:43.667Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-11T09:16:43.667Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-11T09:16:43.667Z] + '[' '' = dynamic ']' [2019-09-11T09:16:43.667Z] + make [2019-09-11T09:16:44.119Z] 🇩 bin/ctr [2019-09-11T09:16:53.175Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-11T09:16:53.175Z] [2019-09-11T09:16:53.175Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-09-11T09:16:53.175Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-09-11T09:16:53.175Z] Using test binary docker [2019-09-11T09:16:53.175Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-11T09:16:53.175Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-11T09:16:53.175Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-11T09:16:53.175Z] Warning failed to create cache: (null) [2019-09-11T09:16:53.175Z] . [2019-09-11T09:16:53.175Z] INFO: Waiting for daemon to start... [2019-09-11T09:16:53.175Z] Starting dockerd [2019-09-11T09:16:53.175Z] . [2019-09-11T09:16:53.175Z] INFO: Building docker-sdk-python3:4.0.2... [2019-09-11T09:17:07.064Z] INFO: Extraction ended at 09/11/2019 09:17:02. Duration:00:00:26.1710646 [2019-09-11T09:17:07.064Z] INFO: Updating the golang and path environment variables [2019-09-11T09:17:07.064Z] INFO: GOPATH=d:\gopath [2019-09-11T09:17:07.064Z] INFO: go version go1.12.9 windows/amd64 [2019-09-11T09:17:07.064Z] INFO: Running the daemon under test in debug mode [2019-09-11T09:17:07.064Z] INFO: Starting a daemon under test... [2019-09-11T09:17:07.064Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI-3\CI-a3f9cb5b6\daemon --pidfile d:\CI-3\CI-a3f9cb5b6\docker.pid -D [2019-09-11T09:17:07.064Z] INFO: Process started successfully. [2019-09-11T09:17:07.064Z] INFO: Waiting for the daemon under test to start... [2019-09-11T09:17:07.064Z] INFO: Daemon under test started and replied! [2019-09-11T09:17:07.064Z] INFO: Docker version of the daemon under test [2019-09-11T09:17:07.064Z] [2019-09-11T09:17:07.064Z] Client: [2019-09-11T09:17:07.064Z] Version: 17.06.2-ce [2019-09-11T09:17:07.064Z] API version: 1.30 [2019-09-11T09:17:07.064Z] Go version: go1.8.3 [2019-09-11T09:17:07.064Z] Git commit: cec0b72 [2019-09-11T09:17:07.064Z] Built: Tue Sep 5 19:57:19 2017 [2019-09-11T09:17:07.064Z] OS/Arch: windows/amd64 [2019-09-11T09:17:07.064Z] [2019-09-11T09:17:07.064Z] Server: [2019-09-11T09:17:07.064Z] Version: 0.0.0-dev [2019-09-11T09:17:07.064Z] API version: 1.41 (minimum version 1.24) [2019-09-11T09:17:07.064Z] Go version: go1.12.9 [2019-09-11T09:17:07.064Z] Git commit: a3f9cb5b6 [2019-09-11T09:17:07.064Z] Built: 09/11/2019 09:15:10 [2019-09-11T09:17:07.064Z] OS/Arch: windows/amd64 [2019-09-11T09:17:07.064Z] Experimental: false [2019-09-11T09:17:07.064Z] [2019-09-11T09:17:07.064Z] INFO: Docker info of the daemon under test [2019-09-11T09:17:07.064Z] [2019-09-11T09:17:07.064Z] Containers: 0 [2019-09-11T09:17:07.064Z] Running: 0 [2019-09-11T09:17:07.064Z] Paused: 0 [2019-09-11T09:17:07.064Z] Stopped: 0 [2019-09-11T09:17:07.064Z] Images: 0 [2019-09-11T09:17:07.064Z] Server Version: 0.0.0-dev [2019-09-11T09:17:07.064Z] Storage Driver: windowsfilter [2019-09-11T09:17:07.064Z] Windows: [2019-09-11T09:17:07.064Z] Logging Driver: json-file [2019-09-11T09:17:07.064Z] Plugins: [2019-09-11T09:17:07.064Z] Volume: local [2019-09-11T09:17:07.064Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-11T09:17:07.064Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-11T09:17:07.064Z] Swarm: inactive [2019-09-11T09:17:07.064Z] Default Isolation: process [2019-09-11T09:17:07.064Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-11T09:17:07.064Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.678) [2019-09-11T09:17:07.064Z] OSType: windows [2019-09-11T09:17:07.064Z] Architecture: x86_64 [2019-09-11T09:17:07.064Z] CPUs: 4 [2019-09-11T09:17:07.064Z] Total Memory: 32GiB [2019-09-11T09:17:07.064Z] Name: azwin-2-a0f470 [2019-09-11T09:17:07.064Z] ID: D7NE:WZOL:DDK6:L4IA:35UI:FS7W:2C6G:D37T:KW4R:3EA4:ISI6:RVHJ [2019-09-11T09:17:07.064Z] Docker Root Dir: D:\CI-3\CI-a3f9cb5b6\daemon [2019-09-11T09:17:07.064Z] Debug Mode (client): false [2019-09-11T09:17:07.064Z] Debug Mode (server): true [2019-09-11T09:17:07.064Z] File Descriptors: -1 [2019-09-11T09:17:07.064Z] Goroutines: 17 [2019-09-11T09:17:07.064Z] System Time: 2019-09-11T09:17:06.1049341Z [2019-09-11T09:17:07.064Z] EventsListeners: 0 [2019-09-11T09:17:07.064Z] Registry: https://index.docker.io/v1/ [2019-09-11T09:17:07.064Z] Labels: [2019-09-11T09:17:07.064Z] Experimental: false [2019-09-11T09:17:07.064Z] Insecure Registries: [2019-09-11T09:17:07.064Z] 127.0.0.0/8 [2019-09-11T09:17:07.064Z] Live Restore Enabled: false [2019-09-11T09:17:07.064Z] [2019-09-11T09:17:07.064Z] [2019-09-11T09:17:07.064Z] INFO: Docker images of the daemon under test [2019-09-11T09:17:07.064Z] [2019-09-11T09:17:07.064Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-11T09:17:07.064Z] [2019-09-11T09:17:07.064Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-09-11T09:17:07.064Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-09-11T09:17:07.064Z] ltsc2019: Pulling from windows/servercore [2019-09-11T09:17:07.064Z] 65014b3c3121: Pulling fs layer [2019-09-11T09:17:07.064Z] 2945147eda09: Pulling fs layer [2019-09-11T09:17:12.822Z] 🇩 bin/containerd [2019-09-11T09:17:13.209Z] INFO: Extraction ended at 09/11/2019 09:17:09. Duration:00:00:26.6777791 [2019-09-11T09:17:13.209Z] INFO: Updating the golang and path environment variables [2019-09-11T09:17:13.209Z] INFO: GOPATH=d:\gopath [2019-09-11T09:17:13.209Z] INFO: go version go1.12.9 windows/amd64 [2019-09-11T09:17:13.209Z] INFO: Running the daemon under test in debug mode [2019-09-11T09:17:13.209Z] INFO: Starting a daemon under test... [2019-09-11T09:17:13.209Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI-3\CI-a3f9cb5b6\daemon --pidfile d:\CI-3\CI-a3f9cb5b6\docker.pid -D [2019-09-11T09:17:13.209Z] INFO: Process started successfully. [2019-09-11T09:17:13.209Z] INFO: Waiting for the daemon under test to start... [2019-09-11T09:17:13.209Z] INFO: Daemon under test started and replied! [2019-09-11T09:17:13.209Z] INFO: Docker version of the daemon under test [2019-09-11T09:17:13.209Z] [2019-09-11T09:17:13.671Z] Client: [2019-09-11T09:17:13.671Z] Version: 17.06.2-ce [2019-09-11T09:17:13.671Z] API version: 1.30 [2019-09-11T09:17:13.671Z] Go version: go1.8.3 [2019-09-11T09:17:13.671Z] Git commit: cec0b72 [2019-09-11T09:17:13.671Z] Built: Tue Sep 5 19:57:19 2017 [2019-09-11T09:17:13.671Z] OS/Arch: windows/amd64 [2019-09-11T09:17:13.671Z] [2019-09-11T09:17:13.671Z] Server: [2019-09-11T09:17:13.671Z] Version: 0.0.0-dev [2019-09-11T09:17:13.671Z] API version: 1.41 (minimum version 1.24) [2019-09-11T09:17:13.671Z] Go version: go1.12.9 [2019-09-11T09:17:13.671Z] Git commit: a3f9cb5b6 [2019-09-11T09:17:13.671Z] Built: 09/11/2019 09:15:11 [2019-09-11T09:17:13.671Z] OS/Arch: windows/amd64 [2019-09-11T09:17:13.671Z] Experimental: false [2019-09-11T09:17:13.671Z] [2019-09-11T09:17:13.671Z] INFO: Docker info of the daemon under test [2019-09-11T09:17:13.671Z] [2019-09-11T09:17:13.671Z] Containers: 0 [2019-09-11T09:17:13.671Z] Running: 0 [2019-09-11T09:17:13.671Z] Paused: 0 [2019-09-11T09:17:13.671Z] Stopped: 0 [2019-09-11T09:17:13.671Z] Images: 0 [2019-09-11T09:17:13.671Z] Server Version: 0.0.0-dev [2019-09-11T09:17:13.671Z] Storage Driver: windowsfilter [2019-09-11T09:17:13.671Z] Windows: [2019-09-11T09:17:13.671Z] Logging Driver: json-file [2019-09-11T09:17:13.671Z] Plugins: [2019-09-11T09:17:13.671Z] Volume: local [2019-09-11T09:17:13.671Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-11T09:17:13.671Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-11T09:17:13.671Z] Swarm: inactive [2019-09-11T09:17:13.671Z] Default Isolation: process [2019-09-11T09:17:13.671Z] Kernel Version: 10.0 14393 (14393.3179.amd64fre.rs1_release_1.190806-2245) [2019-09-11T09:17:13.671Z] Operating System: Windows Server 2016 Datacenter Version 1607 (OS Build 14393.3181) [2019-09-11T09:17:13.671Z] OSType: windows [2019-09-11T09:17:13.671Z] Architecture: x86_64 [2019-09-11T09:17:13.671Z] CPUs: 4 [2019-09-11T09:17:13.671Z] Total Memory: 32GiB [2019-09-11T09:17:13.671Z] Name: azwin-2-9225a0 [2019-09-11T09:17:13.671Z] ID: CDNL:YCM4:JLYR:ABBH:43HG:LZM4:LA2D:JTYB:HKD7:GGNR:UOLV:BJ7S [2019-09-11T09:17:13.671Z] Docker Root Dir: D:\CI-3\CI-a3f9cb5b6\daemon [2019-09-11T09:17:13.671Z] Debug Mode (client): false [2019-09-11T09:17:13.671Z] Debug Mode (server): true [2019-09-11T09:17:13.671Z] File Descriptors: -1 [2019-09-11T09:17:13.671Z] Goroutines: 17 [2019-09-11T09:17:13.671Z] System Time: 2019-09-11T09:17:13.2794487Z [2019-09-11T09:17:13.671Z] EventsListeners: 0 [2019-09-11T09:17:13.671Z] Registry: https://index.docker.io/v1/ [2019-09-11T09:17:13.671Z] Labels: [2019-09-11T09:17:13.671Z] Experimental: false [2019-09-11T09:17:13.671Z] Insecure Registries: [2019-09-11T09:17:13.671Z] 127.0.0.0/8 [2019-09-11T09:17:13.671Z] Live Restore Enabled: false [2019-09-11T09:17:13.671Z] [2019-09-11T09:17:13.671Z] [2019-09-11T09:17:13.671Z] INFO: Docker images of the daemon under test [2019-09-11T09:17:13.671Z] [2019-09-11T09:17:13.671Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-11T09:17:13.671Z] [2019-09-11T09:17:13.671Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-09-11T09:17:13.671Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2016 from docker hub into daemon under test. This may take some time... [2019-09-11T09:17:13.671Z] ltsc2016: Pulling from windows/servercore [2019-09-11T09:17:13.671Z] 3889bb8d808b: Pulling fs layer [2019-09-11T09:17:13.671Z] 921b2cb8ef3f: Pulling fs layer [2019-09-11T09:17:14.167Z] 2945147eda09: Verifying Checksum [2019-09-11T09:17:14.167Z] 2945147eda09: Download complete [2019-09-11T09:17:29.011Z] 65014b3c3121: Verifying Checksum [2019-09-11T09:17:29.011Z] 65014b3c3121: Download complete [2019-09-11T09:17:33.090Z] 🇩 bin/containerd-stress [2019-09-11T09:17:33.090Z] 🇩 bin/containerd-shim [2019-09-11T09:17:34.888Z] 921b2cb8ef3f: Download complete [2019-09-11T09:17:39.725Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-11T09:17:41.054Z] 🇩 binaries [2019-09-11T09:17:41.054Z] + mkdir -p /build [2019-09-11T09:17:41.054Z] + cp bin/containerd /build/containerd [2019-09-11T09:17:41.054Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-11T09:17:41.054Z] + cp bin/ctr /build/ctr [2019-09-11T09:17:44.300Z] Removing intermediate container afdb6485f64d [2019-09-11T09:17:44.300Z] ---> 72b4f527408e [2019-09-11T09:17:44.300Z] Step 56/126 : FROM dev-base AS proxy [2019-09-11T09:17:44.301Z] ---> f382d4bdf5a0 [2019-09-11T09:17:44.301Z] Step 57/126 : ENV INSTALL_BINARY_NAME=proxy [2019-09-11T09:17:44.301Z] ---> Running in e1f73a18cdf1 [2019-09-11T09:17:44.301Z] Removing intermediate container e1f73a18cdf1 [2019-09-11T09:17:44.301Z] ---> 7cc2ac9c157c [2019-09-11T09:17:44.301Z] Step 58/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:17:44.301Z] ---> f880d684de49 [2019-09-11T09:17:44.301Z] Step 59/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:17:44.675Z] ---> cf7786897b27 [2019-09-11T09:17:44.675Z] Step 60/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:17:44.675Z] ---> Running in 8c31566f32a5 [2019-09-11T09:17:45.177Z] + RM_GOPATH=0 [2019-09-11T09:17:45.177Z] + TMP_GOPATH= [2019-09-11T09:17:45.177Z] + : /build [2019-09-11T09:17:45.177Z] + '[' -z '' ']' [2019-09-11T09:17:45.177Z] ++ mktemp -d [2019-09-11T09:17:45.177Z] + export GOPATH=/tmp/tmp.y18PpIrAl0 [2019-09-11T09:17:45.177Z] + GOPATH=/tmp/tmp.y18PpIrAl0 [2019-09-11T09:17:45.177Z] + RM_GOPATH=1 [2019-09-11T09:17:45.177Z] ++ dirname ./install.sh [2019-09-11T09:17:45.177Z] + dir=. [2019-09-11T09:17:45.177Z] + bin=proxy [2019-09-11T09:17:45.177Z] + shift [2019-09-11T09:17:45.177Z] + '[' '!' -f ./proxy.installer ']' [2019-09-11T09:17:45.177Z] + . ./proxy.installer [2019-09-11T09:17:45.177Z] ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-11T09:17:45.177Z] + install_proxy [2019-09-11T09:17:45.177Z] + case "$1" in [2019-09-11T09:17:45.177Z] + export CGO_ENABLED=0 [2019-09-11T09:17:45.177Z] + CGO_ENABLED=0 [2019-09-11T09:17:45.177Z] + _install_proxy [2019-09-11T09:17:45.177Z] + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d' [2019-09-11T09:17:45.177Z] Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-11T09:17:45.177Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.y18PpIrAl0/src/github.com/docker/libnetwork [2019-09-11T09:17:45.177Z] Cloning into '/tmp/tmp.y18PpIrAl0/src/github.com/docker/libnetwork'... [2019-09-11T09:17:47.044Z] + cd /tmp/tmp.y18PpIrAl0/src/github.com/docker/libnetwork [2019-09-11T09:17:47.044Z] + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-11T09:17:47.044Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-11T09:17:49.537Z] Removing intermediate container 8c31566f32a5 [2019-09-11T09:17:49.537Z] ---> 81a169e3337c [2019-09-11T09:17:49.537Z] Step 61/126 : FROM base AS gometalinter [2019-09-11T09:17:49.537Z] ---> f382d4bdf5a0 [2019-09-11T09:17:49.537Z] Step 62/126 : ENV INSTALL_BINARY_NAME=gometalinter [2019-09-11T09:17:49.537Z] ---> Running in c0d7f1e8a948 [2019-09-11T09:17:49.537Z] Removing intermediate container c0d7f1e8a948 [2019-09-11T09:17:49.537Z] ---> 425d0aa57aa6 [2019-09-11T09:17:49.537Z] Step 63/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:17:49.901Z] ---> 07f1dcf03d41 [2019-09-11T09:17:49.901Z] Step 64/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:17:49.901Z] ---> c87574791cd4 [2019-09-11T09:17:49.901Z] Step 65/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:17:50.280Z] ---> Running in 9a0cf19b8220 [2019-09-11T09:17:50.651Z] + RM_GOPATH=0 [2019-09-11T09:17:50.651Z] + TMP_GOPATH= [2019-09-11T09:17:50.651Z] + : /build [2019-09-11T09:17:50.651Z] + '[' -z '' ']' [2019-09-11T09:17:50.651Z] ++ mktemp -d [2019-09-11T09:17:50.651Z] + export GOPATH=/tmp/tmp.6HBGQwPEnz [2019-09-11T09:17:50.651Z] + GOPATH=/tmp/tmp.6HBGQwPEnz [2019-09-11T09:17:50.651Z] + RM_GOPATH=1 [2019-09-11T09:17:50.651Z] Installing gometalinter version v2.0.6 [2019-09-11T09:17:50.651Z] ++ dirname ./install.sh [2019-09-11T09:17:50.651Z] + dir=. [2019-09-11T09:17:50.651Z] + bin=gometalinter [2019-09-11T09:17:50.651Z] + shift [2019-09-11T09:17:50.651Z] + '[' '!' -f ./gometalinter.installer ']' [2019-09-11T09:17:50.651Z] + . ./gometalinter.installer [2019-09-11T09:17:50.651Z] ++ GOMETALINTER_COMMIT=v2.0.6 [2019-09-11T09:17:50.651Z] + install_gometalinter [2019-09-11T09:17:50.651Z] + echo 'Installing gometalinter version v2.0.6' [2019-09-11T09:17:50.651Z] + go get -d github.com/alecthomas/gometalinter [2019-09-11T09:17:51.433Z] + cd /tmp/tmp.6HBGQwPEnz/src/github.com/alecthomas/gometalinter [2019-09-11T09:17:51.433Z] + git checkout -q v2.0.6 [2019-09-11T09:17:51.433Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-09-11T09:17:56.030Z] 3889bb8d808b: Verifying Checksum [2019-09-11T09:17:56.030Z] 3889bb8d808b: Download complete [2019-09-11T09:18:00.770Z] sha256:afaa0087c5ece9d40a6778356bac208b2d3d59246c1dc522b2c7701c324a7749 [2019-09-11T09:18:00.770Z] INFO: Starting docker-py tests... [2019-09-11T09:18:00.770Z] ============================= test session starts ============================== [2019-09-11T09:18:00.770Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.13.0 [2019-09-11T09:18:00.770Z] rootdir: /src, inifile: pytest.ini [2019-09-11T09:18:00.770Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-09-11T09:18:01.094Z] + GOBIN=/build [2019-09-11T09:18:01.094Z] + /build/gometalinter --install [2019-09-11T09:18:01.094Z] Installing: [2019-09-11T09:18:01.094Z] deadcode [2019-09-11T09:18:01.094Z] dupl [2019-09-11T09:18:01.094Z] errcheck [2019-09-11T09:18:01.094Z] gas [2019-09-11T09:18:01.094Z] gochecknoglobals [2019-09-11T09:18:01.094Z] gochecknoinits [2019-09-11T09:18:01.094Z] goconst [2019-09-11T09:18:01.094Z] gocyclo [2019-09-11T09:18:01.094Z] goimports [2019-09-11T09:18:01.094Z] golint [2019-09-11T09:18:01.094Z] gosimple [2019-09-11T09:18:01.094Z] gotype [2019-09-11T09:18:01.094Z] gotypex [2019-09-11T09:18:01.094Z] ineffassign [2019-09-11T09:18:01.094Z] interfacer [2019-09-11T09:18:01.094Z] lll [2019-09-11T09:18:01.094Z] maligned [2019-09-11T09:18:01.094Z] megacheck [2019-09-11T09:18:01.094Z] misspell [2019-09-11T09:18:01.094Z] nakedret [2019-09-11T09:18:01.094Z] safesql [2019-09-11T09:18:01.094Z] staticcheck [2019-09-11T09:18:01.094Z] structcheck [2019-09-11T09:18:01.094Z] unconvert [2019-09-11T09:18:01.094Z] unparam [2019-09-11T09:18:01.094Z] unused [2019-09-11T09:18:01.094Z] varcheck [2019-09-11T09:18:01.329Z] collected 385 items / 6 deselected [2019-09-11T09:18:01.329Z] [2019-09-11T09:18:21.033Z] Removing intermediate container 9a0cf19b8220 [2019-09-11T09:18:21.033Z] ---> 0f41ef822e3a [2019-09-11T09:18:21.033Z] Step 66/126 : FROM base AS gotestsum [2019-09-11T09:18:21.033Z] ---> f382d4bdf5a0 [2019-09-11T09:18:21.033Z] Step 67/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-11T09:18:21.033Z] ---> Running in 3cdba2ec29cb [2019-09-11T09:18:21.033Z] Removing intermediate container 3cdba2ec29cb [2019-09-11T09:18:21.033Z] ---> 5f0bc893d490 [2019-09-11T09:18:21.033Z] Step 68/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:18:21.033Z] ---> 69b4fba47941 [2019-09-11T09:18:21.033Z] Step 69/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:18:21.033Z] ---> 26cd0c0a80f1 [2019-09-11T09:18:21.033Z] Step 70/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:18:21.033Z] ---> Running in 24e90f9277dc [2019-09-11T09:18:21.033Z] + RM_GOPATH=0 [2019-09-11T09:18:21.033Z] + TMP_GOPATH= [2019-09-11T09:18:21.033Z] + : /build [2019-09-11T09:18:21.033Z] + '[' -z '' ']' [2019-09-11T09:18:21.033Z] ++ mktemp -d [2019-09-11T09:18:21.033Z] + export GOPATH=/tmp/tmp.9IncbGQUvB [2019-09-11T09:18:21.033Z] + GOPATH=/tmp/tmp.9IncbGQUvB [2019-09-11T09:18:21.033Z] + RM_GOPATH=1 [2019-09-11T09:18:21.033Z] ++ dirname ./install.sh [2019-09-11T09:18:21.033Z] + dir=. [2019-09-11T09:18:21.033Z] + bin=gotestsum [2019-09-11T09:18:21.033Z] + shift [2019-09-11T09:18:21.033Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-11T09:18:21.033Z] + . ./gotestsum.installer [2019-09-11T09:18:21.033Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-11T09:18:21.033Z] + install_gotestsum [2019-09-11T09:18:21.033Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-11T09:18:21.033Z] + go get -d gotest.tools/gotestsum [2019-09-11T09:18:21.033Z] Installing gotestsum version v0.3.5 [2019-09-11T09:18:23.689Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-11T09:18:23.690Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-11T09:18:23.965Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-09-11T09:18:24.272Z] + cd /tmp/tmp.9IncbGQUvB/src/gotest.tools/gotestsum [2019-09-11T09:18:24.272Z] + git checkout -q v0.3.5 [2019-09-11T09:18:24.272Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-11T09:18:24.524Z] tests/integration/api_client_test.py ..... [ 7%] [2019-09-11T09:18:26.138Z] tests/integration/api_config_test.py ..... [ 8%] [2019-09-11T09:18:33.630Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-11T09:18:36.021Z] Removing intermediate container 24e90f9277dc [2019-09-11T09:18:36.021Z] ---> f579d0b3e000 [2019-09-11T09:18:36.021Z] Step 71/126 : FROM dev-base AS dockercli [2019-09-11T09:18:36.021Z] ---> f382d4bdf5a0 [2019-09-11T09:18:36.021Z] Step 72/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-11T09:18:36.021Z] ---> Running in 00d72a42738e [2019-09-11T09:18:36.021Z] Removing intermediate container 00d72a42738e [2019-09-11T09:18:36.021Z] ---> 7db89c284be0 [2019-09-11T09:18:36.021Z] Step 73/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:18:36.021Z] ---> 53f33533b889 [2019-09-11T09:18:36.021Z] Step 74/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:18:36.021Z] ---> a2ba92624616 [2019-09-11T09:18:36.021Z] Step 75/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:18:36.021Z] ---> Running in bdb7c5711c8f [2019-09-11T09:18:36.021Z] + RM_GOPATH=0 [2019-09-11T09:18:36.021Z] + TMP_GOPATH= [2019-09-11T09:18:36.021Z] + : /build [2019-09-11T09:18:36.021Z] + '[' -z '' ']' [2019-09-11T09:18:36.021Z] ++ mktemp -d [2019-09-11T09:18:36.021Z] + export GOPATH=/tmp/tmp.bocQlb48RP [2019-09-11T09:18:36.021Z] + GOPATH=/tmp/tmp.bocQlb48RP [2019-09-11T09:18:36.021Z] + RM_GOPATH=1 [2019-09-11T09:18:36.021Z] ++ dirname ./install.sh [2019-09-11T09:18:36.021Z] + dir=. [2019-09-11T09:18:36.021Z] + bin=dockercli [2019-09-11T09:18:36.021Z] + shift [2019-09-11T09:18:36.021Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-11T09:18:36.021Z] + . ./dockercli.installer [2019-09-11T09:18:36.021Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-11T09:18:36.021Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-11T09:18:36.021Z] + install_dockercli [2019-09-11T09:18:36.021Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-11T09:18:36.021Z] Install docker/cli version 17.06.2-ce from stable [2019-09-11T09:18:36.021Z] ++ uname -m [2019-09-11T09:18:36.021Z] + arch=s390x [2019-09-11T09:18:36.021Z] + '[' s390x '!=' x86_64 ']' [2019-09-11T09:18:36.021Z] + '[' s390x '!=' s390x ']' [2019-09-11T09:18:36.021Z] + url=https://download.docker.com/linux/static [2019-09-11T09:18:36.021Z] + tar -xz docker/docker [2019-09-11T09:18:36.021Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-09-11T09:18:37.286Z] + mkdir -p /build [2019-09-11T09:18:37.286Z] + mv docker/docker /build/ [2019-09-11T09:18:37.286Z] + rmdir docker [2019-09-11T09:18:37.663Z] Removing intermediate container bdb7c5711c8f [2019-09-11T09:18:37.663Z] ---> 69652baf9988 [2019-09-11T09:18:37.663Z] Step 76/126 : FROM runtime-dev AS runc [2019-09-11T09:18:37.663Z] ---> ff5b65f6b720 [2019-09-11T09:18:37.663Z] Step 77/126 : ENV INSTALL_BINARY_NAME=runc [2019-09-11T09:18:37.663Z] ---> Running in f5f7f329d080 [2019-09-11T09:18:38.036Z] Removing intermediate container f5f7f329d080 [2019-09-11T09:18:38.036Z] ---> d82eccd9d676 [2019-09-11T09:18:38.036Z] Step 78/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:18:38.036Z] ---> 6511bc35c4df [2019-09-11T09:18:38.036Z] Step 79/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:18:38.412Z] ---> 8c1ea564d69a [2019-09-11T09:18:38.412Z] Step 80/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:18:38.412Z] ---> Running in 59ca276e78e0 [2019-09-11T09:18:38.795Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-11T09:18:38.795Z] + RM_GOPATH=0 [2019-09-11T09:18:38.795Z] + TMP_GOPATH= [2019-09-11T09:18:38.795Z] + : /build [2019-09-11T09:18:38.795Z] + '[' -z '' ']' [2019-09-11T09:18:38.795Z] ++ mktemp -d [2019-09-11T09:18:38.795Z] + export GOPATH=/tmp/tmp.8B6pKJErKU [2019-09-11T09:18:38.795Z] + GOPATH=/tmp/tmp.8B6pKJErKU [2019-09-11T09:18:38.795Z] + RM_GOPATH=1 [2019-09-11T09:18:38.795Z] ++ dirname ./install.sh [2019-09-11T09:18:38.795Z] + dir=. [2019-09-11T09:18:38.795Z] + bin=runc [2019-09-11T09:18:38.795Z] + shift [2019-09-11T09:18:38.795Z] + '[' '!' -f ./runc.installer ']' [2019-09-11T09:18:38.795Z] + . ./runc.installer [2019-09-11T09:18:38.795Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-11T09:18:38.795Z] + install_runc [2019-09-11T09:18:38.795Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-11T09:18:38.795Z] + uname -r [2019-09-11T09:18:38.795Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-11T09:18:38.795Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-11T09:18:38.795Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.8B6pKJErKU/src/github.com/opencontainers/runc [2019-09-11T09:18:38.795Z] Cloning into '/tmp/tmp.8B6pKJErKU/src/github.com/opencontainers/runc'... [2019-09-11T09:18:40.167Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-11T09:18:40.231Z] + cd /tmp/tmp.8B6pKJErKU/src/github.com/opencontainers/runc [2019-09-11T09:18:40.231Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-11T09:18:40.231Z] + '[' -z '' ']' [2019-09-11T09:18:40.231Z] + target=static [2019-09-11T09:18:40.231Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-11T09:18:40.231Z] 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-11T09:18:48.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-11T09:18:54.166Z] 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-11T09:18:54.166Z] + mkdir -p /build [2019-09-11T09:18:54.166Z] + cp runc /build/runc [2019-09-11T09:18:54.542Z] Removing intermediate container 59ca276e78e0 [2019-09-11T09:18:54.542Z] ---> e14ac21d54ae [2019-09-11T09:18:54.542Z] Step 81/126 : FROM dev-base AS tini [2019-09-11T09:18:54.542Z] ---> f382d4bdf5a0 [2019-09-11T09:18:54.542Z] Step 82/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:18:54.542Z] ---> Using cache [2019-09-11T09:18:54.542Z] ---> ac8be5f33922 [2019-09-11T09:18:54.542Z] 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-11T09:18:54.840Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-11T09:18:54.902Z] ---> Running in 8372b40a4366 [2019-09-11T09:18:55.282Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-11T09:18:55.282Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-11T09:18:55.282Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-11T09:18:55.282Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-11T09:18:55.282Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-11T09:18:55.282Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-11T09:18:55.778Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-11T09:18:55.778Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-11T09:18:57.113Z] Fetched 7671 kB in 1s (4808 kB/s) [2019-09-11T09:18:57.498Z] Reading package lists... [2019-09-11T09:18:57.862Z] Reading package lists... [2019-09-11T09:18:57.862Z] Building dependency tree... [2019-09-11T09:18:57.862Z] Reading state information... [2019-09-11T09:18:58.248Z] The following additional packages will be installed: [2019-09-11T09:18:58.248Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-11T09:18:58.248Z] Suggested packages: [2019-09-11T09:18:58.248Z] codeblocks eclipse ninja-build lrzip [2019-09-11T09:18:58.248Z] Recommended packages: [2019-09-11T09:18:58.248Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-11T09:18:58.248Z] The following NEW packages will be installed: [2019-09-11T09:18:58.248Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-11T09:18:58.248Z] vim-common xxd [2019-09-11T09:18:58.248Z] 0 upgraded, 10 newly installed, 0 to remove and 10 not upgraded. [2019-09-11T09:18:58.248Z] Need to get 13.2 MB of archives. [2019-09-11T09:18:58.248Z] After this operation, 59.4 MB of additional disk space will be used. [2019-09-11T09:18:58.248Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-09-11T09:18:58.248Z] 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-11T09:18:58.248Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-09-11T09:18:58.630Z] 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-11T09:18:58.630Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-09-11T09:18:58.630Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-09-11T09:18:58.630Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-09-11T09:18:58.630Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-09-11T09:18:58.630Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-11T09:18:58.630Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-11T09:18:58.630Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-11T09:18:58.630Z] Fetched 13.2 MB in 0s (49.7 MB/s) [2019-09-11T09:18:58.630Z] Selecting previously unselected package cmake-data. [2019-09-11T09:18:58.631Z] (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-11T09:18:58.631Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-11T09:18:58.631Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-11T09:18:58.993Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-11T09:18:58.993Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-11T09:18:58.993Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-11T09:18:58.993Z] Selecting previously unselected package libicu57:s390x. [2019-09-11T09:18:58.993Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-09-11T09:18:58.993Z] Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-09-11T09:18:59.785Z] Selecting previously unselected package libxml2:s390x. [2019-09-11T09:18:59.785Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-09-11T09:18:59.785Z] Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-11T09:19:00.152Z] Selecting previously unselected package libarchive13:s390x. [2019-09-11T09:19:00.152Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-09-11T09:19:00.152Z] Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-11T09:19:00.152Z] Selecting previously unselected package libjsoncpp1:s390x. [2019-09-11T09:19:00.152Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-09-11T09:19:00.152Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-09-11T09:19:00.152Z] Selecting previously unselected package libuv1:s390x. [2019-09-11T09:19:00.152Z] Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-09-11T09:19:00.152Z] Unpacking libuv1:s390x (1.9.1-3) ... [2019-09-11T09:19:00.152Z] Selecting previously unselected package cmake. [2019-09-11T09:19:00.152Z] Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-09-11T09:19:00.152Z] Unpacking cmake (3.7.2-1) ... [2019-09-11T09:19:00.513Z] Selecting previously unselected package xxd. [2019-09-11T09:19:00.514Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-11T09:19:00.514Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:19:00.514Z] Selecting previously unselected package vim-common. [2019-09-11T09:19:00.514Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-11T09:19:00.514Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:19:00.514Z] Processing triggers for mime-support (3.60) ... [2019-09-11T09:19:00.514Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:19:00.514Z] Setting up libuv1:s390x (1.9.1-3) ... [2019-09-11T09:19:00.514Z] Setting up cmake-data (3.7.2-1) ... [2019-09-11T09:19:00.514Z] Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-09-11T09:19:00.650Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-09-11T09:19:00.878Z] Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-11T09:19:00.878Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:19:00.878Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:19:00.878Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-11T09:19:00.878Z] Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-09-11T09:19:00.878Z] Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-11T09:19:00.878Z] Setting up cmake (3.7.2-1) ... [2019-09-11T09:19:00.878Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:19:02.144Z] Removing intermediate container 8372b40a4366 [2019-09-11T09:19:02.144Z] ---> 8dd95bf1c0af [2019-09-11T09:19:02.144Z] Step 84/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:19:02.144Z] ---> 36af67799591 [2019-09-11T09:19:02.144Z] Step 85/126 : ENV INSTALL_BINARY_NAME=tini [2019-09-11T09:19:02.144Z] ---> Running in 093f44f54e94 [2019-09-11T09:19:02.641Z] Removing intermediate container 093f44f54e94 [2019-09-11T09:19:02.641Z] ---> 99935c34a5b7 [2019-09-11T09:19:02.641Z] Step 86/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:19:02.641Z] ---> d8b6fdeae7b5 [2019-09-11T09:19:02.641Z] Step 87/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:19:02.641Z] ---> Running in f9d0d2a82c42 [2019-09-11T09:19:02.925Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-11T09:19:02.925Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-11T09:19:03.090Z] + RM_GOPATH=0 [2019-09-11T09:19:03.090Z] + TMP_GOPATH= [2019-09-11T09:19:03.090Z] + : /build [2019-09-11T09:19:03.090Z] + '[' -z '' ']' [2019-09-11T09:19:03.090Z] ++ mktemp -d [2019-09-11T09:19:03.090Z] + export GOPATH=/tmp/tmp.fez7D5qvTU [2019-09-11T09:19:03.090Z] + GOPATH=/tmp/tmp.fez7D5qvTU [2019-09-11T09:19:03.090Z] + RM_GOPATH=1 [2019-09-11T09:19:03.090Z] ++ dirname ./install.sh [2019-09-11T09:19:03.090Z] + dir=. [2019-09-11T09:19:03.090Z] + bin=tini [2019-09-11T09:19:03.090Z] + shift [2019-09-11T09:19:03.090Z] + '[' '!' -f ./tini.installer ']' [2019-09-11T09:19:03.090Z] + . ./tini.installer [2019-09-11T09:19:03.090Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-11T09:19:03.090Z] + install_tini [2019-09-11T09:19:03.090Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-11T09:19:03.090Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.fez7D5qvTU/tini [2019-09-11T09:19:03.090Z] Cloning into '/tmp/tmp.fez7D5qvTU/tini'... [2019-09-11T09:19:03.090Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-11T09:19:03.506Z] + cd /tmp/tmp.fez7D5qvTU/tini [2019-09-11T09:19:03.506Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-11T09:19:03.506Z] + cmake . [2019-09-11T09:19:03.506Z] -- The C compiler identification is GNU 6.3.0 [2019-09-11T09:19:03.506Z] -- Check for working C compiler: /usr/bin/cc [2019-09-11T09:19:03.506Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-11T09:19:03.506Z] -- Detecting C compiler ABI info [2019-09-11T09:19:03.506Z] -- Detecting C compiler ABI info - done [2019-09-11T09:19:03.506Z] -- Detecting C compile features [2019-09-11T09:19:03.865Z] -- Detecting C compile features - done [2019-09-11T09:19:03.865Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-11T09:19:03.865Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-11T09:19:03.865Z] -- Configuring done [2019-09-11T09:19:03.865Z] -- Generating done [2019-09-11T09:19:03.865Z] -- Build files have been written to: /tmp/tmp.fez7D5qvTU/tini [2019-09-11T09:19:03.865Z] + make tini-static [2019-09-11T09:19:03.865Z] Scanning dependencies of target tini-static [2019-09-11T09:19:03.865Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-11T09:19:04.239Z] [100%] Linking C executable tini-static [2019-09-11T09:19:04.239Z] [100%] Built target tini-static [2019-09-11T09:19:04.239Z] + mkdir -p /build [2019-09-11T09:19:04.239Z] + cp tini-static /build/docker-init [2019-09-11T09:19:04.603Z] Removing intermediate container f9d0d2a82c42 [2019-09-11T09:19:04.603Z] ---> bb13f9e4df91 [2019-09-11T09:19:04.603Z] Step 88/126 : FROM dev-base AS rootlesskit [2019-09-11T09:19:04.603Z] ---> f382d4bdf5a0 [2019-09-11T09:19:04.603Z] Step 89/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-11T09:19:04.965Z] ---> Running in 33160d11a176 [2019-09-11T09:19:04.965Z] Removing intermediate container 33160d11a176 [2019-09-11T09:19:04.965Z] ---> c1901cac2aa9 [2019-09-11T09:19:04.965Z] Step 90/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:19:05.327Z] ---> f2dbd089ba99 [2019-09-11T09:19:05.327Z] Step 91/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:19:05.327Z] ---> 1a46c213c1fb [2019-09-11T09:19:05.327Z] Step 92/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:19:05.708Z] ---> Running in a30917d62a9b [2019-09-11T09:19:06.074Z] + RM_GOPATH=0 [2019-09-11T09:19:06.074Z] + TMP_GOPATH= [2019-09-11T09:19:06.074Z] + : /build/ [2019-09-11T09:19:06.074Z] + '[' -z '' ']' [2019-09-11T09:19:06.074Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-11T09:19:06.074Z] ++ mktemp -d [2019-09-11T09:19:06.074Z] + export GOPATH=/tmp/tmp.uohcejMxxj [2019-09-11T09:19:06.074Z] + GOPATH=/tmp/tmp.uohcejMxxj [2019-09-11T09:19:06.074Z] + RM_GOPATH=1 [2019-09-11T09:19:06.074Z] ++ dirname ./install.sh [2019-09-11T09:19:06.074Z] + dir=. [2019-09-11T09:19:06.074Z] + bin=rootlesskit [2019-09-11T09:19:06.074Z] + shift [2019-09-11T09:19:06.074Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-11T09:19:06.074Z] + . ./rootlesskit.installer [2019-09-11T09:19:06.074Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-11T09:19:06.074Z] + install_rootlesskit [2019-09-11T09:19:06.074Z] + case "$1" in [2019-09-11T09:19:06.074Z] + export CGO_ENABLED=0 [2019-09-11T09:19:06.074Z] + CGO_ENABLED=0 [2019-09-11T09:19:06.074Z] + _install_rootlesskit [2019-09-11T09:19:06.074Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-11T09:19:06.074Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.uohcejMxxj/src/github.com/rootless-containers/rootlesskit [2019-09-11T09:19:06.074Z] Cloning into '/tmp/tmp.uohcejMxxj/src/github.com/rootless-containers/rootlesskit'... [2019-09-11T09:19:06.872Z] + cd /tmp/tmp.uohcejMxxj/src/github.com/rootless-containers/rootlesskit [2019-09-11T09:19:06.872Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-11T09:19:06.872Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-11T09:19:06.872Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-11T09:19:11.013Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-11T09:19:13.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-11T09:19:14.835Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-11T09:19:14.835Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-11T09:19:15.612Z] Removing intermediate container a30917d62a9b [2019-09-11T09:19:15.612Z] ---> 8506def0a414 [2019-09-11T09:19:15.612Z] Step 93/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-11T09:19:15.979Z] ---> da6ba364c3fd [2019-09-11T09:19:15.979Z] Step 94/126 : FROM runtime-dev AS dev [2019-09-11T09:19:15.979Z] ---> ff5b65f6b720 [2019-09-11T09:19:15.979Z] Step 95/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:19:15.979Z] ---> Running in f2d44af587a3 [2019-09-11T09:19:15.979Z] Removing intermediate container f2d44af587a3 [2019-09-11T09:19:15.979Z] ---> f2d4406ff17a [2019-09-11T09:19:15.979Z] Step 96/126 : RUN groupadd -r docker [2019-09-11T09:19:15.979Z] ---> Running in e391e37ea852 [2019-09-11T09:19:17.261Z] Removing intermediate container e391e37ea852 [2019-09-11T09:19:17.261Z] ---> 4e8091ef087c [2019-09-11T09:19:17.261Z] Step 97/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-11T09:19:17.261Z] ---> Running in 43a8200e1d6f [2019-09-11T09:19:18.510Z] Removing intermediate container 43a8200e1d6f [2019-09-11T09:19:18.510Z] ---> 88f1562bfa08 [2019-09-11T09:19:18.510Z] Step 98/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-11T09:19:18.510Z] ---> Running in 0b91dffedac7 [2019-09-11T09:19:18.873Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-11T09:19:19.749Z] Removing intermediate container 0b91dffedac7 [2019-09-11T09:19:19.749Z] ---> bc8432ac0011 [2019-09-11T09:19:19.749Z] Step 99/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-11T09:19:19.749Z] ---> Running in e44c528dcdee [2019-09-11T09:19:20.582Z] Removing intermediate container e44c528dcdee [2019-09-11T09:19:20.582Z] ---> 7cd6a215509c [2019-09-11T09:19:20.582Z] Step 100/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-11T09:19:20.582Z] ---> Running in 2ac0483d06fe [2019-09-11T09:19:21.616Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-11T09:19:21.838Z] Removing intermediate container 2ac0483d06fe [2019-09-11T09:19:21.838Z] ---> d85884e78c0e [2019-09-11T09:19:21.838Z] Step 101/126 : RUN ldconfig [2019-09-11T09:19:21.838Z] ---> Running in 20bd404d64bd [2019-09-11T09:19:22.627Z] Removing intermediate container 20bd404d64bd [2019-09-11T09:19:22.627Z] ---> 4b60b1d5507a [2019-09-11T09:19:22.627Z] 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-11T09:19:22.994Z] ---> Running in 9897afab2d1e [2019-09-11T09:19:23.370Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-11T09:19:23.370Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-11T09:19:23.370Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-11T09:19:23.370Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-11T09:19:23.370Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-11T09:19:23.747Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-11T09:19:23.747Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-11T09:19:23.747Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-11T09:19:24.992Z] Fetched 7671 kB in 1s (4924 kB/s) [2019-09-11T09:19:25.368Z] Reading package lists... [2019-09-11T09:19:26.158Z] Reading package lists... [2019-09-11T09:19:26.158Z] Building dependency tree... [2019-09-11T09:19:26.158Z] Reading state information... [2019-09-11T09:19:26.158Z] The following additional packages will be installed: [2019-09-11T09:19:26.158Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-11T09:19:26.158Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-11T09:19:26.158Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-11T09:19:26.158Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-11T09:19:26.158Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-11T09:19:26.158Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-11T09:19:26.158Z] libselinux1-dev libsepol1-dev libsystemd0 libudev1 libxtables12 [2019-09-11T09:19:26.158Z] mingw-w64-common mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-11T09:19:26.158Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-11T09:19:26.158Z] Suggested packages: [2019-09-11T09:19:26.158Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-11T09:19:26.158Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-11T09:19:26.158Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-11T09:19:26.158Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-11T09:19:26.158Z] Recommended packages: [2019-09-11T09:19:26.158Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-11T09:19:26.158Z] python3-keyrings.alt python3-xdg unzip [2019-09-11T09:19:27.051Z] The following NEW packages will be installed: [2019-09-11T09:19:27.052Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-11T09:19:27.052Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-11T09:19:27.052Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-11T09:19:27.052Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-11T09:19:27.052Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-11T09:19:27.052Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-11T09:19:27.052Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-11T09:19:27.052Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-11T09:19:27.052Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-11T09:19:27.052Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-11T09:19:27.052Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-11T09:19:27.052Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-11T09:19:27.052Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-11T09:19:27.052Z] xfsprogs xxd xz-utils zip [2019-09-11T09:19:27.052Z] The following packages will be upgraded: [2019-09-11T09:19:27.052Z] libsystemd0 libudev1 [2019-09-11T09:19:27.052Z] 2 upgraded, 69 newly installed, 0 to remove and 8 not upgraded. [2019-09-11T09:19:27.052Z] Need to get 88.6 MB of archives. [2019-09-11T09:19:27.052Z] After this operation, 565 MB of additional disk space will be used. [2019-09-11T09:19:27.052Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd0 s390x 232-25+deb9u12 [266 kB] [2019-09-11T09:19:27.052Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-09-11T09:19:27.052Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-11T09:19:27.052Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-09-11T09:19:27.052Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-09-11T09:19:27.052Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev1 s390x 232-25+deb9u12 [123 kB] [2019-09-11T09:19:27.052Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-09-11T09:19:27.052Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-09-11T09:19:27.052Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-09-11T09:19:27.052Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-09-11T09:19:27.052Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-09-11T09:19:27.052Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-09-11T09:19:27.052Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-09-11T09:19:27.052Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-09-11T09:19:27.052Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-09-11T09:19:27.052Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-09-11T09:19:27.052Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-09-11T09:19:27.052Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-11T09:19:27.052Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-09-11T09:19:27.052Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-09-11T09:19:27.052Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-09-11T09:19:27.052Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-09-11T09:19:27.052Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-09-11T09:19:27.052Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-11T09:19:27.052Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-11T09:19:27.052Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-09-11T09:19:27.052Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-09-11T09:19:27.052Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-09-11T09:19:27.052Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-09-11T09:19:27.052Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-11T09:19:27.052Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-11T09:19:27.052Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-11T09:19:27.052Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-09-11T09:19:27.052Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-09-11T09:19:27.052Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-11T09:19:27.052Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-11T09:19:27.052Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-11T09:19:27.470Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-09-11T09:19:27.470Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-09-11T09:19:27.470Z] Get:40 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-11T09:19:27.470Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-09-11T09:19:27.470Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-09-11T09:19:27.470Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-09-11T09:19:27.471Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-09-11T09:19:27.471Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-09-11T09:19:27.471Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-09-11T09:19:27.471Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-11T09:19:27.471Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-11T09:19:27.471Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-09-11T09:19:27.471Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-09-11T09:19:27.471Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-09-11T09:19:27.471Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-11T09:19:27.471Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-11T09:19:27.471Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-11T09:19:27.471Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-09-11T09:19:27.471Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-11T09:19:27.471Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-09-11T09:19:27.471Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-11T09:19:27.471Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-09-11T09:19:27.471Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-09-11T09:19:27.471Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-09-11T09:19:27.471Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-09-11T09:19:27.471Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-09-11T09:19:27.471Z] Get:64 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-11T09:19:27.471Z] Get:65 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-11T09:19:27.471Z] Get:66 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-11T09:19:27.471Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-11T09:19:27.471Z] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-11T09:19:27.471Z] Get:69 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-11T09:19:27.471Z] Get:70 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-11T09:19:27.840Z] Get:71 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-11T09:19:28.208Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-11T09:19:28.208Z] Fetched 88.6 MB in 1s (84.0 MB/s) [2019-09-11T09:19:28.208Z] (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-11T09:19:28.208Z] Preparing to unpack .../libsystemd0_232-25+deb9u12_s390x.deb ... [2019-09-11T09:19:28.208Z] Unpacking libsystemd0:s390x (232-25+deb9u12) over (232-25+deb9u11) ... [2019-09-11T09:19:28.208Z] Setting up libsystemd0:s390x (232-25+deb9u12) ... [2019-09-11T09:19:28.208Z] Selecting previously unselected package bash-completion. [2019-09-11T09:19:28.208Z] (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-11T09:19:28.208Z] Preparing to unpack .../bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-11T09:19:29.003Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-11T09:19:29.003Z] Selecting previously unselected package libnet1:s390x. [2019-09-11T09:19:29.003Z] Preparing to unpack .../libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-11T09:19:29.003Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-11T09:19:29.003Z] Selecting previously unselected package libnfnetlink0:s390x. [2019-09-11T09:19:29.003Z] Preparing to unpack .../libnfnetlink0_1.0.1-3_s390x.deb ... [2019-09-11T09:19:29.003Z] Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-09-11T09:19:29.003Z] Selecting previously unselected package libpcrecpp0v5:s390x. [2019-09-11T09:19:29.003Z] Preparing to unpack .../libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-09-11T09:19:29.003Z] Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-11T09:19:29.003Z] Preparing to unpack .../libudev1_232-25+deb9u12_s390x.deb ... [2019-09-11T09:19:29.003Z] Unpacking libudev1:s390x (232-25+deb9u12) over (232-25+deb9u11) ... [2019-09-11T09:19:29.003Z] Setting up libudev1:s390x (232-25+deb9u12) ... [2019-09-11T09:19:29.003Z] Selecting previously unselected package libudev-dev:s390x. [2019-09-11T09:19:29.003Z] (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 ... 15497 files and directories currently installed.) [2019-09-11T09:19:29.003Z] Preparing to unpack .../0-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-09-11T09:19:29.003Z] Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-09-11T09:19:29.003Z] Selecting previously unselected package libpython3.5-minimal:s390x. [2019-09-11T09:19:29.003Z] Preparing to unpack .../1-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-11T09:19:29.003Z] Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-11T09:19:29.375Z] Selecting previously unselected package python3.5-minimal. [2019-09-11T09:19:29.375Z] Preparing to unpack .../2-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-11T09:19:29.375Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-11T09:19:29.375Z] Selecting previously unselected package python3-minimal. [2019-09-11T09:19:29.375Z] Preparing to unpack .../3-python3-minimal_3.5.3-1_s390x.deb ... [2019-09-11T09:19:29.375Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-11T09:19:29.375Z] Selecting previously unselected package libmpdec2:s390x. [2019-09-11T09:19:29.375Z] Preparing to unpack .../4-libmpdec2_2.4.2-1_s390x.deb ... [2019-09-11T09:19:29.375Z] Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-09-11T09:19:29.375Z] Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-09-11T09:19:29.375Z] Preparing to unpack .../5-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-09-11T09:19:29.375Z] Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-11T09:19:29.702Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-11T09:19:29.756Z] Selecting previously unselected package python3.5. [2019-09-11T09:19:29.756Z] Preparing to unpack .../6-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-09-11T09:19:29.756Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-11T09:19:29.756Z] Selecting previously unselected package libpython3-stdlib:s390x. [2019-09-11T09:19:29.756Z] Preparing to unpack .../7-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-09-11T09:19:29.756Z] Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-11T09:19:29.756Z] Selecting previously unselected package dh-python. [2019-09-11T09:19:29.756Z] Preparing to unpack .../8-dh-python_2.20170125_all.deb ... [2019-09-11T09:19:29.756Z] Unpacking dh-python (2.20170125) ... [2019-09-11T09:19:30.124Z] Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-11T09:19:30.124Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-11T09:19:30.488Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-11T09:19:30.488Z] Selecting previously unselected package python3. [2019-09-11T09:19:30.488Z] (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-11T09:19:30.488Z] Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-09-11T09:19:30.488Z] Unpacking python3 (3.5.3-1) ... [2019-09-11T09:19:30.488Z] Selecting previously unselected package pigz. [2019-09-11T09:19:30.488Z] Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-09-11T09:19:30.488Z] Unpacking pigz (2.3.4-1) ... [2019-09-11T09:19:30.855Z] Selecting previously unselected package libip4tc0:s390x. [2019-09-11T09:19:30.855Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-11T09:19:30.855Z] Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-11T09:19:30.855Z] Selecting previously unselected package libip6tc0:s390x. [2019-09-11T09:19:30.855Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-11T09:19:30.855Z] Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-11T09:19:30.855Z] Selecting previously unselected package libiptc0:s390x. [2019-09-11T09:19:30.855Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-11T09:19:30.855Z] Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-11T09:19:30.855Z] Selecting previously unselected package libxtables12:s390x. [2019-09-11T09:19:30.855Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-11T09:19:30.855Z] Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-11T09:19:30.855Z] Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-09-11T09:19:30.855Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-09-11T09:19:30.855Z] Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-11T09:19:30.855Z] Selecting previously unselected package iptables. [2019-09-11T09:19:30.855Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-11T09:19:30.855Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-11T09:19:30.855Z] Selecting previously unselected package xxd. [2019-09-11T09:19:30.855Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-11T09:19:30.855Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:19:30.855Z] Selecting previously unselected package vim-common. [2019-09-11T09:19:30.855Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-11T09:19:30.855Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:19:30.855Z] Selecting previously unselected package bzip2. [2019-09-11T09:19:30.855Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-09-11T09:19:30.855Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-11T09:19:30.855Z] Selecting previously unselected package libgpm2:s390x. [2019-09-11T09:19:30.855Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-09-11T09:19:30.855Z] Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-11T09:19:31.221Z] Selecting previously unselected package xz-utils. [2019-09-11T09:19:31.221Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-09-11T09:19:31.221Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-11T09:19:31.221Z] Selecting previously unselected package aufs-tools. [2019-09-11T09:19:31.221Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-09-11T09:19:31.221Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-11T09:19:31.221Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-11T09:19:31.221Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-11T09:19:31.221Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-11T09:19:31.221Z] Selecting previously unselected package btrfs-progs. [2019-09-11T09:19:31.221Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-11T09:19:31.221Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-11T09:19:31.221Z] Selecting previously unselected package btrfs-tools. [2019-09-11T09:19:31.221Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-11T09:19:31.221Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-11T09:19:31.221Z] Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-09-11T09:19:31.221Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-11T09:19:31.221Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-11T09:19:31.221Z] Selecting previously unselected package dmsetup. [2019-09-11T09:19:31.221Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-09-11T09:19:31.221Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-11T09:19:31.221Z] Selecting previously unselected package libonig4:s390x. [2019-09-11T09:19:31.221Z] Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-09-11T09:19:31.221Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-11T09:19:31.591Z] Selecting previously unselected package libjq1:s390x. [2019-09-11T09:19:31.591Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-11T09:19:31.591Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-11T09:19:31.591Z] Selecting previously unselected package jq. [2019-09-11T09:19:31.591Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-11T09:19:31.591Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-11T09:19:31.591Z] Selecting previously unselected package libaio1:s390x. [2019-09-11T09:19:31.591Z] Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-09-11T09:19:31.591Z] Unpacking libaio1:s390x (0.3.110-3) ... [2019-09-11T09:19:31.591Z] Selecting previously unselected package libcap2-bin. [2019-09-11T09:19:31.591Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-09-11T09:19:31.591Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-11T09:19:31.591Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-09-11T09:19:31.591Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-11T09:19:31.591Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-11T09:19:31.591Z] Selecting previously unselected package libsepol1-dev:s390x. [2019-09-11T09:19:31.591Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-09-11T09:19:31.591Z] Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-09-11T09:19:31.591Z] Selecting previously unselected package libpcre16-3:s390x. [2019-09-11T09:19:31.591Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-09-11T09:19:31.591Z] Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-09-11T09:19:31.591Z] Selecting previously unselected package libpcre32-3:s390x. [2019-09-11T09:19:31.591Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-09-11T09:19:31.591Z] Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-09-11T09:19:31.591Z] Selecting previously unselected package libpcre3-dev:s390x. [2019-09-11T09:19:31.591Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-09-11T09:19:31.977Z] Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-09-11T09:19:31.977Z] Selecting previously unselected package libselinux1-dev:s390x. [2019-09-11T09:19:31.977Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-09-11T09:19:31.977Z] Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-11T09:19:31.977Z] Selecting previously unselected package libdevmapper-dev:s390x. [2019-09-11T09:19:31.977Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-09-11T09:19:31.977Z] Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-11T09:19:31.977Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-11T09:19:31.977Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-11T09:19:31.977Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-11T09:19:31.977Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-11T09:19:31.977Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-11T09:19:31.977Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-11T09:19:31.977Z] Selecting previously unselected package libreadline5:s390x. [2019-09-11T09:19:31.977Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-09-11T09:19:31.977Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-11T09:19:31.977Z] Selecting previously unselected package libsystemd-dev:s390x. [2019-09-11T09:19:31.977Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-09-11T09:19:31.977Z] Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-11T09:19:32.357Z] Selecting previously unselected package net-tools. [2019-09-11T09:19:32.357Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-09-11T09:19:32.357Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-11T09:19:32.357Z] Selecting previously unselected package python-pip-whl. [2019-09-11T09:19:32.357Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-11T09:19:32.357Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-11T09:19:32.815Z] Selecting previously unselected package python3-pip. [2019-09-11T09:19:32.815Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-11T09:19:32.815Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-11T09:19:32.815Z] Selecting previously unselected package python3-pkg-resources. [2019-09-11T09:19:32.815Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-11T09:19:32.815Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-11T09:19:32.815Z] Selecting previously unselected package python3-setuptools. [2019-09-11T09:19:32.815Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-11T09:19:32.815Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-11T09:19:32.815Z] Selecting previously unselected package python3-wheel. [2019-09-11T09:19:32.815Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-11T09:19:32.815Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-11T09:19:32.815Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-11T09:19:32.815Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-09-11T09:19:32.815Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-11T09:19:32.815Z] Selecting previously unselected package vim-runtime. [2019-09-11T09:19:32.815Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-11T09:19:32.815Z] 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-11T09:19:32.815Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-11T09:19:32.815Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:19:33.698Z] Selecting previously unselected package vim. [2019-09-11T09:19:33.698Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-11T09:19:33.698Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:19:34.099Z] Selecting previously unselected package xfsprogs. [2019-09-11T09:19:34.099Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-09-11T09:19:34.099Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-11T09:19:34.099Z] Selecting previously unselected package zip. [2019-09-11T09:19:34.099Z] Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-09-11T09:19:34.099Z] Unpacking zip (3.0-11+b1) ... [2019-09-11T09:19:34.099Z] Selecting previously unselected package libapparmor-perl. [2019-09-11T09:19:34.099Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-09-11T09:19:34.099Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-11T09:19:34.099Z] Selecting previously unselected package apparmor. [2019-09-11T09:19:34.099Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-09-11T09:19:34.099Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-11T09:19:34.099Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-11T09:19:34.099Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-09-11T09:19:34.099Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-11T09:19:34.461Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-11T09:19:34.461Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-09-11T09:19:34.461Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-11T09:19:34.825Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-11T09:19:34.825Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-11T09:19:34.825Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-11T09:19:34.825Z] Selecting previously unselected package mingw-w64-common. [2019-09-11T09:19:34.825Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-11T09:19:34.825Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-11T09:19:35.613Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-11T09:19:35.613Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-11T09:19:35.613Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-11T09:19:36.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-11T09:19:36.416Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-11T09:19:36.416Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-11T09:19:36.416Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-11T09:19:36.416Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-11T09:19:36.416Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-11T09:19:36.416Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-11T09:19:40.456Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-11T09:19:40.456Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-11T09:19:40.456Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-11T09:19:42.389Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-11T09:19:42.389Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-11T09:19:42.389Z] Setting up libsepol1-dev:s390x (2.6-2) ... [2019-09-11T09:19:42.389Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-11T09:19:42.389Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-11T09:19:42.389Z] Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-11T09:19:42.389Z] Processing triggers for mime-support (3.60) ... [2019-09-11T09:19:42.389Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:19:42.389Z] Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-11T09:19:42.389Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-11T09:19:42.389Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-11T09:19:42.389Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-11T09:19:42.389Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-11T09:19:42.799Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-11T09:19:43.175Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-11T09:19:43.175Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-11T09:19:43.175Z] Setting up zip (3.0-11+b1) ... [2019-09-11T09:19:43.175Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-11T09:19:43.175Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-11T09:19:43.175Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-11T09:19:43.175Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:19:43.175Z] Setting up libaio1:s390x (0.3.110-3) ... [2019-09-11T09:19:43.175Z] Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-11T09:19:43.175Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-11T09:19:43.175Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-11T09:19:43.175Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-11T09:19:43.175Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:19:43.175Z] Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-11T09:19:43.175Z] Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-09-11T09:19:43.175Z] Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-09-11T09:19:43.175Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:19:43.554Z] Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-11T09:19:43.554Z] Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-09-11T09:19:43.554Z] Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-11T09:19:43.554Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-11T09:19:43.554Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-11T09:19:43.554Z] Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-09-11T09:19:43.554Z] Setting up pigz (2.3.4-1) ... [2019-09-11T09:19:43.554Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-11T09:19:43.554Z] Setting up libmpdec2:s390x (2.4.2-1) ... [2019-09-11T09:19:43.554Z] Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-11T09:19:43.554Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-11T09:19:43.554Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-11T09:19:43.554Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-11T09:19:43.554Z] Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-09-11T09:19:43.554Z] Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-11T09:19:43.554Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-11T09:19:43.554Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:19:43.554Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-11T09:19:43.554Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-11T09:19:43.554Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-11T09:19:43.554Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-11T09:19:43.554Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-11T09:19:43.554Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-11T09:19:43.554Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-11T09:19:43.554Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-11T09:19:43.554Z] Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-11T09:19:43.554Z] Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-11T09:19:43.554Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-11T09:19:43.554Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-11T09:19:43.554Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-11T09:19:43.554Z] Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-11T09:19:43.554Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-11T09:19:44.820Z] Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-11T09:19:44.820Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-11T09:19:44.820Z] 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-11T09:19:44.820Z] 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-11T09:19:44.820Z] 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-11T09:19:44.820Z] 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-11T09:19:44.820Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-11T09:19:44.820Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-11T09:19:44.820Z] 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-11T09:19:44.820Z] 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-11T09:19:44.820Z] Setting up python3 (3.5.3-1) ... [2019-09-11T09:19:45.185Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-11T09:19:45.554Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-11T09:19:45.554Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-11T09:19:45.554Z] Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-11T09:19:45.554Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-11T09:19:45.921Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-11T09:19:45.921Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-11T09:19:45.921Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-11T09:19:46.299Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-11T09:19:46.299Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-11T09:19:46.299Z] Setting up dh-python (2.20170125) ... [2019-09-11T09:19:46.667Z] Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-11T09:19:46.667Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:19:50.808Z] Removing intermediate container 9897afab2d1e [2019-09-11T09:19:50.808Z] ---> d7740b11e61e [2019-09-11T09:19:50.808Z] Step 103/126 : RUN pip3 install yamllint==1.16.0 [2019-09-11T09:19:50.808Z] ---> Running in 5e1572f2e8e8 [2019-09-11T09:19:50.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-11T09:19:52.601Z] Collecting yamllint==1.16.0 [2019-09-11T09:19:52.601Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-11T09:19:52.601Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-11T09:19:53.001Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-11T09:19:53.375Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-11T09:19:53.375Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-11T09:19:53.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-11T09:19:53.746Z] Building wheels for collected packages: pathspec, pyyaml [2019-09-11T09:19:53.746Z] Running setup.py bdist_wheel for pathspec: started [2019-09-11T09:19:54.132Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-11T09:19:54.132Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-11T09:19:54.132Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-11T09:19:54.132Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-11T09:19:54.132Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-11T09:19:54.132Z] Successfully built pathspec pyyaml [2019-09-11T09:19:54.132Z] Installing collected packages: pathspec, pyyaml, yamllint [2019-09-11T09:19:54.504Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-11T09:19:55.286Z] Removing intermediate container 5e1572f2e8e8 [2019-09-11T09:19:55.287Z] ---> 01999c5ece4d [2019-09-11T09:19:55.287Z] Step 104/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-11T09:19:55.656Z] ---> 01350e71267a [2019-09-11T09:19:55.657Z] Step 105/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-11T09:19:56.091Z] 65014b3c3121: Pull complete [2019-09-11T09:19:57.802Z] ---> 3e295d6ecabd [2019-09-11T09:19:57.802Z] Step 106/126 : COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-11T09:19:59.073Z] ---> e8e086f413ca [2019-09-11T09:19:59.073Z] Step 107/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-11T09:19:59.436Z] ---> b4fffb1a0b61 [2019-09-11T09:19:59.436Z] Step 108/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-11T09:19:59.436Z] ---> ef107cdf9a60 [2019-09-11T09:19:59.436Z] Step 109/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-11T09:19:59.805Z] ---> 050bea358e27 [2019-09-11T09:19:59.805Z] Step 110/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-11T09:19:59.925Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-11T09:20:00.172Z] ---> 6b79ae5af14e [2019-09-11T09:20:00.173Z] Step 111/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-11T09:20:00.533Z] ---> d40db87974bd [2019-09-11T09:20:00.533Z] Step 112/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-11T09:20:00.917Z] ---> 405e9baca0f8 [2019-09-11T09:20:00.917Z] Step 113/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-11T09:20:01.280Z] ---> b9296a7a50b3 [2019-09-11T09:20:01.280Z] Step 114/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-11T09:20:01.642Z] ---> 4b2a4df2847f [2019-09-11T09:20:01.642Z] Step 115/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-11T09:20:02.521Z] ................................................ [ 29%] [2019-09-11T09:20:02.908Z] ---> b1f628806111 [2019-09-11T09:20:02.908Z] Step 116/126 : COPY --from=criu /build/ /usr/local/ [2019-09-11T09:20:02.908Z] ---> a83c3d83ead8 [2019-09-11T09:20:02.908Z] Step 117/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-11T09:20:03.290Z] ---> aa5268a559d0 [2019-09-11T09:20:03.290Z] Step 118/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-11T09:20:03.774Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-11T09:20:03.775Z] bad55c542dc9: Pulling fs layer [2019-09-11T09:20:04.093Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/1) [2019-09-11T09:20:04.093Z] Using test binary docker [2019-09-11T09:20:04.093Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-11T09:20:04.093Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-11T09:20:04.093Z] Warning failed to create cache: (null) [2019-09-11T09:20:04.093Z] . [2019-09-11T09:20:04.093Z] INFO: Waiting for daemon to start... [2019-09-11T09:20:04.093Z] Starting dockerd [2019-09-11T09:20:04.162Z] bad55c542dc9: Verifying Checksum [2019-09-11T09:20:04.162Z] bad55c542dc9: Download complete [2019-09-11T09:20:04.530Z] bad55c542dc9: Pull complete [2019-09-11T09:20:04.530Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-11T09:20:04.530Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-11T09:20:04.897Z] ---> cc08022a2f8c [2019-09-11T09:20:04.897Z] Step 119/126 : ENV PATH=/usr/local/cli:$PATH [2019-09-11T09:20:04.897Z] ---> Running in 9cae04f546fb [2019-09-11T09:20:04.897Z] Removing intermediate container 9cae04f546fb [2019-09-11T09:20:04.897Z] ---> f71395363343 [2019-09-11T09:20:04.897Z] Step 120/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-11T09:20:05.265Z] ---> Running in 83f04a968d2a [2019-09-11T09:20:05.265Z] Removing intermediate container 83f04a968d2a [2019-09-11T09:20:05.265Z] ---> 81e3c8376b5c [2019-09-11T09:20:05.265Z] Step 121/126 : ENV GOMETALINTER_OPTS="--deadline=2m" [2019-09-11T09:20:05.265Z] ---> Running in f6d142728c42 [2019-09-11T09:20:05.628Z] Removing intermediate container f6d142728c42 [2019-09-11T09:20:05.628Z] ---> d37ae8cfdeb5 [2019-09-11T09:20:05.628Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-09-11T09:20:05.628Z] ---> Running in a448f62d1af3 [2019-09-11T09:20:05.628Z] Removing intermediate container a448f62d1af3 [2019-09-11T09:20:05.628Z] ---> d28b2068e95e [2019-09-11T09:20:05.628Z] Step 123/126 : VOLUME /var/lib/docker [2019-09-11T09:20:05.985Z] . [2019-09-11T09:20:05.985Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/1) [2019-09-11T09:20:05.985Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/1) [2019-09-11T09:20:05.985Z] Error: No such image: emptyfs [2019-09-11T09:20:05.993Z] ---> Running in daf5241c5327 [2019-09-11T09:20:05.993Z] Removing intermediate container daf5241c5327 [2019-09-11T09:20:05.993Z] ---> 156e4bebb24a [2019-09-11T09:20:05.993Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-09-11T09:20:05.993Z] ---> Running in 73643baa3d2b [2019-09-11T09:20:06.241Z] Running integration-test (iteration 1) [2019-09-11T09:20:06.241Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m [2019-09-11T09:20:06.362Z] Removing intermediate container 73643baa3d2b [2019-09-11T09:20:06.362Z] ---> d01904f41b7d [2019-09-11T09:20:06.362Z] Step 125/126 : FROM dev AS final [2019-09-11T09:20:06.362Z] ---> d01904f41b7d [2019-09-11T09:20:06.362Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-09-11T09:20:08.789Z] ---> 6062a4e26066 [2019-09-11T09:20:08.789Z] Successfully built 6062a4e26066 [2019-09-11T09:20:08.789Z] Successfully tagged docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-11T09:20:09.893Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39817/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a -e DOCKER_GRAPHDRIVER docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a hack/test/unit [2019-09-11T09:20:12.653Z] ? github.com/docker/docker/api [no test files] [2019-09-11T09:20:21.164Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-09-11T09:20:24.173Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2019-09-11T09:20:29.082Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-09-11T09:20:32.639Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-09-11T09:20:38.273Z] Loaded image: buildpack-deps:jessie [2019-09-11T09:20:38.273Z] Loaded image: busybox:latest [2019-09-11T09:20:38.273Z] Loaded image: busybox:glibc [2019-09-11T09:20:38.273Z] Loaded image: debian:jessie [2019-09-11T09:20:38.273Z] Loaded image: hello-world:latest [2019-09-11T09:20:38.273Z] INFO: Testing against a local daemon [2019-09-11T09:20:38.273Z] === RUN TestCgroupNamespacesBuild [2019-09-11T09:20:38.835Z] --- PASS: TestCgroupNamespacesBuild (3.91s) [2019-09-11T09:20:38.835Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesBuild [2019-09-11T09:20:38.835Z] daemon.go:336: [deb45ed73d83d] waiting for daemon to start [2019-09-11T09:20:38.835Z] daemon.go:336: [deb45ed73d83d] waiting for daemon to start [2019-09-11T09:20:38.835Z] daemon.go:364: [deb45ed73d83d] daemon started [2019-09-11T09:20:38.835Z] daemon.go:472: [deb45ed73d83d] Stopping daemon [2019-09-11T09:20:38.835Z] daemon.go:307: [deb45ed73d83d] exiting daemon [2019-09-11T09:20:38.835Z] daemon.go:459: [deb45ed73d83d] Daemon stopped [2019-09-11T09:20:38.835Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-11T09:20:41.354Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.58s) [2019-09-11T09:20:41.354Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesBuildDaemonHostMode [2019-09-11T09:20:41.354Z] daemon.go:336: [ddbc5780ef220] waiting for daemon to start [2019-09-11T09:20:41.354Z] daemon.go:336: [ddbc5780ef220] waiting for daemon to start [2019-09-11T09:20:41.354Z] daemon.go:364: [ddbc5780ef220] daemon started [2019-09-11T09:20:41.354Z] daemon.go:472: [ddbc5780ef220] Stopping daemon [2019-09-11T09:20:41.354Z] daemon.go:307: [ddbc5780ef220] exiting daemon [2019-09-11T09:20:41.354Z] daemon.go:459: [ddbc5780ef220] Daemon stopped [2019-09-11T09:20:41.354Z] === RUN TestBuildWithSession [2019-09-11T09:20:45.523Z] --- PASS: TestBuildWithSession (3.84s) [2019-09-11T09:20:45.523Z] === RUN TestBuildSquashParent [2019-09-11T09:20:53.817Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-09-11T09:20:57.690Z] --- PASS: TestBuildSquashParent (10.88s) [2019-09-11T09:20:57.690Z] build_squash_test.go:29: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestBuildSquashParent [2019-09-11T09:20:57.690Z] daemon.go:336: [ddf3b40083491] waiting for daemon to start [2019-09-11T09:20:57.690Z] daemon.go:336: [ddf3b40083491] waiting for daemon to start [2019-09-11T09:20:57.690Z] daemon.go:364: [ddf3b40083491] daemon started [2019-09-11T09:20:57.690Z] daemon.go:472: [ddf3b40083491] Stopping daemon [2019-09-11T09:20:57.690Z] daemon.go:307: [ddf3b40083491] exiting daemon [2019-09-11T09:20:57.690Z] daemon.go:459: [ddf3b40083491] Daemon stopped [2019-09-11T09:20:57.690Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-11T09:20:57.690Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-11T09:20:57.690Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-11T09:20:57.690Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-11T09:20:57.690Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-11T09:20:57.690Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-11T09:20:57.690Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-11T09:20:57.690Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-11T09:20:57.691Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-11T09:20:57.691Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-11T09:20:57.691Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-11T09:20:57.691Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-11T09:20:57.691Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-11T09:20:57.691Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-11T09:20:57.691Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-11T09:20:57.691Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/2) [2019-09-11T09:20:57.691Z] Using test binary docker [2019-09-11T09:20:57.691Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-11T09:20:57.691Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-11T09:20:57.691Z] Warning failed to create cache: (null) [2019-09-11T09:20:57.691Z] . [2019-09-11T09:20:57.691Z] INFO: Waiting for daemon to start... [2019-09-11T09:20:57.691Z] Starting dockerd [2019-09-11T09:20:57.691Z] .---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/3) [2019-09-11T09:20:57.691Z] Using test binary docker [2019-09-11T09:20:57.691Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-11T09:20:57.951Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-11T09:20:57.951Z] Warning failed to create cache: (null) [2019-09-11T09:20:57.951Z] . [2019-09-11T09:20:57.951Z] INFO: Waiting for daemon to start... [2019-09-11T09:20:57.951Z] Starting dockerd [2019-09-11T09:20:59.835Z] . [2019-09-11T09:20:59.835Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/2) [2019-09-11T09:20:59.835Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/2) [2019-09-11T09:20:59.835Z] Error: No such image: emptyfs [2019-09-11T09:20:59.835Z] Running integration-test (iteration 1) [2019-09-11T09:20:59.835Z] Running /go/src/github.com/docker/docker/integration-cli flags=-test.v -test.timeout=360m -test.run /(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-09-11T09:21:00.090Z] [2019-09-11T09:21:00.090Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/3) [2019-09-11T09:21:00.090Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/3) [2019-09-11T09:21:00.090Z] Error: No such image: emptyfs [2019-09-11T09:21:00.651Z] Running integration-test (iteration 1) [2019-09-11T09:21:00.651Z] Running /go/src/github.com/docker/docker/integration-cli flags=-test.v -test.timeout=360m -test.run /(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-09-11T09:21:02.093Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-09-11T09:21:02.553Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-11T09:21:03.114Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-11T09:21:04.012Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-09-11T09:21:07.284Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-11T09:21:07.284Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-11T09:21:09.338Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-09-11T09:21:13.818Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s) [2019-09-11T09:21:13.818Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (6.01s) [2019-09-11T09:21:13.818Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (6.98s) [2019-09-11T09:21:13.818Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.08s) [2019-09-11T09:21:13.818Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (4.18s) [2019-09-11T09:21:13.818Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.44s) [2019-09-11T09:21:13.818Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.37s) [2019-09-11T09:21:13.818Z] === RUN TestBuildMultiStageCopy [2019-09-11T09:21:13.818Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-11T09:21:17.982Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-11T09:21:18.237Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-11T09:21:19.163Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-11T09:21:20.090Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-11T09:21:21.016Z] --- PASS: TestBuildMultiStageCopy (8.15s) [2019-09-11T09:21:21.016Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (4.61s) [2019-09-11T09:21:21.016Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.93s) [2019-09-11T09:21:21.016Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.83s) [2019-09-11T09:21:21.016Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.83s) [2019-09-11T09:21:21.016Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.95s) [2019-09-11T09:21:21.016Z] === RUN TestBuildMultiStageParentConfig [2019-09-11T09:21:22.902Z] Loaded image: buildpack-deps:jessie [2019-09-11T09:21:22.902Z] Loaded image: busybox:latest [2019-09-11T09:21:22.902Z] --- PASS: TestBuildMultiStageParentConfig (2.09s) [2019-09-11T09:21:22.902Z] === RUN TestBuildLabelWithTargets [2019-09-11T09:21:22.916Z] ........................ [ 67%] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-11T09:21:23.104Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2019-09-11T09:21:23.104Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-11T09:21:23.104Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 4.0% of statements [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-11T09:21:23.104Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2019-09-11T09:21:23.104Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 95.2% of statements [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-11T09:21:23.104Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2019-09-11T09:21:23.104Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-11T09:21:23.104Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-11T09:21:23.105Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-11T09:21:23.105Z] ? github.com/docker/docker/builder [no test files] [2019-09-11T09:21:23.105Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-11T09:21:23.105Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-11T09:21:23.105Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-11T09:21:23.105Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-11T09:21:23.105Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-11T09:21:23.105Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-11T09:21:23.105Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-11T09:21:23.105Z] ok github.com/docker/docker/builder/dockerignore 0.014s coverage: 96.8% of statements [2019-09-11T09:21:23.157Z] Loaded image: busybox:glibc [2019-09-11T09:21:23.157Z] Loaded image: debian:jessie [2019-09-11T09:21:23.532Z] Loaded image: hello-world:latest [2019-09-11T09:21:23.532Z] INFO: Testing against a local daemon [2019-09-11T09:21:23.532Z] === RUN Test [2019-09-11T09:21:23.532Z] === RUN Test/DockerSuite/TestAPIClientVersionOldNotSupported [2019-09-11T09:21:23.532Z] === RUN Test/DockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-11T09:21:23.532Z] === RUN Test/DockerSuite/TestAPIErrorJSON [2019-09-11T09:21:23.532Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundJSON [2019-09-11T09:21:23.532Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundPlainText [2019-09-11T09:21:23.532Z] === RUN Test/DockerSuite/TestAPIErrorPlainText [2019-09-11T09:21:23.532Z] === RUN Test/DockerSuite/TestAPIGetEnabledCORS [2019-09-11T09:21:23.532Z] === RUN Test/DockerSuite/TestAPIImagesDelete [2019-09-11T09:21:24.464Z] === RUN Test/DockerSuite/TestAPIImagesFilter [2019-09-11T09:21:24.464Z] Loaded image: buildpack-deps:jessie [2019-09-11T09:21:24.464Z] === RUN Test/DockerSuite/TestAPIImagesHistory [2019-09-11T09:21:24.719Z] Loaded image: busybox:latest [2019-09-11T09:21:24.974Z] Loaded image: busybox:glibc [2019-09-11T09:21:24.974Z] Loaded image: debian:jessie [2019-09-11T09:21:24.974Z] === RUN Test/DockerSuite/TestAPIImagesImportBadSrc [2019-09-11T09:21:24.974Z] === RUN Test/DockerSuite/TestAPIImagesSaveAndLoad [2019-09-11T09:21:25.229Z] Loaded image: hello-world:latest [2019-09-11T09:21:25.229Z] INFO: Testing against a local daemon [2019-09-11T09:21:25.229Z] === RUN Test [2019-09-11T09:21:25.229Z] === RUN Test/DockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-09-11T09:21:25.485Z] === RUN Test/DockerSuite/TestAPIImagesSearchJSONContentType [2019-09-11T09:21:25.729Z] ok github.com/docker/docker/builder/fscache 0.111s coverage: 69.5% of statements [2019-09-11T09:21:25.740Z] --- PASS: TestBuildLabelWithTargets (2.71s) [2019-09-11T09:21:25.740Z] === RUN TestBuildWithEmptyLayers [2019-09-11T09:21:25.740Z] === RUN Test/DockerSuite/TestAPIImagesSizeCompatibility [2019-09-11T09:21:25.740Z] === RUN Test/DockerSuite/TestAPINetworkConnectDisconnect [2019-09-11T09:21:26.557Z] ok github.com/docker/docker/builder/dockerfile 0.884s coverage: 45.1% of statements [2019-09-11T09:21:26.669Z] --- PASS: TestBuildWithEmptyLayers (0.97s) [2019-09-11T09:21:26.669Z] === RUN TestBuildMultiStageOnBuild [2019-09-11T09:21:27.596Z] === RUN Test/DockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-11T09:21:27.851Z] === RUN Test/DockerSuite/TestAPINetworkFilter [2019-09-11T09:21:27.851Z] === RUN Test/DockerSuite/TestAPINetworkGetDefaults [2019-09-11T09:21:27.851Z] === RUN Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-11T09:21:28.412Z] === RUN Test/DockerSuite/TestAPINetworkInspectBridge [2019-09-11T09:21:28.440Z] ok github.com/docker/docker/builder/remotecontext/git 0.722s coverage: 85.1% of statements [2019-09-11T09:21:28.858Z] ok github.com/docker/docker/builder/remotecontext 0.380s coverage: 13.6% of statements [2019-09-11T09:21:28.858Z] ? github.com/docker/docker/cli [no test files] [2019-09-11T09:21:28.858Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-11T09:21:29.338Z] --- PASS: TestBuildMultiStageOnBuild (2.53s) [2019-09-11T09:21:29.338Z] === RUN TestBuildUncleanTarFilenames [2019-09-11T09:21:29.434Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-09-11T09:21:29.594Z] === RUN Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-11T09:21:29.849Z] === RUN Test/DockerSuite/TestAPIOptionsRoute [2019-09-11T09:21:29.849Z] === RUN Test/DockerSuite/TestAPIStatsContainerNotFound [2019-09-11T09:21:29.849Z] === RUN Test/DockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-09-11T09:21:29.849Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStats [2019-09-11T09:21:30.779Z] --- PASS: TestBuildUncleanTarFilenames (1.52s) [2019-09-11T09:21:30.779Z] === RUN TestBuildMultiStageLayerLeak [2019-09-11T09:21:31.706Z] === RUN Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-11T09:21:32.266Z] === RUN Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-11T09:21:33.632Z] --- PASS: TestBuildMultiStageLayerLeak (2.87s) [2019-09-11T09:21:33.632Z] === RUN TestBuildWithHugeFile [2019-09-11T09:21:34.562Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-11T09:21:34.562Z] === RUN Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-09-11T09:21:34.705Z] ok github.com/docker/docker/client 0.233s coverage: 75.6% of statements [2019-09-11T09:21:37.828Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-11T09:21:38.756Z] === RUN Test/DockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-11T09:21:43.997Z] === RUN Test/DockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-09-11T09:21:44.557Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-11T09:21:46.442Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeExternal [2019-09-11T09:21:48.328Z] === RUN Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-11T09:21:50.216Z] === RUN Test/DockerSuite/TestAppArmorDeniesChmodProc [2019-09-11T09:21:51.143Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-09-11T09:21:51.704Z] === RUN Test/DockerSuite/TestAppArmorDeniesPtrace [2019-09-11T09:21:52.577Z] 2945147eda09: Pull complete [2019-09-11T09:21:52.577Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-09-11T09:21:52.577Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:21:52.577Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-09-11T09:21:52.577Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-09-11T09:21:52.577Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.737' [2019-09-11T09:21:52.577Z] WARN: Skipping validation tests [2019-09-11T09:21:52.577Z] INFO: Running unit tests at 09/11/2019 09:21:47... [2019-09-11T09:21:52.577Z] INFO: make.ps1 starting at 09/11/2019 09:21:51 [2019-09-11T09:21:52.577Z] INFO: Git commit (a3f9cb5b6) assumed from DOCKER_GITCOMMIT environment variable [2019-09-11T09:21:52.577Z] INFO: Invoking autogen... [2019-09-11T09:21:53.037Z] INFO: Running unit tests... [2019-09-11T09:21:54.969Z] === RUN Test/DockerSuite/TestAppArmorTraceSelf [2019-09-11T09:21:56.856Z] === RUN Test/DockerSuite/TestAttachAfterDetach [2019-09-11T09:21:57.795Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-09-11T09:21:59.449Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-09-11T09:22:01.059Z] === RUN Test/DockerSuite/TestAttachClosedOnContainerStop [2019-09-11T09:22:04.323Z] === RUN Test/DockerSuite/TestAttachDetach [2019-09-11T09:22:05.686Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-09-11T09:22:06.612Z] === RUN Test/DockerSuite/TestAttachDisconnect [2019-09-11T09:22:08.503Z] === RUN Test/DockerSuite/TestAttachMultipleAndRestart [2019-09-11T09:22:09.196Z] ok github.com/docker/docker/cmd/dockerd 0.031s coverage: 29.9% of statements [2019-09-11T09:22:09.196Z] ok github.com/docker/docker/container 0.114s coverage: 35.5% of statements [2019-09-11T09:22:09.196Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-11T09:22:09.196Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-11T09:22:09.196Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-11T09:22:09.196Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-11T09:22:11.765Z] === RUN Test/DockerSuite/TestAttachPausedContainer [2019-09-11T09:22:12.690Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeIP [2019-09-11T09:22:13.255Z] === RUN Test/DockerSuite/TestAttachTTYWithoutStdin [2019-09-11T09:22:14.263Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-09-11T09:22:14.498Z] ok github.com/docker/docker/daemon/cluster 0.043s coverage: 0.5% of statements [2019-09-11T09:22:15.140Z] === RUN Test/DockerSuite/TestBuildAPIBuildGitWithF [2019-09-11T09:22:16.334Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2019-09-11T09:22:16.767Z] tests/integration/client_test.py ..... [ 75%] [2019-09-11T09:22:17.021Z] tests/integration/errors_test.py . [ 75%] [2019-09-11T09:22:17.029Z] === RUN Test/DockerDaemonSuite/TestDaemonBridgeNone [2019-09-11T09:22:17.285Z] === RUN Test/DockerSuite/TestBuildAPIDockerFileRemote [2019-09-11T09:22:18.192Z] ? github.com/docker/docker/api [no test files] [2019-09-11T09:22:18.218Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.8% of statements [2019-09-11T09:22:18.649Z] === RUN Test/DockerDaemonSuite/TestDaemonCgroupParent [2019-09-11T09:22:20.536Z] === RUN Test/DockerSuite/TestBuildAPIDoubleDockerfile [2019-09-11T09:22:22.424Z] === RUN Test/DockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-11T09:22:22.679Z] === RUN Test/DockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-11T09:22:22.936Z] === RUN Test/DockerSuite/TestBuildAPILowerDockerfile [2019-09-11T09:22:23.191Z] === RUN Test/DockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-09-11T09:22:25.104Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContext [2019-09-11T09:22:25.104Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-11T09:22:25.359Z] === RUN Test/DockerDaemonSuite/TestDaemonDebugLog [2019-09-11T09:22:26.285Z] === RUN Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-09-11T09:22:26.845Z] === RUN Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-11T09:22:27.588Z] ok github.com/docker/docker/daemon 12.305s coverage: 17.5% of statements [2019-09-11T09:22:27.588Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-11T09:22:27.588Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.431s coverage: 13.7% of statements [2019-09-11T09:22:27.588Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-11T09:22:27.974Z] ok github.com/docker/docker/daemon/discovery 0.013s coverage: 30.0% of statements [2019-09-11T09:22:28.651Z] Running on ppc64le-ubuntu-33 in /home/docker/workspace/moby_PR-39817 [Pipeline] { [Pipeline] checkout [2019-09-11T09:22:28.725Z] using credential docker-jenkins-github-credentials [2019-09-11T09:22:28.732Z] === RUN Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-11T09:22:28.740Z] Cloning the remote Git repository [2019-09-11T09:22:28.740Z] Cloning with configured refspecs honoured and without tags [2019-09-11T09:22:28.797Z] ok github.com/docker/docker/daemon/config 0.070s coverage: 84.2% of statements [2019-09-11T09:22:29.181Z] ok github.com/docker/docker/daemon/events 0.061s coverage: 50.0% of statements [2019-09-11T09:22:29.181Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-11T09:22:29.181Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-11T09:22:28.746Z] Cloning repository https://github.com/moby/moby.git [2019-09-11T09:22:28.747Z] > git init /home/docker/workspace/moby_PR-39817 # timeout=10 [2019-09-11T09:22:28.754Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:22:28.755Z] > git --version # timeout=10 [2019-09-11T09:22:28.758Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:22:28.759Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:22:30.096Z] === RUN Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-09-11T09:22:30.536Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-09-11T09:22:33.031Z] ok github.com/docker/docker/api/server 0.182s coverage: 9.0% of statements [2019-09-11T09:22:33.083Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2019-09-11T09:22:33.360Z] === RUN Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-09-11T09:22:33.883Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.304s coverage: 57.8% of statements [2019-09-11T09:22:36.626Z] === RUN Test/DockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-09-11T09:22:38.511Z] === RUN Test/DockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-09-11T09:22:38.768Z] === RUN Test/DockerDaemonSuite/TestDaemonEvents [2019-09-11T09:22:40.378Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.189s coverage: 45.9% of statements [2019-09-11T09:22:42.193Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.423s coverage: 72.5% of statements [2019-09-11T09:22:42.193Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-11T09:22:42.975Z] === RUN Test/DockerDaemonSuite/TestDaemonEventsWithFilters [2019-09-11T09:22:44.135Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.130s coverage: 50.8% of statements [2019-09-11T09:22:46.228Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.631s coverage: 76.1% of statements [2019-09-11T09:22:46.239Z] --- PASS: TestBuildWithHugeFile (72.56s) [2019-09-11T09:22:46.239Z] === RUN TestBuildWithEmptyDockerfile [2019-09-11T09:22:46.239Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:22:46.239Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:22:46.239Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:22:46.239Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:22:46.239Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:22:46.239Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:22:46.239Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:22:46.239Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:22:46.239Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:22:46.239Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2019-09-11T09:22:46.239Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2019-09-11T09:22:46.239Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2019-09-11T09:22:46.239Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.09s) [2019-09-11T09:22:46.239Z] === RUN TestBuildPreserveOwnership [2019-09-11T09:22:46.239Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-11T09:22:47.031Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.0% of statements [2019-09-11T09:22:47.165Z] === RUN Test/DockerDaemonSuite/TestDaemonExitOnFailure [2019-09-11T09:22:47.725Z] === RUN Test/DockerDaemonSuite/TestDaemonFlagD [2019-09-11T09:22:48.287Z] === RUN Test/DockerDaemonSuite/TestDaemonFlagDebug [2019-09-11T09:22:48.313Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2019-09-11T09:22:48.848Z] === RUN Test/DockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-09-11T09:22:49.105Z] === RUN Test/DockerDaemonSuite/TestDaemonICCLinkExpose [2019-09-11T09:22:49.677Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-09-11T09:22:50.152Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.203s coverage: 57.0% of statements [2019-09-11T09:22:50.152Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-11T09:22:50.152Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-11T09:22:50.982Z] ok github.com/docker/docker/daemon/images 0.010s coverage: 4.9% of statements [2019-09-11T09:22:50.982Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-11T09:22:50.982Z] ok github.com/docker/docker/daemon/links 0.004s coverage: 93.0% of statements [2019-09-11T09:22:50.982Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-11T09:22:51.617Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-11T09:22:52.543Z] === RUN Test/DockerDaemonSuite/TestDaemonICCPing [2019-09-11T09:22:52.543Z] === RUN Test/DockerDaemonSuite/TestDaemonIP [2019-09-11T09:22:52.825Z] Fetching without tags [2019-09-11T09:22:52.975Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 42.7% of statements [2019-09-11T09:22:53.319Z] Merging remotes/origin/master commit cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb into PR head commit a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:22:53.412Z] ok github.com/docker/docker/daemon/logger/awslogs 0.143s coverage: 77.8% of statements [2019-09-11T09:22:53.412Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-11T09:22:53.412Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-11T09:22:53.468Z] --- PASS: TestBuildPreserveOwnership (7.20s) [2019-09-11T09:22:53.468Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.79s) [2019-09-11T09:22:53.468Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.40s) [2019-09-11T09:22:53.468Z] === RUN TestBuildPlatformInvalid [2019-09-11T09:22:53.723Z] --- PASS: TestBuildPlatformInvalid (0.24s) [2019-09-11T09:22:53.723Z] PASS [2019-09-11T09:22:53.723Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m [2019-09-11T09:22:53.983Z] INFO: Testing against a local daemon [2019-09-11T09:22:53.983Z] === RUN TestConfigList [2019-09-11T09:22:54.276Z] Merge succeeded, producing a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:22:54.277Z] Checking out Revision a3f9cb5b635a76484a926289bfa4fc6feee1763a (PR-39817) [2019-09-11T09:22:52.792Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:22:52.796Z] > git config --add remote.origin.fetch +refs/pull/39817/head:refs/remotes/origin/PR-39817 # timeout=10 [2019-09-11T09:22:52.800Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-11T09:22:52.816Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-11T09:22:52.831Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-11T09:22:52.831Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-11T09:22:52.832Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39817/head:refs/remotes/origin/PR-39817 +refs/heads/master:refs/remotes/origin/master [2019-09-11T09:22:53.325Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:22:53.329Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:22:54.243Z] > git merge cd9e4ec24002fcf3238c1f1e8629e08966c2b7fb # timeout=10 [2019-09-11T09:22:54.267Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-11T09:22:54.284Z] > git config core.sparsecheckout # timeout=10 [2019-09-11T09:22:54.287Z] > git checkout -f a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:22:54.704Z] Commit message: "TestDispatch: refactor to use subtests again, and fix linting (structcheck)" [2019-09-11T09:22:54.746Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 68.2% of statements [2019-09-11T09:22:54.746Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 26.2% of statements [2019-09-11T09:22:55.260Z] 3889bb8d808b: Pull complete [Pipeline] withEnv [Pipeline] { [2019-09-11T09:22:55.549Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 88.3% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-11T09:22:55.890Z] === RUN Test/DockerDaemonSuite/TestDaemonIPv6Enabled [2019-09-11T09:22:55.890Z] === RUN Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-09-11T09:22:55.936Z] + docker version [2019-09-11T09:22:55.936Z] Client: [2019-09-11T09:22:55.936Z] Version: 18.06.1-ce [2019-09-11T09:22:55.936Z] API version: 1.38 [2019-09-11T09:22:55.936Z] Go version: go1.10.3 [2019-09-11T09:22:55.936Z] Git commit: e68fc7a [2019-09-11T09:22:55.936Z] Built: Tue Aug 21 17:26:10 2018 [2019-09-11T09:22:55.936Z] OS/Arch: linux/ppc64le [2019-09-11T09:22:55.936Z] Experimental: false [2019-09-11T09:22:55.936Z] [2019-09-11T09:22:55.936Z] Server: [2019-09-11T09:22:55.936Z] Engine: [2019-09-11T09:22:55.936Z] Version: 18.06.1-ce [2019-09-11T09:22:55.936Z] API version: 1.38 (minimum version 1.12) [2019-09-11T09:22:55.936Z] Go version: go1.10.3 [2019-09-11T09:22:55.936Z] Git commit: e68fc7a [2019-09-11T09:22:55.936Z] Built: Tue Aug 21 17:24:20 2018 [2019-09-11T09:22:55.936Z] OS/Arch: linux/ppc64le [2019-09-11T09:22:55.936Z] Experimental: true [2019-09-11T09:22:55.941Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.018s coverage: 62.1% of statements [Pipeline] sh [2019-09-11T09:22:56.312Z] + docker info [2019-09-11T09:22:56.312Z] Containers: 0 [2019-09-11T09:22:56.312Z] Running: 0 [2019-09-11T09:22:56.312Z] Paused: 0 [2019-09-11T09:22:56.312Z] Stopped: 0 [2019-09-11T09:22:56.312Z] Images: 0 [2019-09-11T09:22:56.312Z] Server Version: 18.06.1-ce [2019-09-11T09:22:56.312Z] Storage Driver: overlay2 [2019-09-11T09:22:56.312Z] Backing Filesystem: extfs [2019-09-11T09:22:56.312Z] Supports d_type: true [2019-09-11T09:22:56.312Z] Native Overlay Diff: true [2019-09-11T09:22:56.312Z] Logging Driver: json-file [2019-09-11T09:22:56.312Z] Cgroup Driver: cgroupfs [2019-09-11T09:22:56.312Z] Plugins: [2019-09-11T09:22:56.312Z] Volume: local [2019-09-11T09:22:56.312Z] Network: bridge host ipvlan macvlan null overlay [2019-09-11T09:22:56.312Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-11T09:22:56.312Z] Swarm: inactive [2019-09-11T09:22:56.312Z] Runtimes: runc [2019-09-11T09:22:56.312Z] Default Runtime: runc [2019-09-11T09:22:56.312Z] Init Binary: docker-init [2019-09-11T09:22:56.312Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-11T09:22:56.312Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-11T09:22:56.312Z] init version: fec3683 [2019-09-11T09:22:56.312Z] Security Options: [2019-09-11T09:22:56.312Z] apparmor [2019-09-11T09:22:56.312Z] seccomp [2019-09-11T09:22:56.312Z] Profile: default [2019-09-11T09:22:56.312Z] Kernel Version: 4.4.0-130-generic [2019-09-11T09:22:56.312Z] Operating System: Ubuntu 16.04.3 LTS [2019-09-11T09:22:56.312Z] OSType: linux [2019-09-11T09:22:56.312Z] Architecture: ppc64le [2019-09-11T09:22:56.312Z] CPUs: 4 [2019-09-11T09:22:56.312Z] Total Memory: 7.972GiB [2019-09-11T09:22:56.312Z] Name: ppc64le-ubuntu-33 [2019-09-11T09:22:56.312Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-09-11T09:22:56.312Z] Docker Root Dir: /var/lib/docker [2019-09-11T09:22:56.312Z] Debug Mode (client): false [2019-09-11T09:22:56.312Z] Debug Mode (server): false [2019-09-11T09:22:56.312Z] Username: dockerbuildbot [2019-09-11T09:22:56.312Z] Registry: https://index.docker.io/v1/ [2019-09-11T09:22:56.312Z] Labels: [2019-09-11T09:22:56.312Z] Experimental: true [2019-09-11T09:22:56.312Z] Insecure Registries: [2019-09-11T09:22:56.312Z] 127.0.0.0/8 [2019-09-11T09:22:56.312Z] Live Restore Enabled: false [2019-09-11T09:22:56.312Z] [Pipeline] sh [2019-09-11T09:22:56.688Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-11T09:22:56.688Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-11T09:22:56.688Z] + curl -fsSL -o /home/docker/workspace/moby_PR-39817/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-11T09:22:56.688Z] + bash /home/docker/workspace/moby_PR-39817/check-config.sh [2019-09-11T09:22:56.688Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-11T09:22:56.688Z] info: reading kernel config from /boot/config-4.4.0-130-generic ... [2019-09-11T09:22:56.688Z] [2019-09-11T09:22:56.688Z] Generally Necessary: [2019-09-11T09:22:56.688Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-11T09:22:56.688Z] - apparmor: enabled and tools installed [2019-09-11T09:22:56.688Z] - CONFIG_NAMESPACES: enabled [2019-09-11T09:22:56.688Z] - CONFIG_NET_NS: enabled [2019-09-11T09:22:56.688Z] - CONFIG_PID_NS: enabled [2019-09-11T09:22:56.688Z] - CONFIG_IPC_NS: enabled [2019-09-11T09:22:56.688Z] - CONFIG_UTS_NS: enabled [2019-09-11T09:22:56.688Z] - CONFIG_CGROUPS: enabled [2019-09-11T09:22:56.688Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-11T09:22:56.800Z] ok github.com/docker/docker/daemon/logger/local 0.012s coverage: 74.7% of statements [2019-09-11T09:22:56.800Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-11T09:22:56.974Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-11T09:22:56.975Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-11T09:22:56.975Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-11T09:22:56.975Z] - CONFIG_CPUSETS: enabled [2019-09-11T09:22:56.975Z] - CONFIG_MEMCG: enabled [2019-09-11T09:22:56.975Z] - CONFIG_KEYS: enabled [2019-09-11T09:22:56.975Z] - CONFIG_VETH: enabled (as module) [2019-09-11T09:22:56.975Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-11T09:22:56.975Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-11T09:22:56.975Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-11T09:22:56.975Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-11T09:22:56.975Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-11T09:22:56.975Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-11T09:22:56.975Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-11T09:22:56.975Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-11T09:22:56.975Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-11T09:22:56.975Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-11T09:22:56.975Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-11T09:22:56.975Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-11T09:22:56.975Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-11T09:22:56.975Z] [2019-09-11T09:22:56.975Z] Optional Features: [2019-09-11T09:22:56.975Z] - CONFIG_USER_NS: enabled [2019-09-11T09:22:56.975Z] - CONFIG_SECCOMP: enabled [2019-09-11T09:22:56.975Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-11T09:22:56.975Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-11T09:22:56.975Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-11T09:22:56.975Z] (cgroup swap accounting is currently enabled) [2019-09-11T09:22:56.975Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-11T09:22:56.975Z] - CONFIG_BLK_CGROUP: enabled [2019-09-11T09:22:56.975Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-11T09:22:56.975Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-11T09:22:56.975Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-11T09:22:56.975Z] - CONFIG_CGROUP_PERF: enabled [2019-09-11T09:22:56.975Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-11T09:22:56.975Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-11T09:22:56.975Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-11T09:22:57.253Z] --- PASS: TestConfigList (3.34s) [2019-09-11T09:22:57.253Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigList [2019-09-11T09:22:57.253Z] daemon.go:336: [dfaaf7ee3dd20] waiting for daemon to start [2019-09-11T09:22:57.253Z] daemon.go:336: [dfaaf7ee3dd20] waiting for daemon to start [2019-09-11T09:22:57.253Z] daemon.go:364: [dfaaf7ee3dd20] daemon started [2019-09-11T09:22:57.253Z] daemon.go:472: [dfaaf7ee3dd20] Stopping daemon [2019-09-11T09:22:57.253Z] daemon.go:307: [dfaaf7ee3dd20] exiting daemon [2019-09-11T09:22:57.253Z] daemon.go:459: [dfaaf7ee3dd20] Daemon stopped [2019-09-11T09:22:57.253Z] === RUN TestConfigsCreateAndDelete [2019-09-11T09:22:57.257Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-11T09:22:57.257Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-11T09:22:57.257Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-11T09:22:57.257Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-11T09:22:57.257Z] - CONFIG_IP_VS: enabled (as module) [2019-09-11T09:22:57.257Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-11T09:22:57.257Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-11T09:22:57.257Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-11T09:22:57.257Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-11T09:22:57.257Z] - CONFIG_EXT4_FS: enabled [2019-09-11T09:22:57.257Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-11T09:22:57.257Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-11T09:22:57.257Z] - Network Drivers: [2019-09-11T09:22:57.257Z] - "overlay": [2019-09-11T09:22:57.257Z] - CONFIG_VXLAN: enabled (as module) [2019-09-11T09:22:57.257Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-11T09:22:57.257Z] Optional (for encrypted networks): [2019-09-11T09:22:57.257Z] - CONFIG_CRYPTO: enabled [2019-09-11T09:22:57.257Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-11T09:22:57.257Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-11T09:22:57.257Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-11T09:22:57.257Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-11T09:22:57.257Z] - CONFIG_XFRM: enabled [2019-09-11T09:22:57.257Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-11T09:22:57.257Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-11T09:22:57.257Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-11T09:22:57.257Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-11T09:22:57.257Z] - "ipvlan": [2019-09-11T09:22:57.257Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-11T09:22:57.257Z] - "macvlan": [2019-09-11T09:22:57.257Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-11T09:22:57.257Z] - CONFIG_DUMMY: enabled (as module) [2019-09-11T09:22:57.257Z] - "ftp,tftp client in container": [2019-09-11T09:22:57.539Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-11T09:22:57.539Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-11T09:22:57.539Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-11T09:22:57.539Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-11T09:22:57.539Z] - Storage Drivers: [2019-09-11T09:22:57.539Z] - "aufs": [2019-09-11T09:22:57.539Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-11T09:22:57.539Z] - "btrfs": [2019-09-11T09:22:57.539Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-11T09:22:57.539Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-11T09:22:57.539Z] - "devicemapper": [2019-09-11T09:22:57.539Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-11T09:22:57.539Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-11T09:22:57.539Z] - "overlay": [2019-09-11T09:22:57.539Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-11T09:22:57.539Z] - "zfs": [2019-09-11T09:22:57.539Z] - /dev/zfs: missing [2019-09-11T09:22:57.539Z] - zfs command: missing [2019-09-11T09:22:57.539Z] - zpool command: missing [2019-09-11T09:22:57.539Z] [2019-09-11T09:22:57.539Z] Limits: [2019-09-11T09:22:57.539Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-11T09:22:57.539Z] [2019-09-11T09:22:57.539Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-11T09:22:57.669Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.027s coverage: 18.6% of statements [2019-09-11T09:22:57.952Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a -f Dockerfile . [2019-09-11T09:22:58.179Z] === RUN Test/DockerSuite/TestBuildAddBadLinks [2019-09-11T09:22:58.739Z] === RUN Test/DockerSuite/TestBuildAddBadLinksVolume [2019-09-11T09:22:58.984Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 47.8% of statements [2019-09-11T09:22:59.792Z] ok github.com/docker/docker/daemon/logger/templates 0.007s coverage: 8.3% of statements [2019-09-11T09:22:59.987Z] Sending build context to Docker daemon 49.97MB [2019-09-11T09:23:00.103Z] --- PASS: TestConfigsCreateAndDelete (2.76s) [2019-09-11T09:23:00.103Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigsCreateAndDelete [2019-09-11T09:23:00.103Z] daemon.go:336: [d81aafea9b88a] waiting for daemon to start [2019-09-11T09:23:00.103Z] daemon.go:336: [d81aafea9b88a] waiting for daemon to start [2019-09-11T09:23:00.103Z] daemon.go:364: [d81aafea9b88a] daemon started [2019-09-11T09:23:00.103Z] daemon.go:472: [d81aafea9b88a] Stopping daemon [2019-09-11T09:23:00.103Z] daemon.go:307: [d81aafea9b88a] exiting daemon [2019-09-11T09:23:00.103Z] daemon.go:459: [d81aafea9b88a] Daemon stopped [2019-09-11T09:23:00.103Z] === RUN TestConfigsUpdate [2019-09-11T09:23:00.269Z] Step 1/126 : ARG CROSS="false" [2019-09-11T09:23:00.269Z] Step 2/126 : ARG GO_VERSION=1.12.9 [2019-09-11T09:23:00.269Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-11T09:23:00.269Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-11T09:23:00.358Z] === RUN Test/DockerSuite/TestBuildAddBrokenTar [2019-09-11T09:23:00.559Z] 1.12.9-stretch: Pulling from library/golang [2019-09-11T09:23:00.559Z] 2825fdb7e177: Pulling fs layer [2019-09-11T09:23:00.559Z] 361ecb978398: Pulling fs layer [2019-09-11T09:23:00.559Z] 15483e8c82df: Pulling fs layer [2019-09-11T09:23:00.559Z] 34839f11bbce: Pulling fs layer [2019-09-11T09:23:00.559Z] 34f648706e72: Pulling fs layer [2019-09-11T09:23:00.559Z] 8563a0b9fade: Pulling fs layer [2019-09-11T09:23:00.559Z] 53fac1b4f6a7: Pulling fs layer [2019-09-11T09:23:00.559Z] 34839f11bbce: Waiting [2019-09-11T09:23:00.559Z] 34f648706e72: Waiting [2019-09-11T09:23:00.559Z] 8563a0b9fade: Waiting [2019-09-11T09:23:00.559Z] 53fac1b4f6a7: Waiting [2019-09-11T09:23:00.614Z] === RUN Test/DockerSuite/TestBuildAddCacheOnFileChange [2019-09-11T09:23:00.696Z] ok github.com/docker/docker/daemon/logger/splunk 1.682s coverage: 84.5% of statements [2019-09-11T09:23:00.696Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-11T09:23:00.696Z] ok github.com/docker/docker/daemon/network 0.007s coverage: 63.8% of statements [2019-09-11T09:23:00.696Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-11T09:23:01.179Z] 15483e8c82df: Verifying Checksum [2019-09-11T09:23:01.179Z] 15483e8c82df: Download complete [2019-09-11T09:23:01.465Z] 361ecb978398: Verifying Checksum [2019-09-11T09:23:01.465Z] 361ecb978398: Download complete [2019-09-11T09:23:01.539Z] === RUN Test/DockerSuite/TestBuildAddChangeOwnership [2019-09-11T09:23:03.361Z] ok github.com/docker/docker/distribution/metadata 0.063s coverage: 48.2% of statements [2019-09-11T09:23:03.361Z] ok github.com/docker/docker/distribution 0.308s coverage: 22.6% of statements [2019-09-11T09:23:03.361Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-11T09:23:03.423Z] --- PASS: TestConfigsUpdate (3.10s) [2019-09-11T09:23:03.423Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigsUpdate [2019-09-11T09:23:03.423Z] daemon.go:336: [d41ce68b6a387] waiting for daemon to start [2019-09-11T09:23:03.423Z] daemon.go:336: [d41ce68b6a387] waiting for daemon to start [2019-09-11T09:23:03.423Z] daemon.go:364: [d41ce68b6a387] daemon started [2019-09-11T09:23:03.423Z] daemon.go:472: [d41ce68b6a387] Stopping daemon [2019-09-11T09:23:03.423Z] daemon.go:307: [d41ce68b6a387] exiting daemon [2019-09-11T09:23:03.423Z] daemon.go:459: [d41ce68b6a387] Daemon stopped [2019-09-11T09:23:03.423Z] === RUN TestTemplatedConfig [2019-09-11T09:23:03.679Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithCache [2019-09-11T09:23:04.164Z] 2825fdb7e177: Verifying Checksum [2019-09-11T09:23:04.164Z] 2825fdb7e177: Download complete [2019-09-11T09:23:04.709Z] ok github.com/docker/docker/errdefs 0.006s coverage: 49.4% of statements [2019-09-11T09:23:05.189Z] 34839f11bbce: Verifying Checksum [2019-09-11T09:23:05.189Z] 34839f11bbce: Download complete [2019-09-11T09:23:05.477Z] 53fac1b4f6a7: Verifying Checksum [2019-09-11T09:23:05.477Z] 53fac1b4f6a7: Download complete [2019-09-11T09:23:05.762Z] 34f648706e72: Verifying Checksum [2019-09-11T09:23:05.762Z] 34f648706e72: Download complete [2019-09-11T09:23:05.981Z] ok github.com/docker/docker/distribution/xfer 1.506s coverage: 83.9% of statements [2019-09-11T09:23:05.981Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-11T09:23:05.981Z] ok github.com/docker/docker/image 0.020s coverage: 86.4% of statements [2019-09-11T09:23:06.191Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-11T09:23:06.450Z] --- PASS: TestTemplatedConfig (3.32s) [2019-09-11T09:23:06.450Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestTemplatedConfig [2019-09-11T09:23:06.450Z] daemon.go:336: [dee1f386b87dd] waiting for daemon to start [2019-09-11T09:23:06.450Z] daemon.go:336: [dee1f386b87dd] waiting for daemon to start [2019-09-11T09:23:06.450Z] daemon.go:364: [dee1f386b87dd] daemon started [2019-09-11T09:23:06.450Z] daemon.go:472: [dee1f386b87dd] Stopping daemon [2019-09-11T09:23:06.450Z] daemon.go:307: [dee1f386b87dd] exiting daemon [2019-09-11T09:23:06.450Z] daemon.go:459: [dee1f386b87dd] Daemon stopped [2019-09-11T09:23:06.450Z] === RUN TestConfigInspect [2019-09-11T09:23:06.705Z] === RUN Test/DockerSuite/TestBuildAddDirContentToExistingDir [2019-09-11T09:23:07.307Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2019-09-11T09:23:07.307Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-11T09:23:07.307Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2019-09-11T09:23:07.307Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-11T09:23:08.070Z] === RUN Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-09-11T09:23:08.286Z] ......... [ 85%] [2019-09-11T09:23:08.449Z] 2825fdb7e177: Pull complete [2019-09-11T09:23:09.067Z] 361ecb978398: Pull complete [2019-09-11T09:23:09.351Z] 15483e8c82df: Pull complete [2019-09-11T09:23:09.957Z] --- PASS: TestConfigInspect (3.33s) [2019-09-11T09:23:09.957Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigInspect [2019-09-11T09:23:09.957Z] daemon.go:336: [df851b1d20fc8] waiting for daemon to start [2019-09-11T09:23:09.957Z] daemon.go:336: [df851b1d20fc8] waiting for daemon to start [2019-09-11T09:23:09.957Z] daemon.go:364: [df851b1d20fc8] daemon started [2019-09-11T09:23:09.957Z] daemon.go:472: [df851b1d20fc8] Stopping daemon [2019-09-11T09:23:09.957Z] daemon.go:307: [df851b1d20fc8] exiting daemon [2019-09-11T09:23:09.957Z] daemon.go:459: [df851b1d20fc8] Daemon stopped [2019-09-11T09:23:09.957Z] === RUN TestConfigCreateWithLabels [2019-09-11T09:23:10.066Z] ok github.com/docker/docker/internal/testutil 0.012s coverage: 62.5% of statements [2019-09-11T09:23:10.066Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-11T09:23:10.066Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-11T09:23:10.066Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-11T09:23:10.066Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-11T09:23:10.066Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-11T09:23:10.066Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-11T09:23:10.066Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-11T09:23:10.066Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-11T09:23:10.066Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-11T09:23:10.066Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-11T09:23:10.066Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-11T09:23:10.461Z] ok github.com/docker/docker/libcontainerd/queue 0.031s coverage: 100.0% of statements [2019-09-11T09:23:10.854Z] 8563a0b9fade: Verifying Checksum [2019-09-11T09:23:10.854Z] 8563a0b9fade: Download complete [2019-09-11T09:23:12.352Z] ok github.com/docker/docker/opts 0.027s coverage: 66.9% of statements [2019-09-11T09:23:12.352Z] ok github.com/docker/docker/pkg/aaparser 0.003s coverage: 50.0% of statements [2019-09-11T09:23:12.883Z] 34839f11bbce: Pull complete [2019-09-11T09:23:13.219Z] --- PASS: TestConfigCreateWithLabels (2.96s) [2019-09-11T09:23:13.219Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigCreateWithLabels [2019-09-11T09:23:13.219Z] daemon.go:336: [d05a8913168b3] waiting for daemon to start [2019-09-11T09:23:13.219Z] daemon.go:336: [d05a8913168b3] waiting for daemon to start [2019-09-11T09:23:13.219Z] daemon.go:364: [d05a8913168b3] daemon started [2019-09-11T09:23:13.219Z] daemon.go:472: [d05a8913168b3] Stopping daemon [2019-09-11T09:23:13.219Z] daemon.go:307: [d05a8913168b3] exiting daemon [2019-09-11T09:23:13.219Z] daemon.go:459: [d05a8913168b3] Daemon stopped [2019-09-11T09:23:13.219Z] === RUN TestConfigCreateResolve [2019-09-11T09:23:13.581Z] tests/integration/models_images_test.py ............... [ 89%] [2019-09-11T09:23:14.822Z] ok github.com/docker/docker/pkg/archive 0.561s coverage: 77.2% of statements [2019-09-11T09:23:15.196Z] tests/integration/models_networks_test.py .... [ 90%] [2019-09-11T09:23:15.564Z] 34f648706e72: Pull complete [2019-09-11T09:23:15.730Z] === RUN Test/DockerSuite/TestBuildAddDirContentToRoot [2019-09-11T09:23:15.730Z] --- PASS: TestConfigCreateResolve (2.87s) [2019-09-11T09:23:15.730Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigCreateResolve [2019-09-11T09:23:15.730Z] daemon.go:336: [d2f3f73629853] waiting for daemon to start [2019-09-11T09:23:15.730Z] daemon.go:336: [d2f3f73629853] waiting for daemon to start [2019-09-11T09:23:15.730Z] daemon.go:364: [d2f3f73629853] daemon started [2019-09-11T09:23:15.730Z] daemon.go:472: [d2f3f73629853] Stopping daemon [2019-09-11T09:23:15.730Z] daemon.go:307: [d2f3f73629853] exiting daemon [2019-09-11T09:23:15.730Z] daemon.go:459: [d2f3f73629853] Daemon stopped [2019-09-11T09:23:15.730Z] === RUN TestConfigDaemonLibtrustID [2019-09-11T09:23:16.124Z] ok github.com/docker/docker/pkg/authorization 0.376s coverage: 66.7% of statements [2019-09-11T09:23:16.124Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-09-11T09:23:16.291Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-09-11T09:23:16.291Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigDaemonLibtrustID [2019-09-11T09:23:16.291Z] daemon.go:336: [d188dac2599f5] waiting for daemon to start [2019-09-11T09:23:16.291Z] daemon.go:336: [d188dac2599f5] waiting for daemon to start [2019-09-11T09:23:16.291Z] daemon.go:364: [d188dac2599f5] daemon started [2019-09-11T09:23:16.291Z] daemon.go:472: [d188dac2599f5] Stopping daemon [2019-09-11T09:23:16.291Z] daemon.go:307: [d188dac2599f5] exiting daemon [2019-09-11T09:23:16.291Z] daemon.go:459: [d188dac2599f5] Daemon stopped [2019-09-11T09:23:16.291Z] PASS [2019-09-11T09:23:16.291Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m [2019-09-11T09:23:16.546Z] INFO: Testing against a local daemon [2019-09-11T09:23:16.546Z] === RUN TestCheckpoint [2019-09-11T09:23:16.546Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-11T09:23:16.546Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-11T09:23:16.546Z] === RUN TestContainerInvalidJSON [2019-09-11T09:23:16.546Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:23:16.546Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:23:16.546Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:23:16.546Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:23:16.546Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:23:16.546Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:23:16.546Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:23:16.546Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:23:16.546Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:23:16.546Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-09-11T09:23:16.546Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-11T09:23:16.546Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-11T09:23:16.546Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-11T09:23:16.546Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-11T09:23:16.546Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-09-11T09:23:16.546Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-11T09:23:16.594Z] ok github.com/docker/docker/pkg/capabilities 0.004s coverage: 87.5% of statements [2019-09-11T09:23:16.801Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-09-11T09:23:16.801Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-11T09:23:16.801Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2019-09-11T09:23:16.801Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-11T09:23:16.801Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2019-09-11T09:23:16.801Z] === RUN TestCopyFromContainer [2019-09-11T09:23:19.173Z] ok github.com/docker/docker/layer 7.446s coverage: 66.9% of statements [2019-09-11T09:23:19.173Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-11T09:23:19.173Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-11T09:23:19.173Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-11T09:23:19.173Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-11T09:23:19.173Z] ? github.com/docker/docker/oci [no test files] [2019-09-11T09:23:19.173Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-11T09:23:19.314Z] === RUN TestCopyFromContainer// [2019-09-11T09:23:19.314Z] === RUN TestCopyFromContainer//bar/root [2019-09-11T09:23:19.314Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-11T09:23:19.314Z] === RUN TestCopyFromContainer/bar/quux [2019-09-11T09:23:19.314Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-11T09:23:19.314Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-11T09:23:19.314Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-11T09:23:19.314Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-11T09:23:19.569Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-11T09:23:19.569Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-11T09:23:19.569Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2019-09-11T09:23:19.824Z] --- PASS: TestCopyFromContainer (2.82s) [2019-09-11T09:23:19.824Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-11T09:23:19.824Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-09-11T09:23:19.824Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-09-11T09:23:19.824Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-09-11T09:23:19.824Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-09-11T09:23:19.824Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2019-09-11T09:23:19.824Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-09-11T09:23:19.824Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-09-11T09:23:19.824Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2019-09-11T09:23:19.824Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-09-11T09:23:19.824Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-11T09:23:19.824Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:23:19.824Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:23:19.824Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:23:19.824Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:23:19.824Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:23:19.824Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:23:19.824Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:23:19.824Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:23:19.824Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:23:19.824Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-09-11T09:23:19.824Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-11T09:23:19.824Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-11T09:23:19.824Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-11T09:23:19.824Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-11T09:23:19.824Z] === RUN Test/DockerSuite/TestBuildAddFileNotFound [2019-09-11T09:23:19.824Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-11T09:23:19.824Z] === RUN TestCreateWithInvalidEnv [2019-09-11T09:23:19.824Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-11T09:23:19.824Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-11T09:23:19.824Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-11T09:23:19.824Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-11T09:23:19.824Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-11T09:23:19.824Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-11T09:23:19.824Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-11T09:23:19.824Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-11T09:23:19.824Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-11T09:23:19.824Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-11T09:23:19.824Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-11T09:23:19.824Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-11T09:23:19.824Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-11T09:23:19.824Z] === RUN TestCreateTmpfsMountsTarget [2019-09-11T09:23:19.824Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-09-11T09:23:19.824Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-11T09:23:19.824Z] === RUN Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-11T09:23:20.080Z] === RUN Test/DockerDaemonSuite/TestDaemonIPv6HostMode [2019-09-11T09:23:20.366Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2019-09-11T09:23:20.426Z] tests/integration/models_nodes_test.py . [ 91%] [2019-09-11T09:23:20.758Z] ok github.com/docker/docker/pkg/discovery/file 0.005s coverage: 97.6% of statements [2019-09-11T09:23:21.067Z] 8563a0b9fade: Pull complete [2019-09-11T09:23:21.067Z] 53fac1b4f6a7: Pull complete [2019-09-11T09:23:21.067Z] Digest: sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926 [2019-09-11T09:23:21.067Z] Status: Downloaded newer image for golang:1.12.9-stretch [2019-09-11T09:23:21.067Z] ---> b5f54f7bacb8 [2019-09-11T09:23:21.067Z] Step 5/126 : ARG APT_MIRROR [2019-09-11T09:23:21.067Z] ---> Running in 8ed85899ef03 [2019-09-11T09:23:21.137Z] ok github.com/docker/docker/pkg/chrootarchive 3.592s coverage: 43.2% of statements [2019-09-11T09:23:21.137Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-11T09:23:21.137Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-11T09:23:21.349Z] Removing intermediate container 8ed85899ef03 [2019-09-11T09:23:21.349Z] ---> 59923745ea21 [2019-09-11T09:23:21.349Z] 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-11T09:23:21.349Z] ---> Running in 3f3398f9e78a [2019-09-11T09:23:21.787Z] tests/integration/models_resources_test.py . [ 91%] [2019-09-11T09:23:21.973Z] Removing intermediate container 3f3398f9e78a [2019-09-11T09:23:21.974Z] ---> 44c0cc1abfc2 [2019-09-11T09:23:21.974Z] Step 7/126 : FROM base AS criu [2019-09-11T09:23:21.974Z] ---> 44c0cc1abfc2 [2019-09-11T09:23:21.974Z] Step 8/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:23:21.974Z] ---> Running in 049dbd9f904c [2019-09-11T09:23:21.983Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2019-09-11T09:23:21.984Z] === RUN Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-11T09:23:22.256Z] Removing intermediate container 049dbd9f904c [2019-09-11T09:23:22.256Z] ---> e01c3cdc287d [2019-09-11T09:23:22.256Z] Step 9/126 : ENV CRIU_VERSION 3.12 [2019-09-11T09:23:22.256Z] ---> Running in 3a16637be1f4 [2019-09-11T09:23:22.256Z] Removing intermediate container 3a16637be1f4 [2019-09-11T09:23:22.256Z] ---> 154410752a82 [2019-09-11T09:23:22.256Z] 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-11T09:23:22.256Z] ---> Running in e142e70fa960 [2019-09-11T09:23:22.369Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2019-09-11T09:23:22.546Z] --- PASS: TestCreateWithCustomMaskedPaths (2.70s) [2019-09-11T09:23:22.546Z] === RUN TestCreateWithCapabilities [2019-09-11T09:23:22.546Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-11T09:23:22.546Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-11T09:23:22.546Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-11T09:23:22.546Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-11T09:23:22.546Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-11T09:23:22.546Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-11T09:23:22.546Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-11T09:23:22.546Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-11T09:23:22.546Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-11T09:23:22.546Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-11T09:23:22.546Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-11T09:23:22.546Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-11T09:23:22.546Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-11T09:23:22.546Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-11T09:23:22.546Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-11T09:23:22.546Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-11T09:23:22.546Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-11T09:23:22.546Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-11T09:23:22.546Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-11T09:23:22.546Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-11T09:23:22.546Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-11T09:23:22.546Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-11T09:23:22.546Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-11T09:23:22.546Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-11T09:23:22.546Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-11T09:23:22.546Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-11T09:23:22.546Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-11T09:23:22.546Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-11T09:23:22.760Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2019-09-11T09:23:22.801Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-11T09:23:22.801Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-11T09:23:22.801Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-11T09:23:22.801Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-11T09:23:22.801Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-11T09:23:22.801Z] --- PASS: TestCreateWithCapabilities (0.03s) [2019-09-11T09:23:22.801Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-11T09:23:22.801Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-11T09:23:22.801Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-11T09:23:22.801Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2019-09-11T09:23:22.801Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-09-11T09:23:22.801Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-09-11T09:23:22.801Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-09-11T09:23:22.801Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2019-09-11T09:23:22.801Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-11T09:23:22.801Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-09-11T09:23:22.801Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-09-11T09:23:22.801Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-11T09:23:22.870Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-11T09:23:22.870Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-11T09:23:22.870Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-11T09:23:22.870Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-11T09:23:22.870Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-11T09:23:23.154Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [482 kB] [2019-09-11T09:23:23.436Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-11T09:23:23.436Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-11T09:23:24.147Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2019-09-11T09:23:25.024Z] ok github.com/docker/docker/pkg/discovery/kv 3.138s coverage: 84.1% of statements [2019-09-11T09:23:25.024Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 89.5% of statements [2019-09-11T09:23:25.457Z] Fetched 7721 kB in 2s (3007 kB/s) [2019-09-11T09:23:25.845Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 10.2% of statements [2019-09-11T09:23:25.845Z] ok github.com/docker/docker/pkg/fsutils 0.390s coverage: 85.1% of statements [2019-09-11T09:23:26.064Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.59s) [2019-09-11T09:23:26.064Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-11T09:23:26.064Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:23:26.064Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:23:26.064Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:23:26.064Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:23:26.064Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:23:26.064Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:23:26.064Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:23:26.064Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:23:26.064Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:23:26.064Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:23:26.064Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:23:26.064Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:23:26.064Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:23:26.064Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:23:26.064Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:23:26.064Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-09-11T09:23:26.064Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-11T09:23:26.064Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-11T09:23:26.064Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-11T09:23:26.064Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-11T09:23:26.064Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-11T09:23:26.064Z] === RUN TestContainerStartOnDaemonRestart [2019-09-11T09:23:26.064Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-11T09:23:26.064Z] === RUN TestDaemonRestartIpcMode [2019-09-11T09:23:26.064Z] === PAUSE TestDaemonRestartIpcMode [2019-09-11T09:23:26.064Z] === RUN TestDiff [2019-09-11T09:23:26.064Z] === RUN Test/DockerSuite/TestBuildAddNonTar [2019-09-11T09:23:26.446Z] --- PASS: TestDiff (0.91s) [2019-09-11T09:23:26.447Z] === RUN TestExecWithCloseStdin [2019-09-11T09:23:26.501Z] Reading package lists... [2019-09-11T09:23:26.815Z] ok github.com/docker/docker/pkg/idtools 0.324s coverage: 70.1% of statements [2019-09-11T09:23:27.010Z] === RUN Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-11T09:23:27.219Z] ok github.com/docker/docker/pkg/ioutils 0.451s coverage: 70.1% of statements [2019-09-11T09:23:27.219Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2019-09-11T09:23:27.507Z] Reading package lists... [2019-09-11T09:23:27.570Z] --- PASS: TestExecWithCloseStdin (1.04s) [2019-09-11T09:23:27.570Z] === RUN TestExec [2019-09-11T09:23:27.570Z] === RUN Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-11T09:23:27.606Z] ok github.com/docker/docker/pkg/locker 0.013s coverage: 88.9% of statements [2019-09-11T09:23:27.606Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2019-09-11T09:23:27.606Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-11T09:23:27.790Z] Building dependency tree... [2019-09-11T09:23:27.790Z] Reading state information... [2019-09-11T09:23:27.830Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-09-11T09:23:28.072Z] The following additional packages will be installed: [2019-09-11T09:23:28.072Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-11T09:23:28.072Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-11T09:23:28.072Z] Suggested packages: [2019-09-11T09:23:28.072Z] manpages-dev python-setuptools [2019-09-11T09:23:28.356Z] The following NEW packages will be installed: [2019-09-11T09:23:28.356Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-11T09:23:28.356Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-11T09:23:28.356Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-11T09:23:28.356Z] zlib1g-dev [2019-09-11T09:23:28.356Z] 0 upgraded, 16 newly installed, 0 to remove and 10 not upgraded. [2019-09-11T09:23:28.356Z] Need to get 3548 kB of archives. [2019-09-11T09:23:28.356Z] After this operation, 21.2 MB of additional disk space will be used. [2019-09-11T09:23:28.356Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-11T09:23:28.356Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-09-11T09:23:28.356Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-09-11T09:23:28.356Z] 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-11T09:23:28.356Z] 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-11T09:23:28.356Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-11T09:23:28.356Z] 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-11T09:23:28.356Z] 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-11T09:23:28.356Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-09-11T09:23:28.356Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-09-11T09:23:28.356Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-09-11T09:23:28.356Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-09-11T09:23:28.356Z] 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-11T09:23:28.356Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-09-11T09:23:28.356Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-11T09:23:28.356Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-09-11T09:23:28.416Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2019-09-11T09:23:28.495Z] --- PASS: TestExec (1.04s) [2019-09-11T09:23:28.495Z] === RUN TestExecUser [2019-09-11T09:23:28.640Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-11T09:23:28.640Z] Fetched 3548 kB in 0s (20.1 MB/s) [2019-09-11T09:23:28.640Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-11T09:23:28.640Z] (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-11T09:23:28.640Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-11T09:23:28.640Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-11T09:23:28.640Z] Selecting previously unselected package libcap-dev:ppc64el. [2019-09-11T09:23:28.640Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-09-11T09:23:28.640Z] Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-09-11T09:23:28.797Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2019-09-11T09:23:28.923Z] Selecting previously unselected package libnet1-dev. [2019-09-11T09:23:28.923Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-11T09:23:28.923Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-11T09:23:28.923Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-11T09:23:28.923Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-11T09:23:28.923Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-11T09:23:28.923Z] Selecting previously unselected package libnl-3-dev:ppc64el. [2019-09-11T09:23:28.923Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-09-11T09:23:28.923Z] Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-11T09:23:28.923Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-11T09:23:28.923Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-11T09:23:28.923Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-11T09:23:28.923Z] Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-09-11T09:23:28.923Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-09-11T09:23:28.923Z] Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-11T09:23:28.923Z] Selecting previously unselected package zlib1g-dev:ppc64el. [2019-09-11T09:23:28.923Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-09-11T09:23:28.923Z] Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-11T09:23:28.923Z] Selecting previously unselected package libprotobuf10:ppc64el. [2019-09-11T09:23:28.923Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-09-11T09:23:28.923Z] Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-11T09:23:29.169Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2019-09-11T09:23:29.206Z] Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-09-11T09:23:29.206Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-09-11T09:23:29.206Z] Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-11T09:23:29.206Z] Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-09-11T09:23:29.206Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-09-11T09:23:29.206Z] Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-11T09:23:29.420Z] --- PASS: TestExecUser (0.86s) [2019-09-11T09:23:29.421Z] === RUN TestExportContainerAndImportImage [2019-09-11T09:23:29.488Z] Selecting previously unselected package libprotoc10:ppc64el. [2019-09-11T09:23:29.488Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-09-11T09:23:29.488Z] Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-09-11T09:23:29.488Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-11T09:23:29.488Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-09-11T09:23:29.488Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-11T09:23:29.488Z] Selecting previously unselected package protobuf-compiler. [2019-09-11T09:23:29.488Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-09-11T09:23:29.488Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-11T09:23:29.488Z] Selecting previously unselected package python-pkg-resources. [2019-09-11T09:23:29.488Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-11T09:23:29.488Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-11T09:23:29.535Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 91.4% of statements [2019-09-11T09:23:29.771Z] Selecting previously unselected package python-protobuf. [2019-09-11T09:23:29.771Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-09-11T09:23:29.771Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-11T09:23:29.771Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-11T09:23:29.771Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-11T09:23:29.771Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-11T09:23:29.917Z] ok github.com/docker/docker/pkg/mount 1.238s coverage: 69.6% of statements [2019-09-11T09:23:29.917Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-11T09:23:29.917Z] ok github.com/docker/docker/pkg/pidfile 0.013s coverage: 82.4% of statements [2019-09-11T09:23:29.917Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-11T09:23:29.917Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-11T09:23:30.347Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2019-09-11T09:23:30.347Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-11T09:23:30.784Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2019-09-11T09:23:30.802Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-11T09:23:30.802Z] Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-11T09:23:30.802Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:23:30.802Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-11T09:23:31.071Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-09-11T09:23:31.071Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-09-11T09:23:31.272Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileMTime [2019-09-11T09:23:31.679Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2019-09-11T09:23:31.833Z] --- PASS: TestExportContainerAfterDaemonRestart (1.46s) [2019-09-11T09:23:31.833Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestExportContainerAfterDaemonRestart [2019-09-11T09:23:31.833Z] daemon.go:336: [d36fc78390c67] waiting for daemon to start [2019-09-11T09:23:31.833Z] daemon.go:336: [d36fc78390c67] waiting for daemon to start [2019-09-11T09:23:31.833Z] daemon.go:364: [d36fc78390c67] daemon started [2019-09-11T09:23:31.833Z] daemon.go:472: [d36fc78390c67] Stopping daemon [2019-09-11T09:23:31.833Z] daemon.go:307: [d36fc78390c67] exiting daemon [2019-09-11T09:23:31.833Z] daemon.go:459: [d36fc78390c67] Daemon stopped [2019-09-11T09:23:31.833Z] daemon.go:336: [d36fc78390c67] waiting for daemon to start [2019-09-11T09:23:31.833Z] daemon.go:336: [d36fc78390c67] waiting for daemon to start [2019-09-11T09:23:31.833Z] daemon.go:364: [d36fc78390c67] daemon started [2019-09-11T09:23:31.833Z] daemon.go:472: [d36fc78390c67] Stopping daemon [2019-09-11T09:23:31.833Z] daemon.go:307: [d36fc78390c67] exiting daemon [2019-09-11T09:23:31.833Z] daemon.go:459: [d36fc78390c67] Daemon stopped [2019-09-11T09:23:31.833Z] === RUN TestHealthCheckWorkdir [2019-09-11T09:23:31.833Z] === RUN Test/DockerDaemonSuite/TestDaemonIptablesClean [2019-09-11T09:23:32.130Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 87.9% of statements [2019-09-11T09:23:32.271Z] Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-09-11T09:23:32.271Z] Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-11T09:23:32.271Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-11T09:23:32.271Z] Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-11T09:23:32.271Z] Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-09-11T09:23:32.271Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-11T09:23:32.271Z] Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-11T09:23:32.271Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-11T09:23:32.271Z] Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-11T09:23:32.271Z] Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-11T09:23:32.271Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:23:32.496Z] ok github.com/docker/docker/pkg/progress 0.004s coverage: 75.9% of statements [2019-09-11T09:23:32.892Z] Removing intermediate container e142e70fa960 [2019-09-11T09:23:32.892Z] ---> 0690c1666125 [2019-09-11T09:23:32.892Z] 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-11T09:23:32.892Z] ---> Running in e433170b371a [2019-09-11T09:23:33.197Z] --- PASS: TestHealthCheckWorkdir (1.18s) [2019-09-11T09:23:33.197Z] === RUN TestHealthKillContainer [2019-09-11T09:23:33.452Z] === RUN Test/DockerDaemonSuite/TestDaemonIptablesCreate [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-11T09:23:33.500Z] ok github.com/docker/docker/api/server/httputils 0.155s coverage: 14.7% of statements [2019-09-11T09:23:33.500Z] ok github.com/docker/docker/api/server/middleware 0.197s coverage: 37.7% of statements [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-11T09:23:33.500Z] ok github.com/docker/docker/api/server/router/swarm 0.111s coverage: 4.0% of statements [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-11T09:23:33.500Z] ok github.com/docker/docker/api/types/filters 0.056s coverage: 95.2% of statements [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-11T09:23:33.500Z] ok github.com/docker/docker/api/types/strslice 0.054s coverage: 90.0% of statements [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-11T09:23:33.500Z] ok github.com/docker/docker/api/types/time 0.369s coverage: 100.0% of statements [2019-09-11T09:23:33.500Z] ok github.com/docker/docker/api/types/versions 0.042s coverage: 75.0% of statements [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/autogen/winresources/docker [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/builder [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-11T09:23:33.500Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-11T09:23:33.757Z] ok github.com/docker/docker/pkg/pubsub 1.037s coverage: 73.9% of statements [2019-09-11T09:23:33.903Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-11T09:23:33.903Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-11T09:23:34.013Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-11T09:23:34.188Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-11T09:23:34.188Z]  GEN .gitid [2019-09-11T09:23:34.188Z] GEN criu/include/version.h [2019-09-11T09:23:34.188Z] GEN include/common/asm [2019-09-11T09:23:34.473Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-11T09:23:34.473Z] PBCC images/opts.pb-c.c [2019-09-11T09:23:34.473Z] PBCC images/sit.pb-c.c [2019-09-11T09:23:34.473Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-11T09:23:34.473Z] DEP images/opts.pb-c.d [2019-09-11T09:23:34.590Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2019-09-11T09:23:34.777Z] DEP images/sit.pb-c.d [2019-09-11T09:23:34.777Z] PBCC images/macvlan.pb-c.c [2019-09-11T09:23:34.777Z] DEP images/macvlan.pb-c.d [2019-09-11T09:23:34.777Z] PBCC images/autofs.pb-c.c [2019-09-11T09:23:34.777Z] DEP images/autofs.pb-c.d [2019-09-11T09:23:34.777Z] PBCC images/sysctl.pb-c.c [2019-09-11T09:23:34.777Z] DEP images/sysctl.pb-c.d [2019-09-11T09:23:34.777Z] PBCC images/time.pb-c.c [2019-09-11T09:23:34.777Z] DEP images/time.pb-c.d [2019-09-11T09:23:34.777Z] PBCC images/binfmt-misc.pb-c.c [2019-09-11T09:23:34.777Z] DEP images/binfmt-misc.pb-c.d [2019-09-11T09:23:34.777Z] PBCC images/seccomp.pb-c.c [2019-09-11T09:23:34.777Z] DEP images/seccomp.pb-c.d [2019-09-11T09:23:34.777Z] PBCC images/userns.pb-c.c [2019-09-11T09:23:34.777Z] DEP images/userns.pb-c.d [2019-09-11T09:23:34.777Z] PBCC images/cgroup.pb-c.c [2019-09-11T09:23:34.777Z] DEP images/cgroup.pb-c.d [2019-09-11T09:23:34.777Z] PBCC images/fown.pb-c.c [2019-09-11T09:23:34.777Z] PBCC images/ext-file.pb-c.c [2019-09-11T09:23:34.777Z] DEP images/fown.pb-c.d [2019-09-11T09:23:34.777Z] DEP images/ext-file.pb-c.d [2019-09-11T09:23:34.777Z] PBCC images/rpc.pb-c.c [2019-09-11T09:23:34.777Z] DEP images/rpc.pb-c.d [2019-09-11T09:23:34.777Z] PBCC images/siginfo.pb-c.c [2019-09-11T09:23:34.777Z] DEP images/siginfo.pb-c.d [2019-09-11T09:23:34.939Z] === RUN Test/DockerSuite/TestBuildAddRemoteNoDecompress [2019-09-11T09:23:35.061Z] PBCC images/pagemap.pb-c.c [2019-09-11T09:23:35.061Z] DEP images/pagemap.pb-c.d [2019-09-11T09:23:35.061Z] PBCC images/rlimit.pb-c.c [2019-09-11T09:23:35.061Z] DEP images/rlimit.pb-c.d [2019-09-11T09:23:35.061Z] PBCC images/file-lock.pb-c.c [2019-09-11T09:23:35.061Z] DEP images/file-lock.pb-c.d [2019-09-11T09:23:35.061Z] PBCC images/tty.pb-c.c [2019-09-11T09:23:35.061Z] DEP images/tty.pb-c.d [2019-09-11T09:23:35.061Z] PBCC images/tun.pb-c.c [2019-09-11T09:23:35.061Z] PBCC images/netdev.pb-c.c [2019-09-11T09:23:35.061Z] DEP images/tun.pb-c.d [2019-09-11T09:23:35.061Z] DEP images/netdev.pb-c.d [2019-09-11T09:23:35.061Z] PBCC images/vma.pb-c.c [2019-09-11T09:23:35.061Z] DEP images/vma.pb-c.d [2019-09-11T09:23:35.061Z] PBCC images/creds.pb-c.c [2019-09-11T09:23:35.061Z] DEP images/creds.pb-c.d [2019-09-11T09:23:35.061Z] PBCC images/utsns.pb-c.c [2019-09-11T09:23:35.061Z] DEP images/utsns.pb-c.d [2019-09-11T09:23:35.061Z] PBCC images/ipc-desc.pb-c.c [2019-09-11T09:23:35.061Z] PBCC images/ipc-sem.pb-c.c [2019-09-11T09:23:35.345Z] DEP images/ipc-desc.pb-c.d [2019-09-11T09:23:35.345Z] DEP images/ipc-sem.pb-c.d [2019-09-11T09:23:35.345Z] PBCC images/ipc-msg.pb-c.c [2019-09-11T09:23:35.345Z] DEP images/ipc-msg.pb-c.d [2019-09-11T09:23:35.345Z] PBCC images/ipc-shm.pb-c.c [2019-09-11T09:23:35.345Z] DEP images/ipc-shm.pb-c.d [2019-09-11T09:23:35.345Z] PBCC images/ipc-var.pb-c.c [2019-09-11T09:23:35.345Z] DEP images/ipc-var.pb-c.d [2019-09-11T09:23:35.345Z] PBCC images/sk-opts.pb-c.c [2019-09-11T09:23:35.345Z] PBCC images/packet-sock.pb-c.c [2019-09-11T09:23:35.345Z] DEP images/sk-opts.pb-c.d [2019-09-11T09:23:35.345Z] DEP images/packet-sock.pb-c.d [2019-09-11T09:23:35.345Z] PBCC images/sk-netlink.pb-c.c [2019-09-11T09:23:35.345Z] DEP images/sk-netlink.pb-c.d [2019-09-11T09:23:35.345Z] PBCC images/sk-inet.pb-c.c [2019-09-11T09:23:35.345Z] DEP images/sk-inet.pb-c.d [2019-09-11T09:23:35.345Z] PBCC images/sk-unix.pb-c.c [2019-09-11T09:23:35.345Z] DEP images/sk-unix.pb-c.d [2019-09-11T09:23:35.345Z] PBCC images/mm.pb-c.c [2019-09-11T09:23:35.345Z] DEP images/mm.pb-c.d [2019-09-11T09:23:35.627Z] PBCC images/timerfd.pb-c.c [2019-09-11T09:23:35.627Z] DEP images/timerfd.pb-c.d [2019-09-11T09:23:35.627Z] PBCC images/timer.pb-c.c [2019-09-11T09:23:35.627Z] DEP images/timer.pb-c.d [2019-09-11T09:23:35.627Z] PBCC images/sa.pb-c.c [2019-09-11T09:23:35.627Z] DEP images/sa.pb-c.d [2019-09-11T09:23:35.627Z] PBCC images/pipe-data.pb-c.c [2019-09-11T09:23:35.627Z] DEP images/pipe-data.pb-c.d [2019-09-11T09:23:35.627Z] PBCC images/mnt.pb-c.c [2019-09-11T09:23:35.627Z] DEP images/mnt.pb-c.d [2019-09-11T09:23:35.627Z] PBCC images/sk-packet.pb-c.c [2019-09-11T09:23:35.627Z] DEP images/sk-packet.pb-c.d [2019-09-11T09:23:35.627Z] PBCC images/tcp-stream.pb-c.c [2019-09-11T09:23:35.627Z] DEP images/tcp-stream.pb-c.d [2019-09-11T09:23:35.627Z] PBCC images/pipe.pb-c.c [2019-09-11T09:23:35.627Z] DEP images/pipe.pb-c.d [2019-09-11T09:23:35.627Z] PBCC images/pstree.pb-c.c [2019-09-11T09:23:35.627Z] DEP images/pstree.pb-c.d [2019-09-11T09:23:35.627Z] PBCC images/fs.pb-c.c [2019-09-11T09:23:35.627Z] DEP images/fs.pb-c.d [2019-09-11T09:23:35.627Z] PBCC images/signalfd.pb-c.c [2019-09-11T09:23:35.829Z] tests/integration/regression_test.py ...... [ 98%] [2019-09-11T09:23:35.910Z] DEP images/signalfd.pb-c.d [2019-09-11T09:23:35.910Z] PBCC images/fh.pb-c.c [2019-09-11T09:23:35.910Z] PBCC images/fsnotify.pb-c.c [2019-09-11T09:23:35.910Z] DEP images/fh.pb-c.d [2019-09-11T09:23:35.910Z] DEP images/fsnotify.pb-c.d [2019-09-11T09:23:35.910Z] PBCC images/eventpoll.pb-c.c [2019-09-11T09:23:35.910Z] DEP images/eventpoll.pb-c.d [2019-09-11T09:23:35.910Z] PBCC images/eventfd.pb-c.c [2019-09-11T09:23:35.910Z] DEP images/eventfd.pb-c.d [2019-09-11T09:23:35.910Z] PBCC images/remap-file-path.pb-c.c [2019-09-11T09:23:35.910Z] DEP images/remap-file-path.pb-c.d [2019-09-11T09:23:35.910Z] PBCC images/fifo.pb-c.c [2019-09-11T09:23:35.910Z] DEP images/fifo.pb-c.d [2019-09-11T09:23:35.910Z] PBCC images/ghost-file.pb-c.c [2019-09-11T09:23:35.910Z] DEP images/ghost-file.pb-c.d [2019-09-11T09:23:35.910Z] PBCC images/regfile.pb-c.c [2019-09-11T09:23:35.910Z] DEP images/regfile.pb-c.d [2019-09-11T09:23:35.910Z] PBCC images/ns.pb-c.c [2019-09-11T09:23:35.910Z] DEP images/ns.pb-c.d [2019-09-11T09:23:35.910Z] PBCC images/fdinfo.pb-c.c [2019-09-11T09:23:36.193Z] DEP images/fdinfo.pb-c.d [2019-09-11T09:23:36.193Z] PBCC images/core-aarch64.pb-c.c [2019-09-11T09:23:36.193Z] PBCC images/core-arm.pb-c.c [2019-09-11T09:23:36.193Z] PBCC images/core-ppc64.pb-c.c [2019-09-11T09:23:36.193Z] PBCC images/core-s390.pb-c.c [2019-09-11T09:23:36.193Z] PBCC images/core-x86.pb-c.c [2019-09-11T09:23:36.193Z] PBCC images/core.pb-c.c [2019-09-11T09:23:36.193Z] PBCC images/inventory.pb-c.c [2019-09-11T09:23:36.193Z] DEP images/core-aarch64.pb-c.d [2019-09-11T09:23:36.193Z] DEP images/core-arm.pb-c.d [2019-09-11T09:23:36.193Z] DEP images/core-ppc64.pb-c.d [2019-09-11T09:23:36.193Z] DEP images/core-s390.pb-c.d [2019-09-11T09:23:36.193Z] DEP images/core-x86.pb-c.d [2019-09-11T09:23:36.193Z] DEP images/core.pb-c.d [2019-09-11T09:23:36.193Z] DEP images/inventory.pb-c.d [2019-09-11T09:23:36.193Z] PBCC images/cpuinfo.pb-c.c [2019-09-11T09:23:36.301Z] --- PASS: TestHealthKillContainer (3.17s) [2019-09-11T09:23:36.301Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-11T09:23:36.301Z] === RUN Test/DockerSuite/TestBuildAddScript [2019-09-11T09:23:36.339Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-09-11T09:23:36.339Z] tests/integration/credentials/utils_test.py . [100%] [2019-09-11T09:23:36.339Z] [2019-09-11T09:23:36.339Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-09-11T09:23:36.339Z] =========================== short test summary info ============================ [2019-09-11T09:23:36.339Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-09-11T09:23:36.339Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-09-11T09:23:36.339Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-09-11T09:23:36.339Z] Not supported on most drivers [2019-09-11T09:23:36.339Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-09-11T09:23:36.339Z] This doesn't seem to be taken into account by the engine [2019-09-11T09:23:36.339Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME [2019-09-11T09:23:36.339Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38) [2019-09-11T09:23:36.339Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-09-11T09:23:36.339Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-09-11T09:23:36.339Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-09-11T09:23:36.339Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-09-11T09:23:36.339Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-09-11T09:23:36.339Z] = 367 passed, 7 skipped, 6 deselected, 3 xfailed, 2 xpassed in 336.20 seconds == [2019-09-11T09:23:36.408Z] ok github.com/docker/docker/builder/dockerfile 0.414s coverage: 43.2% of statements [2019-09-11T09:23:36.408Z] ok github.com/docker/docker/builder/dockerignore 0.060s coverage: 96.8% of statements [2019-09-11T09:23:36.408Z] ok github.com/docker/docker/builder/fscache 0.824s coverage: 69.2% of statements [2019-09-11T09:23:36.408Z] ok github.com/docker/docker/builder/remotecontext 0.474s coverage: 9.2% of statements [2019-09-11T09:23:36.478Z] DEP images/cpuinfo.pb-c.d [2019-09-11T09:23:36.478Z] PBCC images/stats.pb-c.c [2019-09-11T09:23:36.478Z] DEP images/stats.pb-c.d [2019-09-11T09:23:36.557Z] === RUN Test/DockerDaemonSuite/TestDaemonKeyGeneration [2019-09-11T09:23:36.766Z] make[1]: Nothing to be done for 'all'. [2019-09-11T09:23:36.898Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-09-11T09:23:37.050Z] CC images/stats.o [2019-09-11T09:23:37.051Z] CC images/core.o [2019-09-11T09:23:37.118Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s) [2019-09-11T09:23:37.118Z] === RUN TestIpcModeNone [2019-09-11T09:23:37.118Z] === RUN Test/DockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-09-11T09:23:37.332Z] CC images/core-x86.o [2019-09-11T09:23:37.615Z] CC images/core-arm.o [2019-09-11T09:23:37.615Z] CC images/core-aarch64.o [2019-09-11T09:23:37.754Z] ok github.com/docker/docker/pkg/signal 2.526s coverage: 61.0% of statements [2019-09-11T09:23:37.755Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2019-09-11T09:23:37.897Z] CC images/core-ppc64.o [2019-09-11T09:23:37.897Z] CC images/core-s390.o [2019-09-11T09:23:38.044Z] --- PASS: TestIpcModeNone (1.04s) [2019-09-11T09:23:38.044Z] === RUN TestIpcModePrivate [2019-09-11T09:23:38.180Z] CC images/cpuinfo.o [2019-09-11T09:23:38.463Z] CC images/inventory.o [2019-09-11T09:23:38.463Z] CC images/fdinfo.o [2019-09-11T09:23:38.463Z] CC images/fown.o [2019-09-11T09:23:38.588Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2019-09-11T09:23:38.745Z] CC images/ns.o [2019-09-11T09:23:38.745Z] CC images/regfile.o [2019-09-11T09:23:38.745Z] CC images/ghost-file.o [2019-09-11T09:23:38.745Z] CC images/fifo.o [2019-09-11T09:23:39.028Z] CC images/remap-file-path.o [2019-09-11T09:23:39.028Z] CC images/eventfd.o [2019-09-11T09:23:39.028Z] CC images/eventpoll.o [2019-09-11T09:23:39.028Z] CC images/fh.o [2019-09-11T09:23:39.103Z] ok github.com/docker/docker/pkg/stringid 0.006s coverage: 70.6% of statements [2019-09-11T09:23:39.311Z] CC images/fsnotify.o [2019-09-11T09:23:39.409Z] --- PASS: TestIpcModePrivate (1.08s) [2019-09-11T09:23:39.409Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:204, shared: false, mustBeShared: false [2019-09-11T09:23:39.409Z] === RUN TestIpcModeShareable [2019-09-11T09:23:39.595Z] CC images/signalfd.o [2019-09-11T09:23:39.595Z] CC images/fs.o [2019-09-11T09:23:39.595Z] CC images/pstree.o [2019-09-11T09:23:39.595Z] CC images/pipe.o [2019-09-11T09:23:39.614Z] ok github.com/docker/docker/pkg/symlink 0.009s coverage: 87.7% of statements [2019-09-11T09:23:39.878Z] CC images/tcp-stream.o [2019-09-11T09:23:39.878Z] CC images/sk-packet.o [2019-09-11T09:23:39.878Z] CC images/mnt.o [2019-09-11T09:23:39.878Z] CC images/pipe-data.o [2019-09-11T09:23:40.035Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 80.6% of statements [2019-09-11T09:23:40.160Z] CC images/sa.o [2019-09-11T09:23:40.160Z] CC images/timer.o [2019-09-11T09:23:40.160Z] CC images/timerfd.o [2019-09-11T09:23:40.338Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToExistDir [2019-09-11T09:23:40.338Z] --- PASS: TestIpcModeShareable (1.27s) [2019-09-11T09:23:40.338Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:194, shared: true, mustBeShared: true [2019-09-11T09:23:40.338Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-11T09:23:40.444Z] CC images/mm.o [2019-09-11T09:23:40.444Z] CC images/sk-opts.o [2019-09-11T09:23:40.444Z] CC images/sk-unix.o [2019-09-11T09:23:40.444Z] CC images/sk-inet.o [2019-09-11T09:23:40.726Z] CC images/tun.o [2019-09-11T09:23:40.726Z] CC images/sk-netlink.o [2019-09-11T09:23:40.850Z] ok github.com/docker/docker/pkg/system 0.055s coverage: 36.9% of statements [2019-09-11T09:23:41.015Z] CC images/packet-sock.o [2019-09-11T09:23:41.015Z] CC images/ipc-var.o [2019-09-11T09:23:41.015Z] CC images/ipc-desc.o [2019-09-11T09:23:41.015Z] CC images/ipc-shm.o [2019-09-11T09:23:41.236Z] ok github.com/docker/docker/pkg/tailfile 0.050s coverage: 88.6% of statements [2019-09-11T09:23:41.264Z] === RUN Test/DockerDaemonSuite/TestDaemonKillWithPlugins [2019-09-11T09:23:41.299Z] CC images/ipc-msg.o [2019-09-11T09:23:41.299Z] CC images/ipc-sem.o [2019-09-11T09:23:41.299Z] CC images/utsns.o [2019-09-11T09:23:41.299Z] CC images/creds.o [2019-09-11T09:23:41.582Z] CC images/vma.o [2019-09-11T09:23:41.582Z] CC images/netdev.o [2019-09-11T09:23:41.582Z] CC images/tty.o [2019-09-11T09:23:41.866Z] CC images/file-lock.o [2019-09-11T09:23:41.866Z] CC images/rlimit.o [2019-09-11T09:23:42.038Z] ok github.com/docker/docker/pkg/tarsum 0.035s coverage: 89.3% of statements [2019-09-11T09:23:42.148Z] CC images/pagemap.o [2019-09-11T09:23:42.148Z] CC images/siginfo.o [2019-09-11T09:23:42.148Z] CC images/rpc.o [2019-09-11T09:23:42.413Z] ok github.com/docker/docker/pkg/term 0.006s coverage: 84.8% of statements [2019-09-11T09:23:42.769Z] CC images/ext-file.o [2019-09-11T09:23:42.770Z] CC images/cgroup.o [2019-09-11T09:23:43.052Z] CC images/userns.o [2019-09-11T09:23:43.052Z] CC images/google/protobuf/descriptor.o [2019-09-11T09:23:43.241Z] testing: warning: no tests to run [2019-09-11T09:23:43.241Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: 0.0% of statements [no tests to run] [2019-09-11T09:23:43.613Z] ok github.com/docker/docker/pkg/truncindex 0.104s coverage: 91.5% of statements [2019-09-11T09:23:43.667Z] CC images/opts.o [2019-09-11T09:23:43.777Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.28s) [2019-09-11T09:23:43.777Z] === RUN TestAPIIpcModeHost [2019-09-11T09:23:43.950Z] CC images/seccomp.o [2019-09-11T09:23:43.950Z] CC images/binfmt-misc.o [2019-09-11T09:23:43.950Z] CC images/time.o [2019-09-11T09:23:43.950Z] CC images/sysctl.o [2019-09-11T09:23:43.992Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2019-09-11T09:23:43.992Z] ok github.com/docker/docker/pkg/useragent 0.004s coverage: 88.9% of statements [2019-09-11T09:23:44.234Z] CC images/autofs.o [2019-09-11T09:23:44.234Z] CC images/macvlan.o [2019-09-11T09:23:44.234Z] CC images/sit.o [2019-09-11T09:23:44.234Z] LINK images/built-in.o [2019-09-11T09:23:44.234Z] GEN compel/include/asm [2019-09-11T09:23:44.234Z] GEN compel/include/version.h [2019-09-11T09:23:44.234Z] touch .config [2019-09-11T09:23:44.234Z] GEN include/common/config.h [2019-09-11T09:23:44.517Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-11T09:23:44.517Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-11T09:23:44.517Z] GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-09-11T09:23:44.517Z] DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-09-11T09:23:44.517Z] DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-09-11T09:23:44.517Z] DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-09-11T09:23:44.517Z] DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-09-11T09:23:44.517Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-11T09:23:44.517Z] DEP compel/plugins/std/infect.d [2019-09-11T09:23:44.517Z] DEP compel/plugins/std/string.d [2019-09-11T09:23:44.517Z] DEP compel/plugins/std/log.d [2019-09-11T09:23:44.517Z] DEP compel/plugins/std/fds.d [2019-09-11T09:23:44.517Z] DEP compel/plugins/std/std.d [2019-09-11T09:23:44.517Z] DEP compel/plugins/shmem/shmem.d [2019-09-11T09:23:44.803Z] DEP compel/plugins/fds/fds.d [2019-09-11T09:23:44.803Z] CC compel/plugins/std/std.o [2019-09-11T09:23:44.803Z] CC compel/plugins/std/fds.o [2019-09-11T09:23:45.089Z] CC compel/plugins/std/log.o [2019-09-11T09:23:45.139Z] --- PASS: TestAPIIpcModeHost (1.20s) [2019-09-11T09:23:45.139Z] === RUN TestDaemonIpcModeShareable [2019-09-11T09:23:45.371Z] CC compel/plugins/std/string.o [2019-09-11T09:23:45.371Z] CC compel/plugins/std/infect.o [2019-09-11T09:23:45.395Z] === RUN Test/DockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-09-11T09:23:45.654Z] CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-09-11T09:23:45.654Z] CC compel/arch/ppc64/plugins/std/memcpy.o [2019-09-11T09:23:45.654Z] CC compel/arch/ppc64/plugins/std/memcmp.o [2019-09-11T09:23:45.654Z] CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-09-11T09:23:45.654Z] AR compel/plugins/std.lib.a [2019-09-11T09:23:45.654Z] CC compel/plugins/fds/fds.o [2019-09-11T09:23:45.941Z] AR compel/plugins/fds.lib.a [2019-09-11T09:23:45.941Z] HOSTDEP compel/src/lib/log-host.d [2019-09-11T09:23:45.941Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-11T09:23:45.941Z] HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-09-11T09:23:45.941Z] HOSTDEP compel/src/main-host.d [2019-09-11T09:23:45.941Z] DEP compel/src/lib/ptrace.d [2019-09-11T09:23:45.941Z] DEP compel/src/lib/infect.d [2019-09-11T09:23:46.223Z] DEP compel/src/lib/infect-util.d [2019-09-11T09:23:46.223Z] DEP compel/src/lib/infect-rpc.d [2019-09-11T09:23:46.223Z] DEP compel/arch/ppc64/src/lib/infect.d [2019-09-11T09:23:46.223Z] DEP compel/arch/ppc64/src/lib/cpu.d [2019-09-11T09:23:46.223Z] DEP compel/src/lib/log.d [2019-09-11T09:23:46.223Z] DEP compel/src/main.d [2019-09-11T09:23:46.506Z] DEP compel/src/lib/handle-elf.d [2019-09-11T09:23:46.506Z] DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-09-11T09:23:46.506Z] CC compel/src/lib/log.o [2019-09-11T09:23:46.506Z] CC compel/arch/ppc64/src/lib/cpu.o [2019-09-11T09:23:46.677Z] ok github.com/docker/docker/plugin 0.539s coverage: 27.0% of statements [2019-09-11T09:23:46.759Z] --- PASS: TestDaemonIpcModeShareable (1.90s) [2019-09-11T09:23:46.759Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModeShareable [2019-09-11T09:23:46.759Z] daemon.go:336: [ded8c1a3a5a02] waiting for daemon to start [2019-09-11T09:23:46.759Z] daemon.go:336: [ded8c1a3a5a02] waiting for daemon to start [2019-09-11T09:23:46.759Z] daemon.go:364: [ded8c1a3a5a02] daemon started [2019-09-11T09:23:46.759Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:199, shared: true, mustBeShared: true [2019-09-11T09:23:46.759Z] daemon.go:472: [ded8c1a3a5a02] Stopping daemon [2019-09-11T09:23:46.759Z] daemon.go:307: [ded8c1a3a5a02] exiting daemon [2019-09-11T09:23:46.759Z] daemon.go:459: [ded8c1a3a5a02] Daemon stopped [2019-09-11T09:23:46.759Z] === RUN TestDaemonIpcModePrivate [2019-09-11T09:23:46.788Z] CC compel/arch/ppc64/src/lib/infect.o [2019-09-11T09:23:47.071Z] CC compel/src/lib/infect-rpc.o [2019-09-11T09:23:47.071Z] CC compel/src/lib/infect-util.o [2019-09-11T09:23:47.071Z] CC compel/src/lib/infect.o [2019-09-11T09:23:47.559Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2019-09-11T09:23:48.078Z] CC compel/src/lib/ptrace.o [2019-09-11T09:23:48.078Z] AR compel/libcompel.a [2019-09-11T09:23:48.078Z] HOSTCC compel/src/main-host.o [2019-09-11T09:23:48.363Z] HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-09-11T09:23:48.363Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-11T09:23:48.646Z] HOSTCC compel/src/lib/log-host.o [2019-09-11T09:23:48.646Z] HOSTLINK compel/compel-host-bin [2019-09-11T09:23:48.646Z] DEP soccr/soccr.d [2019-09-11T09:23:48.646Z] CC soccr/soccr.o [2019-09-11T09:23:48.844Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 76.2% of statements [2019-09-11T09:23:49.044Z] umount: bundles/test-docker-py/root: mountpoint not found [2019-09-11T09:23:49.044Z] Clearing AppArmor profiles cache:. [2019-09-11T09:23:49.044Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-11T09:23:49.044Z] Unloading profiles will leave already running processes permanently [2019-09-11T09:23:49.044Z] unconfined, which can lead to unexpected situations. [2019-09-11T09:23:49.044Z] [2019-09-11T09:23:49.044Z] To set a process to complain mode, use the command line tool [2019-09-11T09:23:49.044Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-11T09:23:49.044Z] with the 'teardown' option." [2019-09-11T09:23:49.044Z] [2019-09-11T09:23:49.233Z] ok github.com/docker/docker/reference 0.008s coverage: 84.4% of statements [2019-09-11T09:23:49.267Z] AR soccr/libsoccr.a [2019-09-11T09:23:49.268Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-11T09:23:49.277Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-11T09:23:49.277Z] --- PASS: TestDaemonIpcModePrivate (2.09s) [2019-09-11T09:23:49.277Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModePrivate [2019-09-11T09:23:49.277Z] daemon.go:336: [d674ab20f3025] waiting for daemon to start [2019-09-11T09:23:49.277Z] daemon.go:336: [d674ab20f3025] waiting for daemon to start [2019-09-11T09:23:49.277Z] daemon.go:364: [d674ab20f3025] daemon started [2019-09-11T09:23:49.277Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:236, shared: false, mustBeShared: false [2019-09-11T09:23:49.277Z] daemon.go:472: [d674ab20f3025] Stopping daemon [2019-09-11T09:23:49.277Z] daemon.go:307: [d674ab20f3025] exiting daemon [2019-09-11T09:23:49.277Z] daemon.go:459: [d674ab20f3025] Daemon stopped [2019-09-11T09:23:49.277Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-11T09:23:49.277Z] === RUN Test/DockerDaemonSuite/TestDaemonLogLevelDebug Post stage [Pipeline] junit [2019-09-11T09:23:49.308Z] Recording test results [Pipeline] sh [2019-09-11T09:23:49.533Z] === RUN Test/DockerDaemonSuite/TestDaemonLogLevelFatal [2019-09-11T09:23:49.552Z] DEP criu/arch/ppc64/sigframe.d [2019-09-11T09:23:49.552Z] DEP criu/arch/ppc64/crtools.d [2019-09-11T09:23:49.552Z] DEP criu/arch/ppc64/cpu.d [2019-09-11T09:23:49.552Z] CC criu/arch/ppc64/cpu.o [2019-09-11T09:23:49.779Z] + echo Ensuring container killed. [2019-09-11T09:23:49.779Z] Ensuring container killed. [2019-09-11T09:23:49.779Z] + docker rm -vf docker-pr3 [2019-09-11T09:23:49.779Z] Error: No such container: docker-pr3 [2019-09-11T09:23:49.779Z] + true [Pipeline] sh [2019-09-11T09:23:49.834Z] CC criu/arch/ppc64/crtools.o [2019-09-11T09:23:50.094Z] === RUN Test/DockerDaemonSuite/TestDaemonLogLevelWrong [2019-09-11T09:23:50.116Z] CC criu/arch/ppc64/sigframe.o [2019-09-11T09:23:50.179Z] + echo Chowning /workspace to jenkins user [2019-09-11T09:23:50.179Z] Chowning /workspace to jenkins user [2019-09-11T09:23:50.179Z] + id -u [2019-09-11T09:23:50.179Z] + id -g [2019-09-11T09:23:50.179Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39817:/workspace busybox chown -R 1000:1000 /workspace [2019-09-11T09:23:50.398Z] LINK criu/arch/ppc64/crtools.built-in.o [2019-09-11T09:23:50.398Z] DEP criu/arch/ppc64/misc.d [2019-09-11T09:23:50.398Z] DEP criu/arch/ppc64/vdso-trampoline.d [2019-09-11T09:23:50.398Z] DEP criu/arch/ppc64/vdso-pie.d [2019-09-11T09:23:50.398Z] DEP criu/pie/parasite-vdso.d [2019-09-11T09:23:50.398Z] DEP criu/pie/util-vdso.d [2019-09-11T09:23:50.398Z] DEP criu/pie/util.d [2019-09-11T09:23:50.654Z] === RUN Test/DockerDaemonSuite/TestDaemonLogOptions [2019-09-11T09:23:50.680Z] CC criu/pie/util.o [2019-09-11T09:23:50.680Z] CC criu/pie/util-vdso.o [2019-09-11T09:23:50.910Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.96s) [2019-09-11T09:23:50.910Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModePrivateFromConfig [2019-09-11T09:23:50.910Z] daemon.go:336: [d2676a880de23] waiting for daemon to start [2019-09-11T09:23:50.910Z] daemon.go:336: [d2676a880de23] waiting for daemon to start [2019-09-11T09:23:50.910Z] daemon.go:364: [d2676a880de23] daemon started [2019-09-11T09:23:50.910Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:202, shared: false, mustBeShared: false [2019-09-11T09:23:50.910Z] daemon.go:472: [d2676a880de23] Stopping daemon [2019-09-11T09:23:50.910Z] daemon.go:307: [d2676a880de23] exiting daemon [2019-09-11T09:23:50.910Z] daemon.go:459: [d2676a880de23] Daemon stopped [2019-09-11T09:23:50.910Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-11T09:23:50.962Z] CC criu/pie/parasite-vdso.o [2019-09-11T09:23:51.079Z] ok github.com/docker/docker/registry 0.133s coverage: 56.4% of statements [2019-09-11T09:23:51.245Z] CC criu/arch/ppc64/vdso-pie.o [2019-09-11T09:23:51.245Z] CC criu/arch/ppc64/vdso-trampoline.o [2019-09-11T09:23:51.245Z] CC criu/arch/ppc64/misc.o [2019-09-11T09:23:51.245Z] AR criu/pie/pie.lib.a [2019-09-11T09:23:51.528Z] DEP criu/pie/restorer.d [2019-09-11T09:23:51.528Z] DEP criu/arch/ppc64/restorer.d [2019-09-11T09:23:51.528Z] DEP criu/pie/parasite.d [2019-09-11T09:23:51.528Z] CC criu/pie/parasite.o [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-11T09:23:51.864Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2019-09-11T09:23:51.953Z] + bundleName=docker-py [2019-09-11T09:23:51.953Z] + echo Creating docker-py-bundles.tar.gz [2019-09-11T09:23:51.953Z] Creating docker-py-bundles.tar.gz [2019-09-11T09:23:51.953Z] + 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-11T09:23:51.961Z] Archiving artifacts [2019-09-11T09:23:52.142Z] LINK criu/pie/parasite.built-in.o [2019-09-11T09:23:52.142Z] GEN criu/pie/parasite-blob.h [2019-09-11T09:23:52.142Z] CC criu/arch/ppc64/restorer.o [2019-09-11T09:23:52.212Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39817/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [2019-09-11T09:23:52.249Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 45.3% of statements [Pipeline] stage [Pipeline] { (Static) [2019-09-11T09:23:52.274Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverDefault [Pipeline] sh [2019-09-11T09:23:52.427Z] CC criu/pie/restorer.o [2019-09-11T09:23:52.676Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39817/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a -e DOCKER_GRAPHDRIVER docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a hack/make.sh binary-daemon [2019-09-11T09:23:52.836Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.89s) [2019-09-11T09:23:52.836Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModeShareableFromConfig [2019-09-11T09:23:52.836Z] daemon.go:336: [d8f38448008cd] waiting for daemon to start [2019-09-11T09:23:52.836Z] daemon.go:336: [d8f38448008cd] waiting for daemon to start [2019-09-11T09:23:52.836Z] daemon.go:364: [d8f38448008cd] daemon started [2019-09-11T09:23:52.836Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:214, shared: true, mustBeShared: true [2019-09-11T09:23:52.836Z] daemon.go:472: [d8f38448008cd] Stopping daemon [2019-09-11T09:23:52.836Z] daemon.go:307: [d8f38448008cd] exiting daemon [2019-09-11T09:23:52.836Z] daemon.go:459: [d8f38448008cd] Daemon stopped [2019-09-11T09:23:52.836Z] === RUN TestIpcModeOlderClient [2019-09-11T09:23:52.836Z] === PAUSE TestIpcModeOlderClient [2019-09-11T09:23:52.836Z] === RUN TestKillContainerInvalidSignal [2019-09-11T09:23:53.048Z] ok github.com/docker/docker/runconfig 0.009s coverage: 68.2% of statements [2019-09-11T09:23:53.237Z] [2019-09-11T09:23:53.237Z] Removing bundles/ [2019-09-11T09:23:53.237Z] [2019-09-11T09:23:53.237Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-09-11T09:23:53.237Z] Building: bundles/binary-daemon/dockerd-dev [2019-09-11T09:23:53.237Z] GOOS="" GOARCH="" GOARM="" [2019-09-11T09:23:53.433Z] LINK criu/pie/restorer.built-in.o [2019-09-11T09:23:53.433Z] GEN criu/pie/restorer-blob.h [2019-09-11T09:23:53.433Z] DEP criu/vdso.d [2019-09-11T09:23:53.433Z] DEP criu/uts_ns.d [2019-09-11T09:23:53.738Z] DEP criu/util.d [2019-09-11T09:23:53.738Z] DEP criu/uffd.d [2019-09-11T09:23:53.738Z] DEP criu/tun.d [2019-09-11T09:23:53.738Z] DEP criu/tty.d [2019-09-11T09:23:53.764Z] --- PASS: TestKillContainerInvalidSignal (1.00s) [2019-09-11T09:23:53.765Z] === RUN TestKillContainer [2019-09-11T09:23:53.765Z] === RUN TestKillContainer/no_signal [2019-09-11T09:23:54.022Z] DEP criu/timerfd.d [2019-09-11T09:23:54.022Z] DEP criu/sysfs_parse.d [2019-09-11T09:23:54.022Z] DEP criu/sysctl.d [2019-09-11T09:23:54.140Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-11T09:23:54.304Z] DEP criu/string.d [2019-09-11T09:23:54.304Z] DEP criu/stats.d [2019-09-11T09:23:54.304Z] DEP criu/sockets.d [2019-09-11T09:23:54.304Z] DEP criu/sk-unix.d [2019-09-11T09:23:54.304Z] DEP criu/sk-tcp.d [2019-09-11T09:23:54.326Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-09-11T09:23:54.326Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToRoot [2019-09-11T09:23:54.581Z] === RUN TestKillContainer/non_killing_signal [2019-09-11T09:23:54.586Z] DEP criu/sk-queue.d [2019-09-11T09:23:54.586Z] DEP criu/sk-packet.d [2019-09-11T09:23:54.586Z] DEP criu/sk-netlink.d [2019-09-11T09:23:54.868Z] DEP criu/sk-inet.d [2019-09-11T09:23:54.868Z] DEP criu/signalfd.d [2019-09-11T09:23:54.868Z] DEP criu/sigframe.d [2019-09-11T09:23:54.868Z] DEP criu/shmem.d [2019-09-11T09:23:54.868Z] DEP criu/servicefd.d [2019-09-11T09:23:55.150Z] DEP criu/seize.d [2019-09-11T09:23:55.150Z] DEP criu/seccomp.d [2019-09-11T09:23:55.150Z] DEP criu/rst-malloc.d [2019-09-11T09:23:55.150Z] DEP criu/rbtree.d [2019-09-11T09:23:55.150Z] DEP criu/pstree.d [2019-09-11T09:23:55.435Z] DEP criu/protobuf.d [2019-09-11T09:23:55.435Z] GEN criu/protobuf-desc-gen.h [2019-09-11T09:23:55.504Z] ok github.com/docker/docker/volume/local 0.049s coverage: 73.0% of statements [2019-09-11T09:23:55.507Z] === RUN TestKillContainer/killing_signal [2019-09-11T09:23:55.717Z] DEP criu/protobuf-desc.d [2019-09-11T09:23:56.000Z] DEP criu/proc_parse.d [2019-09-11T09:23:56.000Z] DEP criu/plugin.d [2019-09-11T09:23:56.000Z] DEP criu/pipes.d [2019-09-11T09:23:56.000Z] DEP criu/pie-util.d [2019-09-11T09:23:56.000Z] DEP criu/pie-util-vdso.d [2019-09-11T09:23:56.067Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverNone [2019-09-11T09:23:56.283Z] DEP criu/pie-util-vdso-elf32.d [2019-09-11T09:23:56.283Z] DEP criu/path.d [2019-09-11T09:23:56.283Z] DEP criu/parasite-syscall.d [2019-09-11T09:23:56.283Z] DEP criu/pagemap.d [2019-09-11T09:23:56.290Z] ok github.com/docker/docker/volume/mounts 0.047s coverage: 67.0% of statements [2019-09-11T09:23:56.322Z] --- PASS: TestKillContainer (2.57s) [2019-09-11T09:23:56.322Z] --- PASS: TestKillContainer/no_signal (0.84s) [2019-09-11T09:23:56.322Z] --- PASS: TestKillContainer/non_killing_signal (0.69s) [2019-09-11T09:23:56.322Z] --- PASS: TestKillContainer/killing_signal (0.73s) [2019-09-11T09:23:56.322Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-11T09:23:56.322Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-11T09:23:56.565Z] DEP criu/pagemap-cache.d [2019-09-11T09:23:56.565Z] DEP criu/page-xfer.d [2019-09-11T09:23:56.565Z] DEP criu/page-pipe.d [2019-09-11T09:23:56.565Z] DEP criu/netfilter.d [2019-09-11T09:23:56.847Z] DEP criu/net.d [2019-09-11T09:23:56.847Z] DEP criu/namespaces.d [2019-09-11T09:23:56.847Z] DEP criu/mount.d [2019-09-11T09:23:56.847Z] DEP criu/mem.d [2019-09-11T09:23:57.130Z] DEP criu/lsm.d [2019-09-11T09:23:57.130Z] DEP criu/log.d [2019-09-11T09:23:57.130Z] DEP criu/libnetlink.d [2019-09-11T09:23:57.130Z] DEP criu/kerndat.d [2019-09-11T09:23:57.247Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-11T09:23:57.411Z] DEP criu/kcmp-ids.d [2019-09-11T09:23:57.411Z] DEP criu/irmap.d [2019-09-11T09:23:57.411Z] DEP criu/ipc_ns.d [2019-09-11T09:23:57.411Z] DEP criu/image.d [2019-09-11T09:23:57.616Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2019-09-11T09:23:57.694Z] DEP criu/image-desc.d [2019-09-11T09:23:57.694Z] DEP criu/fsnotify.d [2019-09-11T09:23:57.694Z] DEP criu/filesystems.d [2019-09-11T09:23:57.694Z] DEP criu/files.d [2019-09-11T09:23:57.810Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-09-11T09:23:57.976Z] DEP criu/files-reg.d [2019-09-11T09:23:57.976Z] DEP criu/files-ext.d [2019-09-11T09:23:57.976Z] DEP criu/file-lock.d [2019-09-11T09:23:57.976Z] DEP criu/file-ids.d [2019-09-11T09:23:58.065Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-11T09:23:58.257Z] DEP criu/fifo.d [2019-09-11T09:23:58.257Z] DEP criu/fdstore.d [2019-09-11T09:23:58.257Z] DEP criu/fault-injection.d [2019-09-11T09:23:58.257Z] DEP criu/external.d [2019-09-11T09:23:58.257Z] DEP criu/eventpoll.d [2019-09-11T09:23:58.321Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.99s) [2019-09-11T09:23:58.321Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.01s) [2019-09-11T09:23:58.321Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s) [2019-09-11T09:23:58.321Z] === RUN TestKillStoppedContainer [2019-09-11T09:23:58.321Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-09-11T09:23:58.321Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-11T09:23:58.539Z] DEP criu/eventfd.d [2019-09-11T09:23:58.539Z] DEP criu/crtools.d [2019-09-11T09:23:58.539Z] DEP criu/cr-service.d [2019-09-11T09:23:58.539Z] DEP criu/cr-restore.d [2019-09-11T09:23:58.576Z] === RUN Test/DockerSuite/TestBuildAddTar [2019-09-11T09:23:58.576Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2019-09-11T09:23:58.576Z] === RUN TestKillDifferentUserContainer [2019-09-11T09:23:58.821Z] DEP criu/cr-errno.d [2019-09-11T09:23:58.821Z] DEP criu/cr-dump.d [2019-09-11T09:23:58.821Z] DEP criu/cr-dedup.d [2019-09-11T09:23:58.821Z] DEP criu/cr-check.d [2019-09-11T09:23:59.103Z] DEP criu/config.d [2019-09-11T09:23:59.103Z] DEP criu/clone-noasan.d [2019-09-11T09:23:59.103Z] DEP criu/cgroup.d [2019-09-11T09:23:59.103Z] DEP criu/cgroup-props.d [2019-09-11T09:23:59.385Z] DEP criu/bitmap.d [2019-09-11T09:23:59.385Z] DEP criu/bfd.d [2019-09-11T09:23:59.385Z] DEP criu/autofs.d [2019-09-11T09:23:59.385Z] DEP criu/aio.d [2019-09-11T09:23:59.385Z] DEP criu/action-scripts.d [2019-09-11T09:23:59.503Z] --- PASS: TestKillDifferentUserContainer (1.09s) [2019-09-11T09:23:59.503Z] === RUN TestInspectOomKilledTrue [2019-09-11T09:23:59.503Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-11T09:23:59.503Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-11T09:23:59.503Z] === RUN TestInspectOomKilledFalse [2019-09-11T09:23:59.503Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-11T09:23:59.503Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-11T09:23:59.503Z] === RUN TestLinksEtcHostsContentMatch [2019-09-11T09:23:59.668Z] CC criu/action-scripts.o [2019-09-11T09:23:59.668Z] CC criu/aio.o [2019-09-11T09:23:59.758Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-09-11T09:23:59.950Z] CC criu/autofs.o [2019-09-11T09:24:00.319Z] --- PASS: TestLinksEtcHostsContentMatch (0.81s) [2019-09-11T09:24:00.319Z] === RUN TestLinksContainerNames [2019-09-11T09:24:00.958Z] CC criu/bfd.o [2019-09-11T09:24:00.958Z] CC criu/bitmap.o [2019-09-11T09:24:00.958Z] CC criu/cgroup-props.o [2019-09-11T09:24:01.576Z] CC criu/cgroup.o [2019-09-11T09:24:01.682Z] === RUN Test/DockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-09-11T09:24:02.609Z] --- PASS: TestLinksContainerNames (2.16s) [2019-09-11T09:24:02.609Z] === RUN TestLogsFollowTailEmpty [2019-09-11T09:24:03.045Z] CC criu/clone-noasan.o [2019-09-11T09:24:03.046Z] CC criu/config.o [2019-09-11T09:24:03.534Z] --- PASS: TestLogsFollowTailEmpty (1.00s) [2019-09-11T09:24:03.534Z] === RUN TestContainerNetworkMountsNoChown [2019-09-11T09:24:03.660Z] CC criu/cr-check.o [2019-09-11T09:24:03.790Z] === RUN Test/DockerDaemonSuite/TestDaemonMaxConcurrency [2019-09-11T09:24:04.277Z] CC criu/cr-dedup.o [2019-09-11T09:24:04.353Z] === RUN Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-09-11T09:24:04.353Z] --- PASS: TestContainerNetworkMountsNoChown (0.88s) [2019-09-11T09:24:04.353Z] === RUN TestMountDaemonRoot [2019-09-11T09:24:04.353Z] === RUN TestMountDaemonRoot/default [2019-09-11T09:24:04.353Z] === PAUSE TestMountDaemonRoot/default [2019-09-11T09:24:04.353Z] === RUN TestMountDaemonRoot/private [2019-09-11T09:24:04.353Z] === PAUSE TestMountDaemonRoot/private [2019-09-11T09:24:04.353Z] === RUN TestMountDaemonRoot/rprivate [2019-09-11T09:24:04.353Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-11T09:24:04.353Z] === RUN TestMountDaemonRoot/slave [2019-09-11T09:24:04.353Z] === PAUSE TestMountDaemonRoot/slave [2019-09-11T09:24:04.353Z] === RUN TestMountDaemonRoot/rslave [2019-09-11T09:24:04.353Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-11T09:24:04.353Z] === RUN TestMountDaemonRoot/shared [2019-09-11T09:24:04.353Z] === PAUSE TestMountDaemonRoot/shared [2019-09-11T09:24:04.560Z] CC criu/cr-dump.o [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rshared [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-11T09:24:04.608Z] === CONT TestMountDaemonRoot/default [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-11T09:24:04.608Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-11T09:24:04.608Z] === CONT TestMountDaemonRoot/rshared [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-11T09:24:04.608Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-11T09:24:04.608Z] === CONT TestMountDaemonRoot/shared [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-11T09:24:04.608Z] === CONT TestMountDaemonRoot/rslave [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-11T09:24:04.608Z] === CONT TestMountDaemonRoot/slave [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-11T09:24:04.608Z] === CONT TestMountDaemonRoot/rprivate [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-11T09:24:04.608Z] === CONT TestMountDaemonRoot/private [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-11T09:24:04.608Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-11T09:24:04.608Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-11T09:24:04.608Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-11T09:24:04.608Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-11T09:24:04.864Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-11T09:24:04.864Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-11T09:24:04.864Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-11T09:24:04.864Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-11T09:24:04.864Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-11T09:24:04.864Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-11T09:24:05.119Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-11T09:24:05.119Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-11T09:24:05.119Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-11T09:24:05.119Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-11T09:24:05.119Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-11T09:24:05.119Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-11T09:24:05.304Z] ok github.com/docker/docker/pkg/plugins 33.625s coverage: 76.6% of statements [2019-09-11T09:24:05.304Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-11T09:24:05.304Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-11T09:24:05.304Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-11T09:24:05.304Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-11T09:24:05.304Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-11T09:24:05.304Z] ? github.com/docker/docker/rootless [no test files] [2019-09-11T09:24:05.304Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-11T09:24:05.304Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-11T09:24:05.304Z] ? github.com/docker/docker/volume [no test files] [2019-09-11T09:24:05.304Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-11T09:24:05.304Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === Skipped [2019-09-11T09:24:05.304Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-11T09:24:05.304Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-11T09:24:05.304Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:24:05.304Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:24:05.304Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:24:05.304Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:24:05.304Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:24:05.304Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:73: No driver to put! [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-11T09:24:05.304Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-11T09:24:05.304Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-11T09:24:05.304Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:24:05.304Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:24:05.304Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:24:05.304Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:24:05.304Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:24:05.304Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-11T09:24:05.304Z] graphtest_unix.go:73: No driver to put! [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-11T09:24:05.304Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-11T09:24:05.304Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] [2019-09-11T09:24:05.304Z] DONE 2083 tests, 20 skipped in 233.752s [2019-09-11T09:24:05.374Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-11T09:24:05.374Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-11T09:24:05.374Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-11T09:24:05.374Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-11T09:24:05.374Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-11T09:24:05.374Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-11T09:24:05.374Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-11T09:24:05.374Z] === CONT TestMountDaemonRoot/rprivate/mount_root Post stage [Pipeline] junit [2019-09-11T09:24:05.454Z] Recording test results [2019-09-11T09:24:05.629Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-11T09:24:05.629Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-11T09:24:05.629Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-11T09:24:05.629Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot (0.06s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.21s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.21s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.22s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.23s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-09-11T09:24:05.629Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-09-11T09:24:05.629Z] === RUN TestContainerBindMountNonRecursive [2019-09-11T09:24:06.032Z] CC criu/cr-errno.o [2019-09-11T09:24:06.032Z] CC criu/cr-restore.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-11T09:24:07.516Z] === RUN Test/DockerSuite/TestBuildAddTarXz [2019-09-11T09:24:07.771Z] === RUN Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-09-11T09:24:07.891Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39817/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a -e DOCKER_GRAPHDRIVER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a hack/make.sh dynbinary test-integration [2019-09-11T09:24:08.263Z] CC criu/cr-service.o [2019-09-11T09:24:08.272Z] [2019-09-11T09:24:08.272Z] Removing bundles/ [2019-09-11T09:24:08.272Z] [2019-09-11T09:24:08.272Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-11T09:24:08.272Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-11T09:24:08.272Z] GOOS="" GOARCH="" GOARM="" [2019-09-11T09:24:08.332Z] --- PASS: TestContainerBindMountNonRecursive (2.52s) [2019-09-11T09:24:08.332Z] === RUN TestNetworkNat [2019-09-11T09:24:08.892Z] === RUN Test/DockerSuite/TestBuildAddTarXzGz [2019-09-11T09:24:08.892Z] --- PASS: TestNetworkNat (0.82s) [2019-09-11T09:24:08.892Z] === RUN TestNetworkLocalhostTCPNat [2019-09-11T09:24:09.271Z] CC criu/crtools.o [2019-09-11T09:24:09.553Z] CC criu/eventfd.o [2019-09-11T09:24:09.553Z] CC criu/eventpoll.o [2019-09-11T09:24:09.819Z] --- PASS: TestNetworkLocalhostTCPNat (0.91s) [2019-09-11T09:24:09.819Z] === RUN TestNetworkLoopbackNat [2019-09-11T09:24:10.088Z] === RUN Test/DockerSuite/TestBuildAddToSymlinkDest [2019-09-11T09:24:10.168Z] CC criu/external.o [2019-09-11T09:24:10.168Z] CC criu/fault-injection.o [2019-09-11T09:24:10.451Z] CC criu/fdstore.o [2019-09-11T09:24:10.451Z] CC criu/fifo.o [2019-09-11T09:24:10.733Z] CC criu/file-ids.o [2019-09-11T09:24:11.015Z] --- PASS: TestNetworkLoopbackNat (1.19s) [2019-09-11T09:24:11.015Z] === RUN TestPause [2019-09-11T09:24:11.017Z] CC criu/file-lock.o [2019-09-11T09:24:11.299Z] CC criu/files-ext.o [2019-09-11T09:24:11.583Z] CC criu/files-reg.o [2019-09-11T09:24:12.104Z] ok github.com/docker/docker/builder/remotecontext/git 33.362s coverage: 85.1% of statements [2019-09-11T09:24:12.104Z] ? github.com/docker/docker/cli [no test files] [2019-09-11T09:24:12.104Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-11T09:24:12.104Z] ok github.com/docker/docker/cli/debug 0.047s coverage: 100.0% of statements [2019-09-11T09:24:12.104Z] ok github.com/docker/docker/client 0.670s coverage: 75.1% of statements [2019-09-11T09:24:12.378Z] --- PASS: TestPause (1.05s) [2019-09-11T09:24:12.378Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-11T09:24:12.378Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-11T09:24:12.378Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-11T09:24:12.378Z] === RUN TestPauseStopPausedContainer [2019-09-11T09:24:12.590Z] CC criu/files.o [2019-09-11T09:24:13.303Z] --- PASS: TestPauseStopPausedContainer (0.96s) [2019-09-11T09:24:13.303Z] === RUN TestPsFilter [2019-09-11T09:24:13.303Z] --- PASS: TestPsFilter (0.23s) [2019-09-11T09:24:13.303Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-11T09:24:14.064Z] CC criu/filesystems.o [2019-09-11T09:24:14.231Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.00s) [2019-09-11T09:24:14.231Z] === RUN TestRemoveContainerWithVolume [2019-09-11T09:24:14.231Z] === RUN Test/DockerSuite/TestBuildAddWholeDirToRoot [2019-09-11T09:24:14.285Z] ok github.com/docker/docker/cmd/dockerd 0.650s coverage: 18.7% of statements [2019-09-11T09:24:14.347Z] CC criu/fsnotify.o [2019-09-11T09:24:14.486Z] === RUN Test/DockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-09-11T09:24:14.962Z] CC criu/image-desc.o [2019-09-11T09:24:14.962Z] CC criu/image.o [2019-09-11T09:24:15.250Z] CC criu/ipc_ns.o [2019-09-11T09:24:15.411Z] --- PASS: TestRemoveContainerWithVolume (0.89s) [2019-09-11T09:24:15.411Z] === RUN TestRemoveContainerRunning [2019-09-11T09:24:16.263Z] CC criu/irmap.o [2019-09-11T09:24:16.337Z] --- PASS: TestRemoveContainerRunning (0.98s) [2019-09-11T09:24:16.337Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-11T09:24:16.546Z] CC criu/kcmp-ids.o [2019-09-11T09:24:16.546Z] CC criu/kerndat.o [2019-09-11T09:24:17.160Z] CC criu/libnetlink.o [2019-09-11T09:24:17.197Z] ok github.com/docker/docker/container 0.593s coverage: 42.7% of statements [2019-09-11T09:24:17.197Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-11T09:24:17.197Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-11T09:24:17.197Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-11T09:24:17.197Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-11T09:24:17.262Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.92s) [2019-09-11T09:24:17.262Z] === RUN TestRemoveInvalidContainer [2019-09-11T09:24:17.262Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-09-11T09:24:17.262Z] === RUN TestRenameLinkedContainer [2019-09-11T09:24:17.442Z] CC criu/log.o [2019-09-11T09:24:17.724Z] CC criu/lsm.o [2019-09-11T09:24:18.010Z] CC criu/mem.o [2019-09-11T09:24:19.016Z] CC criu/mount.o [2019-09-11T09:24:20.527Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-09-11T09:24:21.452Z] --- PASS: TestRenameLinkedContainer (4.18s) [2019-09-11T09:24:21.452Z] === RUN TestRenameStoppedContainer [2019-09-11T09:24:21.688Z] CC criu/namespaces.o [2019-09-11T09:24:22.303Z] CC criu/net.o [2019-09-11T09:24:22.378Z] --- PASS: TestRenameStoppedContainer (0.90s) [2019-09-11T09:24:22.378Z] === RUN TestRenameRunningContainerAndReuse [2019-09-11T09:24:22.633Z] === RUN Test/DockerSuite/TestBuildBlankName [2019-09-11T09:24:23.193Z] === RUN Test/DockerSuite/TestBuildBuildTimeArg [2019-09-11T09:24:23.193Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-09-11T09:24:24.119Z] --- PASS: TestRenameRunningContainerAndReuse (1.95s) [2019-09-11T09:24:24.119Z] === RUN TestRenameInvalidName [2019-09-11T09:24:24.323Z] CC criu/netfilter.o [2019-09-11T09:24:24.605Z] CC criu/page-pipe.o [2019-09-11T09:24:24.887Z] CC criu/page-xfer.o [2019-09-11T09:24:25.481Z] --- PASS: TestRenameInvalidName (1.17s) [2019-09-11T09:24:25.481Z] === RUN TestRenameAnonymousContainer [2019-09-11T09:24:25.894Z] CC criu/pagemap-cache.o [2019-09-11T09:24:25.894Z] CC criu/pagemap.o [2019-09-11T09:24:26.043Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-11T09:24:26.508Z] CC criu/parasite-syscall.o [2019-09-11T09:24:27.130Z] CC criu/path.o [2019-09-11T09:24:27.413Z] CC criu/pie-util-vdso-elf32.o [2019-09-11T09:24:27.696Z] CC criu/pie-util-vdso.o [2019-09-11T09:24:27.991Z] CC criu/pie-util.o [2019-09-11T09:24:27.991Z] CC criu/pipes.o [2019-09-11T09:24:28.561Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-11T09:24:28.609Z] CC criu/plugin.o [2019-09-11T09:24:28.609Z] CC criu/proc_parse.o [2019-09-11T09:24:29.924Z] --- PASS: TestRenameAnonymousContainer (4.35s) [2019-09-11T09:24:29.924Z] === RUN TestRenameContainerWithSameName [2019-09-11T09:24:29.924Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-11T09:24:30.635Z] CC criu/protobuf-desc.o [2019-09-11T09:24:31.251Z] CC criu/protobuf.o [2019-09-11T09:24:31.251Z] CC criu/pstree.o [2019-09-11T09:24:31.288Z] --- PASS: TestRenameContainerWithSameName (1.34s) [2019-09-11T09:24:31.288Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-11T09:24:32.258Z] CC criu/rbtree.o [2019-09-11T09:24:32.258Z] CC criu/rst-malloc.o [2019-09-11T09:24:32.540Z] CC criu/seccomp.o [2019-09-11T09:24:32.822Z] CC criu/seize.o [2019-09-11T09:24:33.175Z] --- PASS: TestRenameContainerWithLinkedContainer (2.01s) [2019-09-11T09:24:33.175Z] === RUN TestResize [2019-09-11T09:24:33.175Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-11T09:24:33.437Z] CC criu/servicefd.o [2019-09-11T09:24:33.721Z] CC criu/shmem.o [2019-09-11T09:24:34.337Z] CC criu/sigframe.o [2019-09-11T09:24:34.540Z] --- PASS: TestResize (1.51s) [2019-09-11T09:24:34.541Z] === RUN TestResizeWithInvalidSize [2019-09-11T09:24:34.620Z] CC criu/signalfd.o [2019-09-11T09:24:34.620Z] CC criu/sk-inet.o [2019-09-11T09:24:35.468Z] --- PASS: TestResizeWithInvalidSize (1.00s) [2019-09-11T09:24:35.468Z] === RUN TestResizeWhenContainerNotStarted [2019-09-11T09:24:35.626Z] CC criu/sk-netlink.o [2019-09-11T09:24:35.626Z] CC criu/sk-packet.o [2019-09-11T09:24:36.037Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-11T09:24:36.253Z] CC criu/sk-queue.o [2019-09-11T09:24:36.535Z] CC criu/sk-tcp.o [2019-09-11T09:24:36.597Z] --- PASS: TestResizeWhenContainerNotStarted (1.18s) [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-11T09:24:36.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-11T09:24:36.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-11T09:24:36.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-11T09:24:36.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-11T09:24:36.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-11T09:24:36.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-11T09:24:36.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-11T09:24:36.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:24:36.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:24:36.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:24:36.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:24:36.597Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:24:36.597Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:24:36.597Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-11T09:24:36.597Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-11T09:24:36.817Z] CC criu/sk-unix.o [2019-09-11T09:24:37.961Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartKillWait [2019-09-11T09:24:38.286Z] CC criu/sockets.o [2019-09-11T09:24:38.299Z] ok github.com/docker/docker/daemon 3.009s coverage: 9.1% of statements [2019-09-11T09:24:38.299Z] ok github.com/docker/docker/daemon/cluster 1.295s coverage: 0.5% of statements [2019-09-11T09:24:38.299Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.236s coverage: 65.3% of statements [2019-09-11T09:24:38.299Z] ok github.com/docker/docker/daemon/cluster/convert 1.206s coverage: 35.8% of statements [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-11T09:24:38.299Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.151s coverage: 10.9% of statements [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-11T09:24:38.299Z] ok github.com/docker/docker/daemon/config 0.712s coverage: 82.3% of statements [2019-09-11T09:24:38.299Z] ok github.com/docker/docker/daemon/discovery 0.531s coverage: 30.0% of statements [2019-09-11T09:24:38.299Z] ok github.com/docker/docker/daemon/events 0.315s coverage: 50.0% of statements [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-11T09:24:38.299Z] ok github.com/docker/docker/daemon/graphdriver 0.163s coverage: 2.3% of statements [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-09-11T09:24:38.299Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-09-11T09:24:38.901Z] CC criu/stats.o [2019-09-11T09:24:39.185Z] CC criu/string.o [2019-09-11T09:24:39.185Z] CC criu/sysctl.o [2019-09-11T09:24:39.269Z] ok github.com/docker/docker/daemon/images 0.363s coverage: 4.9% of statements [2019-09-11T09:24:39.269Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-11T09:24:39.269Z] ok github.com/docker/docker/daemon/links 0.067s coverage: 93.0% of statements [2019-09-11T09:24:39.269Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-11T09:24:39.269Z] ok github.com/docker/docker/daemon/logger 0.605s coverage: 43.0% of statements [2019-09-11T09:24:39.269Z] ok github.com/docker/docker/daemon/logger/awslogs 0.698s coverage: 77.8% of statements [2019-09-11T09:24:39.269Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-09-11T09:24:39.269Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-11T09:24:39.269Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-11T09:24:39.269Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-09-11T09:24:39.269Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-09-11T09:24:39.467Z] CC criu/sysfs_parse.o [2019-09-11T09:24:39.750Z] CC criu/timerfd.o [2019-09-11T09:24:39.848Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-11T09:24:39.848Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-11T09:24:39.848Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-11T09:24:40.032Z] CC criu/tty.o [2019-09-11T09:24:40.773Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-09-11T09:24:40.809Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.483s coverage: 62.1% of statements [2019-09-11T09:24:40.809Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.304s coverage: 88.3% of statements [2019-09-11T09:24:41.335Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-11T09:24:41.502Z] CC criu/tun.o [2019-09-11T09:24:41.896Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartOnFailure [2019-09-11T09:24:42.118Z] CC criu/uffd.o [2019-09-11T09:24:42.350Z] ok github.com/docker/docker/daemon/logger/local 0.606s coverage: 74.7% of statements [2019-09-11T09:24:42.350Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-11T09:24:42.350Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.195s coverage: 18.1% of statements [2019-09-11T09:24:42.733Z] CC criu/util.o [2019-09-11T09:24:43.262Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-11T09:24:43.742Z] CC criu/uts_ns.o [2019-09-11T09:24:43.823Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-11T09:24:44.029Z] CC criu/vdso.o [2019-09-11T09:24:44.311Z] LINK criu/built-in.o [2019-09-11T09:24:44.531Z] ok github.com/docker/docker/daemon/logger/splunk 2.282s coverage: 84.5% of statements [2019-09-11T09:24:44.531Z] ok github.com/docker/docker/daemon/logger/syslog 0.162s coverage: 47.8% of statements [2019-09-11T09:24:44.531Z] ok github.com/docker/docker/daemon/logger/templates 0.061s coverage: 8.3% of statements [2019-09-11T09:24:44.531Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-11T09:24:44.531Z] ? github.com/docker/docker/daemon/network [no test files] [2019-09-11T09:24:44.531Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-11T09:24:44.593Z] LINK criu/criu [2019-09-11T09:24:44.875Z] DEP lib/c/criu.d [2019-09-11T09:24:44.875Z] CC images/rpc.pb-c.o [2019-09-11T09:24:45.158Z] CC lib/c/criu.o [2019-09-11T09:24:45.710Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEnv [2019-09-11T09:24:45.710Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-11T09:24:46.167Z] LINK lib/c/built-in.o [2019-09-11T09:24:46.167Z] LINK lib/c/libcriu.so [2019-09-11T09:24:46.167Z] GEN magic.py [2019-09-11T09:24:46.270Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:24:46.450Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-11T09:24:46.450Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-11T09:24:46.736Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-11T09:24:47.021Z] make[1]: Nothing to be done for 'all'. [2019-09-11T09:24:47.310Z] make[1]: 'images/built-in.o' is up to date. [2019-09-11T09:24:47.310Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-11T09:24:47.310Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-11T09:24:47.310Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-11T09:24:47.310Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-11T09:24:47.310Z] make[1]: Nothing to be done for 'all'. [2019-09-11T09:24:47.310Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-11T09:24:47.310Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:24:47.439Z] ok github.com/docker/docker/distribution 1.335s coverage: 20.8% of statements [2019-09-11T09:24:47.593Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:24:47.593Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:24:47.593Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:24:47.593Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:24:47.593Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:24:47.593Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:24:47.593Z] make[2]: Nothing to be done for 'all'. [2019-09-11T09:24:47.593Z] INSTALL criu/criu [2019-09-11T09:24:48.159Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:24:48.159Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartRenameContainer [2019-09-11T09:24:48.159Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:24:48.409Z] ok github.com/docker/docker/distribution/metadata 1.901s coverage: 48.2% of statements [2019-09-11T09:24:48.409Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-11T09:24:48.409Z] ok github.com/docker/docker/distribution/xfer 2.273s coverage: 62.2% of statements [2019-09-11T09:24:48.409Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-11T09:24:48.409Z] ok github.com/docker/docker/errdefs 0.178s coverage: 49.4% of statements [2019-09-11T09:24:49.617Z] Removing intermediate container e433170b371a [2019-09-11T09:24:49.617Z] ---> d4665b382f71 [2019-09-11T09:24:49.617Z] Step 12/126 : FROM base AS registry [2019-09-11T09:24:49.617Z] ---> 44c0cc1abfc2 [2019-09-11T09:24:49.617Z] Step 13/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-11T09:24:49.617Z] ---> Running in 7ce01af626cc [2019-09-11T09:24:49.617Z] Removing intermediate container 7ce01af626cc [2019-09-11T09:24:49.617Z] ---> 3490f732ba53 [2019-09-11T09:24:49.617Z] Step 14/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-11T09:24:49.617Z] ---> Running in 35f069c7e873 [2019-09-11T09:24:49.617Z] Removing intermediate container 35f069c7e873 [2019-09-11T09:24:49.617Z] ---> 1a5fa6608990 [2019-09-11T09:24:49.617Z] 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-11T09:24:49.617Z] ---> Running in e794386c9076 [2019-09-11T09:24:49.898Z] + mktemp -d [2019-09-11T09:24:49.898Z] + export GOPATH=/tmp/tmp.JwdFBDkjZh [2019-09-11T09:24:49.898Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.JwdFBDkjZh/src/github.com/docker/distribution [2019-09-11T09:24:49.898Z] Cloning into '/tmp/tmp.JwdFBDkjZh/src/github.com/docker/distribution'... [2019-09-11T09:24:50.046Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:24:50.046Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-11T09:24:50.589Z] ok github.com/docker/docker/image 1.237s coverage: 86.4% of statements [2019-09-11T09:24:50.589Z] ok github.com/docker/docker/image/cache 0.522s coverage: 19.2% of statements [2019-09-11T09:24:50.589Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-11T09:24:50.589Z] ok github.com/docker/docker/image/v1 0.256s coverage: 25.0% of statements [2019-09-11T09:24:50.589Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-11T09:24:51.048Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-11T09:24:51.048Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-11T09:24:51.048Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-11T09:24:51.507Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-11T09:24:51.507Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-11T09:24:51.507Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-11T09:24:51.507Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-11T09:24:51.507Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-11T09:24:51.507Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-11T09:24:51.507Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-11T09:24:51.507Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-11T09:24:51.934Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-09-11T09:24:51.970Z] ok github.com/docker/docker/internal/testutil 0.096s coverage: 62.5% of statements [2019-09-11T09:24:52.192Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-11T09:24:52.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.80s) [2019-09-11T09:24:52.192Z] 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-11T09:24:52.192Z] daemon.go:336: [d4b511ae0b7c9] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:336: [d4b511ae0b7c9] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:364: [d4b511ae0b7c9] daemon started [2019-09-11T09:24:52.192Z] daemon.go:336: [d4b511ae0b7c9] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:307: [d4b511ae0b7c9] exiting daemon [2019-09-11T09:24:52.192Z] daemon.go:336: [d4b511ae0b7c9] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:364: [d4b511ae0b7c9] daemon started [2019-09-11T09:24:52.192Z] daemon.go:472: [d4b511ae0b7c9] Stopping daemon [2019-09-11T09:24:52.192Z] daemon.go:307: [d4b511ae0b7c9] exiting daemon [2019-09-11T09:24:52.192Z] daemon.go:459: [d4b511ae0b7c9] Daemon stopped [2019-09-11T09:24:52.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.20s) [2019-09-11T09:24:52.192Z] 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-11T09:24:52.192Z] daemon.go:336: [df752494dea5c] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:336: [df752494dea5c] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:364: [df752494dea5c] daemon started [2019-09-11T09:24:52.192Z] daemon.go:307: [df752494dea5c] exiting daemon [2019-09-11T09:24:52.192Z] daemon.go:336: [df752494dea5c] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:336: [df752494dea5c] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:364: [df752494dea5c] daemon started [2019-09-11T09:24:52.192Z] daemon.go:472: [df752494dea5c] Stopping daemon [2019-09-11T09:24:52.192Z] daemon.go:307: [df752494dea5c] exiting daemon [2019-09-11T09:24:52.192Z] daemon.go:459: [df752494dea5c] Daemon stopped [2019-09-11T09:24:52.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.46s) [2019-09-11T09:24:52.192Z] 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-11T09:24:52.192Z] daemon.go:336: [d28b3e9f2aba7] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:336: [d28b3e9f2aba7] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:364: [d28b3e9f2aba7] daemon started [2019-09-11T09:24:52.192Z] daemon.go:472: [d28b3e9f2aba7] Stopping daemon [2019-09-11T09:24:52.192Z] daemon.go:307: [d28b3e9f2aba7] exiting daemon [2019-09-11T09:24:52.192Z] daemon.go:459: [d28b3e9f2aba7] Daemon stopped [2019-09-11T09:24:52.192Z] daemon.go:336: [d28b3e9f2aba7] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:336: [d28b3e9f2aba7] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:364: [d28b3e9f2aba7] daemon started [2019-09-11T09:24:52.192Z] daemon.go:472: [d28b3e9f2aba7] Stopping daemon [2019-09-11T09:24:52.192Z] daemon.go:307: [d28b3e9f2aba7] exiting daemon [2019-09-11T09:24:52.192Z] daemon.go:459: [d28b3e9f2aba7] Daemon stopped [2019-09-11T09:24:52.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.78s) [2019-09-11T09:24:52.192Z] 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-11T09:24:52.192Z] daemon.go:336: [db50b1502261c] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:336: [db50b1502261c] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:364: [db50b1502261c] daemon started [2019-09-11T09:24:52.192Z] daemon.go:336: [db50b1502261c] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:307: [db50b1502261c] exiting daemon [2019-09-11T09:24:52.192Z] daemon.go:336: [db50b1502261c] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:364: [db50b1502261c] daemon started [2019-09-11T09:24:52.192Z] daemon.go:472: [db50b1502261c] Stopping daemon [2019-09-11T09:24:52.192Z] daemon.go:307: [db50b1502261c] exiting daemon [2019-09-11T09:24:52.192Z] daemon.go:459: [db50b1502261c] Daemon stopped [2019-09-11T09:24:52.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.72s) [2019-09-11T09:24:52.192Z] 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-11T09:24:52.192Z] daemon.go:336: [de9bf29b1d79d] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:336: [de9bf29b1d79d] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:364: [de9bf29b1d79d] daemon started [2019-09-11T09:24:52.192Z] daemon.go:472: [de9bf29b1d79d] Stopping daemon [2019-09-11T09:24:52.192Z] daemon.go:307: [de9bf29b1d79d] exiting daemon [2019-09-11T09:24:52.192Z] daemon.go:459: [de9bf29b1d79d] Daemon stopped [2019-09-11T09:24:52.192Z] daemon.go:336: [de9bf29b1d79d] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:336: [de9bf29b1d79d] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:364: [de9bf29b1d79d] daemon started [2019-09-11T09:24:52.192Z] daemon.go:472: [de9bf29b1d79d] Stopping daemon [2019-09-11T09:24:52.192Z] daemon.go:307: [de9bf29b1d79d] exiting daemon [2019-09-11T09:24:52.192Z] daemon.go:459: [de9bf29b1d79d] Daemon stopped [2019-09-11T09:24:52.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.58s) [2019-09-11T09:24:52.192Z] 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-11T09:24:52.192Z] daemon.go:336: [d4d79aaea3530] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:336: [d4d79aaea3530] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:364: [d4d79aaea3530] daemon started [2019-09-11T09:24:52.192Z] daemon.go:336: [d4d79aaea3530] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:307: [d4d79aaea3530] exiting daemon [2019-09-11T09:24:52.192Z] daemon.go:336: [d4d79aaea3530] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:364: [d4d79aaea3530] daemon started [2019-09-11T09:24:52.192Z] daemon.go:472: [d4d79aaea3530] Stopping daemon [2019-09-11T09:24:52.192Z] daemon.go:307: [d4d79aaea3530] exiting daemon [2019-09-11T09:24:52.192Z] daemon.go:459: [d4d79aaea3530] Daemon stopped [2019-09-11T09:24:52.192Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.57s) [2019-09-11T09:24:52.192Z] 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-11T09:24:52.192Z] daemon.go:336: [dc5ae05bad902] waiting for daemon to start [2019-09-11T09:24:52.192Z] daemon.go:336: [dc5ae05bad902] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:364: [dc5ae05bad902] daemon started [2019-09-11T09:24:52.193Z] daemon.go:472: [dc5ae05bad902] Stopping daemon [2019-09-11T09:24:52.193Z] daemon.go:307: [dc5ae05bad902] exiting daemon [2019-09-11T09:24:52.193Z] daemon.go:459: [dc5ae05bad902] Daemon stopped [2019-09-11T09:24:52.193Z] daemon.go:336: [dc5ae05bad902] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:336: [dc5ae05bad902] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:364: [dc5ae05bad902] daemon started [2019-09-11T09:24:52.193Z] daemon.go:472: [dc5ae05bad902] Stopping daemon [2019-09-11T09:24:52.193Z] daemon.go:307: [dc5ae05bad902] exiting daemon [2019-09-11T09:24:52.193Z] daemon.go:459: [dc5ae05bad902] Daemon stopped [2019-09-11T09:24:52.193Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.55s) [2019-09-11T09:24:52.193Z] 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-11T09:24:52.193Z] daemon.go:336: [d9dd3bb53cc1d] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:336: [d9dd3bb53cc1d] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:364: [d9dd3bb53cc1d] daemon started [2019-09-11T09:24:52.193Z] daemon.go:472: [d9dd3bb53cc1d] Stopping daemon [2019-09-11T09:24:52.193Z] daemon.go:307: [d9dd3bb53cc1d] exiting daemon [2019-09-11T09:24:52.193Z] daemon.go:459: [d9dd3bb53cc1d] Daemon stopped [2019-09-11T09:24:52.193Z] daemon.go:336: [d9dd3bb53cc1d] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:336: [d9dd3bb53cc1d] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:364: [d9dd3bb53cc1d] daemon started [2019-09-11T09:24:52.193Z] daemon.go:472: [d9dd3bb53cc1d] Stopping daemon [2019-09-11T09:24:52.193Z] daemon.go:307: [d9dd3bb53cc1d] exiting daemon [2019-09-11T09:24:52.193Z] daemon.go:459: [d9dd3bb53cc1d] Daemon stopped [2019-09-11T09:24:52.193Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.83s) [2019-09-11T09:24:52.193Z] 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-11T09:24:52.193Z] daemon.go:336: [de111e77b2044] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:336: [de111e77b2044] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:364: [de111e77b2044] daemon started [2019-09-11T09:24:52.193Z] daemon.go:472: [de111e77b2044] Stopping daemon [2019-09-11T09:24:52.193Z] daemon.go:307: [de111e77b2044] exiting daemon [2019-09-11T09:24:52.193Z] daemon.go:459: [de111e77b2044] Daemon stopped [2019-09-11T09:24:52.193Z] daemon.go:336: [de111e77b2044] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:336: [de111e77b2044] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:364: [de111e77b2044] daemon started [2019-09-11T09:24:52.193Z] daemon.go:472: [de111e77b2044] Stopping daemon [2019-09-11T09:24:52.193Z] daemon.go:307: [de111e77b2044] exiting daemon [2019-09-11T09:24:52.193Z] daemon.go:459: [de111e77b2044] Daemon stopped [2019-09-11T09:24:52.193Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.58s) [2019-09-11T09:24:52.193Z] 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-11T09:24:52.193Z] daemon.go:336: [d9a12d8b7c20a] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:336: [d9a12d8b7c20a] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:364: [d9a12d8b7c20a] daemon started [2019-09-11T09:24:52.193Z] daemon.go:336: [d9a12d8b7c20a] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:307: [d9a12d8b7c20a] exiting daemon [2019-09-11T09:24:52.193Z] daemon.go:336: [d9a12d8b7c20a] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:364: [d9a12d8b7c20a] daemon started [2019-09-11T09:24:52.193Z] daemon.go:472: [d9a12d8b7c20a] Stopping daemon [2019-09-11T09:24:52.193Z] daemon.go:307: [d9a12d8b7c20a] exiting daemon [2019-09-11T09:24:52.193Z] daemon.go:459: [d9a12d8b7c20a] Daemon stopped [2019-09-11T09:24:52.193Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.74s) [2019-09-11T09:24:52.193Z] 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-11T09:24:52.193Z] daemon.go:336: [d0871d88ffe9a] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:336: [d0871d88ffe9a] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:364: [d0871d88ffe9a] daemon started [2019-09-11T09:24:52.193Z] daemon.go:336: [d0871d88ffe9a] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:307: [d0871d88ffe9a] exiting daemon [2019-09-11T09:24:52.193Z] daemon.go:336: [d0871d88ffe9a] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:364: [d0871d88ffe9a] daemon started [2019-09-11T09:24:52.193Z] daemon.go:472: [d0871d88ffe9a] Stopping daemon [2019-09-11T09:24:52.193Z] daemon.go:307: [d0871d88ffe9a] exiting daemon [2019-09-11T09:24:52.193Z] daemon.go:459: [d0871d88ffe9a] Daemon stopped [2019-09-11T09:24:52.193Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.42s) [2019-09-11T09:24:52.193Z] 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-11T09:24:52.193Z] daemon.go:336: [d21105c76b2cd] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:336: [d21105c76b2cd] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:364: [d21105c76b2cd] daemon started [2019-09-11T09:24:52.193Z] daemon.go:472: [d21105c76b2cd] Stopping daemon [2019-09-11T09:24:52.193Z] daemon.go:307: [d21105c76b2cd] exiting daemon [2019-09-11T09:24:52.193Z] daemon.go:459: [d21105c76b2cd] Daemon stopped [2019-09-11T09:24:52.193Z] daemon.go:336: [d21105c76b2cd] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:336: [d21105c76b2cd] waiting for daemon to start [2019-09-11T09:24:52.193Z] daemon.go:364: [d21105c76b2cd] daemon started [2019-09-11T09:24:52.193Z] daemon.go:472: [d21105c76b2cd] Stopping daemon [2019-09-11T09:24:52.193Z] daemon.go:307: [d21105c76b2cd] exiting daemon [2019-09-11T09:24:52.193Z] daemon.go:459: [d21105c76b2cd] Daemon stopped [2019-09-11T09:24:52.193Z] === RUN TestCgroupNamespacesRun [2019-09-11T09:24:52.580Z] + cd /tmp/tmp.JwdFBDkjZh/src/github.com/docker/distribution [2019-09-11T09:24:52.580Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-11T09:24:53.195Z] + GOPATH=/tmp/tmp.JwdFBDkjZh/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.JwdFBDkjZh go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-11T09:24:54.080Z] --- PASS: TestCgroupNamespacesRun (1.92s) [2019-09-11T09:24:54.080Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRun [2019-09-11T09:24:54.080Z] daemon.go:336: [d3e3e8d30f9ef] waiting for daemon to start [2019-09-11T09:24:54.080Z] daemon.go:336: [d3e3e8d30f9ef] waiting for daemon to start [2019-09-11T09:24:54.080Z] daemon.go:364: [d3e3e8d30f9ef] daemon started [2019-09-11T09:24:54.080Z] daemon.go:472: [d3e3e8d30f9ef] Stopping daemon [2019-09-11T09:24:54.080Z] daemon.go:307: [d3e3e8d30f9ef] exiting daemon [2019-09-11T09:24:54.080Z] daemon.go:459: [d3e3e8d30f9ef] Daemon stopped [2019-09-11T09:24:54.080Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-11T09:24:55.708Z] ok github.com/docker/docker/layer 0.531s coverage: 27.9% of statements [2019-09-11T09:24:55.708Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-11T09:24:56.594Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.96s) [2019-09-11T09:24:56.594Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunPrivileged [2019-09-11T09:24:56.594Z] daemon.go:336: [d3e42f4489323] waiting for daemon to start [2019-09-11T09:24:56.594Z] daemon.go:336: [d3e42f4489323] waiting for daemon to start [2019-09-11T09:24:56.594Z] daemon.go:364: [d3e42f4489323] daemon started [2019-09-11T09:24:56.594Z] daemon.go:472: [d3e42f4489323] Stopping daemon [2019-09-11T09:24:56.594Z] daemon.go:307: [d3e42f4489323] exiting daemon [2019-09-11T09:24:56.594Z] daemon.go:459: [d3e42f4489323] Daemon stopped [2019-09-11T09:24:56.594Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-11T09:24:56.681Z] ok github.com/docker/docker/libcontainerd/local 0.598s coverage: 1.0% of statements [2019-09-11T09:24:56.681Z] ok github.com/docker/docker/libcontainerd/queue 0.074s coverage: 100.0% of statements [2019-09-11T09:24:56.681Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-11T09:24:56.681Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-11T09:24:56.681Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-11T09:24:56.681Z] ? github.com/docker/docker/oci [no test files] [2019-09-11T09:24:56.681Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-11T09:24:56.681Z] ok github.com/docker/docker/opts 0.853s coverage: 67.3% of statements [2019-09-11T09:24:56.681Z] ok github.com/docker/docker/pkg/aaparser 0.039s coverage: 50.0% of statements [2019-09-11T09:24:57.520Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-09-11T09:24:58.081Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.89s) [2019-09-11T09:24:58.081Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunDaemonHostMode [2019-09-11T09:24:58.081Z] daemon.go:336: [dc060137efcd9] waiting for daemon to start [2019-09-11T09:24:58.081Z] daemon.go:336: [dc060137efcd9] waiting for daemon to start [2019-09-11T09:24:58.081Z] daemon.go:364: [dc060137efcd9] daemon started [2019-09-11T09:24:58.081Z] daemon.go:472: [dc060137efcd9] Stopping daemon [2019-09-11T09:24:58.081Z] daemon.go:307: [dc060137efcd9] exiting daemon [2019-09-11T09:24:58.081Z] daemon.go:459: [dc060137efcd9] Daemon stopped [2019-09-11T09:24:58.081Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-11T09:24:59.006Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-09-11T09:24:59.568Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansion [2019-09-11T09:24:59.824Z] --- PASS: TestCgroupNamespacesRunHostMode (1.86s) [2019-09-11T09:24:59.824Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunHostMode [2019-09-11T09:24:59.824Z] daemon.go:336: [dae7af9ec068f] waiting for daemon to start [2019-09-11T09:24:59.824Z] daemon.go:336: [dae7af9ec068f] waiting for daemon to start [2019-09-11T09:24:59.824Z] daemon.go:364: [dae7af9ec068f] daemon started [2019-09-11T09:24:59.824Z] daemon.go:472: [dae7af9ec068f] Stopping daemon [2019-09-11T09:24:59.824Z] daemon.go:307: [dae7af9ec068f] exiting daemon [2019-09-11T09:24:59.824Z] daemon.go:459: [dae7af9ec068f] Daemon stopped [2019-09-11T09:24:59.824Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-11T09:25:01.224Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-09-11T09:25:01.807Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.03s) [2019-09-11T09:25:01.807Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunPrivateMode [2019-09-11T09:25:01.807Z] daemon.go:336: [d5e46d38950d0] waiting for daemon to start [2019-09-11T09:25:01.807Z] daemon.go:336: [d5e46d38950d0] waiting for daemon to start [2019-09-11T09:25:01.807Z] daemon.go:364: [d5e46d38950d0] daemon started [2019-09-11T09:25:01.807Z] daemon.go:472: [d5e46d38950d0] Stopping daemon [2019-09-11T09:25:01.807Z] daemon.go:307: [d5e46d38950d0] exiting daemon [2019-09-11T09:25:01.807Z] daemon.go:459: [d5e46d38950d0] Daemon stopped [2019-09-11T09:25:01.807Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-11T09:25:02.732Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.84s) [2019-09-11T09:25:02.732Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-11T09:25:02.732Z] daemon.go:336: [dc33ed789795b] waiting for daemon to start [2019-09-11T09:25:02.732Z] daemon.go:336: [dc33ed789795b] waiting for daemon to start [2019-09-11T09:25:02.732Z] daemon.go:364: [dc33ed789795b] daemon started [2019-09-11T09:25:02.732Z] daemon.go:472: [dc33ed789795b] Stopping daemon [2019-09-11T09:25:02.732Z] daemon.go:307: [dc33ed789795b] exiting daemon [2019-09-11T09:25:02.732Z] daemon.go:459: [dc33ed789795b] Daemon stopped [2019-09-11T09:25:02.732Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-11T09:25:03.658Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-11T09:25:03.658Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s) [2019-09-11T09:25:03.658Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunInvalidMode [2019-09-11T09:25:03.658Z] daemon.go:336: [dae29d7094a77] waiting for daemon to start [2019-09-11T09:25:03.658Z] daemon.go:336: [dae29d7094a77] waiting for daemon to start [2019-09-11T09:25:03.658Z] daemon.go:364: [dae29d7094a77] daemon started [2019-09-11T09:25:03.658Z] daemon.go:472: [dae29d7094a77] Stopping daemon [2019-09-11T09:25:03.658Z] daemon.go:307: [dae29d7094a77] exiting daemon [2019-09-11T09:25:03.658Z] daemon.go:459: [dae29d7094a77] Daemon stopped [2019-09-11T09:25:03.658Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-11T09:25:06.170Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.11s) [2019-09-11T09:25:06.170Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunOlderClient [2019-09-11T09:25:06.170Z] daemon.go:336: [d5252e4bea541] waiting for daemon to start [2019-09-11T09:25:06.170Z] daemon.go:336: [d5252e4bea541] waiting for daemon to start [2019-09-11T09:25:06.170Z] daemon.go:364: [d5252e4bea541] daemon started [2019-09-11T09:25:06.170Z] daemon.go:472: [d5252e4bea541] Stopping daemon [2019-09-11T09:25:06.170Z] daemon.go:307: [d5252e4bea541] exiting daemon [2019-09-11T09:25:06.170Z] daemon.go:459: [d5252e4bea541] Daemon stopped [2019-09-11T09:25:06.170Z] === RUN TestKernelTCPMemory [2019-09-11T09:25:07.095Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-11T09:25:07.097Z] --- PASS: TestKernelTCPMemory (1.12s) [2019-09-11T09:25:07.097Z] === RUN TestNISDomainname [2019-09-11T09:25:07.352Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgHistory [2019-09-11T09:25:07.479Z] [2019-09-11T09:25:07.479Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-11T09:25:07.851Z] PKG_CONFIG=pkg-config [2019-09-11T09:25:07.851Z] GOLANG_VERSION=1.12.9 [2019-09-11T09:25:07.851Z] HOSTNAME=ced58a8a0541 [2019-09-11T09:25:07.851Z] DOCKER_EXPERIMENTAL=1 [2019-09-11T09:25:07.851Z] container=docker [2019-09-11T09:25:07.851Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-11T09:25:07.851Z] GOMETALINTER_OPTS=--deadline=2m [2019-09-11T09:25:07.851Z] GOPATH=/go [2019-09-11T09:25:07.851Z] PWD=/go/src/github.com/docker/docker [2019-09-11T09:25:07.851Z] HOME=/root [2019-09-11T09:25:07.851Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-11T09:25:07.851Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-11T09:25:07.851Z] DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:25:07.851Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-11T09:25:07.851Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-11T09:25:07.851Z] TERM=xterm [2019-09-11T09:25:07.851Z] DEST=bundles/test-integration [2019-09-11T09:25:07.851Z] SHLVL=1 [2019-09-11T09:25:07.851Z] TIMEOUT=120m [2019-09-11T09:25:07.851Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-11T09:25:07.851Z] DOCKER_PKG=github.com/docker/docker [2019-09-11T09:25:07.851Z] _=/usr/bin/env [2019-09-11T09:25:07.851Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-11T09:25:07.912Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-11T09:25:08.170Z] --- PASS: TestNISDomainname (1.29s) [2019-09-11T09:25:08.170Z] === RUN TestHostnameDnsResolution [2019-09-11T09:25:09.535Z] --- PASS: TestHostnameDnsResolution (1.49s) [2019-09-11T09:25:09.535Z] === RUN TestStats [2019-09-11T09:25:10.463Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-11T09:25:12.350Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-09-11T09:25:12.350Z] --- PASS: TestStats (2.74s) [2019-09-11T09:25:12.350Z] === RUN TestStopContainerWithTimeout [2019-09-11T09:25:12.350Z] === RUN TestStopContainerWithTimeout/0 [2019-09-11T09:25:12.350Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-11T09:25:12.350Z] === RUN TestStopContainerWithTimeout/1 [2019-09-11T09:25:12.350Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-11T09:25:12.350Z] === RUN TestStopContainerWithTimeout/3 [2019-09-11T09:25:12.350Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-11T09:25:12.350Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-11T09:25:12.350Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-11T09:25:12.350Z] === CONT TestStopContainerWithTimeout/0 [2019-09-11T09:25:12.350Z] === CONT TestStopContainerWithTimeout/3 [2019-09-11T09:25:13.712Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-11T09:25:13.712Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-11T09:25:14.597Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-09-11T09:25:14.597Z] Copying nested executables into bundles/binary-daemon [2019-09-11T09:25:14.597Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-09-11T09:25:15.043Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39817/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a -e DOCKER_GRAPHDRIVER docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a hack/make.sh cross [2019-09-11T09:25:15.605Z] [2019-09-11T09:25:15.605Z] Removing bundles/ [2019-09-11T09:25:15.605Z] [2019-09-11T09:25:15.605Z] ---> Making bundle: cross (in bundles/cross) [2019-09-11T09:25:15.605Z] Cross building: bundles/cross/linux/amd64 [2019-09-11T09:25:15.605Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-09-11T09:25:15.605Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-09-11T09:25:15.606Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-09-11T09:25:15.606Z] === CONT TestStopContainerWithTimeout/1 [2019-09-11T09:25:16.969Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-09-11T09:25:17.530Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-09-11T09:25:17.530Z] --- PASS: TestStopContainerWithTimeout/0 (1.21s) [2019-09-11T09:25:17.530Z] --- PASS: TestStopContainerWithTimeout/3 (3.11s) [2019-09-11T09:25:17.530Z] --- PASS: TestStopContainerWithTimeout/-1 (2.88s) [2019-09-11T09:25:17.530Z] --- PASS: TestStopContainerWithTimeout/1 (2.07s) [2019-09-11T09:25:17.530Z] === RUN TestDeleteDevicemapper [2019-09-11T09:25:17.530Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-11T09:25:17.530Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-11T09:25:17.530Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-11T09:25:19.415Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-09-11T09:25:20.341Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.68s) [2019-09-11T09:25:20.341Z] === RUN TestUpdateMemory [2019-09-11T09:25:20.341Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-11T09:25:20.341Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-11T09:25:20.341Z] === RUN TestUpdateCPUQuota [2019-09-11T09:25:20.341Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-11T09:25:22.230Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-11T09:25:22.485Z] --- PASS: TestUpdateCPUQuota (2.11s) [2019-09-11T09:25:22.485Z] === RUN TestUpdatePidsLimit [2019-09-11T09:25:22.485Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-11T09:25:22.740Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-09-11T09:25:22.740Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-09-11T09:25:22.740Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-09-11T09:25:22.995Z] === RUN TestUpdatePidsLimit/no_change [2019-09-11T09:25:23.249Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-11T09:25:23.504Z] === RUN Test/DockerSuite/TestBuildCacheAdd [2019-09-11T09:25:23.760Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-11T09:25:24.320Z] === RUN Test/DockerSuite/TestBuildCacheBrokenSymlink [2019-09-11T09:25:24.320Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-11T09:25:24.880Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-11T09:25:25.136Z] === RUN Test/DockerSuite/TestBuildCacheFrom [2019-09-11T09:25:25.391Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/archive 9.394s coverage: 62.2% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/authorization 0.515s coverage: 26.2% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/broadcaster 0.148s coverage: 100.0% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/capabilities 0.053s coverage: 87.5% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/chrootarchive 0.146s coverage: 15.4% of statements [2019-09-11T09:25:26.652Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-11T09:25:26.652Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/directory 0.067s coverage: 80.0% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/discovery 0.100s coverage: 58.3% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/discovery/file 0.099s coverage: 92.9% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/discovery/kv 3.698s coverage: 84.1% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/discovery/memory 0.098s coverage: 92.3% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/discovery/nodes 0.088s coverage: 93.8% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/filenotify 0.075s coverage: 39.4% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/fileutils 0.104s coverage: 87.7% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/homedir 0.131s coverage: 37.5% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/idtools 0.124s coverage: 6.3% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/ioutils 0.681s coverage: 69.2% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/jsonmessage 0.277s coverage: 91.7% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/locker 0.063s coverage: 88.9% of statements [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/longpath 0.111s coverage: 100.0% of statements [2019-09-11T09:25:26.652Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/namesgenerator 0.047s coverage: 85.7% of statements [2019-09-11T09:25:26.652Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/parsers 0.064s coverage: 97.0% of statements [2019-09-11T09:25:26.652Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-09-11T09:25:26.652Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-09-11T09:25:26.652Z] ok github.com/docker/docker/pkg/pidfile 0.104s coverage: 82.6% of statements [2019-09-11T09:25:26.652Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-11T09:25:26.652Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-11T09:25:27.291Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithLinks [2019-09-11T09:25:27.291Z] --- PASS: TestUpdatePidsLimit (4.88s) [2019-09-11T09:25:27.291Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.47s) [2019-09-11T09:25:27.291Z] --- PASS: TestUpdatePidsLimit/no_change (0.49s) [2019-09-11T09:25:27.291Z] --- PASS: TestUpdatePidsLimit/update_lower (0.52s) [2019-09-11T09:25:27.291Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.56s) [2019-09-11T09:25:27.291Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.49s) [2019-09-11T09:25:27.291Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.45s) [2019-09-11T09:25:27.291Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2019-09-11T09:25:27.291Z] === RUN TestUpdateRestartPolicy [2019-09-11T09:25:31.455Z] === RUN Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-11T09:25:32.382Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithNames [2019-09-11T09:25:32.475Z] + dpkg --print-architecture [2019-09-11T09:25:32.475Z] + cd /tmp/tmp.JwdFBDkjZh/src/github.com/docker/distribution [2019-09-11T09:25:32.475Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-11T09:25:32.475Z] + GOPATH=/tmp/tmp.JwdFBDkjZh/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.JwdFBDkjZh [2019-09-11T09:25:32.475Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-11T09:25:32.637Z] === RUN Test/DockerSuite/TestBuildCacheRootSource [2019-09-11T09:25:33.563Z] === RUN Test/DockerSuite/TestBuildCancellationKillsSleep [2019-09-11T09:25:34.489Z] === RUN Test/DockerSuite/TestBuildChownOnCopy [2019-09-11T09:25:35.851Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-09-11T09:25:37.959Z] + rm -rf /tmp/tmp.JwdFBDkjZh/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.JwdFBDkjZh [2019-09-11T09:25:39.115Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-09-11T09:25:39.987Z] Removing intermediate container e794386c9076 [2019-09-11T09:25:39.987Z] ---> bca858f294c8 [2019-09-11T09:25:39.987Z] Step 16/126 : FROM base AS swagger [2019-09-11T09:25:39.987Z] ---> 44c0cc1abfc2 [2019-09-11T09:25:39.987Z] Step 17/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-11T09:25:39.987Z] ---> Running in e60e6ad22048 [2019-09-11T09:25:39.987Z] Removing intermediate container e60e6ad22048 [2019-09-11T09:25:39.987Z] ---> be767840da63 [2019-09-11T09:25:39.987Z] 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-11T09:25:39.987Z] ---> Running in 7160224efd16 [2019-09-11T09:25:40.271Z] + mktemp -d [2019-09-11T09:25:40.271Z] + export GOPATH=/tmp/tmp.OJUBSPjkRI [2019-09-11T09:25:40.271Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.OJUBSPjkRI/src/github.com/go-swagger/go-swagger [2019-09-11T09:25:40.271Z] Cloning into '/tmp/tmp.OJUBSPjkRI/src/github.com/go-swagger/go-swagger'... [2019-09-11T09:25:41.009Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-09-11T09:25:41.265Z] --- PASS: TestUpdateRestartPolicy (13.87s) [2019-09-11T09:25:41.265Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-11T09:25:41.265Z] === RUN Test/DockerSuite/TestBuildChownSingleFile [2019-09-11T09:25:42.190Z] --- PASS: TestUpdateRestartWithAutoRemove (1.11s) [2019-09-11T09:25:42.190Z] === RUN TestWaitNonBlocked [2019-09-11T09:25:42.190Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:25:42.190Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:25:42.190Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:25:42.190Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:25:42.190Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:25:42.190Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:25:43.552Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-11T09:25:43.552Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.97s) [2019-09-11T09:25:43.552Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.00s) [2019-09-11T09:25:43.552Z] === RUN TestWaitBlocked [2019-09-11T09:25:43.552Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-11T09:25:43.552Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-11T09:25:43.552Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-11T09:25:43.552Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-11T09:25:43.552Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-11T09:25:43.552Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-11T09:25:44.113Z] === RUN Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-11T09:25:44.675Z] --- PASS: TestWaitBlocked (0.03s) [2019-09-11T09:25:44.675Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.29s) [2019-09-11T09:25:44.675Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.33s) [2019-09-11T09:25:44.675Z] === CONT TestContainerStartOnDaemonRestart [2019-09-11T09:25:44.675Z] === CONT TestIpcModeOlderClient [2019-09-11T09:25:44.930Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-09-11T09:25:44.930Z] --- PASS: TestIpcModeOlderClient (0.19s) [2019-09-11T09:25:44.930Z] === CONT TestDaemonRestartIpcMode [2019-09-11T09:25:45.185Z] === RUN Test/DockerSuite/TestBuildClearCmd [2019-09-11T09:25:46.113Z] === RUN Test/DockerSuite/TestBuildCmd [2019-09-11T09:25:46.368Z] === RUN Test/DockerSuite/TestBuildCmdJSONNoShDashC [2019-09-11T09:25:46.929Z] === RUN Test/DockerSuite/TestBuildCmdShDashC [2019-09-11T09:25:47.081Z] + cd /tmp/tmp.OJUBSPjkRI/src/github.com/go-swagger/go-swagger [2019-09-11T09:25:47.081Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-11T09:25:47.185Z] === RUN Test/DockerSuite/TestBuildCmdShellArgsEscaped [2019-09-11T09:25:47.185Z] === RUN Test/DockerSuite/TestBuildCmdSpaces [2019-09-11T09:25:47.369Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/plugins 35.342s coverage: 73.4% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.052s coverage: 56.8% of statements [2019-09-11T09:25:47.744Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-11T09:25:47.744Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/plugins/transport 0.177s coverage: 85.7% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/pools 0.085s coverage: 87.9% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/progress 0.055s coverage: 75.9% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/pubsub 1.109s coverage: 73.9% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/reexec 0.079s coverage: 82.4% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/signal 0.057s coverage: 20.3% of statements [2019-09-11T09:25:47.744Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/stdcopy 0.045s coverage: 100.0% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/streamformatter 0.072s coverage: 66.2% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/stringid 0.036s coverage: 70.6% of statements [2019-09-11T09:25:47.744Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 38.2% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/system 0.056s coverage: 12.7% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/tailfile 0.058s coverage: 88.6% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/tarsum 0.202s coverage: 89.3% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/term 0.094s coverage: 30.8% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/term/windows 0.039s coverage: 0.0% of statements [no tests to run] [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/truncindex 0.137s coverage: 91.5% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/urlutil 0.039s coverage: 100.0% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/pkg/useragent 0.034s coverage: 88.9% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/plugin 0.275s coverage: 11.6% of statements [2019-09-11T09:25:47.744Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/plugin/v2 0.110s coverage: 20.1% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/reference 0.158s coverage: 84.4% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/registry 0.529s coverage: 52.3% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/registry/resumable 0.245s coverage: 100.0% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/restartmanager 0.037s coverage: 50.9% of statements [2019-09-11T09:25:47.744Z] ? github.com/docker/docker/rootless [no test files] [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/runconfig 0.110s coverage: 54.5% of statements [2019-09-11T09:25:47.744Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-11T09:25:47.744Z] ? github.com/docker/docker/volume [no test files] [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/volume/drivers 0.249s coverage: 36.1% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/volume/local 0.180s coverage: 37.7% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/volume/mounts 0.088s coverage: 66.2% of statements [2019-09-11T09:25:47.744Z] ok github.com/docker/docker/volume/service 0.456s coverage: 70.3% of statements [2019-09-11T09:25:47.744Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-11T09:25:47.744Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-11T09:25:47.744Z] INFO: make.ps1 ended at 09/11/2019 09:25:46 [2019-09-11T09:25:48.203Z] INFO: Unit tests ended at 09/11/2019 09:25:48. Duration:00:04:00.3817647 [2019-09-11T09:25:48.203Z] INFO: Building busybox [2019-09-11T09:25:48.548Z] --- PASS: TestContainerStartOnDaemonRestart (4.01s) [2019-09-11T09:25:48.548Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestContainerStartOnDaemonRestart [2019-09-11T09:25:48.548Z] daemon.go:336: [d315165b83cde] waiting for daemon to start [2019-09-11T09:25:48.548Z] daemon.go:336: [d315165b83cde] waiting for daemon to start [2019-09-11T09:25:48.548Z] daemon.go:364: [d315165b83cde] daemon started [2019-09-11T09:25:48.548Z] daemon.go:307: [d315165b83cde] exiting daemon [2019-09-11T09:25:48.548Z] daemon.go:336: [d315165b83cde] waiting for daemon to start [2019-09-11T09:25:48.548Z] daemon.go:336: [d315165b83cde] waiting for daemon to start [2019-09-11T09:25:48.548Z] daemon.go:364: [d315165b83cde] daemon started [2019-09-11T09:25:48.548Z] daemon.go:472: [d315165b83cde] Stopping daemon [2019-09-11T09:25:48.548Z] daemon.go:307: [d315165b83cde] exiting daemon [2019-09-11T09:25:48.548Z] daemon.go:459: [d315165b83cde] Daemon stopped [2019-09-11T09:25:48.662Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-11T09:25:48.662Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-11T09:25:48.662Z] [2019-09-11T09:25:48.662Z] Sending build context to Docker daemon 2.56kB [2019-09-11T09:25:48.662Z] [2019-09-11T09:25:48.662Z] Step 1/6 : FROM microsoft/windowsservercore [2019-09-11T09:25:48.662Z] ---> 1ddfa8bee56a [2019-09-11T09:25:48.662Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-09-11T09:25:48.662Z] ---> Running in 3daf173469da [2019-09-11T09:25:49.109Z] === RUN Test/DockerSuite/TestBuildCommentsShebangs [2019-09-11T09:25:50.035Z] --- PASS: TestDaemonRestartIpcMode (5.17s) [2019-09-11T09:25:50.035Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartIpcMode [2019-09-11T09:25:50.035Z] daemon.go:336: [d4506803a980b] waiting for daemon to start [2019-09-11T09:25:50.035Z] daemon.go:336: [d4506803a980b] waiting for daemon to start [2019-09-11T09:25:50.035Z] daemon.go:364: [d4506803a980b] daemon started [2019-09-11T09:25:50.035Z] daemon.go:472: [d4506803a980b] Stopping daemon [2019-09-11T09:25:50.035Z] daemon.go:307: [d4506803a980b] exiting daemon [2019-09-11T09:25:50.035Z] daemon.go:459: [d4506803a980b] Daemon stopped [2019-09-11T09:25:50.035Z] daemon.go:336: [d4506803a980b] waiting for daemon to start [2019-09-11T09:25:50.035Z] daemon.go:336: [d4506803a980b] waiting for daemon to start [2019-09-11T09:25:50.035Z] daemon.go:364: [d4506803a980b] daemon started [2019-09-11T09:25:50.035Z] daemon.go:472: [d4506803a980b] Stopping daemon [2019-09-11T09:25:50.035Z] daemon.go:307: [d4506803a980b] exiting daemon [2019-09-11T09:25:50.035Z] daemon.go:459: [d4506803a980b] Daemon stopped [2019-09-11T09:25:50.035Z] PASS [2019-09-11T09:25:50.035Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m [2019-09-11T09:25:50.035Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-09-11T09:25:50.290Z] INFO: Testing against a local daemon [2019-09-11T09:25:50.290Z] === RUN TestCommitInheritsEnv [2019-09-11T09:25:51.215Z] --- PASS: TestCommitInheritsEnv (0.97s) [2019-09-11T09:25:51.216Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-11T09:25:51.216Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-11T09:25:51.216Z] === RUN TestImagesFilterMultiReference [2019-09-11T09:25:51.471Z] --- PASS: TestImagesFilterMultiReference (0.33s) [2019-09-11T09:25:51.471Z] === RUN TestImagePullPlatformInvalid [2019-09-11T09:25:51.726Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-09-11T09:25:51.726Z] === RUN TestRemoveImageOrphaning [2019-09-11T09:25:52.663Z] --- PASS: TestRemoveImageOrphaning (1.07s) [2019-09-11T09:25:52.663Z] === RUN TestRemoveImageGarbageCollector [2019-09-11T09:25:54.570Z] Removing intermediate container 3daf173469da [2019-09-11T09:25:54.570Z] ---> 0e889766e3f7 [2019-09-11T09:25:54.570Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-09-11T09:25:55.029Z] [2019-09-11T09:25:55.185Z] --- PASS: TestRemoveImageGarbageCollector (2.41s) [2019-09-11T09:25:55.185Z] remove_unix_test.go:34: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestRemoveImageGarbageCollector [2019-09-11T09:25:55.185Z] daemon.go:336: [d14c8dc8497fd] waiting for daemon to start [2019-09-11T09:25:55.185Z] daemon.go:336: [d14c8dc8497fd] waiting for daemon to start [2019-09-11T09:25:55.185Z] daemon.go:364: [d14c8dc8497fd] daemon started [2019-09-11T09:25:55.185Z] daemon.go:472: [d14c8dc8497fd] Stopping daemon [2019-09-11T09:25:55.185Z] daemon.go:307: [d14c8dc8497fd] exiting daemon [2019-09-11T09:25:55.185Z] daemon.go:459: [d14c8dc8497fd] Daemon stopped [2019-09-11T09:25:55.185Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-11T09:25:55.185Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s) [2019-09-11T09:25:55.185Z] === RUN TestTagInvalidReference [2019-09-11T09:25:55.185Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-11T09:25:55.185Z] === RUN TestTagValidPrefixedRepo [2019-09-11T09:25:55.185Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-09-11T09:25:55.185Z] === RUN TestTagExistedNameWithoutForce [2019-09-11T09:25:55.185Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-09-11T09:25:55.185Z] === RUN TestTagOfficialNames [2019-09-11T09:25:55.441Z] --- PASS: TestTagOfficialNames (0.08s) [2019-09-11T09:25:55.441Z] === RUN TestTagMatchesDigest [2019-09-11T09:25:55.441Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-09-11T09:25:55.441Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-11T09:25:55.441Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-09-11T09:25:55.489Z] ---> 9748a7e78d50 [2019-09-11T09:25:55.489Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-09-11T09:25:55.489Z] ---> Running in 0ea7f2ff8390 [2019-09-11T09:25:56.457Z] [2019-09-11T09:25:56.457Z] SUCCESS: Specified value was saved. [2019-09-11T09:25:57.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-11T09:25:57.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-11T09:25:57.327Z] === RUN Test/DockerSuite/TestBuildConditionalCache [2019-09-11T09:25:58.252Z] === RUN Test/DockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-09-11T09:25:58.252Z] === RUN Test/DockerSuite/TestBuildContChar [2019-09-11T09:26:00.191Z] Removing intermediate container 0ea7f2ff8390 [2019-09-11T09:26:00.191Z] ---> 321c7974141a [2019-09-11T09:26:00.191Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-09-11T09:26:00.191Z] ---> Running in 8fe340557023 [2019-09-11T09:26:00.341Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-11T09:26:02.411Z] === RUN Test/DockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-09-11T09:26:02.667Z] === RUN Test/DockerSuite/TestBuildContainerWithCgroupParent [2019-09-11T09:26:03.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-11T09:26:04.557Z] === RUN Test/DockerSuite/TestBuildContextCleanup [2019-09-11T09:26:04.812Z] === RUN Test/DockerSuite/TestBuildContextCleanupFailedBuild [2019-09-11T09:26:05.987Z] Cannot create a file when that file already exists. [2019-09-11T09:26:06.176Z] === RUN Test/DockerSuite/TestBuildContextTarGzip [2019-09-11T09:26:06.176Z] === RUN Test/DockerDaemonSuite/TestDaemonShutdownTimeout [2019-09-11T09:26:06.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-11T09:26:07.103Z] === RUN Test/DockerSuite/TestBuildContextTarNoCompression [2019-09-11T09:26:07.358Z] === RUN Test/DockerSuite/TestBuildCopyAddMultipleFiles [2019-09-11T09:26:08.284Z] === RUN Test/DockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-09-11T09:26:09.739Z] + rm -rf /tmp/tmp.OJUBSPjkRI [2019-09-11T09:26:09.739Z] Removing intermediate container 7160224efd16 [2019-09-11T09:26:09.739Z] ---> 9affcb95a645 [2019-09-11T09:26:09.739Z] Step 19/126 : FROM base AS frozen-images [2019-09-11T09:26:09.739Z] ---> 44c0cc1abfc2 [2019-09-11T09:26:09.739Z] Step 20/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:26:09.739Z] ---> Using cache [2019-09-11T09:26:09.739Z] ---> e01c3cdc287d [2019-09-11T09:26:09.739Z] 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-11T09:26:09.739Z] ---> Running in feb8c085154c [2019-09-11T09:26:09.739Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-11T09:26:09.739Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-11T09:26:09.739Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-11T09:26:09.739Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-11T09:26:09.739Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-11T09:26:09.739Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [482 kB] [2019-09-11T09:26:09.739Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-11T09:26:09.739Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-11T09:26:09.779Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-11T09:26:11.209Z] Fetched 7721 kB in 2s (2936 kB/s) [2019-09-11T09:26:12.265Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-11T09:26:12.448Z] === RUN Test/DockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-09-11T09:26:12.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-11T09:26:12.688Z] Reading package lists... [2019-09-11T09:26:13.066Z] Removing intermediate container 8fe340557023 [2019-09-11T09:26:13.066Z] ---> 7e41185e4502 [2019-09-11T09:26:13.066Z] Step 6/6 : CMD ["sh"] [2019-09-11T09:26:13.066Z] ---> Running in 7a85e115bea4 [2019-09-11T09:26:13.066Z] Removing intermediate container 7a85e115bea4 [2019-09-11T09:26:13.066Z] ---> e34195ad10fe [2019-09-11T09:26:13.066Z] Successfully built e34195ad10fe [2019-09-11T09:26:13.066Z] Successfully tagged busybox:latest [2019-09-11T09:26:13.066Z] INFO: Docker images of the daemon under test [2019-09-11T09:26:13.066Z] [2019-09-11T09:26:13.066Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-11T09:26:13.066Z] busybox latest e34195ad10fe Less than a second ago 4.76GB [2019-09-11T09:26:13.066Z] microsoft/windowsservercore latest 1ddfa8bee56a 13 hours ago 4.71GB [2019-09-11T09:26:13.066Z] mcr.microsoft.com/windows/servercore ltsc2019 1ddfa8bee56a 13 hours ago 4.71GB [2019-09-11T09:26:13.066Z] [2019-09-11T09:26:13.066Z] INFO: Running integration tests at 09/11/2019 09:26:12... [2019-09-11T09:26:13.066Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-09-11T09:26:13.066Z] INFO: Integration API tests being run from the host: [2019-09-11T09:26:13.066Z] INFO: make.ps1 starting at 09/11/2019 09:26:12 [2019-09-11T09:26:13.696Z] Reading package lists... [2019-09-11T09:26:13.979Z] Building dependency tree... [2019-09-11T09:26:13.979Z] Reading state information... [2019-09-11T09:26:13.979Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-11T09:26:13.979Z] The following additional packages will be installed: [2019-09-11T09:26:13.979Z] libjq1 libonig4 [2019-09-11T09:26:14.038Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-09-11T09:26:14.262Z] The following NEW packages will be installed: [2019-09-11T09:26:14.263Z] jq libjq1 libonig4 [2019-09-11T09:26:14.263Z] 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded. [2019-09-11T09:26:14.263Z] Need to get 310 kB of archives. [2019-09-11T09:26:14.263Z] After this operation, 1267 kB of additional disk space will be used. [2019-09-11T09:26:14.263Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-11T09:26:14.263Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-11T09:26:14.263Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-11T09:26:14.565Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-11T09:26:14.565Z] Fetched 310 kB in 0s (3614 kB/s) [2019-09-11T09:26:14.565Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-11T09:26:14.565Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-11T09:26:14.565Z] Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-09-11T09:26:14.565Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-11T09:26:14.565Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-11T09:26:14.565Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-11T09:26:14.565Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-11T09:26:14.565Z] Selecting previously unselected package jq. [2019-09-11T09:26:14.565Z] Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-11T09:26:14.565Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-11T09:26:14.565Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-11T09:26:14.565Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-11T09:26:14.565Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:26:14.565Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-11T09:26:15.184Z] Removing intermediate container feb8c085154c [2019-09-11T09:26:15.184Z] ---> 05c4061cbd4e [2019-09-11T09:26:15.184Z] Step 22/126 : COPY contrib/download-frozen-image-v2.sh / [2019-09-11T09:26:15.184Z] ---> 79bf790afa1e [2019-09-11T09:26:15.184Z] 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-11T09:26:15.184Z] ---> Running in ebec782b2d67 [2019-09-11T09:26:15.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-11T09:26:16.659Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-11T09:26:16.659Z]  [2019-09-11T09:26:17.236Z]  #########   13.4% ###################### 31.5% #################################### 51.1% ####################################################  73.1% ###################################################################  94.3% ######################################################################## 100.0% [2019-09-11T09:26:17.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-11T09:26:17.523Z]  [2019-09-11T09:26:17.807Z]  ##########################   37.4% ##############################################################    87.4% ######################################################################## 100.0% [2019-09-11T09:26:18.091Z]  [2019-09-11T09:26:18.660Z]  #########   13.8% #####################   30.2% ########################################  56.5% ##########################################################  80.6% ######################################################################## 100.0% [2019-09-11T09:26:18.946Z]  [2019-09-11T09:26:18.980Z] === RUN Test/DockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-09-11T09:26:19.236Z] === RUN Test/DockerDaemonSuite/TestDaemonStartIptablesFalse [2019-09-11T09:26:19.797Z] === RUN Test/DockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-09-11T09:26:20.357Z] === RUN Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-11T09:26:20.421Z]  ####  5.6% ##########    14.7% ################ 22.8% #######################   32.2% #############################  40.8% ################################ 45.2% ######################################   53.3% ############################################  62.0% ##################################################   70.5% ######################################################### 80.5% ################################################################  89.4% #######################################################################  99.3% ######################################################################## 100.0% [2019-09-11T09:26:20.421Z]  [2019-09-11T09:26:20.747Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-11T09:26:21.429Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-11T09:26:21.429Z]  [2019-09-11T09:26:21.429Z]  ######################################################################## 100.0% [2019-09-11T09:26:21.715Z]  [2019-09-11T09:26:22.337Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-11T09:26:22.620Z]  [2019-09-11T09:26:22.620Z]  ######################################################################## 100.0% [2019-09-11T09:26:22.904Z]  [2019-09-11T09:26:23.516Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-11T09:26:23.516Z] skipping existing c8c2d4a6b2e3 [2019-09-11T09:26:23.516Z] [2019-09-11T09:26:23.621Z] === RUN Test/DockerSuite/TestBuildCopyCacheOnFileChange [2019-09-11T09:26:24.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-11T09:26:24.524Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-11T09:26:24.524Z]  [2019-09-11T09:26:24.552Z] === RUN Test/DockerSuite/TestBuildCopyDirButNotFile [2019-09-11T09:26:24.805Z]  ######################################################################## 100.0% [2019-09-11T09:26:24.805Z]  [2019-09-11T09:26:24.805Z] Download of images into '/build' complete. [2019-09-11T09:26:24.805Z] Use something like the following to load the result into a Docker daemon: [2019-09-11T09:26:24.805Z] tar -cC '/build' . | docker load [2019-09-11T09:26:25.124Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToExistDir [2019-09-11T09:26:25.684Z] === RUN Test/DockerDaemonSuite/TestDaemonStartWithoutColors [2019-09-11T09:26:26.709Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-11T09:26:27.048Z] === RUN Test/DockerDaemonSuite/TestDaemonStartWithoutHost [2019-09-11T09:26:27.303Z] === RUN Test/DockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-09-11T09:26:27.480Z] Removing intermediate container ebec782b2d67 [2019-09-11T09:26:27.480Z] ---> 850263416fae [2019-09-11T09:26:27.480Z] Step 24/126 : FROM base AS cross-false [2019-09-11T09:26:27.480Z] ---> 44c0cc1abfc2 [2019-09-11T09:26:27.480Z] Step 25/126 : FROM base AS cross-true [2019-09-11T09:26:27.480Z] ---> 44c0cc1abfc2 [2019-09-11T09:26:27.480Z] Step 26/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:26:27.480Z] ---> Using cache [2019-09-11T09:26:27.480Z] ---> e01c3cdc287d [2019-09-11T09:26:27.480Z] Step 27/126 : RUN dpkg --add-architecture armhf [2019-09-11T09:26:27.480Z] ---> Running in 3e1d33e17044 [2019-09-11T09:26:27.864Z] === RUN Test/DockerDaemonSuite/TestDaemonUlimitDefaults [2019-09-11T09:26:28.098Z] Removing intermediate container 3e1d33e17044 [2019-09-11T09:26:28.098Z] ---> bb92bbd0a61b [2019-09-11T09:26:28.098Z] Step 28/126 : RUN dpkg --add-architecture arm64 [2019-09-11T09:26:28.098Z] ---> Running in 494de32728af [2019-09-11T09:26:29.104Z] Removing intermediate container 494de32728af [2019-09-11T09:26:29.104Z] ---> 47455dae7526 [2019-09-11T09:26:29.104Z] Step 29/126 : RUN dpkg --add-architecture armel [2019-09-11T09:26:29.104Z] ---> Running in 845d8d2fce6e [2019-09-11T09:26:29.227Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToRoot [2019-09-11T09:26:29.721Z] Removing intermediate container 845d8d2fce6e [2019-09-11T09:26:29.721Z] ---> fb2e21f263e9 [2019-09-11T09:26:29.721Z] 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-11T09:26:29.721Z] ---> Running in 727023c82da5 [2019-09-11T09:26:30.063Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-11T09:26:30.742Z] Removing intermediate container 727023c82da5 [2019-09-11T09:26:30.742Z] ---> 77c3566434ed [2019-09-11T09:26:30.742Z] Step 31/126 : FROM cross-${CROSS} as dev-base [2019-09-11T09:26:30.742Z] ---> 44c0cc1abfc2 [2019-09-11T09:26:30.742Z] Step 32/126 : FROM dev-base AS runtime-dev-cross-false [2019-09-11T09:26:30.742Z] ---> 44c0cc1abfc2 [2019-09-11T09:26:30.742Z] Step 33/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:26:30.742Z] ---> Using cache [2019-09-11T09:26:30.742Z] ---> e01c3cdc287d [2019-09-11T09:26:30.742Z] 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-11T09:26:30.742Z] ---> Running in 155e8a251363 [2019-09-11T09:26:31.027Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-11T09:26:31.027Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-11T09:26:31.027Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-11T09:26:31.027Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-11T09:26:31.027Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-11T09:26:31.027Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [482 kB] [2019-09-11T09:26:31.311Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-11T09:26:31.598Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-11T09:26:31.738Z] === RUN Test/DockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-09-11T09:26:32.299Z] === RUN Test/DockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-09-11T09:26:32.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-11T09:26:33.619Z] Fetched 7721 kB in 2s (3094 kB/s) [2019-09-11T09:26:33.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-11T09:26:34.625Z] Reading package lists... [2019-09-11T09:26:34.811Z] === RUN Test/DockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-11T09:26:35.631Z] Reading package lists... [2019-09-11T09:26:35.913Z] Building dependency tree... [2019-09-11T09:26:35.913Z] Reading state information... [2019-09-11T09:26:35.913Z] The following additional packages will be installed: [2019-09-11T09:26:35.913Z] libapparmor1 libseccomp2 [2019-09-11T09:26:35.913Z] Suggested packages: [2019-09-11T09:26:35.913Z] seccomp [2019-09-11T09:26:36.195Z] The following NEW packages will be installed: [2019-09-11T09:26:36.195Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-11T09:26:36.195Z] 0 upgraded, 4 newly installed, 0 to remove and 10 not upgraded. [2019-09-11T09:26:36.195Z] Need to get 296 kB of archives. [2019-09-11T09:26:36.195Z] After this operation, 1346 kB of additional disk space will be used. [2019-09-11T09:26:36.195Z] 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-11T09:26:36.195Z] 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-11T09:26:36.195Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-09-11T09:26:36.195Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-09-11T09:26:36.478Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-11T09:26:36.478Z] Fetched 296 kB in 0s (3318 kB/s) [2019-09-11T09:26:36.478Z] Selecting previously unselected package libseccomp2:ppc64el. [2019-09-11T09:26:36.478Z] (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-11T09:26:36.478Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-11T09:26:36.478Z] Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-11T09:26:36.478Z] Selecting previously unselected package libseccomp-dev:ppc64el. [2019-09-11T09:26:36.478Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-11T09:26:36.478Z] Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-11T09:26:36.478Z] Selecting previously unselected package libapparmor1:ppc64el. [2019-09-11T09:26:36.478Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-11T09:26:36.478Z] Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-11T09:26:36.478Z] Selecting previously unselected package libapparmor-dev:ppc64el. [2019-09-11T09:26:36.478Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-11T09:26:36.478Z] Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-11T09:26:36.478Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:26:36.478Z] Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-11T09:26:36.698Z] === RUN Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-11T09:26:36.698Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-11T09:26:36.698Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-11T09:26:36.698Z] === RUN Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-11T09:26:36.698Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToExistDir [2019-09-11T09:26:36.759Z] Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-11T09:26:36.759Z] Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-11T09:26:36.759Z] Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-11T09:26:36.759Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:26:36.948Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-09-11T09:26:36.948Z] Copying nested executables into bundles/cross/linux/amd64 [2019-09-11T09:26:36.948Z] Cross building: bundles/cross/windows/amd64 [2019-09-11T09:26:36.948Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-11T09:26:36.948Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-09-11T09:26:37.042Z] Removing intermediate container 155e8a251363 [2019-09-11T09:26:37.042Z] ---> 4a12a16478fa [2019-09-11T09:26:37.042Z] Step 35/126 : FROM cross-true AS runtime-dev-cross-true [2019-09-11T09:26:37.042Z] ---> 77c3566434ed [2019-09-11T09:26:37.042Z] Step 36/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:26:37.042Z] ---> Running in 027725092bb6 [2019-09-11T09:26:37.326Z] Removing intermediate container 027725092bb6 [2019-09-11T09:26:37.326Z] ---> 744a3dc5544a [2019-09-11T09:26:37.326Z] 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-11T09:26:37.326Z] ---> Running in ee513d2b36d1 [2019-09-11T09:26:37.328Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-11T09:26:37.941Z] Removing intermediate container ee513d2b36d1 [2019-09-11T09:26:37.941Z] ---> b0868a96e613 [2019-09-11T09:26:37.941Z] Step 38/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-11T09:26:37.941Z] ---> 4a12a16478fa [2019-09-11T09:26:37.941Z] Step 39/126 : FROM base AS tomlv [2019-09-11T09:26:37.941Z] ---> 44c0cc1abfc2 [2019-09-11T09:26:37.941Z] Step 40/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-11T09:26:37.941Z] ---> Running in 49f187f4b352 [2019-09-11T09:26:38.155Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-11T09:26:38.155Z] Using test binary docker [2019-09-11T09:26:38.222Z] Removing intermediate container 49f187f4b352 [2019-09-11T09:26:38.222Z] ---> cdf79cf570d7 [2019-09-11T09:26:38.222Z] Step 41/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:26:38.222Z] ---> 70f8ae546279 [2019-09-11T09:26:38.222Z] Step 42/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:26:38.504Z] ---> e39ad3c9b60a [2019-09-11T09:26:38.504Z] Step 43/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:26:38.504Z] ---> Running in 874a78d98d29 [2019-09-11T09:26:38.524Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-11T09:26:38.524Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-11T09:26:38.524Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-11T09:26:38.524Z] Warning failed to create cache: (null) [2019-09-11T09:26:38.524Z] . [2019-09-11T09:26:38.524Z] INFO: Waiting for daemon to start... [2019-09-11T09:26:38.524Z] Starting dockerd [2019-09-11T09:26:38.786Z] + RM_GOPATH=0 [2019-09-11T09:26:38.786Z] + TMP_GOPATH= [2019-09-11T09:26:38.786Z] + : /build [2019-09-11T09:26:38.786Z] + '[' -z '' ']' [2019-09-11T09:26:38.786Z] ++ mktemp -d [2019-09-11T09:26:38.786Z] + export GOPATH=/tmp/tmp.fCzwvFUoi8 [2019-09-11T09:26:38.786Z] + GOPATH=/tmp/tmp.fCzwvFUoi8 [2019-09-11T09:26:38.786Z] + RM_GOPATH=1 [2019-09-11T09:26:38.786Z] ++ dirname ./install.sh [2019-09-11T09:26:38.786Z] + dir=. [2019-09-11T09:26:38.786Z] + bin=tomlv [2019-09-11T09:26:38.786Z] + shift [2019-09-11T09:26:38.786Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-11T09:26:38.786Z] + . ./tomlv.installer [2019-09-11T09:26:38.786Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-11T09:26:38.786Z] + install_tomlv [2019-09-11T09:26:38.786Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-11T09:26:38.786Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.fCzwvFUoi8/src/github.com/BurntSushi/toml [2019-09-11T09:26:38.786Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-11T09:26:38.786Z] Cloning into '/tmp/tmp.fCzwvFUoi8/src/github.com/BurntSushi/toml'... [2019-09-11T09:26:39.404Z] + cd /tmp/tmp.fCzwvFUoi8/src/github.com/BurntSushi/toml [2019-09-11T09:26:39.404Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-11T09:26:39.404Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-11T09:26:39.404Z] math/bits [2019-09-11T09:26:39.404Z] internal/cpu [2019-09-11T09:26:39.404Z] errors [2019-09-11T09:26:39.404Z] runtime/internal/atomic [2019-09-11T09:26:39.404Z] runtime/internal/sys [2019-09-11T09:26:39.404Z] runtime/internal/math [2019-09-11T09:26:39.404Z] internal/bytealg [2019-09-11T09:26:39.404Z] unicode/utf8 [2019-09-11T09:26:39.404Z] math [2019-09-11T09:26:39.404Z] internal/race [2019-09-11T09:26:39.404Z] sync/atomic [2019-09-11T09:26:39.404Z] unicode [2019-09-11T09:26:39.715Z] internal/testlog [2019-09-11T09:26:39.715Z] runtime [2019-09-11T09:26:39.715Z] encoding [2019-09-11T09:26:39.715Z] runtime/cgo [2019-09-11T09:26:40.330Z] . [2019-09-11T09:26:40.330Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-11T09:26:40.330Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-11T09:26:40.330Z] Error: No such image: emptyfs [2019-09-11T09:26:40.343Z] strconv [2019-09-11T09:26:40.705Z] Running integration-test (iteration 1) [2019-09-11T09:26:40.705Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m [2019-09-11T09:26:41.939Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-11T09:26:43.808Z] sync [2019-09-11T09:26:43.808Z] io [2019-09-11T09:26:43.808Z] reflect [2019-09-11T09:26:43.808Z] syscall [2019-09-11T09:26:44.094Z] bytes [2019-09-11T09:26:44.094Z] strings [2019-09-11T09:26:44.381Z] bufio [2019-09-11T09:26:44.670Z] path [2019-09-11T09:26:44.958Z] text/tabwriter [2019-09-11T09:26:45.242Z] internal/syscall/unix [2019-09-11T09:26:45.242Z] time [2019-09-11T09:26:45.859Z] internal/poll [2019-09-11T09:26:45.859Z] sort [2019-09-11T09:26:46.099Z] === RUN Test/DockerDaemonSuite/TestDaemonWideLogConfig [2019-09-11T09:26:46.144Z] internal/fmtsort [2019-09-11T09:26:46.144Z] os [2019-09-11T09:26:46.427Z] path/filepath [2019-09-11T09:26:46.427Z] fmt [2019-09-11T09:26:46.709Z] io/ioutil [2019-09-11T09:26:46.995Z] log [2019-09-11T09:26:46.995Z] flag [2019-09-11T09:26:46.995Z] github.com/BurntSushi/toml [2019-09-11T09:26:47.612Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-11T09:26:47.986Z] === RUN Test/DockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-09-11T09:26:47.986Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToRoot [2019-09-11T09:26:49.642Z] Removing intermediate container 874a78d98d29 [2019-09-11T09:26:49.642Z] ---> 39ff1c7e2c1f [2019-09-11T09:26:49.642Z] Step 44/126 : FROM base AS vndr [2019-09-11T09:26:49.642Z] ---> 44c0cc1abfc2 [2019-09-11T09:26:49.642Z] Step 45/126 : ENV INSTALL_BINARY_NAME=vndr [2019-09-11T09:26:49.642Z] ---> Running in c25a4abb8851 [2019-09-11T09:26:49.642Z] Removing intermediate container c25a4abb8851 [2019-09-11T09:26:49.642Z] ---> 17d7bf955420 [2019-09-11T09:26:49.642Z] Step 46/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:26:49.642Z] ---> f9a3c2deb6f8 [2019-09-11T09:26:49.642Z] Step 47/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:26:49.642Z] ---> fb444c2f1e7d [2019-09-11T09:26:49.642Z] Step 48/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:26:49.923Z] ---> Running in ab6bd5c72a72 [2019-09-11T09:26:50.203Z] + RM_GOPATH=0 [2019-09-11T09:26:50.203Z] + TMP_GOPATH= [2019-09-11T09:26:50.203Z] + : /build [2019-09-11T09:26:50.203Z] + '[' -z '' ']' [2019-09-11T09:26:50.203Z] ++ mktemp -d [2019-09-11T09:26:50.203Z] + export GOPATH=/tmp/tmp.fSOkst1atB [2019-09-11T09:26:50.203Z] + GOPATH=/tmp/tmp.fSOkst1atB [2019-09-11T09:26:50.203Z] + RM_GOPATH=1 [2019-09-11T09:26:50.203Z] ++ dirname ./install.sh [2019-09-11T09:26:50.203Z] + dir=. [2019-09-11T09:26:50.203Z] + bin=vndr [2019-09-11T09:26:50.203Z] + shift [2019-09-11T09:26:50.203Z] + '[' '!' -f ./vndr.installer ']' [2019-09-11T09:26:50.203Z] + . ./vndr.installer [2019-09-11T09:26:50.203Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-11T09:26:50.204Z] + install_vndr [2019-09-11T09:26:50.204Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-11T09:26:50.204Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.fSOkst1atB/src/github.com/LK4D4/vndr [2019-09-11T09:26:50.204Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-11T09:26:50.204Z] Cloning into '/tmp/tmp.fSOkst1atB/src/github.com/LK4D4/vndr'... [2019-09-11T09:26:50.262Z] Loaded image: buildpack-deps:jessie [2019-09-11T09:26:50.262Z] Loaded image: busybox:latest [2019-09-11T09:26:50.262Z] Loaded image: busybox:glibc [2019-09-11T09:26:50.262Z] Loaded image: debian:jessie [2019-09-11T09:26:50.262Z] Loaded image: hello-world:latest [2019-09-11T09:26:50.262Z] INFO: Testing against a local daemon [2019-09-11T09:26:50.262Z] === RUN TestCgroupNamespacesBuild [2019-09-11T09:26:50.485Z] + cd /tmp/tmp.fSOkst1atB/src/github.com/LK4D4/vndr [2019-09-11T09:26:50.485Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-11T09:26:50.485Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-11T09:26:50.770Z] errors [2019-09-11T09:26:50.770Z] internal/cpu [2019-09-11T09:26:50.770Z] runtime/internal/atomic [2019-09-11T09:26:50.770Z] internal/race [2019-09-11T09:26:50.770Z] runtime/internal/sys [2019-09-11T09:26:50.770Z] sync/atomic [2019-09-11T09:26:50.770Z] runtime/internal/math [2019-09-11T09:26:50.770Z] internal/bytealg [2019-09-11T09:26:50.770Z] unicode/utf8 [2019-09-11T09:26:50.770Z] unicode [2019-09-11T09:26:50.770Z] math/bits [2019-09-11T09:26:51.058Z] math [2019-09-11T09:26:51.058Z] internal/testlog [2019-09-11T09:26:51.058Z] runtime [2019-09-11T09:26:51.058Z] encoding [2019-09-11T09:26:51.058Z] unicode/utf16 [2019-09-11T09:26:51.058Z] container/list [2019-09-11T09:26:51.346Z] crypto/internal/subtle [2019-09-11T09:26:51.346Z] crypto/subtle [2019-09-11T09:26:51.346Z] internal/x/crypto/cryptobyte/asn1 [2019-09-11T09:26:51.346Z] internal/nettrace [2019-09-11T09:26:51.346Z] internal/x/net/dns/dnsmessage [2019-09-11T09:26:51.633Z] runtime/cgo [2019-09-11T09:26:51.919Z] strconv [2019-09-11T09:26:52.097Z] --- PASS: TestCgroupNamespacesBuild (1.76s) [2019-09-11T09:26:52.097Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild [2019-09-11T09:26:52.097Z] daemon.go:336: [d8c5aa005ba31] waiting for daemon to start [2019-09-11T09:26:52.097Z] daemon.go:336: [d8c5aa005ba31] waiting for daemon to start [2019-09-11T09:26:52.097Z] daemon.go:364: [d8c5aa005ba31] daemon started [2019-09-11T09:26:52.097Z] daemon.go:472: [d8c5aa005ba31] Stopping daemon [2019-09-11T09:26:52.097Z] daemon.go:307: [d8c5aa005ba31] exiting daemon [2019-09-11T09:26:52.097Z] daemon.go:459: [d8c5aa005ba31] Daemon stopped [2019-09-11T09:26:52.097Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-11T09:26:52.148Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-11T09:26:52.148Z] === RUN Test/DockerDaemonSuite/TestDaemonWithWrongkey [2019-09-11T09:26:52.541Z] crypto/rc4 [2019-09-11T09:26:52.709Z] === RUN Test/DockerSuite/TestBuildCopyWholeDirToRoot [2019-09-11T09:26:53.269Z] === RUN Test/DockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-09-11T09:26:53.523Z] 921b2cb8ef3f: Pull complete [2019-09-11T09:26:53.523Z] Digest: sha256:c1c0c43f28b3d994e5f215946786c34634dcc813aa7afe2f28a968c02ca1de68 [2019-09-11T09:26:53.523Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:26:53.523Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2016 into daemon under test completed successfully [2019-09-11T09:26:53.523Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2016 as microsoft/windowsservercore in daemon under test [2019-09-11T09:26:53.523Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2016 is '10.0.14393.3204' [2019-09-11T09:26:53.523Z] WARN: Skipping validation tests [2019-09-11T09:26:53.523Z] INFO: Running unit tests at 09/11/2019 09:26:38... [2019-09-11T09:26:53.523Z] INFO: make.ps1 starting at 09/11/2019 09:26:49 [2019-09-11T09:26:53.523Z] INFO: Git commit (a3f9cb5b6) assumed from DOCKER_GITCOMMIT environment variable [2019-09-11T09:26:53.523Z] INFO: Invoking autogen... [2019-09-11T09:26:53.523Z] INFO: Running unit tests... [2019-09-11T09:26:54.564Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.06s) [2019-09-11T09:26:54.564Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode [2019-09-11T09:26:54.564Z] daemon.go:336: [d03942ce20699] waiting for daemon to start [2019-09-11T09:26:54.564Z] daemon.go:336: [d03942ce20699] waiting for daemon to start [2019-09-11T09:26:54.564Z] daemon.go:364: [d03942ce20699] daemon started [2019-09-11T09:26:54.564Z] daemon.go:472: [d03942ce20699] Stopping daemon [2019-09-11T09:26:54.564Z] daemon.go:307: [d03942ce20699] exiting daemon [2019-09-11T09:26:54.564Z] daemon.go:459: [d03942ce20699] Daemon stopped [2019-09-11T09:26:54.564Z] === RUN TestBuildWithSession [2019-09-11T09:26:55.222Z] sync [2019-09-11T09:26:55.507Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-11T09:26:55.507Z] io [2019-09-11T09:26:55.507Z] reflect [2019-09-11T09:26:55.507Z] syscall [2019-09-11T09:26:55.507Z] math/rand [2019-09-11T09:26:55.507Z] bytes [2019-09-11T09:26:55.793Z] strings [2019-09-11T09:26:56.081Z] bufio [2019-09-11T09:26:56.367Z] hash [2019-09-11T09:26:56.367Z] hash/crc32 [2019-09-11T09:26:56.596Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-09-11T09:26:56.596Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-09-11T09:26:56.654Z] path [2019-09-11T09:26:56.654Z] crypto [2019-09-11T09:26:56.654Z] crypto/internal/randutil [2019-09-11T09:26:56.654Z] crypto/hmac [2019-09-11T09:26:56.939Z] crypto/sha512 [2019-09-11T09:26:56.939Z] crypto/sha1 [2019-09-11T09:26:56.939Z] time [2019-09-11T09:26:56.939Z] internal/syscall/unix [2019-09-11T09:26:56.939Z] crypto/sha256 [2019-09-11T09:26:56.939Z] internal/singleflight [2019-09-11T09:26:57.120Z] --- PASS: TestBuildWithSession (2.66s) [2019-09-11T09:26:57.120Z] === RUN TestBuildSquashParent [2019-09-11T09:26:57.230Z] internal/x/crypto/hkdf [2019-09-11T09:26:57.230Z] internal/x/text/transform [2019-09-11T09:26:57.872Z] encoding/binary [2019-09-11T09:26:57.872Z] sort [2019-09-11T09:26:57.872Z] internal/poll [2019-09-11T09:26:57.872Z] regexp/syntax [2019-09-11T09:26:57.872Z] internal/fmtsort [2019-09-11T09:26:58.158Z] crypto/cipher [2019-09-11T09:26:58.158Z] encoding/base64 [2019-09-11T09:26:58.158Z] os [2019-09-11T09:26:58.448Z] crypto/md5 [2019-09-11T09:26:58.774Z] crypto/aes [2019-09-11T09:26:58.774Z] crypto/des [2019-09-11T09:26:58.774Z] encoding/pem [2019-09-11T09:26:58.774Z] internal/x/crypto/internal/chacha20 [2019-09-11T09:26:59.062Z] internal/x/crypto/poly1305 [2019-09-11T09:26:59.062Z] internal/x/crypto/curve25519 [2019-09-11T09:26:59.062Z] internal/x/crypto/chacha20poly1305 [2019-09-11T09:26:59.062Z] fmt [2019-09-11T09:26:59.062Z] path/filepath [2019-09-11T09:26:59.062Z] regexp [2019-09-11T09:26:59.348Z] io/ioutil [2019-09-11T09:26:59.873Z] === RUN Test/DockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-11T09:26:59.974Z] go/token [2019-09-11T09:26:59.974Z] net/url [2019-09-11T09:26:59.974Z] text/template/parse [2019-09-11T09:26:59.974Z] flag [2019-09-11T09:26:59.974Z] go/scanner [2019-09-11T09:27:00.259Z] log [2019-09-11T09:27:00.259Z] go/ast [2019-09-11T09:27:00.259Z] encoding/json [2019-09-11T09:27:00.546Z] encoding/xml [2019-09-11T09:27:00.801Z] === RUN Test/DockerSuite/TestBuildCopyWildcard [2019-09-11T09:27:01.167Z] text/template [2019-09-11T09:27:01.790Z] go/parser [2019-09-11T09:27:01.790Z] compress/flate [2019-09-11T09:27:02.393Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-09-11T09:27:02.412Z] context [2019-09-11T09:27:02.698Z] math/big [2019-09-11T09:27:02.698Z] go/doc [2019-09-11T09:27:02.698Z] compress/gzip [2019-09-11T09:27:02.698Z] encoding/hex [2019-09-11T09:27:02.986Z] net [2019-09-11T09:27:02.986Z] internal/x/text/unicode/bidi [2019-09-11T09:27:03.314Z] === RUN Test/DockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-09-11T09:27:03.366Z] --- PASS: TestBuildSquashParent (5.91s) [2019-09-11T09:27:03.366Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-11T09:27:03.366Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-11T09:27:03.366Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-11T09:27:03.366Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-11T09:27:03.366Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-11T09:27:03.366Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-11T09:27:03.366Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-11T09:27:03.366Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-11T09:27:03.366Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-11T09:27:03.366Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-11T09:27:03.366Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-11T09:27:03.366Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-11T09:27:03.366Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-11T09:27:03.366Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-11T09:27:03.366Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-11T09:27:03.609Z] github.com/LK4D4/vndr/build [2019-09-11T09:27:03.609Z] internal/x/text/secure/bidirule [2019-09-11T09:27:03.609Z] internal/x/text/unicode/norm [2019-09-11T09:27:04.638Z] internal/x/net/http2/hpack [2019-09-11T09:27:04.924Z] crypto/rand [2019-09-11T09:27:04.924Z] crypto/elliptic [2019-09-11T09:27:04.924Z] encoding/asn1 [2019-09-11T09:27:05.210Z] crypto/rsa [2019-09-11T09:27:05.353Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-11T09:27:05.496Z] crypto/dsa [2019-09-11T09:27:05.781Z] internal/x/net/idna [2019-09-11T09:27:05.781Z] mime [2019-09-11T09:27:05.803Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-11T09:27:06.069Z] crypto/ecdsa [2019-09-11T09:27:06.069Z] crypto/x509/pkix [2019-09-11T09:27:06.355Z] internal/x/crypto/cryptobyte [2019-09-11T09:27:06.355Z] mime/quotedprintable [2019-09-11T09:27:06.355Z] net/http/internal [2019-09-11T09:27:06.355Z] os/exec [2019-09-11T09:27:07.127Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-09-11T09:27:07.964Z] internal/x/net/http/httpproxy [2019-09-11T09:27:07.964Z] net/textproto [2019-09-11T09:27:07.964Z] crypto/x509 [2019-09-11T09:27:08.278Z] mime/multipart [2019-09-11T09:27:08.278Z] internal/x/net/http/httpguts [2019-09-11T09:27:08.326Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-11T09:27:08.326Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-11T09:27:08.555Z] === RUN Test/DockerSuite/TestBuildCopyWildcardCache [2019-09-11T09:27:08.899Z] crypto/tls [2019-09-11T09:27:09.116Z] === RUN Test/DockerSuite/TestBuildCopyWildcardInName [2019-09-11T09:27:10.480Z] === RUN Test/DockerSuite/TestBuildDeleteCommittedFile [2019-09-11T09:27:10.795Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-09-11T09:27:10.795Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.81s) [2019-09-11T09:27:10.795Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.90s) [2019-09-11T09:27:10.795Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.74s) [2019-09-11T09:27:10.795Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.92s) [2019-09-11T09:27:10.795Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.28s) [2019-09-11T09:27:10.795Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.21s) [2019-09-11T09:27:10.795Z] === RUN TestBuildMultiStageCopy [2019-09-11T09:27:10.795Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-11T09:27:10.932Z] net/http/httptrace [2019-09-11T09:27:10.932Z] net/http [2019-09-11T09:27:11.820Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-11T09:27:12.280Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-11T09:27:13.226Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-11T09:27:13.226Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-11T09:27:13.252Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-11T09:27:14.005Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-11T09:27:14.221Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-11T09:27:14.400Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-11T09:27:14.403Z] github.com/LK4D4/vndr/godl [2019-09-11T09:27:14.403Z] github.com/LK4D4/vndr [2019-09-11T09:27:14.654Z] ? github.com/docker/docker/api [no test files] [2019-09-11T09:27:14.680Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-11T09:27:15.251Z] --- PASS: TestBuildMultiStageCopy (4.32s) [2019-09-11T09:27:15.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.19s) [2019-09-11T09:27:15.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2019-09-11T09:27:15.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2019-09-11T09:27:15.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s) [2019-09-11T09:27:15.251Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2019-09-11T09:27:15.251Z] === RUN TestBuildMultiStageParentConfig [2019-09-11T09:27:15.717Z] === RUN Test/DockerSuite/TestBuildDockerfileStdin [2019-09-11T09:27:15.972Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinConflict [2019-09-11T09:27:15.972Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-11T09:27:16.514Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2019-09-11T09:27:16.514Z] === RUN TestBuildLabelWithTargets [2019-09-11T09:27:16.897Z] === RUN Test/DockerDaemonSuite/TestFailedPluginRemove [2019-09-11T09:27:17.458Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-11T09:27:17.592Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-11T09:27:17.945Z] Removing intermediate container ab6bd5c72a72 [2019-09-11T09:27:17.945Z] ---> c45747afce9e [2019-09-11T09:27:17.945Z] Step 49/126 : FROM dev-base AS containerd [2019-09-11T09:27:17.945Z] ---> 44c0cc1abfc2 [2019-09-11T09:27:17.945Z] Step 50/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:27:17.945Z] ---> Using cache [2019-09-11T09:27:17.945Z] ---> e01c3cdc287d [2019-09-11T09:27:17.945Z] Step 51/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-11T09:27:18.227Z] ---> Running in 47adccec20d2 [2019-09-11T09:27:18.322Z] --- PASS: TestBuildLabelWithTargets (2.05s) [2019-09-11T09:27:18.322Z] === RUN TestBuildWithEmptyLayers [2019-09-11T09:27:18.509Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-11T09:27:18.509Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-11T09:27:18.509Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-11T09:27:18.509Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-11T09:27:18.509Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-11T09:27:18.792Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [482 kB] [2019-09-11T09:27:18.820Z] === RUN Test/DockerDaemonSuite/TestHTTPSInfo [2019-09-11T09:27:19.076Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-11T09:27:19.076Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-11T09:27:19.381Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-11T09:27:19.381Z] === RUN Test/DockerDaemonSuite/TestHTTPSInfoRogueCert [2019-09-11T09:27:19.940Z] === RUN Test/DockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-09-11T09:27:20.123Z] --- PASS: TestBuildWithEmptyLayers (1.43s) [2019-09-11T09:27:20.123Z] === RUN TestBuildMultiStageOnBuild [2019-09-11T09:27:20.501Z] === RUN Test/DockerDaemonSuite/TestHTTPSRun [2019-09-11T09:27:21.062Z] === RUN Test/DockerSuite/TestBuildDockerignore [2019-09-11T09:27:21.096Z] Fetched 7721 kB in 2s (3255 kB/s) [2019-09-11T09:27:22.101Z] Reading package lists... [2019-09-11T09:27:22.286Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-11T09:27:22.694Z] --- PASS: TestBuildMultiStageOnBuild (2.66s) [2019-09-11T09:27:22.694Z] === RUN TestBuildUncleanTarFilenames [2019-09-11T09:27:22.952Z] === RUN Test/DockerDaemonSuite/TestLegacyDaemonCommand [2019-09-11T09:27:22.952Z] === RUN Test/DockerDaemonSuite/TestPluginListFilterCapability [2019-09-11T09:27:23.109Z] Reading package lists... [2019-09-11T09:27:23.393Z] Building dependency tree... [2019-09-11T09:27:23.393Z] Reading state information... [2019-09-11T09:27:23.675Z] The following additional packages will be installed: [2019-09-11T09:27:23.675Z] btrfs-progs liblzo2-2 [2019-09-11T09:27:23.675Z] The following NEW packages will be installed: [2019-09-11T09:27:23.675Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-11T09:27:23.675Z] 0 upgraded, 3 newly installed, 0 to remove and 10 not upgraded. [2019-09-11T09:27:23.675Z] Need to get 588 kB of archives. [2019-09-11T09:27:23.675Z] After this operation, 5005 kB of additional disk space will be used. [2019-09-11T09:27:23.675Z] 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-11T09:27:23.675Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-11T09:27:23.675Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-11T09:27:23.948Z] --- PASS: TestBuildUncleanTarFilenames (1.31s) [2019-09-11T09:27:23.948Z] === RUN TestBuildMultiStageLayerLeak [2019-09-11T09:27:23.958Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-11T09:27:23.958Z] Fetched 588 kB in 0s (6115 kB/s) [2019-09-11T09:27:23.958Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-11T09:27:23.958Z] (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-11T09:27:23.958Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-11T09:27:23.958Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-11T09:27:23.958Z] Selecting previously unselected package btrfs-progs. [2019-09-11T09:27:23.958Z] Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-11T09:27:23.958Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-11T09:27:23.958Z] Selecting previously unselected package btrfs-tools. [2019-09-11T09:27:24.243Z] Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-11T09:27:24.243Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-11T09:27:24.243Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:27:24.243Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-11T09:27:24.243Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-11T09:27:24.243Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-11T09:27:24.243Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:27:24.839Z] === RUN Test/DockerDaemonSuite/TestPluginListFilterEnabled [2019-09-11T09:27:24.859Z] Removing intermediate container 47adccec20d2 [2019-09-11T09:27:24.859Z] ---> f2ceefa7ff14 [2019-09-11T09:27:24.859Z] Step 52/126 : ENV INSTALL_BINARY_NAME=containerd [2019-09-11T09:27:24.859Z] ---> Running in e17238aea5c6 [2019-09-11T09:27:24.859Z] Removing intermediate container e17238aea5c6 [2019-09-11T09:27:24.859Z] ---> 4e49fc90b983 [2019-09-11T09:27:24.859Z] Step 53/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:27:24.859Z] ---> 922b42394595 [2019-09-11T09:27:24.859Z] Step 54/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:27:25.142Z] ---> 9569406e2e19 [2019-09-11T09:27:25.142Z] Step 55/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:27:25.142Z] ---> Running in 067716dde893 [2019-09-11T09:27:25.424Z] + RM_GOPATH=0 [2019-09-11T09:27:25.424Z] + TMP_GOPATH= [2019-09-11T09:27:25.424Z] + : /build [2019-09-11T09:27:25.424Z] + '[' -z '' ']' [2019-09-11T09:27:25.424Z] ++ mktemp -d [2019-09-11T09:27:25.424Z] + export GOPATH=/tmp/tmp.ANr1KlDdVT [2019-09-11T09:27:25.424Z] + GOPATH=/tmp/tmp.ANr1KlDdVT [2019-09-11T09:27:25.424Z] + RM_GOPATH=1 [2019-09-11T09:27:25.424Z] ++ dirname ./install.sh [2019-09-11T09:27:25.424Z] + dir=. [2019-09-11T09:27:25.424Z] + bin=containerd [2019-09-11T09:27:25.424Z] + shift [2019-09-11T09:27:25.424Z] + '[' '!' -f ./containerd.installer ']' [2019-09-11T09:27:25.424Z] + . ./containerd.installer [2019-09-11T09:27:25.424Z] ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-11T09:27:25.424Z] + install_containerd [2019-09-11T09:27:25.424Z] Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-11T09:27:25.424Z] + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-11T09:27:25.424Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.ANr1KlDdVT/src/github.com/containerd/containerd [2019-09-11T09:27:25.424Z] Cloning into '/tmp/tmp.ANr1KlDdVT/src/github.com/containerd/containerd'... [2019-09-11T09:27:26.025Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-11T09:27:26.726Z] === RUN Test/DockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-09-11T09:27:27.128Z] --- PASS: TestBuildMultiStageLayerLeak (2.80s) [2019-09-11T09:27:27.128Z] === RUN TestBuildWithHugeFile [2019-09-11T09:27:30.717Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-09-11T09:27:30.901Z] === RUN Test/DockerDaemonSuite/TestPruneImageDangling [2019-09-11T09:27:32.256Z] + cd /tmp/tmp.ANr1KlDdVT/src/github.com/containerd/containerd [2019-09-11T09:27:32.256Z] + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-11T09:27:32.265Z] === RUN Test/DockerDaemonSuite/TestPruneImageLabel [2019-09-11T09:27:32.384Z] ok github.com/docker/docker/api/server 0.054s coverage: 9.0% of statements [2019-09-11T09:27:32.538Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-11T09:27:32.538Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-11T09:27:32.538Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-11T09:27:32.538Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-11T09:27:32.538Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-11T09:27:32.538Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-11T09:27:32.538Z] + '[' '' = dynamic ']' [2019-09-11T09:27:32.538Z] + make [2019-09-11T09:27:32.821Z] 🇩 bin/ctr [2019-09-11T09:27:34.785Z] === RUN Test/DockerDaemonSuite/TestRegistryMirrors [2019-09-11T09:27:35.041Z] === RUN Test/DockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-09-11T09:27:35.297Z] === RUN Test/DockerSuite/TestBuildDockerignoreCleanPaths [2019-09-11T09:27:36.601Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-09-11T09:27:37.184Z] === RUN Test/DockerSuite/TestBuildDockerignoreComment [2019-09-11T09:27:39.071Z] === RUN Test/DockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-09-11T09:27:41.299Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-09-11T09:27:41.586Z] === RUN Test/DockerSuite/TestBuildDockerignoreExceptions [2019-09-11T09:27:42.953Z] === RUN Test/DockerDaemonSuite/TestRunLinksChanged [2019-09-11T09:27:43.481Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-09-11T09:27:44.555Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-11T09:27:44.555Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-09-11T09:27:44.555Z] remote: Enumerating objects: 19, done. [2019-09-11T09:27:44.555Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-09-11T09:27:44.555Z] 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-11T09:27:44.555Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-09-11T09:27:44.555Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-11T09:27:44.995Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39817/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a -e DOCKER_GRAPHDRIVER docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a hack/test/unit [2019-09-11T09:27:48.174Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-09-11T09:27:48.197Z] === RUN Test/DockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-09-11T09:27:48.253Z] ? github.com/docker/docker/api [no test files] [2019-09-11T09:27:50.082Z] === RUN Test/DockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-09-11T09:27:51.082Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-09-11T09:27:51.082Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:27:51.082Z] INFO: Testing against a local daemon [2019-09-11T09:27:51.082Z] === RUN TestBuildWithSession [2019-09-11T09:27:51.082Z] --- SKIP: TestBuildWithSession (0.00s) [2019-09-11T09:27:51.082Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:27:51.082Z] === RUN TestBuildSquashParent [2019-09-11T09:27:51.082Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-09-11T09:27:51.082Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:27:51.082Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-11T09:27:51.082Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.01s) [2019-09-11T09:27:51.082Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:27:51.082Z] === RUN TestBuildMultiStageCopy [2019-09-11T09:27:51.082Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-11T09:27:51.445Z] === RUN Test/DockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-09-11T09:27:52.809Z] === RUN Test/DockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-09-11T09:27:56.076Z] === RUN Test/DockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-11T09:27:56.076Z] === RUN Test/DockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-09-11T09:27:57.439Z] === RUN Test/DockerSuite/TestBuildDockerignoringBadExclusion [2019-09-11T09:27:57.439Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerfile [2019-09-11T09:28:00.416Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2019-09-11T09:28:01.402Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-11T09:28:01.402Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-11T09:28:01.542Z] --- PASS: TestBuildWithHugeFile (31.97s) [2019-09-11T09:28:01.542Z] === RUN TestBuildWithEmptyDockerfile [2019-09-11T09:28:01.542Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:28:01.542Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:28:01.542Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:28:01.542Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:28:01.542Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:28:01.542Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:28:01.542Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:28:01.542Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:28:01.542Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:28:01.542Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2019-09-11T09:28:01.542Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2019-09-11T09:28:01.542Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2019-09-11T09:28:01.542Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2019-09-11T09:28:01.542Z] === RUN TestBuildPreserveOwnership [2019-09-11T09:28:01.542Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-11T09:28:02.371Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-11T09:28:02.804Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-11T09:28:03.339Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-11T09:28:03.975Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerignore [2019-09-11T09:28:04.878Z] --- PASS: TestBuildMultiStageCopy (13.73s) [2019-09-11T09:28:04.878Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.34s) [2019-09-11T09:28:04.878Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.81s) [2019-09-11T09:28:04.878Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.04s) [2019-09-11T09:28:04.878Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.18s) [2019-09-11T09:28:04.878Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.36s) [2019-09-11T09:28:04.878Z] === RUN TestBuildMultiStageParentConfig [2019-09-11T09:28:04.878Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2019-09-11T09:28:04.878Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:28:04.878Z] === RUN TestBuildLabelWithTargets [2019-09-11T09:28:04.878Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-09-11T09:28:04.878Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:28:04.878Z] === RUN TestBuildWithEmptyLayers [2019-09-11T09:28:05.329Z] --- PASS: TestBuildPreserveOwnership (6.24s) [2019-09-11T09:28:05.329Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.90s) [2019-09-11T09:28:05.329Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.32s) [2019-09-11T09:28:05.329Z] === RUN TestBuildPlatformInvalid [2019-09-11T09:28:05.329Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-09-11T09:28:05.329Z] PASS [2019-09-11T09:28:05.329Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m [2019-09-11T09:28:05.718Z] INFO: Testing against a local daemon [2019-09-11T09:28:05.718Z] === RUN TestConfigList [2019-09-11T09:28:05.846Z] --- PASS: TestBuildWithEmptyLayers (1.08s) [2019-09-11T09:28:05.846Z] === RUN TestBuildMultiStageOnBuild [2019-09-11T09:28:05.846Z] --- SKIP: TestBuildMultiStageOnBuild (0.01s) [2019-09-11T09:28:05.846Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:28:05.846Z] === RUN TestBuildUncleanTarFilenames [2019-09-11T09:28:05.846Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2019-09-11T09:28:05.846Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:28:05.846Z] === RUN TestBuildMultiStageLayerLeak [2019-09-11T09:28:05.846Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s) [2019-09-11T09:28:05.846Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:28:05.846Z] === RUN TestBuildWithHugeFile [2019-09-11T09:28:05.846Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-09-11T09:28:05.846Z] build_test.go:491: testEnv.OSType == "windows" [2019-09-11T09:28:05.846Z] === RUN TestBuildWithEmptyDockerfile [2019-09-11T09:28:05.846Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:28:05.846Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:28:05.846Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:28:05.846Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:28:05.846Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:28:05.846Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:28:05.862Z] === RUN Test/DockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-09-11T09:28:06.118Z] === RUN Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-11T09:28:06.307Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:28:06.307Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:28:06.307Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:28:06.307Z] --- PASS: TestBuildWithEmptyDockerfile (0.45s) [2019-09-11T09:28:06.307Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2019-09-11T09:28:06.307Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2019-09-11T09:28:06.307Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2019-09-11T09:28:06.307Z] === RUN TestBuildPreserveOwnership [2019-09-11T09:28:06.307Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-09-11T09:28:06.307Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:28:06.307Z] === RUN TestBuildPlatformInvalid [2019-09-11T09:28:06.307Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2019-09-11T09:28:06.307Z] PASS [2019-09-11T09:28:06.307Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-09-11T09:28:06.307Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:28:06.307Z] INFO: Testing against a local daemon [2019-09-11T09:28:06.307Z] === RUN TestConfigList [2019-09-11T09:28:06.307Z] --- SKIP: TestConfigList (0.00s) [2019-09-11T09:28:06.307Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:28:06.307Z] === RUN TestConfigsCreateAndDelete [2019-09-11T09:28:06.307Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-09-11T09:28:06.307Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:28:06.307Z] === RUN TestConfigsUpdate [2019-09-11T09:28:06.307Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-09-11T09:28:06.307Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:28:06.307Z] === RUN TestTemplatedConfig [2019-09-11T09:28:06.307Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-09-11T09:28:06.307Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:28:06.307Z] === RUN TestConfigInspect [2019-09-11T09:28:06.307Z] --- SKIP: TestConfigInspect (0.00s) [2019-09-11T09:28:06.307Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:28:06.307Z] === RUN TestConfigCreateWithLabels [2019-09-11T09:28:06.307Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-09-11T09:28:06.307Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:28:06.307Z] === RUN TestConfigCreateResolve [2019-09-11T09:28:06.307Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-09-11T09:28:06.307Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:28:06.307Z] === RUN TestConfigDaemonLibtrustID [2019-09-11T09:28:06.307Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-09-11T09:28:06.307Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:28:06.307Z] PASS [2019-09-11T09:28:06.307Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-09-11T09:28:06.307Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:28:06.307Z] INFO: Testing against a local daemon [2019-09-11T09:28:06.307Z] === RUN TestCheckpoint [2019-09-11T09:28:06.307Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-11T09:28:06.307Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-11T09:28:06.307Z] === RUN TestContainerInvalidJSON [2019-09-11T09:28:06.307Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:28:06.307Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:28:06.307Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:28:06.307Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:28:06.307Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:28:06.307Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:28:06.767Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:28:06.767Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:28:06.767Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:28:06.767Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-09-11T09:28:06.767Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-11T09:28:06.767Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-09-11T09:28:06.767Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-09-11T09:28:06.767Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-11T09:28:06.767Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.03s) [2019-09-11T09:28:06.767Z] copy_test.go:25: testEnv.OSType == "windows" [2019-09-11T09:28:06.767Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-11T09:28:06.767Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2019-09-11T09:28:06.767Z] copy_test.go:39: testEnv.OSType == "windows" [2019-09-11T09:28:06.767Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-11T09:28:06.767Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-09-11T09:28:06.767Z] copy_test.go:51: testEnv.OSType == "windows" [2019-09-11T09:28:06.767Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-11T09:28:06.767Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2019-09-11T09:28:06.767Z] copy_test.go:65: testEnv.OSType == "windows" [2019-09-11T09:28:06.767Z] === RUN TestCopyFromContainer [2019-09-11T09:28:06.767Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-09-11T09:28:06.767Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:28:06.767Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-11T09:28:06.767Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:28:06.767Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:28:06.767Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:28:06.767Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:28:06.767Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:28:06.767Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:28:06.767Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:28:06.767Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:28:06.767Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:28:06.767Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-11T09:28:06.767Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-11T09:28:06.767Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-11T09:28:06.767Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-11T09:28:06.767Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-11T09:28:06.767Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-09-11T09:28:06.767Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-09-11T09:28:06.767Z] === RUN TestCreateWithInvalidEnv [2019-09-11T09:28:06.767Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-11T09:28:06.767Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-11T09:28:06.767Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-11T09:28:06.767Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-11T09:28:06.767Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-11T09:28:06.767Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-11T09:28:06.767Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-11T09:28:06.767Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-11T09:28:06.767Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-11T09:28:06.767Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-11T09:28:06.767Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-11T09:28:06.767Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-11T09:28:06.767Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-11T09:28:06.767Z] === RUN TestCreateTmpfsMountsTarget [2019-09-11T09:28:06.767Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-09-11T09:28:06.767Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:28:06.767Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-11T09:28:06.767Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-09-11T09:28:06.767Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:28:06.767Z] === RUN TestCreateWithCapabilities [2019-09-11T09:28:06.767Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-09-11T09:28:06.767Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-09-11T09:28:06.767Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-11T09:28:06.767Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-09-11T09:28:06.767Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:28:06.767Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-11T09:28:06.767Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:28:06.767Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:28:06.767Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:28:06.767Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:28:06.767Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:28:06.767Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:28:06.767Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:28:06.767Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:28:06.767Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:28:06.767Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:28:06.767Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:28:06.767Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:28:06.767Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:28:06.767Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:28:06.767Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:28:06.767Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-09-11T09:28:06.767Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-11T09:28:06.767Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-11T09:28:06.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-11T09:28:06.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-11T09:28:06.768Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-11T09:28:06.768Z] === RUN TestDiff [2019-09-11T09:28:06.768Z] --- SKIP: TestDiff (0.00s) [2019-09-11T09:28:06.768Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-09-11T09:28:06.768Z] === RUN TestExecWithCloseStdin [2019-09-11T09:28:08.927Z] --- PASS: TestConfigList (2.97s) [2019-09-11T09:28:08.927Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-11T09:28:08.927Z] daemon.go:336: [d03771532cc25] waiting for daemon to start [2019-09-11T09:28:08.927Z] daemon.go:336: [d03771532cc25] waiting for daemon to start [2019-09-11T09:28:08.927Z] daemon.go:364: [d03771532cc25] daemon started [2019-09-11T09:28:08.927Z] daemon.go:472: [d03771532cc25] Stopping daemon [2019-09-11T09:28:08.927Z] daemon.go:307: [d03771532cc25] exiting daemon [2019-09-11T09:28:08.927Z] daemon.go:459: [d03771532cc25] Daemon stopped [2019-09-11T09:28:08.927Z] === RUN TestConfigsCreateAndDelete [2019-09-11T09:28:08.945Z] --- PASS: TestExecWithCloseStdin (2.07s) [2019-09-11T09:28:08.945Z] === RUN TestExec [2019-09-11T09:28:08.945Z] --- SKIP: TestExec (0.00s) [2019-09-11T09:28:08.945Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-11T09:28:08.945Z] === RUN TestExecUser [2019-09-11T09:28:08.945Z] --- SKIP: TestExecUser (0.00s) [2019-09-11T09:28:08.945Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-11T09:28:08.945Z] === RUN TestExportContainerAndImportImage [2019-09-11T09:28:08.945Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-09-11T09:28:08.945Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:28:08.945Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-11T09:28:08.945Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-09-11T09:28:08.945Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:28:08.945Z] === RUN TestHealthCheckWorkdir [2019-09-11T09:28:08.945Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-09-11T09:28:08.945Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-11T09:28:08.945Z] === RUN TestHealthKillContainer [2019-09-11T09:28:08.945Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-09-11T09:28:08.945Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-09-11T09:28:08.945Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-11T09:28:08.945Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-09-11T09:28:08.945Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-09-11T09:28:08.945Z] === RUN TestKillContainerInvalidSignal [2019-09-11T09:28:09.382Z] === RUN Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-11T09:28:10.483Z] --- PASS: TestKillContainerInvalidSignal (1.80s) [2019-09-11T09:28:10.483Z] === RUN TestKillContainer [2019-09-11T09:28:10.483Z] --- SKIP: TestKillContainer (0.00s) [2019-09-11T09:28:10.483Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-09-11T09:28:10.483Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-11T09:28:10.483Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-09-11T09:28:10.483Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-11T09:28:10.483Z] === RUN TestKillStoppedContainer [2019-09-11T09:28:10.483Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-09-11T09:28:10.483Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-11T09:28:10.483Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-11T09:28:10.483Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-09-11T09:28:10.483Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-11T09:28:10.483Z] === RUN TestKillDifferentUserContainer [2019-09-11T09:28:10.483Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-09-11T09:28:10.483Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-09-11T09:28:10.483Z] === RUN TestInspectOomKilledTrue [2019-09-11T09:28:10.483Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-11T09:28:10.483Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-11T09:28:10.483Z] === RUN TestInspectOomKilledFalse [2019-09-11T09:28:10.483Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-11T09:28:10.483Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-11T09:28:10.483Z] === RUN TestLogsFollowTailEmpty [2019-09-11T09:28:12.115Z] --- PASS: TestConfigsCreateAndDelete (3.06s) [2019-09-11T09:28:12.116Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-11T09:28:12.116Z] daemon.go:336: [d2f1b3b0cc4b4] waiting for daemon to start [2019-09-11T09:28:12.116Z] daemon.go:336: [d2f1b3b0cc4b4] waiting for daemon to start [2019-09-11T09:28:12.116Z] daemon.go:364: [d2f1b3b0cc4b4] daemon started [2019-09-11T09:28:12.116Z] daemon.go:472: [d2f1b3b0cc4b4] Stopping daemon [2019-09-11T09:28:12.116Z] daemon.go:307: [d2f1b3b0cc4b4] exiting daemon [2019-09-11T09:28:12.116Z] daemon.go:459: [d2f1b3b0cc4b4] Daemon stopped [2019-09-11T09:28:12.116Z] === RUN TestConfigsUpdate [2019-09-11T09:28:12.670Z] --- PASS: TestLogsFollowTailEmpty (1.75s) [2019-09-11T09:28:12.670Z] === RUN TestNetworkNat [2019-09-11T09:28:12.670Z] --- SKIP: TestNetworkNat (0.00s) [2019-09-11T09:28:12.670Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-09-11T09:28:12.670Z] === RUN TestNetworkLocalhostTCPNat [2019-09-11T09:28:12.670Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-09-11T09:28:12.670Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:28:12.670Z] === RUN TestNetworkLoopbackNat [2019-09-11T09:28:12.670Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-09-11T09:28:12.670Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-09-11T09:28:12.670Z] === RUN TestPause [2019-09-11T09:28:12.670Z] --- SKIP: TestPause (0.00s) [2019-09-11T09:28:12.670Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-09-11T09:28:12.670Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-11T09:28:14.207Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.68s) [2019-09-11T09:28:14.207Z] === RUN TestPauseStopPausedContainer [2019-09-11T09:28:14.207Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-09-11T09:28:14.207Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:28:14.207Z] === RUN TestPsFilter [2019-09-11T09:28:14.207Z] --- PASS: TestPsFilter (0.16s) [2019-09-11T09:28:14.207Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-11T09:28:14.772Z] --- PASS: TestConfigsUpdate (3.08s) [2019-09-11T09:28:14.772Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-11T09:28:14.772Z] daemon.go:336: [df9026edeb6e7] waiting for daemon to start [2019-09-11T09:28:14.772Z] daemon.go:336: [df9026edeb6e7] waiting for daemon to start [2019-09-11T09:28:14.772Z] daemon.go:364: [df9026edeb6e7] daemon started [2019-09-11T09:28:14.772Z] daemon.go:472: [df9026edeb6e7] Stopping daemon [2019-09-11T09:28:14.772Z] daemon.go:307: [df9026edeb6e7] exiting daemon [2019-09-11T09:28:14.772Z] daemon.go:459: [df9026edeb6e7] Daemon stopped [2019-09-11T09:28:14.772Z] === RUN TestTemplatedConfig [2019-09-11T09:28:16.386Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.99s) [2019-09-11T09:28:16.386Z] === RUN TestRemoveContainerWithVolume [2019-09-11T09:28:17.464Z] === RUN Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-11T09:28:17.464Z] === RUN Test/DockerSuite/TestBuildDockerignoringWholeDir [2019-09-11T09:28:18.565Z] --- PASS: TestRemoveContainerWithVolume (1.96s) [2019-09-11T09:28:18.565Z] === RUN TestRemoveContainerRunning [2019-09-11T09:28:18.815Z] --- PASS: TestTemplatedConfig (3.64s) [2019-09-11T09:28:18.815Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-11T09:28:18.815Z] daemon.go:336: [de87ec59b9488] waiting for daemon to start [2019-09-11T09:28:18.815Z] daemon.go:336: [de87ec59b9488] waiting for daemon to start [2019-09-11T09:28:18.815Z] daemon.go:364: [de87ec59b9488] daemon started [2019-09-11T09:28:18.815Z] daemon.go:472: [de87ec59b9488] Stopping daemon [2019-09-11T09:28:18.815Z] daemon.go:307: [de87ec59b9488] exiting daemon [2019-09-11T09:28:18.815Z] daemon.go:459: [de87ec59b9488] Daemon stopped [2019-09-11T09:28:18.815Z] === RUN TestConfigInspect [2019-09-11T09:28:19.353Z] === RUN Test/DockerDaemonSuite/TestShmSize [2019-09-11T09:28:19.914Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildDirs [2019-09-11T09:28:20.100Z] --- PASS: TestRemoveContainerRunning (1.64s) [2019-09-11T09:28:20.101Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-11T09:28:21.304Z] --- PASS: TestConfigInspect (2.96s) [2019-09-11T09:28:21.304Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-11T09:28:21.304Z] daemon.go:336: [da8066e2b672d] waiting for daemon to start [2019-09-11T09:28:21.304Z] daemon.go:336: [da8066e2b672d] waiting for daemon to start [2019-09-11T09:28:21.304Z] daemon.go:364: [da8066e2b672d] daemon started [2019-09-11T09:28:21.304Z] daemon.go:472: [da8066e2b672d] Stopping daemon [2019-09-11T09:28:21.304Z] daemon.go:307: [da8066e2b672d] exiting daemon [2019-09-11T09:28:21.304Z] daemon.go:459: [da8066e2b672d] Daemon stopped [2019-09-11T09:28:21.304Z] === RUN TestConfigCreateWithLabels [2019-09-11T09:28:21.638Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.67s) [2019-09-11T09:28:21.638Z] === RUN TestRemoveInvalidContainer [2019-09-11T09:28:21.638Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-09-11T09:28:21.638Z] === RUN TestRenameLinkedContainer [2019-09-11T09:28:21.638Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-09-11T09:28:21.638Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-09-11T09:28:21.638Z] === RUN TestRenameStoppedContainer [2019-09-11T09:28:21.802Z] === RUN Test/DockerDaemonSuite/TestShmSizeReload [2019-09-11T09:28:22.728Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildTopDir [2019-09-11T09:28:24.630Z] --- PASS: TestConfigCreateWithLabels (3.02s) [2019-09-11T09:28:24.630Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-11T09:28:24.630Z] daemon.go:336: [d16ce8297c26a] waiting for daemon to start [2019-09-11T09:28:24.630Z] daemon.go:336: [d16ce8297c26a] waiting for daemon to start [2019-09-11T09:28:24.630Z] daemon.go:364: [d16ce8297c26a] daemon started [2019-09-11T09:28:24.630Z] daemon.go:472: [d16ce8297c26a] Stopping daemon [2019-09-11T09:28:24.630Z] daemon.go:307: [d16ce8297c26a] exiting daemon [2019-09-11T09:28:24.630Z] daemon.go:459: [d16ce8297c26a] Daemon stopped [2019-09-11T09:28:24.630Z] === RUN TestConfigCreateResolve [2019-09-11T09:28:25.244Z] === RUN Test/DockerDaemonSuite/TestTLSVerify [2019-09-11T09:28:25.244Z] === RUN Test/DockerDaemonSuite/TestVolumePlugin [2019-09-11T09:28:27.791Z] --- PASS: TestConfigCreateResolve (3.08s) [2019-09-11T09:28:27.791Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-11T09:28:27.791Z] daemon.go:336: [d6f308ac3db80] waiting for daemon to start [2019-09-11T09:28:27.791Z] daemon.go:336: [d6f308ac3db80] waiting for daemon to start [2019-09-11T09:28:27.791Z] daemon.go:364: [d6f308ac3db80] daemon started [2019-09-11T09:28:27.791Z] daemon.go:472: [d6f308ac3db80] Stopping daemon [2019-09-11T09:28:27.791Z] daemon.go:307: [d6f308ac3db80] exiting daemon [2019-09-11T09:28:27.791Z] daemon.go:459: [d6f308ac3db80] Daemon stopped [2019-09-11T09:28:27.791Z] === RUN TestConfigDaemonLibtrustID [2019-09-11T09:28:27.791Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-11T09:28:27.791Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-11T09:28:27.791Z] daemon.go:336: [d6a7437570f01] waiting for daemon to start [2019-09-11T09:28:27.791Z] daemon.go:336: [d6a7437570f01] waiting for daemon to start [2019-09-11T09:28:27.791Z] daemon.go:364: [d6a7437570f01] daemon started [2019-09-11T09:28:27.791Z] daemon.go:472: [d6a7437570f01] Stopping daemon [2019-09-11T09:28:27.791Z] daemon.go:307: [d6a7437570f01] exiting daemon [2019-09-11T09:28:27.791Z] daemon.go:459: [d6a7437570f01] Daemon stopped [2019-09-11T09:28:27.791Z] PASS [2019-09-11T09:28:27.791Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m [2019-09-11T09:28:28.168Z] INFO: Testing against a local daemon [2019-09-11T09:28:28.168Z] === RUN TestCheckpoint [2019-09-11T09:28:28.168Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-11T09:28:28.168Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-11T09:28:28.168Z] === RUN TestContainerInvalidJSON [2019-09-11T09:28:28.168Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:28:28.168Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:28:28.168Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:28:28.168Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:28:28.168Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:28:28.168Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:28:28.168Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:28:28.168Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:28:28.168Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:28:28.168Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-09-11T09:28:28.168Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-11T09:28:28.168Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-11T09:28:28.168Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-11T09:28:28.168Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-11T09:28:28.168Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-09-11T09:28:28.168Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-11T09:28:28.168Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-11T09:28:28.168Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-11T09:28:28.542Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-09-11T09:28:28.542Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-11T09:28:28.542Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2019-09-11T09:28:28.542Z] === RUN TestCopyFromContainer [2019-09-11T09:28:28.869Z] --- PASS: TestRenameStoppedContainer (6.76s) [2019-09-11T09:28:28.869Z] === RUN TestRenameRunningContainerAndReuse [2019-09-11T09:28:29.612Z] 🇩 bin/containerd [2019-09-11T09:28:30.396Z] === RUN TestCopyFromContainer// [2019-09-11T09:28:30.856Z] === RUN TestCopyFromContainer//bar/root [2019-09-11T09:28:30.856Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-11T09:28:30.856Z] === RUN TestCopyFromContainer/bar/quux [2019-09-11T09:28:30.856Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-11T09:28:31.236Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-11T09:28:31.236Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-11T09:28:31.236Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-11T09:28:31.236Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-11T09:28:31.604Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-11T09:28:31.604Z] --- PASS: TestCopyFromContainer (3.07s) [2019-09-11T09:28:31.604Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-11T09:28:31.604Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2019-09-11T09:28:31.604Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-09-11T09:28:31.604Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2019-09-11T09:28:31.604Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-09-11T09:28:31.604Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-09-11T09:28:31.604Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2019-09-11T09:28:31.604Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-09-11T09:28:31.604Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2019-09-11T09:28:31.604Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-09-11T09:28:31.604Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-11T09:28:31.604Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:28:31.604Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:28:31.604Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:28:31.604Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:28:31.604Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:28:31.604Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:28:31.604Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:28:31.604Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:28:31.604Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:28:31.604Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-11T09:28:31.604Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-11T09:28:31.604Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-11T09:28:31.604Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-11T09:28:31.604Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-11T09:28:31.604Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-09-11T09:28:31.604Z] === RUN TestCreateWithInvalidEnv [2019-09-11T09:28:31.604Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-11T09:28:31.604Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-11T09:28:31.604Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-11T09:28:31.604Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-11T09:28:31.604Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-11T09:28:31.604Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-11T09:28:31.604Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-11T09:28:31.604Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-11T09:28:31.604Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-11T09:28:31.604Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-09-11T09:28:31.604Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-11T09:28:31.604Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-11T09:28:31.604Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-11T09:28:31.604Z] === RUN TestCreateTmpfsMountsTarget [2019-09-11T09:28:31.604Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2019-09-11T09:28:31.604Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-11T09:28:31.779Z] === RUN Test/DockerSwarmSuite/TestAPIDuplicateNetworks [2019-09-11T09:28:31.779Z] --- PASS: TestRenameRunningContainerAndReuse (3.39s) [2019-09-11T09:28:31.779Z] === RUN TestRenameInvalidName [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-11T09:28:32.904Z] ok github.com/docker/docker/api/server/httputils 0.123s coverage: 14.7% of statements [2019-09-11T09:28:32.904Z] ok github.com/docker/docker/api/server/middleware 0.164s coverage: 37.7% of statements [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-11T09:28:32.904Z] ok github.com/docker/docker/api/server/router/swarm 0.169s coverage: 4.0% of statements [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-11T09:28:32.904Z] ok github.com/docker/docker/api/types/filters 0.095s coverage: 95.2% of statements [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-11T09:28:32.904Z] ok github.com/docker/docker/api/types/strslice 0.064s coverage: 90.0% of statements [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-11T09:28:32.904Z] ok github.com/docker/docker/api/types/time 0.298s coverage: 100.0% of statements [2019-09-11T09:28:32.904Z] ok github.com/docker/docker/api/types/versions 0.030s coverage: 75.0% of statements [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/autogen/winresources/docker [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/builder [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-11T09:28:32.904Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-11T09:28:33.311Z] --- PASS: TestRenameInvalidName (1.61s) [2019-09-11T09:28:33.312Z] === RUN TestRenameAnonymousContainer [2019-09-11T09:28:33.312Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-09-11T09:28:33.312Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-09-11T09:28:33.312Z] === RUN TestRenameContainerWithSameName [2019-09-11T09:28:34.090Z] --- PASS: TestCreateWithCustomMaskedPaths (2.53s) [2019-09-11T09:28:34.090Z] === RUN TestCreateWithCapabilities [2019-09-11T09:28:34.090Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-11T09:28:34.090Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-11T09:28:34.090Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-11T09:28:34.090Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-11T09:28:34.090Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-11T09:28:34.090Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-11T09:28:34.090Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-11T09:28:34.090Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-11T09:28:34.090Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-11T09:28:34.090Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-11T09:28:34.090Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-11T09:28:34.090Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-11T09:28:34.090Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-11T09:28:34.090Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-11T09:28:34.090Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-11T09:28:34.090Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-11T09:28:34.090Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-11T09:28:34.090Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-11T09:28:34.090Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-11T09:28:34.090Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-11T09:28:34.090Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-11T09:28:34.090Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-11T09:28:34.091Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-11T09:28:34.091Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-11T09:28:34.473Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-11T09:28:34.473Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-11T09:28:34.473Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-11T09:28:34.473Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-11T09:28:34.473Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-11T09:28:34.473Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-11T09:28:34.473Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-11T09:28:34.473Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-11T09:28:34.473Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-11T09:28:34.473Z] --- PASS: TestCreateWithCapabilities (0.03s) [2019-09-11T09:28:34.473Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-09-11T09:28:34.473Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-11T09:28:34.473Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-11T09:28:34.473Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2019-09-11T09:28:34.473Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-11T09:28:34.473Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-11T09:28:34.473Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-09-11T09:28:34.473Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-09-11T09:28:34.473Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-09-11T09:28:34.473Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-09-11T09:28:34.473Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-09-11T09:28:34.473Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-11T09:28:34.844Z] --- PASS: TestRenameContainerWithSameName (1.64s) [2019-09-11T09:28:34.844Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-11T09:28:34.844Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-09-11T09:28:34.844Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-09-11T09:28:34.844Z] === RUN TestResize [2019-09-11T09:28:34.844Z] --- SKIP: TestResize (0.00s) [2019-09-11T09:28:34.844Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-11T09:28:34.844Z] === RUN TestResizeWithInvalidSize [2019-09-11T09:28:34.844Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-09-11T09:28:34.844Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-09-11T09:28:34.844Z] === RUN TestResizeWhenContainerNotStarted [2019-09-11T09:28:35.941Z] === RUN Test/DockerSwarmSuite/TestAPINetworkInspectWithScope [2019-09-11T09:28:37.018Z] --- PASS: TestResizeWhenContainerNotStarted (1.86s) [2019-09-11T09:28:37.018Z] === RUN TestDaemonRestartKillContainers [2019-09-11T09:28:37.018Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-09-11T09:28:37.018Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:28:37.018Z] === RUN TestStats [2019-09-11T09:28:37.018Z] --- SKIP: TestStats (0.00s) [2019-09-11T09:28:37.018Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-09-11T09:28:37.018Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-11T09:28:37.657Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.69s) [2019-09-11T09:28:37.657Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-11T09:28:37.657Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:28:37.657Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:28:37.657Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:28:37.657Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:28:37.657Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:28:37.657Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:28:37.657Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:28:37.657Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:28:37.657Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:28:37.657Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:28:37.657Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:28:37.657Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:28:37.657Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:28:37.657Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:28:37.657Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:28:37.657Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-09-11T09:28:37.657Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-09-11T09:28:37.657Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-09-11T09:28:37.657Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-11T09:28:37.657Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-11T09:28:37.657Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-09-11T09:28:37.657Z] === RUN TestContainerStartOnDaemonRestart [2019-09-11T09:28:37.657Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-11T09:28:37.657Z] === RUN TestDaemonRestartIpcMode [2019-09-11T09:28:37.657Z] === PAUSE TestDaemonRestartIpcMode [2019-09-11T09:28:37.657Z] === RUN TestDiff [2019-09-11T09:28:38.079Z] --- PASS: TestDiff (0.83s) [2019-09-11T09:28:38.079Z] === RUN TestExecWithCloseStdin [2019-09-11T09:28:38.773Z] ok github.com/docker/docker/builder/dockerfile 0.324s coverage: 43.2% of statements [2019-09-11T09:28:38.773Z] ok github.com/docker/docker/builder/dockerignore 0.084s coverage: 96.8% of statements [2019-09-11T09:28:38.773Z] ok github.com/docker/docker/builder/fscache 1.241s coverage: 69.2% of statements [2019-09-11T09:28:39.203Z] === RUN Test/DockerSwarmSuite/TestAPIServiceUpdatePort [2019-09-11T09:28:39.240Z] ok github.com/docker/docker/builder/remotecontext 1.423s coverage: 9.2% of statements [2019-09-11T09:28:39.484Z] --- PASS: TestExecWithCloseStdin (1.12s) [2019-09-11T09:28:39.484Z] === RUN TestExec [2019-09-11T09:28:40.277Z] --- PASS: TestExec (1.01s) [2019-09-11T09:28:40.277Z] === RUN TestExecUser [2019-09-11T09:28:41.056Z] --- PASS: TestExecUser (1.00s) [2019-09-11T09:28:41.056Z] === RUN TestExportContainerAndImportImage [2019-09-11T09:28:41.713Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.78s) [2019-09-11T09:28:41.713Z] === RUN TestStopContainerWithTimeout [2019-09-11T09:28:41.713Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-09-11T09:28:41.713Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-09-11T09:28:41.713Z] === RUN TestUpdateRestartPolicy [2019-09-11T09:28:42.302Z] --- PASS: TestExportContainerAndImportImage (1.11s) [2019-09-11T09:28:42.302Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-11T09:28:44.181Z] --- PASS: TestExportContainerAfterDaemonRestart (1.58s) [2019-09-11T09:28:44.181Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-11T09:28:44.181Z] daemon.go:336: [d6139c3aaa87b] waiting for daemon to start [2019-09-11T09:28:44.181Z] daemon.go:336: [d6139c3aaa87b] waiting for daemon to start [2019-09-11T09:28:44.181Z] daemon.go:364: [d6139c3aaa87b] daemon started [2019-09-11T09:28:44.181Z] daemon.go:472: [d6139c3aaa87b] Stopping daemon [2019-09-11T09:28:44.181Z] daemon.go:307: [d6139c3aaa87b] exiting daemon [2019-09-11T09:28:44.181Z] daemon.go:459: [d6139c3aaa87b] Daemon stopped [2019-09-11T09:28:44.181Z] daemon.go:336: [d6139c3aaa87b] waiting for daemon to start [2019-09-11T09:28:44.181Z] daemon.go:336: [d6139c3aaa87b] waiting for daemon to start [2019-09-11T09:28:44.181Z] daemon.go:364: [d6139c3aaa87b] daemon started [2019-09-11T09:28:44.181Z] daemon.go:472: [d6139c3aaa87b] Stopping daemon [2019-09-11T09:28:44.181Z] daemon.go:307: [d6139c3aaa87b] exiting daemon [2019-09-11T09:28:44.181Z] daemon.go:459: [d6139c3aaa87b] Daemon stopped [2019-09-11T09:28:44.181Z] === RUN TestHealthCheckWorkdir [2019-09-11T09:28:44.972Z] --- PASS: TestHealthCheckWorkdir (1.21s) [2019-09-11T09:28:44.972Z] === RUN TestHealthKillContainer [2019-09-11T09:28:45.754Z] === RUN Test/DockerSwarmSuite/TestAPISwarmCAHash [2019-09-11T09:28:45.754Z] === RUN Test/DockerSuite/TestBuildDotDotFile [2019-09-11T09:28:45.754Z] === RUN Test/DockerSuite/TestBuildEOLInLine [2019-09-11T09:28:48.229Z] --- PASS: TestHealthKillContainer (3.18s) [2019-09-11T09:28:48.229Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-11T09:28:48.265Z] --- PASS: TestImportExtremelyLargeImageWorks (172.91s) [2019-09-11T09:28:48.265Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestImportExtremelyLargeImageWorks [2019-09-11T09:28:48.265Z] daemon.go:336: [da97ddfdada0d] waiting for daemon to start [2019-09-11T09:28:48.265Z] daemon.go:336: [da97ddfdada0d] waiting for daemon to start [2019-09-11T09:28:48.265Z] daemon.go:364: [da97ddfdada0d] daemon started [2019-09-11T09:28:48.265Z] daemon.go:472: [da97ddfdada0d] Stopping daemon [2019-09-11T09:28:48.265Z] daemon.go:307: [da97ddfdada0d] exiting daemon [2019-09-11T09:28:48.265Z] daemon.go:459: [da97ddfdada0d] Daemon stopped [2019-09-11T09:28:48.265Z] PASS [2019-09-11T09:28:48.265Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m [2019-09-11T09:28:48.520Z] INFO: Testing against a local daemon [2019-09-11T09:28:48.520Z] === RUN TestNetworkCreateDelete [2019-09-11T09:28:48.520Z] --- PASS: TestNetworkCreateDelete (0.12s) [2019-09-11T09:28:48.520Z] === RUN TestDockerNetworkDeletePreferID [2019-09-11T09:28:49.081Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2019-09-11T09:28:49.081Z] === RUN TestInspectNetwork [2019-09-11T09:28:49.473Z] --- PASS: TestInspectCpusetInConfigPre120 (1.00s) [2019-09-11T09:28:49.473Z] === RUN TestIpcModeNone [2019-09-11T09:28:50.258Z] --- PASS: TestIpcModeNone (1.00s) [2019-09-11T09:28:50.258Z] === RUN TestIpcModePrivate [2019-09-11T09:28:50.443Z] === RUN Test/DockerSuite/TestBuildEmptyCmd [2019-09-11T09:28:50.698Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypoint [2019-09-11T09:28:51.259Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-11T09:28:51.528Z] --- PASS: TestIpcModePrivate (1.07s) [2019-09-11T09:28:51.528Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2019-09-11T09:28:51.528Z] === RUN TestIpcModeShareable [2019-09-11T09:28:52.186Z] === RUN Test/DockerSuite/TestBuildEmptyScratch [2019-09-11T09:28:52.186Z] === RUN Test/DockerSuite/TestBuildEmptyStringVolume [2019-09-11T09:28:52.312Z] --- PASS: TestIpcModeShareable (1.06s) [2019-09-11T09:28:52.312Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2019-09-11T09:28:52.312Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-11T09:28:52.441Z] === RUN Test/DockerSuite/TestBuildEntrypoint [2019-09-11T09:28:52.696Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-11T09:28:55.208Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-11T09:28:55.605Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.09s) [2019-09-11T09:28:55.605Z] === RUN TestAPIIpcModeHost [2019-09-11T09:28:55.768Z] === RUN TestInspectNetwork/full_network_id [2019-09-11T09:28:55.768Z] === RUN TestInspectNetwork/partial_network_id [2019-09-11T09:28:55.768Z] === RUN TestInspectNetwork/network_name [2019-09-11T09:28:55.768Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-11T09:28:56.422Z] --- PASS: TestAPIIpcModeHost (0.77s) [2019-09-11T09:28:56.422Z] === RUN TestDaemonIpcModeShareable [2019-09-11T09:28:56.693Z] === RUN Test/DockerSuite/TestBuildEntrypointRunCleanup [2019-09-11T09:28:58.054Z] === RUN Test/DockerSwarmSuite/TestAPISwarmErrorHandling [2019-09-11T09:28:58.236Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2019-09-11T09:28:58.236Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-11T09:28:58.236Z] daemon.go:336: [d9acd87ec0c05] waiting for daemon to start [2019-09-11T09:28:58.236Z] daemon.go:336: [d9acd87ec0c05] waiting for daemon to start [2019-09-11T09:28:58.236Z] daemon.go:364: [d9acd87ec0c05] daemon started [2019-09-11T09:28:58.236Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-11T09:28:58.236Z] daemon.go:472: [d9acd87ec0c05] Stopping daemon [2019-09-11T09:28:58.236Z] daemon.go:307: [d9acd87ec0c05] exiting daemon [2019-09-11T09:28:58.236Z] daemon.go:459: [d9acd87ec0c05] Daemon stopped [2019-09-11T09:28:58.236Z] === RUN TestDaemonIpcModePrivate [2019-09-11T09:28:58.308Z] === RUN Test/DockerSuite/TestBuildEnv [2019-09-11T09:28:58.871Z] === RUN Test/DockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-11T09:29:00.046Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2019-09-11T09:29:00.046Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-11T09:29:00.046Z] daemon.go:336: [d3e6a78765e74] waiting for daemon to start [2019-09-11T09:29:00.046Z] daemon.go:336: [d3e6a78765e74] waiting for daemon to start [2019-09-11T09:29:00.046Z] daemon.go:364: [d3e6a78765e74] daemon started [2019-09-11T09:29:00.046Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-11T09:29:00.046Z] daemon.go:472: [d3e6a78765e74] Stopping daemon [2019-09-11T09:29:00.046Z] daemon.go:307: [d3e6a78765e74] exiting daemon [2019-09-11T09:29:00.046Z] daemon.go:459: [d3e6a78765e74] Daemon stopped [2019-09-11T09:29:00.046Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-11T09:29:00.233Z] === RUN Test/DockerSuite/TestBuildEnvEscapes [2019-09-11T09:29:00.233Z] --- PASS: TestInspectNetwork (11.15s) [2019-09-11T09:29:00.233Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInspectNetwork [2019-09-11T09:29:00.233Z] daemon.go:336: [d8e7f19eb5fa3] waiting for daemon to start [2019-09-11T09:29:00.233Z] daemon.go:336: [d8e7f19eb5fa3] waiting for daemon to start [2019-09-11T09:29:00.233Z] daemon.go:364: [d8e7f19eb5fa3] daemon started [2019-09-11T09:29:00.233Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-11T09:29:00.233Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-11T09:29:00.233Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-11T09:29:00.233Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-11T09:29:00.233Z] daemon.go:472: [d8e7f19eb5fa3] Stopping daemon [2019-09-11T09:29:00.233Z] daemon.go:307: [d8e7f19eb5fa3] exiting daemon [2019-09-11T09:29:00.233Z] daemon.go:459: [d8e7f19eb5fa3] Daemon stopped [2019-09-11T09:29:00.233Z] === RUN TestRunContainerWithBridgeNone [2019-09-11T09:29:01.885Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.81s) [2019-09-11T09:29:01.885Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-11T09:29:01.885Z] daemon.go:336: [da8fd2701d821] waiting for daemon to start [2019-09-11T09:29:01.885Z] daemon.go:336: [da8fd2701d821] waiting for daemon to start [2019-09-11T09:29:01.885Z] daemon.go:364: [da8fd2701d821] daemon started [2019-09-11T09:29:01.885Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-11T09:29:01.885Z] daemon.go:472: [da8fd2701d821] Stopping daemon [2019-09-11T09:29:01.885Z] daemon.go:307: [da8fd2701d821] exiting daemon [2019-09-11T09:29:01.885Z] daemon.go:459: [da8fd2701d821] Daemon stopped [2019-09-11T09:29:01.885Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-11T09:29:02.120Z] === RUN Test/DockerSuite/TestBuildEnvOverwrite [2019-09-11T09:29:02.171Z] 🇩 bin/containerd-stress [2019-09-11T09:29:02.777Z] --- PASS: TestUpdateRestartPolicy (19.59s) [2019-09-11T09:29:02.777Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-11T09:29:02.777Z] --- PASS: TestUpdateRestartWithAutoRemove (1.55s) [2019-09-11T09:29:02.777Z] === RUN TestWaitNonBlocked [2019-09-11T09:29:02.777Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:29:02.777Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:29:02.777Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:29:02.777Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:29:02.777Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:29:02.777Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:29:03.485Z] === RUN Test/DockerSuite/TestBuildEnvUsage [2019-09-11T09:29:03.485Z] --- PASS: TestRunContainerWithBridgeNone (3.34s) [2019-09-11T09:29:03.485Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestRunContainerWithBridgeNone [2019-09-11T09:29:03.485Z] daemon.go:336: [dece0cbcd2617] waiting for daemon to start [2019-09-11T09:29:03.485Z] daemon.go:336: [dece0cbcd2617] waiting for daemon to start [2019-09-11T09:29:03.485Z] daemon.go:364: [dece0cbcd2617] daemon started [2019-09-11T09:29:03.485Z] daemon.go:472: [dece0cbcd2617] Stopping daemon [2019-09-11T09:29:03.485Z] daemon.go:307: [dece0cbcd2617] exiting daemon [2019-09-11T09:29:03.485Z] daemon.go:459: [dece0cbcd2617] Daemon stopped [2019-09-11T09:29:03.485Z] === RUN TestNetworkInvalidJSON [2019-09-11T09:29:03.485Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-11T09:29:03.485Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-11T09:29:03.485Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:29:03.485Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:29:03.485Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:29:03.485Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:29:03.485Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-11T09:29:03.485Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:29:03.485Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:29:03.485Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-09-11T09:29:03.485Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-11T09:29:03.485Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-11T09:29:03.485Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-11T09:29:03.485Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-11T09:29:03.791Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2019-09-11T09:29:03.791Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-11T09:29:03.791Z] daemon.go:336: [d14f1f78538db] waiting for daemon to start [2019-09-11T09:29:03.791Z] daemon.go:336: [d14f1f78538db] waiting for daemon to start [2019-09-11T09:29:03.791Z] daemon.go:364: [d14f1f78538db] daemon started [2019-09-11T09:29:03.791Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-11T09:29:03.791Z] daemon.go:472: [d14f1f78538db] Stopping daemon [2019-09-11T09:29:03.791Z] daemon.go:307: [d14f1f78538db] exiting daemon [2019-09-11T09:29:03.791Z] daemon.go:459: [d14f1f78538db] Daemon stopped [2019-09-11T09:29:03.791Z] === RUN TestIpcModeOlderClient [2019-09-11T09:29:03.791Z] === PAUSE TestIpcModeOlderClient [2019-09-11T09:29:03.791Z] === RUN TestKillContainerInvalidSignal [2019-09-11T09:29:04.172Z] --- PASS: TestKillContainerInvalidSignal (0.84s) [2019-09-11T09:29:04.172Z] === RUN TestKillContainer [2019-09-11T09:29:04.554Z] === RUN TestKillContainer/no_signal [2019-09-11T09:29:04.848Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2019-09-11T09:29:04.848Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithLiveRestore [2019-09-11T09:29:04.848Z] daemon.go:336: [d3f42991de748] waiting for daemon to start [2019-09-11T09:29:04.848Z] daemon.go:336: [d3f42991de748] waiting for daemon to start [2019-09-11T09:29:04.848Z] daemon.go:364: [d3f42991de748] daemon started [2019-09-11T09:29:04.848Z] daemon.go:472: [d3f42991de748] Stopping daemon [2019-09-11T09:29:04.848Z] daemon.go:307: [d3f42991de748] exiting daemon [2019-09-11T09:29:04.848Z] daemon.go:459: [d3f42991de748] Daemon stopped [2019-09-11T09:29:04.848Z] daemon.go:336: [d3f42991de748] waiting for daemon to start [2019-09-11T09:29:04.848Z] daemon.go:336: [d3f42991de748] waiting for daemon to start [2019-09-11T09:29:04.848Z] daemon.go:364: [d3f42991de748] daemon started [2019-09-11T09:29:04.848Z] daemon.go:472: [d3f42991de748] Stopping daemon [2019-09-11T09:29:04.848Z] daemon.go:307: [d3f42991de748] exiting daemon [2019-09-11T09:29:04.848Z] daemon.go:459: [d3f42991de748] Daemon stopped [2019-09-11T09:29:04.848Z] === RUN TestDaemonDefaultNetworkPools [2019-09-11T09:29:05.339Z] === RUN TestKillContainer/non_killing_signal [2019-09-11T09:29:05.408Z] --- PASS: TestDaemonDefaultNetworkPools (0.91s) [2019-09-11T09:29:05.408Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonDefaultNetworkPools [2019-09-11T09:29:05.408Z] daemon.go:336: [d9aa4adca30d6] waiting for daemon to start [2019-09-11T09:29:05.408Z] daemon.go:336: [d9aa4adca30d6] waiting for daemon to start [2019-09-11T09:29:05.408Z] daemon.go:364: [d9aa4adca30d6] daemon started [2019-09-11T09:29:05.408Z] daemon.go:472: [d9aa4adca30d6] Stopping daemon [2019-09-11T09:29:05.408Z] daemon.go:307: [d9aa4adca30d6] exiting daemon [2019-09-11T09:29:05.408Z] daemon.go:459: [d9aa4adca30d6] Daemon stopped [2019-09-11T09:29:05.408Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-11T09:29:05.630Z] 🇩 bin/containerd-shim [2019-09-11T09:29:06.127Z] === RUN TestKillContainer/killing_signal [2019-09-11T09:29:06.502Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-11T09:29:06.503Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.43s) [2019-09-11T09:29:06.503Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.52s) [2019-09-11T09:29:06.503Z] === RUN TestWaitBlocked [2019-09-11T09:29:06.503Z] --- SKIP: TestWaitBlocked (0.00s) [2019-09-11T09:29:06.503Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:29:06.503Z] PASS [2019-09-11T09:29:06.503Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-09-11T09:29:06.503Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:29:06.503Z] INFO: Testing against a local daemon [2019-09-11T09:29:06.503Z] === RUN TestCommitInheritsEnv [2019-09-11T09:29:06.503Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-09-11T09:29:06.503Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:29:06.503Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-11T09:29:06.503Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-09-11T09:29:06.503Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-09-11T09:29:06.503Z] === RUN TestImagesFilterMultiReference [2019-09-11T09:29:06.503Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-09-11T09:29:06.503Z] === RUN TestImagePullPlatformInvalid [2019-09-11T09:29:06.503Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-11T09:29:06.503Z] === RUN TestRemoveImageOrphaning [2019-09-11T09:29:06.503Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-09-11T09:29:06.503Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:29:06.503Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-11T09:29:06.503Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-11T09:29:06.503Z] === RUN TestTagInvalidReference [2019-09-11T09:29:06.503Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-11T09:29:06.503Z] === RUN TestTagValidPrefixedRepo [2019-09-11T09:29:06.503Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-11T09:29:06.503Z] === RUN TestTagExistedNameWithoutForce [2019-09-11T09:29:06.503Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-09-11T09:29:06.503Z] === RUN TestTagOfficialNames [2019-09-11T09:29:06.503Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-09-11T09:29:06.503Z] tag_test.go:98: testEnv.OSType == "windows" [2019-09-11T09:29:06.503Z] === RUN TestTagMatchesDigest [2019-09-11T09:29:06.503Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-09-11T09:29:06.503Z] PASS [2019-09-11T09:29:06.503Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-09-11T09:29:06.503Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:29:06.503Z] INFO: Testing against a local daemon [2019-09-11T09:29:06.503Z] === RUN TestNetworkCreateDelete [2019-09-11T09:29:06.503Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-09-11T09:29:06.770Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2019-09-11T09:29:06.770Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithExistingNetwork [2019-09-11T09:29:06.770Z] daemon.go:336: [dff863ae246db] waiting for daemon to start [2019-09-11T09:29:06.770Z] daemon.go:336: [dff863ae246db] waiting for daemon to start [2019-09-11T09:29:06.770Z] daemon.go:364: [dff863ae246db] daemon started [2019-09-11T09:29:06.770Z] daemon.go:472: [dff863ae246db] Stopping daemon [2019-09-11T09:29:06.770Z] daemon.go:307: [dff863ae246db] exiting daemon [2019-09-11T09:29:06.770Z] daemon.go:459: [dff863ae246db] Daemon stopped [2019-09-11T09:29:06.770Z] daemon.go:336: [dff863ae246db] waiting for daemon to start [2019-09-11T09:29:06.770Z] daemon.go:336: [dff863ae246db] waiting for daemon to start [2019-09-11T09:29:06.770Z] daemon.go:364: [dff863ae246db] daemon started [2019-09-11T09:29:06.770Z] daemon.go:472: [dff863ae246db] Stopping daemon [2019-09-11T09:29:06.770Z] daemon.go:307: [dff863ae246db] exiting daemon [2019-09-11T09:29:06.770Z] daemon.go:459: [dff863ae246db] Daemon stopped [2019-09-11T09:29:06.770Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-11T09:29:06.961Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:29:06.961Z] === RUN TestDockerNetworkDeletePreferID [2019-09-11T09:29:06.961Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-09-11T09:29:06.961Z] 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-11T09:29:06.961Z] === RUN TestInspectNetwork [2019-09-11T09:29:06.961Z] --- SKIP: TestInspectNetwork (0.00s) [2019-09-11T09:29:06.961Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-09-11T09:29:06.961Z] === RUN TestRunContainerWithBridgeNone [2019-09-11T09:29:06.961Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-09-11T09:29:06.961Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:29:06.961Z] === RUN TestNetworkInvalidJSON [2019-09-11T09:29:06.961Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-11T09:29:06.961Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-11T09:29:06.961Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:29:06.961Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:29:06.961Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:29:06.961Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:29:06.961Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-11T09:29:06.961Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:29:06.961Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:29:06.961Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-11T09:29:06.961Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-11T09:29:06.961Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-09-11T09:29:06.961Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-09-11T09:29:06.961Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-11T09:29:06.961Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-09-11T09:29:06.961Z] service_test.go:29: testEnv.OSType == "windows" [2019-09-11T09:29:06.961Z] === RUN TestDaemonDefaultNetworkPools [2019-09-11T09:29:06.961Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-09-11T09:29:06.961Z] service_test.go:51: testEnv.OSType == "windows" [2019-09-11T09:29:06.961Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-11T09:29:06.961Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-09-11T09:29:06.961Z] service_test.go:94: testEnv.OSType == "windows" [2019-09-11T09:29:06.961Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-11T09:29:06.961Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-09-11T09:29:06.961Z] service_test.go:127: testEnv.OSType == "windows" [2019-09-11T09:29:06.961Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-11T09:29:06.961Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-09-11T09:29:06.961Z] service_test.go:177: testEnv.OSType == "windows" [2019-09-11T09:29:06.961Z] === RUN TestServiceWithPredefinedNetwork [2019-09-11T09:29:06.961Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-09-11T09:29:06.961Z] service_test.go:201: testEnv.OSType == "windows" [2019-09-11T09:29:06.961Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-11T09:29:06.961Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-11T09:29:06.961Z] service_test.go:230: FLAKY_TEST [2019-09-11T09:29:06.961Z] === RUN TestServiceWithDataPathPortInit [2019-09-11T09:29:06.961Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-09-11T09:29:06.961Z] service_test.go:319: testEnv.OSType == "windows" [2019-09-11T09:29:06.961Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-11T09:29:06.961Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-09-11T09:29:06.961Z] service_test.go:386: testEnv.OSType == "windows" [2019-09-11T09:29:06.961Z] PASS [2019-09-11T09:29:06.961Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-11T09:29:06.961Z] PASS [2019-09-11T09:29:06.961Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-11T09:29:06.961Z] PASS [2019-09-11T09:29:06.961Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-11T09:29:06.961Z] PASS [2019-09-11T09:29:06.961Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-11T09:29:06.961Z] PASS [2019-09-11T09:29:06.961Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-11T09:29:06.961Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:29:06.961Z] INFO: Testing against a local daemon [2019-09-11T09:29:06.961Z] === RUN TestPluginInvalidJSON [2019-09-11T09:29:06.961Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:29:06.961Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:29:06.961Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:29:06.961Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-11T09:29:06.961Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-11T09:29:06.961Z] PASS [2019-09-11T09:29:06.961Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-11T09:29:06.961Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:29:06.961Z] INFO: Testing against a local daemon [2019-09-11T09:29:06.961Z] === RUN TestExternalGraphDriver [2019-09-11T09:29:06.961Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-09-11T09:29:06.961Z] external_test.go:48: runtime.GOOS == "windows" [2019-09-11T09:29:06.961Z] === RUN TestGraphdriverPluginV2 [2019-09-11T09:29:06.961Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-09-11T09:29:06.961Z] external_test.go:407: runtime.GOOS == "windows" [2019-09-11T09:29:06.961Z] PASS [2019-09-11T09:29:06.961Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-11T09:29:06.961Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:29:06.961Z] INFO: Testing against a local daemon [2019-09-11T09:29:06.961Z] PASS [2019-09-11T09:29:06.961Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-11T09:29:06.961Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:29:06.961Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-09-11T09:29:07.386Z] --- PASS: TestKillContainer (2.78s) [2019-09-11T09:29:07.386Z] --- PASS: TestKillContainer/no_signal (0.95s) [2019-09-11T09:29:07.386Z] --- PASS: TestKillContainer/non_killing_signal (0.63s) [2019-09-11T09:29:07.386Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2019-09-11T09:29:07.386Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-11T09:29:07.386Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-11T09:29:07.418Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:29:07.419Z] INFO: Testing against a local daemon [2019-09-11T09:29:07.419Z] === RUN TestSecretInspect [2019-09-11T09:29:07.419Z] --- SKIP: TestSecretInspect (0.00s) [2019-09-11T09:29:07.419Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestSecretList [2019-09-11T09:29:07.419Z] --- SKIP: TestSecretList (0.00s) [2019-09-11T09:29:07.419Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestSecretsCreateAndDelete [2019-09-11T09:29:07.419Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-09-11T09:29:07.419Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestSecretsUpdate [2019-09-11T09:29:07.419Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-09-11T09:29:07.419Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestTemplatedSecret [2019-09-11T09:29:07.419Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-09-11T09:29:07.419Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestSecretCreateResolve [2019-09-11T09:29:07.419Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-09-11T09:29:07.419Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:29:07.419Z] PASS [2019-09-11T09:29:07.419Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-09-11T09:29:07.419Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:29:07.419Z] INFO: Testing against a local daemon [2019-09-11T09:29:07.419Z] === RUN TestServiceCreateInit [2019-09-11T09:29:07.419Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-11T09:29:07.419Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-11T09:29:07.419Z] --- PASS: TestServiceCreateInit (0.03s) [2019-09-11T09:29:07.419Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-09-11T09:29:07.419Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-09-11T09:29:07.419Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestCreateServiceMultipleTimes [2019-09-11T09:29:07.419Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-09-11T09:29:07.419Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestCreateServiceConflict [2019-09-11T09:29:07.419Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-09-11T09:29:07.419Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestCreateServiceMaxReplicas [2019-09-11T09:29:07.419Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-09-11T09:29:07.419Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-11T09:29:07.419Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-09-11T09:29:07.419Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestCreateServiceSecretFileMode [2019-09-11T09:29:07.419Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-09-11T09:29:07.419Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestCreateServiceConfigFileMode [2019-09-11T09:29:07.419Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-09-11T09:29:07.419Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestCreateServiceSysctls [2019-09-11T09:29:07.419Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-09-11T09:29:07.419Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestCreateServiceCapabilities [2019-09-11T09:29:07.419Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-09-11T09:29:07.419Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestInspect [2019-09-11T09:29:07.419Z] --- SKIP: TestInspect (0.00s) [2019-09-11T09:29:07.419Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestDockerNetworkConnectAlias [2019-09-11T09:29:07.419Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-09-11T09:29:07.419Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestDockerNetworkReConnect [2019-09-11T09:29:07.419Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-09-11T09:29:07.419Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestServicePlugin [2019-09-11T09:29:07.419Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-11T09:29:07.419Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestServiceUpdateLabel [2019-09-11T09:29:07.419Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-09-11T09:29:07.419Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:29:07.419Z] === RUN TestServiceUpdateSecrets [2019-09-11T09:29:07.419Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-09-11T09:29:07.419Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:29:07.419Z] === RUN TestServiceUpdateConfigs [2019-09-11T09:29:07.419Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-09-11T09:29:07.419Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:29:07.419Z] === RUN TestServiceUpdateNetwork [2019-09-11T09:29:07.419Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-09-11T09:29:07.419Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:29:07.419Z] PASS [2019-09-11T09:29:07.419Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-09-11T09:29:07.419Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:29:07.419Z] INFO: Testing against a local daemon [2019-09-11T09:29:07.419Z] === RUN TestSessionCreate [2019-09-11T09:29:07.419Z] --- SKIP: TestSessionCreate (0.00s) [2019-09-11T09:29:07.419Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-09-11T09:29:07.419Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-11T09:29:07.419Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-09-11T09:29:07.419Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-09-11T09:29:07.419Z] PASS [2019-09-11T09:29:07.419Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-09-11T09:29:07.419Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:29:07.419Z] INFO: Testing against a local daemon [2019-09-11T09:29:07.419Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-11T09:29:07.419Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-11T09:29:07.419Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:29:07.419Z] === RUN TestEventsExecDie [2019-09-11T09:29:07.419Z] --- SKIP: TestEventsExecDie (0.00s) [2019-09-11T09:29:07.419Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-09-11T09:29:07.419Z] === RUN TestEventsBackwardsCompatible [2019-09-11T09:29:07.419Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-09-11T09:29:07.419Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-09-11T09:29:07.419Z] === RUN TestInfoAPI [2019-09-11T09:29:07.419Z] --- PASS: TestInfoAPI (0.03s) [2019-09-11T09:29:07.419Z] === RUN TestInfoAPIWarnings [2019-09-11T09:29:07.419Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-09-11T09:29:07.419Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:29:07.419Z] === RUN TestLoginFailsWithBadCredentials [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-11T09:29:08.025Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 14.7% of statements [2019-09-11T09:29:08.025Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-11T09:29:08.025Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-11T09:29:08.025Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2019-09-11T09:29:08.025Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 95.2% of statements [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-11T09:29:08.025Z] ok github.com/docker/docker/api/types/time 0.010s coverage: 100.0% of statements [2019-09-11T09:29:08.025Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-09-11T09:29:08.025Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-11T09:29:08.026Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-11T09:29:08.026Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-11T09:29:08.026Z] ? github.com/docker/docker/builder [no test files] [2019-09-11T09:29:08.026Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-11T09:29:08.026Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-11T09:29:08.026Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-11T09:29:08.026Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-11T09:29:08.026Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-11T09:29:08.026Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-11T09:29:08.026Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-11T09:29:08.026Z] ok github.com/docker/docker/builder/dockerignore 0.015s coverage: 96.8% of statements [2019-09-11T09:29:08.133Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.38s) [2019-09-11T09:29:08.133Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-11T09:29:08.133Z] daemon.go:336: [d2f27ba6f0cf1] waiting for daemon to start [2019-09-11T09:29:08.133Z] daemon.go:336: [d2f27ba6f0cf1] waiting for daemon to start [2019-09-11T09:29:08.133Z] daemon.go:364: [d2f27ba6f0cf1] daemon started [2019-09-11T09:29:08.133Z] daemon.go:472: [d2f27ba6f0cf1] Stopping daemon [2019-09-11T09:29:08.133Z] daemon.go:307: [d2f27ba6f0cf1] exiting daemon [2019-09-11T09:29:08.133Z] daemon.go:459: [d2f27ba6f0cf1] Daemon stopped [2019-09-11T09:29:08.133Z] daemon.go:336: [d2f27ba6f0cf1] waiting for daemon to start [2019-09-11T09:29:08.133Z] daemon.go:336: [d2f27ba6f0cf1] waiting for daemon to start [2019-09-11T09:29:08.133Z] daemon.go:364: [d2f27ba6f0cf1] daemon started [2019-09-11T09:29:08.133Z] daemon.go:472: [d2f27ba6f0cf1] Stopping daemon [2019-09-11T09:29:08.133Z] daemon.go:307: [d2f27ba6f0cf1] exiting daemon [2019-09-11T09:29:08.133Z] daemon.go:459: [d2f27ba6f0cf1] Daemon stopped [2019-09-11T09:29:08.133Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-11T09:29:08.158Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-11T09:29:08.693Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2019-09-11T09:29:08.693Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonWithBipAndDefaultNetworkPool [2019-09-11T09:29:08.693Z] daemon.go:336: [dded98fdec8b1] waiting for daemon to start [2019-09-11T09:29:08.693Z] daemon.go:336: [dded98fdec8b1] waiting for daemon to start [2019-09-11T09:29:08.693Z] daemon.go:364: [dded98fdec8b1] daemon started [2019-09-11T09:29:08.693Z] daemon.go:472: [dded98fdec8b1] Stopping daemon [2019-09-11T09:29:08.693Z] daemon.go:307: [dded98fdec8b1] exiting daemon [2019-09-11T09:29:08.693Z] daemon.go:459: [dded98fdec8b1] Daemon stopped [2019-09-11T09:29:08.693Z] === RUN TestServiceWithPredefinedNetwork [2019-09-11T09:29:08.951Z] --- PASS: TestLoginFailsWithBadCredentials (1.15s) [2019-09-11T09:29:08.951Z] === RUN TestPingCacheHeaders [2019-09-11T09:29:08.951Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-11T09:29:08.951Z] === RUN TestPingGet [2019-09-11T09:29:08.951Z] --- PASS: TestPingGet (0.03s) [2019-09-11T09:29:08.951Z] === RUN TestPingHead [2019-09-11T09:29:08.951Z] --- PASS: TestPingHead (0.03s) [2019-09-11T09:29:08.951Z] === RUN TestVersion [2019-09-11T09:29:08.951Z] --- PASS: TestVersion (0.03s) [2019-09-11T09:29:08.951Z] PASS [2019-09-11T09:29:08.951Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-09-11T09:29:08.951Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:29:08.951Z] INFO: Testing against a local daemon [2019-09-11T09:29:08.951Z] === RUN TestVolumesCreateAndList [2019-09-11T09:29:08.951Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-09-11T09:29:08.951Z] === RUN TestVolumesRemove [2019-09-11T09:29:08.951Z] --- SKIP: TestVolumesRemove (0.00s) [2019-09-11T09:29:08.951Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-09-11T09:29:08.951Z] === RUN TestVolumesInspect [2019-09-11T09:29:08.951Z] --- PASS: TestVolumesInspect (0.03s) [2019-09-11T09:29:08.951Z] === RUN TestVolumesInvalidJSON [2019-09-11T09:29:08.951Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-11T09:29:08.951Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-11T09:29:08.951Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-11T09:29:08.951Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-09-11T09:29:08.951Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-11T09:29:08.951Z] PASS [2019-09-11T09:29:08.951Z] INFO: make.ps1 ended at 09/11/2019 09:29:08 [2019-09-11T09:29:08.951Z] INFO: Integration CLI tests being run from the host: [2019-09-11T09:29:08.951Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-09-11T09:29:09.032Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.84s) [2019-09-11T09:29:09.032Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.92s) [2019-09-11T09:29:09.032Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s) [2019-09-11T09:29:09.032Z] === RUN TestKillStoppedContainer [2019-09-11T09:29:09.032Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-09-11T09:29:09.032Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-11T09:29:09.032Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2019-09-11T09:29:09.032Z] === RUN TestKillDifferentUserContainer [2019-09-11T09:29:09.881Z] --- PASS: TestKillDifferentUserContainer (0.81s) [2019-09-11T09:29:09.881Z] === RUN TestInspectOomKilledTrue [2019-09-11T09:29:09.881Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-11T09:29:09.881Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-11T09:29:09.881Z] === RUN TestInspectOomKilledFalse [2019-09-11T09:29:09.881Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-11T09:29:09.881Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-11T09:29:09.881Z] === RUN TestLinksEtcHostsContentMatch [2019-09-11T09:29:10.704Z] --- PASS: TestLinksEtcHostsContentMatch (0.67s) [2019-09-11T09:29:10.704Z] === RUN TestLinksContainerNames [2019-09-11T09:29:11.288Z] ok github.com/docker/docker/builder/fscache 0.111s coverage: 69.2% of statements [2019-09-11T09:29:11.847Z] ok github.com/docker/docker/builder/dockerfile 0.578s coverage: 45.1% of statements [2019-09-11T09:29:11.963Z] === RUN Test/DockerSuite/TestBuildEnvUsage2 [2019-09-11T09:29:11.963Z] --- PASS: TestServiceWithPredefinedNetwork (3.33s) [2019-09-11T09:29:11.963Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithPredefinedNetwork [2019-09-11T09:29:11.963Z] daemon.go:336: [d89e645471658] waiting for daemon to start [2019-09-11T09:29:11.963Z] daemon.go:336: [d89e645471658] waiting for daemon to start [2019-09-11T09:29:11.963Z] daemon.go:364: [d89e645471658] daemon started [2019-09-11T09:29:11.963Z] daemon.go:472: [d89e645471658] Stopping daemon [2019-09-11T09:29:11.963Z] daemon.go:307: [d89e645471658] exiting daemon [2019-09-11T09:29:11.963Z] daemon.go:459: [d89e645471658] Daemon stopped [2019-09-11T09:29:11.963Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-11T09:29:11.963Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-11T09:29:11.963Z] service_test.go:230: FLAKY_TEST [2019-09-11T09:29:11.963Z] === RUN TestServiceWithDataPathPortInit [2019-09-11T09:29:12.523Z] --- PASS: TestLinksContainerNames (1.71s) [2019-09-11T09:29:12.523Z] === RUN TestLogsFollowTailEmpty [2019-09-11T09:29:13.312Z] --- PASS: TestLogsFollowTailEmpty (0.90s) [2019-09-11T09:29:13.312Z] === RUN TestContainerNetworkMountsNoChown [2019-09-11T09:29:14.124Z] --- PASS: TestContainerNetworkMountsNoChown (0.84s) [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/default [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/default [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/private [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/private [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rprivate [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/slave [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/slave [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rslave [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/shared [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/shared [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rshared [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/default [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/rshared [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/shared [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/rslave [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/slave [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/rprivate [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/private [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-11T09:29:14.124Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-11T09:29:14.124Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-11T09:29:14.124Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-11T09:29:14.357Z] ok github.com/docker/docker/builder/remotecontext 0.170s coverage: 13.6% of statements [2019-09-11T09:29:14.357Z] ok github.com/docker/docker/builder/remotecontext/git 0.813s coverage: 85.1% of statements [2019-09-11T09:29:14.357Z] ? github.com/docker/docker/cli [no test files] [2019-09-11T09:29:14.357Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-11T09:29:14.493Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-11T09:29:14.612Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-09-11T09:29:14.885Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-11T09:29:14.885Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-11T09:29:14.885Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-11T09:29:14.885Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-11T09:29:14.885Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-11T09:29:14.885Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-11T09:29:14.885Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-11T09:29:14.885Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-11T09:29:14.885Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot (0.03s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-09-11T09:29:14.885Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-09-11T09:29:14.885Z] === RUN TestContainerBindMountNonRecursive [2019-09-11T09:29:15.958Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-11T09:29:17.444Z] --- PASS: TestContainerBindMountNonRecursive (2.12s) [2019-09-11T09:29:17.444Z] === RUN TestNetworkNat [2019-09-11T09:29:17.829Z] --- PASS: TestNetworkNat (0.89s) [2019-09-11T09:29:17.829Z] === RUN TestNetworkLocalhostTCPNat [2019-09-11T09:29:19.086Z] --- PASS: TestNetworkLocalhostTCPNat (0.98s) [2019-09-11T09:29:19.086Z] === RUN TestNetworkLoopbackNat [2019-09-11T09:29:19.441Z] 🇩 binaries [2019-09-11T09:29:19.441Z] + mkdir -p /build [2019-09-11T09:29:19.441Z] + cp bin/containerd /build/containerd [2019-09-11T09:29:19.441Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-11T09:29:19.441Z] + cp bin/ctr /build/ctr [2019-09-11T09:29:20.345Z] --- PASS: TestNetworkLoopbackNat (1.34s) [2019-09-11T09:29:20.345Z] === RUN TestPause [2019-09-11T09:29:21.138Z] ok github.com/docker/docker/client 0.175s coverage: 75.6% of statements [2019-09-11T09:29:21.140Z] --- PASS: TestPause (0.96s) [2019-09-11T09:29:21.140Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-11T09:29:21.140Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-11T09:29:21.140Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-11T09:29:21.140Z] === RUN TestPauseStopPausedContainer [2019-09-11T09:29:21.320Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-11T09:29:21.320Z] INFO: Testing against a local daemon [2019-09-11T09:29:21.320Z] === RUN Test [2019-09-11T09:29:21.320Z] === RUN Test/DockerSuite/TestAPIClientVersionOldNotSupported [2019-09-11T09:29:21.320Z] === RUN Test/DockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-11T09:29:21.320Z] === RUN Test/DockerSuite/TestAPIErrorJSON [2019-09-11T09:29:21.320Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundJSON [2019-09-11T09:29:21.320Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundPlainText [2019-09-11T09:29:21.320Z] === RUN Test/DockerSuite/TestAPIErrorPlainText [2019-09-11T09:29:21.320Z] === RUN Test/DockerSuite/TestAPIGetEnabledCORS [2019-09-11T09:29:21.320Z] === RUN Test/DockerSuite/TestAPIImagesDelete [2019-09-11T09:29:21.320Z] === RUN Test/DockerSuite/TestAPIImagesFilter [2019-09-11T09:29:21.320Z] === RUN Test/DockerSuite/TestAPIImagesHistory [2019-09-11T09:29:21.320Z] === RUN Test/DockerSuite/TestAPIImagesImportBadSrc [2019-09-11T09:29:21.777Z] === RUN Test/DockerSuite/TestAPIImagesSaveAndLoad [2019-09-11T09:29:21.839Z] ok github.com/docker/docker/builder/remotecontext/git 36.742s coverage: 85.1% of statements [2019-09-11T09:29:21.839Z] ? github.com/docker/docker/cli [no test files] [2019-09-11T09:29:21.839Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-11T09:29:21.839Z] ok github.com/docker/docker/cli/debug 0.063s coverage: 100.0% of statements [2019-09-11T09:29:21.839Z] ok github.com/docker/docker/client 0.589s coverage: 75.1% of statements [2019-09-11T09:29:21.839Z] ok github.com/docker/docker/cmd/dockerd 0.279s coverage: 18.7% of statements [2019-09-11T09:29:22.398Z] --- PASS: TestPauseStopPausedContainer (0.97s) [2019-09-11T09:29:22.398Z] === RUN TestPsFilter [2019-09-11T09:29:22.398Z] --- PASS: TestPsFilter (0.22s) [2019-09-11T09:29:22.398Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-11T09:29:23.364Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.89s) [2019-09-11T09:29:23.364Z] === RUN TestRemoveContainerWithVolume [2019-09-11T09:29:23.386Z] ok github.com/docker/docker/container 0.470s coverage: 42.7% of statements [2019-09-11T09:29:23.386Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-11T09:29:23.386Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-11T09:29:23.386Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-11T09:29:23.386Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-11T09:29:24.281Z] --- PASS: TestRemoveContainerWithVolume (0.91s) [2019-09-11T09:29:24.281Z] === RUN TestRemoveContainerRunning [2019-09-11T09:29:25.075Z] --- PASS: TestRemoveContainerRunning (0.93s) [2019-09-11T09:29:25.075Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-11T09:29:25.865Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.87s) [2019-09-11T09:29:25.865Z] === RUN TestRemoveInvalidContainer [2019-09-11T09:29:25.865Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-09-11T09:29:25.865Z] === RUN TestRenameLinkedContainer [2019-09-11T09:29:26.296Z] Removing intermediate container 067716dde893 [2019-09-11T09:29:26.296Z] ---> 832a74370bd2 [2019-09-11T09:29:26.296Z] Step 56/126 : FROM dev-base AS proxy [2019-09-11T09:29:26.296Z] ---> 44c0cc1abfc2 [2019-09-11T09:29:26.296Z] Step 57/126 : ENV INSTALL_BINARY_NAME=proxy [2019-09-11T09:29:26.296Z] ---> Running in 107cbff22817 [2019-09-11T09:29:26.296Z] Removing intermediate container 107cbff22817 [2019-09-11T09:29:26.296Z] ---> b924a3e8099f [2019-09-11T09:29:26.296Z] Step 58/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:29:26.296Z] ---> 7baf6642416e [2019-09-11T09:29:26.296Z] Step 59/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:29:26.296Z] ---> 6d0e0c48be05 [2019-09-11T09:29:26.296Z] Step 60/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:29:26.296Z] ---> Running in 5aa5734f133f [2019-09-11T09:29:26.296Z] + RM_GOPATH=0 [2019-09-11T09:29:26.296Z] + TMP_GOPATH= [2019-09-11T09:29:26.296Z] + : /build [2019-09-11T09:29:26.296Z] + '[' -z '' ']' [2019-09-11T09:29:26.296Z] ++ mktemp -d [2019-09-11T09:29:26.296Z] + export GOPATH=/tmp/tmp.gHQB21LnvH [2019-09-11T09:29:26.296Z] + GOPATH=/tmp/tmp.gHQB21LnvH [2019-09-11T09:29:26.296Z] + RM_GOPATH=1 [2019-09-11T09:29:26.296Z] ++ dirname ./install.sh [2019-09-11T09:29:26.296Z] + dir=. [2019-09-11T09:29:26.296Z] + bin=proxy [2019-09-11T09:29:26.296Z] + shift [2019-09-11T09:29:26.296Z] + '[' '!' -f ./proxy.installer ']' [2019-09-11T09:29:26.296Z] + . ./proxy.installer [2019-09-11T09:29:26.296Z] ++ LIBNETWORK_COMMIT=92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-11T09:29:26.296Z] Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-11T09:29:26.296Z] + install_proxy [2019-09-11T09:29:26.296Z] + case "$1" in [2019-09-11T09:29:26.296Z] + export CGO_ENABLED=0 [2019-09-11T09:29:26.296Z] + CGO_ENABLED=0 [2019-09-11T09:29:26.296Z] + _install_proxy [2019-09-11T09:29:26.296Z] + echo 'Install docker-proxy version 92d1fbe1eb0883cf11d283cea8e658275146411d' [2019-09-11T09:29:26.296Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.gHQB21LnvH/src/github.com/docker/libnetwork [2019-09-11T09:29:26.296Z] Cloning into '/tmp/tmp.gHQB21LnvH/src/github.com/docker/libnetwork'... [2019-09-11T09:29:26.795Z] === RUN Test/DockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-09-11T09:29:26.795Z] === RUN Test/DockerSwarmSuite/TestAPISwarmInit [2019-09-11T09:29:28.978Z] + cd /tmp/tmp.gHQB21LnvH/src/github.com/docker/libnetwork [2019-09-11T09:29:28.979Z] + git checkout -q 92d1fbe1eb0883cf11d283cea8e658275146411d [2019-09-11T09:29:29.262Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-11T09:29:29.889Z] --- PASS: TestRenameLinkedContainer (3.40s) [2019-09-11T09:29:29.889Z] === RUN TestRenameStoppedContainer [2019-09-11T09:29:30.252Z] --- PASS: TestRenameStoppedContainer (0.89s) [2019-09-11T09:29:30.252Z] === RUN TestRenameRunningContainerAndReuse [2019-09-11T09:29:32.034Z] --- PASS: TestServiceWithDataPathPortInit (19.98s) [2019-09-11T09:29:32.034Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDataPathPortInit [2019-09-11T09:29:32.034Z] daemon.go:336: [d310d7102bd44] waiting for daemon to start [2019-09-11T09:29:32.034Z] daemon.go:336: [d310d7102bd44] waiting for daemon to start [2019-09-11T09:29:32.034Z] daemon.go:364: [d310d7102bd44] daemon started [2019-09-11T09:29:32.034Z] daemon.go:472: [d310d7102bd44] Stopping daemon [2019-09-11T09:29:32.034Z] daemon.go:307: [d310d7102bd44] exiting daemon [2019-09-11T09:29:32.034Z] daemon.go:459: [d310d7102bd44] Daemon stopped [2019-09-11T09:29:32.034Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDataPathPortInit [2019-09-11T09:29:32.034Z] daemon.go:336: [d01c99ed9a93d] waiting for daemon to start [2019-09-11T09:29:32.034Z] daemon.go:336: [d01c99ed9a93d] waiting for daemon to start [2019-09-11T09:29:32.034Z] daemon.go:364: [d01c99ed9a93d] daemon started [2019-09-11T09:29:32.034Z] daemon.go:472: [d01c99ed9a93d] Stopping daemon [2019-09-11T09:29:32.034Z] daemon.go:307: [d01c99ed9a93d] exiting daemon [2019-09-11T09:29:32.034Z] daemon.go:459: [d01c99ed9a93d] Daemon stopped [2019-09-11T09:29:32.034Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-11T09:29:32.164Z] --- PASS: TestRenameRunningContainerAndReuse (1.72s) [2019-09-11T09:29:32.164Z] === RUN TestRenameInvalidName [2019-09-11T09:29:32.979Z] --- PASS: TestRenameInvalidName (1.04s) [2019-09-11T09:29:32.979Z] === RUN TestRenameAnonymousContainer [2019-09-11T09:29:33.655Z] Removing intermediate container 5aa5734f133f [2019-09-11T09:29:33.655Z] ---> 4ec57e5165c6 [2019-09-11T09:29:33.655Z] Step 61/126 : FROM base AS gometalinter [2019-09-11T09:29:33.655Z] ---> 44c0cc1abfc2 [2019-09-11T09:29:33.655Z] Step 62/126 : ENV INSTALL_BINARY_NAME=gometalinter [2019-09-11T09:29:33.655Z] ---> Running in 35e57b46f453 [2019-09-11T09:29:33.655Z] Removing intermediate container 35e57b46f453 [2019-09-11T09:29:33.655Z] ---> 9f7ed72a9eec [2019-09-11T09:29:33.655Z] Step 63/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:29:33.655Z] ---> 342cffcd7f22 [2019-09-11T09:29:33.655Z] Step 64/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:29:33.655Z] ---> b90dfa7a2195 [2019-09-11T09:29:33.655Z] Step 65/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:29:33.655Z] ---> Running in cf6e4ad6a000 [2019-09-11T09:29:33.655Z] + RM_GOPATH=0 [2019-09-11T09:29:33.655Z] + TMP_GOPATH= [2019-09-11T09:29:33.655Z] + : /build [2019-09-11T09:29:33.655Z] + '[' -z '' ']' [2019-09-11T09:29:33.655Z] ++ mktemp -d [2019-09-11T09:29:33.655Z] + export GOPATH=/tmp/tmp.DJJ1qikJIK [2019-09-11T09:29:33.655Z] + GOPATH=/tmp/tmp.DJJ1qikJIK [2019-09-11T09:29:33.655Z] + RM_GOPATH=1 [2019-09-11T09:29:33.655Z] ++ dirname ./install.sh [2019-09-11T09:29:33.655Z] + dir=. [2019-09-11T09:29:33.655Z] Installing gometalinter version v2.0.6 [2019-09-11T09:29:33.655Z] + bin=gometalinter [2019-09-11T09:29:33.655Z] + shift [2019-09-11T09:29:33.655Z] + '[' '!' -f ./gometalinter.installer ']' [2019-09-11T09:29:33.655Z] + . ./gometalinter.installer [2019-09-11T09:29:33.655Z] ++ GOMETALINTER_COMMIT=v2.0.6 [2019-09-11T09:29:33.655Z] + install_gometalinter [2019-09-11T09:29:33.655Z] + echo 'Installing gometalinter version v2.0.6' [2019-09-11T09:29:33.655Z] + go get -d github.com/alecthomas/gometalinter [2019-09-11T09:29:35.136Z] + cd /tmp/tmp.DJJ1qikJIK/src/github.com/alecthomas/gometalinter [2019-09-11T09:29:35.136Z] + git checkout -q v2.0.6 [2019-09-11T09:29:35.136Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-09-11T09:29:36.163Z] --- PASS: TestRenameAnonymousContainer (3.13s) [2019-09-11T09:29:36.163Z] === RUN TestRenameContainerWithSameName [2019-09-11T09:29:36.196Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-11T09:29:36.955Z] --- PASS: TestRenameContainerWithSameName (0.83s) [2019-09-11T09:29:36.955Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-11T09:29:38.707Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-11T09:29:38.765Z] --- PASS: TestRenameContainerWithLinkedContainer (1.76s) [2019-09-11T09:29:38.765Z] === RUN TestResize [2019-09-11T09:29:39.593Z] --- PASS: TestResize (0.91s) [2019-09-11T09:29:39.593Z] === RUN TestResizeWithInvalidSize [2019-09-11T09:29:40.556Z] --- PASS: TestResizeWithInvalidSize (1.01s) [2019-09-11T09:29:40.556Z] === RUN TestResizeWhenContainerNotStarted [2019-09-11T09:29:41.411Z] --- PASS: TestResizeWhenContainerNotStarted (0.88s) [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-11T09:29:41.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-11T09:29:41.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-11T09:29:41.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-11T09:29:41.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-11T09:29:41.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-11T09:29:41.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-11T09:29:41.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-11T09:29:41.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:29:41.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:29:41.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:29:41.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:29:41.411Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:29:41.411Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:29:41.411Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-11T09:29:41.411Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-11T09:29:41.971Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.11s) [2019-09-11T09:29:41.972Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDefaultAddressPoolInit [2019-09-11T09:29:41.972Z] daemon.go:336: [d6bc90e9fd0a9] waiting for daemon to start [2019-09-11T09:29:41.972Z] daemon.go:336: [d6bc90e9fd0a9] waiting for daemon to start [2019-09-11T09:29:41.972Z] daemon.go:364: [d6bc90e9fd0a9] daemon started [2019-09-11T09:29:41.972Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qjj1jqnumd1qnpa1huaqstas4 Created:2019-09-11 09:29:33.587186449 +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[18b5175e06ab0015e0ada4ef4a962abb672d3567b3ec9d86f3d6b4537bc604fa:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l2khbyjyf3779639epica116j EndpointID:df6749c53b660b69707bc10f0bdb11838471326d4e2e8abacfd4b9218906a486 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:55ec70d73af13032ff614dc0e97414579934723373088232d46abd9761e18a5f MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:afa25d24ce14 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l2khbyjyf3779639epica116j EndpointID:df6749c53b660b69707bc10f0bdb11838471326d4e2e8abacfd4b9218906a486 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-11T09:29:41.972Z] daemon.go:472: [d6bc90e9fd0a9] Stopping daemon [2019-09-11T09:29:41.972Z] daemon.go:307: [d6bc90e9fd0a9] exiting daemon [2019-09-11T09:29:41.972Z] daemon.go:459: [d6bc90e9fd0a9] Daemon stopped [2019-09-11T09:29:41.972Z] PASS [2019-09-11T09:29:41.972Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m [2019-09-11T09:29:42.227Z] INFO: Testing against a local daemon [2019-09-11T09:29:42.227Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-11T09:29:42.227Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2019-09-11T09:29:42.227Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-11T09:29:42.227Z] === RUN TestDockerNetworkIpvlan [2019-09-11T09:29:42.227Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-11T09:29:42.227Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-11T09:29:42.227Z] PASS [2019-09-11T09:29:42.227Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m [2019-09-11T09:29:42.482Z] INFO: Testing against a local daemon [2019-09-11T09:29:42.482Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-11T09:29:43.845Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) [2019-09-11T09:29:43.845Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlanPersistance [2019-09-11T09:29:43.845Z] daemon.go:336: [dcac889b60a3d] waiting for daemon to start [2019-09-11T09:29:43.845Z] daemon.go:336: [dcac889b60a3d] waiting for daemon to start [2019-09-11T09:29:43.845Z] daemon.go:364: [dcac889b60a3d] daemon started [2019-09-11T09:29:43.845Z] daemon.go:472: [dcac889b60a3d] Stopping daemon [2019-09-11T09:29:43.845Z] daemon.go:307: [dcac889b60a3d] exiting daemon [2019-09-11T09:29:43.845Z] daemon.go:459: [dcac889b60a3d] Daemon stopped [2019-09-11T09:29:43.845Z] daemon.go:336: [dcac889b60a3d] waiting for daemon to start [2019-09-11T09:29:43.845Z] daemon.go:336: [dcac889b60a3d] waiting for daemon to start [2019-09-11T09:29:43.845Z] daemon.go:364: [dcac889b60a3d] daemon started [2019-09-11T09:29:43.845Z] daemon.go:472: [dcac889b60a3d] Stopping daemon [2019-09-11T09:29:43.845Z] daemon.go:307: [dcac889b60a3d] exiting daemon [2019-09-11T09:29:43.845Z] daemon.go:459: [dcac889b60a3d] Daemon stopped [2019-09-11T09:29:43.845Z] === RUN TestDockerNetworkMacvlan [2019-09-11T09:29:43.868Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-11T09:29:43.869Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-11T09:29:44.770Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-11T09:29:45.331Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-11T09:29:46.257Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-11T09:29:46.355Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-11T09:29:46.817Z] === RUN Test/DockerSwarmSuite/TestAPISwarmInvalidAddress [2019-09-11T09:29:47.154Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-11T09:29:47.742Z] === RUN Test/DockerSwarmSuite/TestAPISwarmJoinToken [2019-09-11T09:29:48.561Z] ok github.com/docker/docker/daemon 3.199s coverage: 9.1% of statements [2019-09-11T09:29:48.561Z] ok github.com/docker/docker/daemon/cluster 0.173s coverage: 0.5% of statements [2019-09-11T09:29:48.561Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.360s coverage: 65.3% of statements [2019-09-11T09:29:48.561Z] ok github.com/docker/docker/daemon/cluster/convert 0.483s coverage: 35.8% of statements [2019-09-11T09:29:48.561Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-11T09:29:48.561Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.832s coverage: 10.9% of statements [2019-09-11T09:29:48.561Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-11T09:29:48.561Z] ok github.com/docker/docker/daemon/config 0.825s coverage: 82.3% of statements [2019-09-11T09:29:48.561Z] ok github.com/docker/docker/daemon/discovery 0.460s coverage: 30.0% of statements [2019-09-11T09:29:48.561Z] ok github.com/docker/docker/daemon/events 0.379s coverage: 50.0% of statements [2019-09-11T09:29:48.561Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-11T09:29:48.561Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-11T09:29:48.561Z] ok github.com/docker/docker/daemon/graphdriver 0.214s coverage: 2.3% of statements [2019-09-11T09:29:48.561Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-09-11T09:29:48.561Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-09-11T09:29:48.561Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-11T09:29:48.561Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-09-11T09:29:48.561Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-09-11T09:29:48.561Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-09-11T09:29:48.561Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-09-11T09:29:48.562Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-11T09:29:48.562Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-09-11T09:29:48.562Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-09-11T09:29:48.562Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-09-11T09:29:48.562Z] ok github.com/docker/docker/daemon/images 0.433s coverage: 4.9% of statements [2019-09-11T09:29:48.562Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-11T09:29:48.562Z] ok github.com/docker/docker/daemon/links 0.056s coverage: 93.0% of statements [2019-09-11T09:29:48.562Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-11T09:29:48.562Z] ok github.com/docker/docker/daemon/logger 0.572s coverage: 43.0% of statements [2019-09-11T09:29:48.562Z] ok github.com/docker/docker/daemon/logger/awslogs 0.619s coverage: 77.8% of statements [2019-09-11T09:29:48.562Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-09-11T09:29:48.562Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-11T09:29:48.562Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-11T09:29:48.562Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-09-11T09:29:48.562Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-09-11T09:29:48.562Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.424s coverage: 62.1% of statements [2019-09-11T09:29:48.562Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.400s coverage: 88.3% of statements [2019-09-11T09:29:49.117Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-11T09:29:49.165Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-11T09:29:49.165Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:29:49.680Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-11T09:29:50.107Z] ok github.com/docker/docker/daemon/logger/local 0.480s coverage: 74.7% of statements [2019-09-11T09:29:50.107Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-11T09:29:50.240Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementUser [2019-09-11T09:29:50.571Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.262s coverage: 18.1% of statements [2019-09-11T09:29:50.800Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-11T09:29:50.971Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:29:51.348Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:29:51.361Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-11T09:29:52.141Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:29:52.540Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-11T09:29:52.724Z] === RUN Test/DockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-11T09:29:52.724Z] === RUN Test/DockerSuite/TestBuildEscapeWhitespace [2019-09-11T09:29:53.153Z] ok github.com/docker/docker/cmd/dockerd 0.060s coverage: 29.9% of statements [2019-09-11T09:29:53.284Z] === RUN Test/DockerSuite/TestBuildExoticShellInterpolation [2019-09-11T09:29:53.528Z] ok github.com/docker/docker/daemon/logger/splunk 2.690s coverage: 84.5% of statements [2019-09-11T09:29:53.528Z] ok github.com/docker/docker/daemon/logger/syslog 0.051s coverage: 47.8% of statements [2019-09-11T09:29:53.528Z] ok github.com/docker/docker/daemon/logger/templates 0.190s coverage: 8.3% of statements [2019-09-11T09:29:53.528Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-11T09:29:53.528Z] ? github.com/docker/docker/daemon/network [no test files] [2019-09-11T09:29:53.528Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-11T09:29:53.649Z] + GOBIN=/build [2019-09-11T09:29:53.649Z] + /build/gometalinter --install [2019-09-11T09:29:53.649Z] Installing: [2019-09-11T09:29:53.649Z] deadcode [2019-09-11T09:29:53.649Z] dupl [2019-09-11T09:29:53.649Z] errcheck [2019-09-11T09:29:53.649Z] gas [2019-09-11T09:29:53.649Z] gochecknoglobals [2019-09-11T09:29:53.649Z] gochecknoinits [2019-09-11T09:29:53.649Z] goconst [2019-09-11T09:29:53.649Z] gocyclo [2019-09-11T09:29:53.649Z] goimports [2019-09-11T09:29:53.649Z] golint [2019-09-11T09:29:53.649Z] gosimple [2019-09-11T09:29:53.649Z] gotype [2019-09-11T09:29:53.649Z] gotypex [2019-09-11T09:29:53.649Z] ineffassign [2019-09-11T09:29:53.649Z] interfacer [2019-09-11T09:29:53.649Z] lll [2019-09-11T09:29:53.649Z] maligned [2019-09-11T09:29:53.649Z] megacheck [2019-09-11T09:29:53.649Z] misspell [2019-09-11T09:29:53.649Z] nakedret [2019-09-11T09:29:53.649Z] safesql [2019-09-11T09:29:53.649Z] staticcheck [2019-09-11T09:29:53.649Z] structcheck [2019-09-11T09:29:53.649Z] unconvert [2019-09-11T09:29:53.649Z] unparam [2019-09-11T09:29:53.649Z] unused [2019-09-11T09:29:53.649Z] varcheck [2019-09-11T09:29:54.210Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-11T09:29:55.020Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-11T09:29:55.020Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.01s) [2019-09-11T09:29:55.020Z] 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-11T09:29:55.020Z] daemon.go:336: [dddafbead9e2f] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:336: [dddafbead9e2f] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:364: [dddafbead9e2f] daemon started [2019-09-11T09:29:55.020Z] daemon.go:336: [dddafbead9e2f] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:307: [dddafbead9e2f] exiting daemon [2019-09-11T09:29:55.020Z] daemon.go:336: [dddafbead9e2f] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:364: [dddafbead9e2f] daemon started [2019-09-11T09:29:55.020Z] daemon.go:472: [dddafbead9e2f] Stopping daemon [2019-09-11T09:29:55.020Z] daemon.go:307: [dddafbead9e2f] exiting daemon [2019-09-11T09:29:55.020Z] daemon.go:459: [dddafbead9e2f] Daemon stopped [2019-09-11T09:29:55.020Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.36s) [2019-09-11T09:29:55.020Z] 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-11T09:29:55.020Z] daemon.go:336: [df8654cc33ce6] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:336: [df8654cc33ce6] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:364: [df8654cc33ce6] daemon started [2019-09-11T09:29:55.020Z] daemon.go:336: [df8654cc33ce6] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:307: [df8654cc33ce6] exiting daemon [2019-09-11T09:29:55.020Z] daemon.go:336: [df8654cc33ce6] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:364: [df8654cc33ce6] daemon started [2019-09-11T09:29:55.020Z] daemon.go:472: [df8654cc33ce6] Stopping daemon [2019-09-11T09:29:55.020Z] daemon.go:307: [df8654cc33ce6] exiting daemon [2019-09-11T09:29:55.020Z] daemon.go:459: [df8654cc33ce6] Daemon stopped [2019-09-11T09:29:55.020Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.94s) [2019-09-11T09:29:55.020Z] 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-11T09:29:55.020Z] daemon.go:336: [d375a25b18c8d] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:336: [d375a25b18c8d] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:364: [d375a25b18c8d] daemon started [2019-09-11T09:29:55.020Z] daemon.go:472: [d375a25b18c8d] Stopping daemon [2019-09-11T09:29:55.020Z] daemon.go:307: [d375a25b18c8d] exiting daemon [2019-09-11T09:29:55.020Z] daemon.go:459: [d375a25b18c8d] Daemon stopped [2019-09-11T09:29:55.020Z] daemon.go:336: [d375a25b18c8d] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:336: [d375a25b18c8d] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:364: [d375a25b18c8d] daemon started [2019-09-11T09:29:55.020Z] daemon.go:472: [d375a25b18c8d] Stopping daemon [2019-09-11T09:29:55.020Z] daemon.go:307: [d375a25b18c8d] exiting daemon [2019-09-11T09:29:55.020Z] daemon.go:459: [d375a25b18c8d] Daemon stopped [2019-09-11T09:29:55.020Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.02s) [2019-09-11T09:29:55.020Z] 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-11T09:29:55.020Z] daemon.go:336: [d2f464c393976] waiting for daemon to start [2019-09-11T09:29:55.020Z] daemon.go:336: [d2f464c393976] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [d2f464c393976] daemon started [2019-09-11T09:29:55.021Z] daemon.go:336: [d2f464c393976] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:307: [d2f464c393976] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:336: [d2f464c393976] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [d2f464c393976] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [d2f464c393976] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [d2f464c393976] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [d2f464c393976] Daemon stopped [2019-09-11T09:29:55.021Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.32s) [2019-09-11T09:29:55.021Z] 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-11T09:29:55.021Z] daemon.go:336: [d30c2c10876a2] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [d30c2c10876a2] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [d30c2c10876a2] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [d30c2c10876a2] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [d30c2c10876a2] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [d30c2c10876a2] Daemon stopped [2019-09-11T09:29:55.021Z] daemon.go:336: [d30c2c10876a2] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [d30c2c10876a2] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [d30c2c10876a2] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [d30c2c10876a2] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [d30c2c10876a2] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [d30c2c10876a2] Daemon stopped [2019-09-11T09:29:55.021Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.35s) [2019-09-11T09:29:55.021Z] 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-11T09:29:55.021Z] daemon.go:336: [d14137ca6c244] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [d14137ca6c244] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [d14137ca6c244] daemon started [2019-09-11T09:29:55.021Z] daemon.go:307: [d14137ca6c244] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:336: [d14137ca6c244] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [d14137ca6c244] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [d14137ca6c244] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [d14137ca6c244] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [d14137ca6c244] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [d14137ca6c244] Daemon stopped [2019-09-11T09:29:55.021Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.48s) [2019-09-11T09:29:55.021Z] 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-11T09:29:55.021Z] daemon.go:336: [d09cb4c78b312] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [d09cb4c78b312] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [d09cb4c78b312] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [d09cb4c78b312] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [d09cb4c78b312] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [d09cb4c78b312] Daemon stopped [2019-09-11T09:29:55.021Z] daemon.go:336: [d09cb4c78b312] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [d09cb4c78b312] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [d09cb4c78b312] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [d09cb4c78b312] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [d09cb4c78b312] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [d09cb4c78b312] Daemon stopped [2019-09-11T09:29:55.021Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.38s) [2019-09-11T09:29:55.021Z] 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-11T09:29:55.021Z] daemon.go:336: [d8fdc578fad17] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [d8fdc578fad17] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [d8fdc578fad17] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [d8fdc578fad17] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [d8fdc578fad17] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [d8fdc578fad17] Daemon stopped [2019-09-11T09:29:55.021Z] daemon.go:336: [d8fdc578fad17] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [d8fdc578fad17] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [d8fdc578fad17] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [d8fdc578fad17] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [d8fdc578fad17] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [d8fdc578fad17] Daemon stopped [2019-09-11T09:29:55.021Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.41s) [2019-09-11T09:29:55.021Z] 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-11T09:29:55.021Z] daemon.go:336: [df1e3962b27e9] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [df1e3962b27e9] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [df1e3962b27e9] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [df1e3962b27e9] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [df1e3962b27e9] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [df1e3962b27e9] Daemon stopped [2019-09-11T09:29:55.021Z] daemon.go:336: [df1e3962b27e9] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [df1e3962b27e9] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [df1e3962b27e9] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [df1e3962b27e9] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [df1e3962b27e9] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [df1e3962b27e9] Daemon stopped [2019-09-11T09:29:55.021Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.48s) [2019-09-11T09:29:55.021Z] 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-11T09:29:55.021Z] daemon.go:336: [dce374ee799e6] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [dce374ee799e6] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [dce374ee799e6] daemon started [2019-09-11T09:29:55.021Z] daemon.go:336: [dce374ee799e6] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:307: [dce374ee799e6] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:336: [dce374ee799e6] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [dce374ee799e6] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [dce374ee799e6] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [dce374ee799e6] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [dce374ee799e6] Daemon stopped [2019-09-11T09:29:55.021Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.52s) [2019-09-11T09:29:55.021Z] 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-11T09:29:55.021Z] daemon.go:336: [d2665ac07aae8] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [d2665ac07aae8] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [d2665ac07aae8] daemon started [2019-09-11T09:29:55.021Z] daemon.go:336: [d2665ac07aae8] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:307: [d2665ac07aae8] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:336: [d2665ac07aae8] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [d2665ac07aae8] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [d2665ac07aae8] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [d2665ac07aae8] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [d2665ac07aae8] Daemon stopped [2019-09-11T09:29:55.021Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.21s) [2019-09-11T09:29:55.021Z] 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-11T09:29:55.021Z] daemon.go:336: [dc7cbc4699fbd] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [dc7cbc4699fbd] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [dc7cbc4699fbd] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [dc7cbc4699fbd] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [dc7cbc4699fbd] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [dc7cbc4699fbd] Daemon stopped [2019-09-11T09:29:55.021Z] daemon.go:336: [dc7cbc4699fbd] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:336: [dc7cbc4699fbd] waiting for daemon to start [2019-09-11T09:29:55.021Z] daemon.go:364: [dc7cbc4699fbd] daemon started [2019-09-11T09:29:55.021Z] daemon.go:472: [dc7cbc4699fbd] Stopping daemon [2019-09-11T09:29:55.021Z] daemon.go:307: [dc7cbc4699fbd] exiting daemon [2019-09-11T09:29:55.021Z] daemon.go:459: [dc7cbc4699fbd] Daemon stopped [2019-09-11T09:29:55.021Z] === RUN TestCgroupNamespacesRun [2019-09-11T09:29:55.072Z] ok github.com/docker/docker/container 0.125s coverage: 35.5% of statements [2019-09-11T09:29:55.072Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-11T09:29:55.072Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-11T09:29:55.072Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-11T09:29:55.072Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-11T09:29:55.717Z] ok github.com/docker/docker/distribution 1.461s coverage: 20.8% of statements [2019-09-11T09:29:55.717Z] ok github.com/docker/docker/distribution/metadata 1.454s coverage: 48.2% of statements [2019-09-11T09:29:55.717Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-11T09:29:56.097Z] --- PASS: TestDockerNetworkMacvlan (12.19s) [2019-09-11T09:29:56.097Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan [2019-09-11T09:29:56.097Z] daemon.go:336: [d98048c0ce762] waiting for daemon to start [2019-09-11T09:29:56.097Z] daemon.go:336: [d98048c0ce762] waiting for daemon to start [2019-09-11T09:29:56.097Z] daemon.go:364: [d98048c0ce762] daemon started [2019-09-11T09:29:56.097Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2019-09-11T09:29:56.097Z] daemon.go:472: [d98048c0ce762] Stopping daemon [2019-09-11T09:29:56.097Z] daemon.go:307: [d98048c0ce762] exiting daemon [2019-09-11T09:29:56.097Z] daemon.go:459: [d98048c0ce762] Daemon stopped [2019-09-11T09:29:56.097Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan [2019-09-11T09:29:56.097Z] daemon.go:336: [d8b06d18984f3] waiting for daemon to start [2019-09-11T09:29:56.097Z] daemon.go:336: [d8b06d18984f3] waiting for daemon to start [2019-09-11T09:29:56.097Z] daemon.go:364: [d8b06d18984f3] daemon started [2019-09-11T09:29:56.097Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2019-09-11T09:29:56.097Z] daemon.go:472: [d8b06d18984f3] Stopping daemon [2019-09-11T09:29:56.097Z] daemon.go:307: [d8b06d18984f3] exiting daemon [2019-09-11T09:29:56.097Z] daemon.go:459: [d8b06d18984f3] Daemon stopped [2019-09-11T09:29:56.097Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan [2019-09-11T09:29:56.097Z] daemon.go:336: [de745e4b03f05] waiting for daemon to start [2019-09-11T09:29:56.098Z] daemon.go:336: [de745e4b03f05] waiting for daemon to start [2019-09-11T09:29:56.098Z] daemon.go:364: [de745e4b03f05] daemon started [2019-09-11T09:29:56.098Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.19s) [2019-09-11T09:29:56.098Z] daemon.go:472: [de745e4b03f05] Stopping daemon [2019-09-11T09:29:56.098Z] daemon.go:307: [de745e4b03f05] exiting daemon [2019-09-11T09:29:56.098Z] daemon.go:459: [de745e4b03f05] Daemon stopped [2019-09-11T09:29:56.098Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan [2019-09-11T09:29:56.098Z] daemon.go:336: [d821a8c021789] waiting for daemon to start [2019-09-11T09:29:56.098Z] daemon.go:336: [d821a8c021789] waiting for daemon to start [2019-09-11T09:29:56.098Z] daemon.go:364: [d821a8c021789] daemon started [2019-09-11T09:29:56.098Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.39s) [2019-09-11T09:29:56.098Z] daemon.go:472: [d821a8c021789] Stopping daemon [2019-09-11T09:29:56.098Z] daemon.go:307: [d821a8c021789] exiting daemon [2019-09-11T09:29:56.098Z] daemon.go:459: [d821a8c021789] Daemon stopped [2019-09-11T09:29:56.098Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan [2019-09-11T09:29:56.098Z] daemon.go:336: [d9ba41c6165f4] waiting for daemon to start [2019-09-11T09:29:56.098Z] daemon.go:336: [d9ba41c6165f4] waiting for daemon to start [2019-09-11T09:29:56.098Z] daemon.go:364: [d9ba41c6165f4] daemon started [2019-09-11T09:29:56.098Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.31s) [2019-09-11T09:29:56.098Z] daemon.go:472: [d9ba41c6165f4] Stopping daemon [2019-09-11T09:29:56.098Z] daemon.go:307: [d9ba41c6165f4] exiting daemon [2019-09-11T09:29:56.098Z] daemon.go:459: [d9ba41c6165f4] Daemon stopped [2019-09-11T09:29:56.098Z] PASS [2019-09-11T09:29:56.098Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m [2019-09-11T09:29:56.098Z] testing: warning: no tests to run [2019-09-11T09:29:56.098Z] PASS [2019-09-11T09:29:56.098Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m [2019-09-11T09:29:56.353Z] INFO: Testing against a local daemon [2019-09-11T09:29:56.353Z] === RUN TestAuthZPluginAllowRequest [2019-09-11T09:29:56.981Z] --- PASS: TestCgroupNamespacesRun (1.91s) [2019-09-11T09:29:56.981Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun [2019-09-11T09:29:56.981Z] daemon.go:336: [d52936435d59f] waiting for daemon to start [2019-09-11T09:29:56.981Z] daemon.go:336: [d52936435d59f] waiting for daemon to start [2019-09-11T09:29:56.981Z] daemon.go:364: [d52936435d59f] daemon started [2019-09-11T09:29:56.981Z] daemon.go:472: [d52936435d59f] Stopping daemon [2019-09-11T09:29:56.981Z] daemon.go:307: [d52936435d59f] exiting daemon [2019-09-11T09:29:56.981Z] daemon.go:459: [d52936435d59f] Daemon stopped [2019-09-11T09:29:56.981Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-11T09:29:57.263Z] ok github.com/docker/docker/distribution/xfer 2.194s coverage: 62.2% of statements [2019-09-11T09:29:57.263Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-11T09:29:57.263Z] ok github.com/docker/docker/errdefs 0.100s coverage: 49.4% of statements [2019-09-11T09:29:58.240Z] --- PASS: TestAuthZPluginAllowRequest (1.87s) [2019-09-11T09:29:58.240Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAllowRequest [2019-09-11T09:29:58.240Z] daemon.go:336: [d37c6e52a424d] waiting for daemon to start [2019-09-11T09:29:58.240Z] daemon.go:336: [d37c6e52a424d] waiting for daemon to start [2019-09-11T09:29:58.240Z] daemon.go:364: [d37c6e52a424d] daemon started [2019-09-11T09:29:58.240Z] daemon.go:472: [d37c6e52a424d] Stopping daemon [2019-09-11T09:29:58.240Z] daemon.go:307: [d37c6e52a424d] exiting daemon [2019-09-11T09:29:58.240Z] daemon.go:459: [d37c6e52a424d] Daemon stopped [2019-09-11T09:29:58.240Z] === RUN TestAuthZPluginTLS [2019-09-11T09:29:58.778Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2019-09-11T09:29:58.778Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged [2019-09-11T09:29:58.778Z] daemon.go:336: [d37434d3aae4c] waiting for daemon to start [2019-09-11T09:29:58.778Z] daemon.go:336: [d37434d3aae4c] waiting for daemon to start [2019-09-11T09:29:58.778Z] daemon.go:364: [d37434d3aae4c] daemon started [2019-09-11T09:29:58.778Z] daemon.go:472: [d37434d3aae4c] Stopping daemon [2019-09-11T09:29:58.778Z] daemon.go:307: [d37434d3aae4c] exiting daemon [2019-09-11T09:29:58.778Z] daemon.go:459: [d37434d3aae4c] Daemon stopped [2019-09-11T09:29:58.778Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-11T09:29:58.801Z] --- PASS: TestAuthZPluginTLS (0.56s) [2019-09-11T09:29:58.801Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginTLS [2019-09-11T09:29:58.801Z] daemon.go:336: [d9893cc9bdee7] waiting for daemon to start [2019-09-11T09:29:58.801Z] daemon.go:336: [d9893cc9bdee7] waiting for daemon to start [2019-09-11T09:29:58.801Z] daemon.go:364: [d9893cc9bdee7] daemon started [2019-09-11T09:29:58.801Z] daemon.go:472: [d9893cc9bdee7] Stopping daemon [2019-09-11T09:29:58.801Z] daemon.go:307: [d9893cc9bdee7] exiting daemon [2019-09-11T09:29:58.801Z] daemon.go:459: [d9893cc9bdee7] Daemon stopped [2019-09-11T09:29:58.801Z] === RUN TestAuthZPluginDenyRequest [2019-09-11T09:29:59.361Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2019-09-11T09:29:59.361Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginDenyRequest [2019-09-11T09:29:59.361Z] daemon.go:336: [ddb16571d4e6c] waiting for daemon to start [2019-09-11T09:29:59.361Z] daemon.go:336: [ddb16571d4e6c] waiting for daemon to start [2019-09-11T09:29:59.361Z] daemon.go:364: [ddb16571d4e6c] daemon started [2019-09-11T09:29:59.361Z] daemon.go:472: [ddb16571d4e6c] Stopping daemon [2019-09-11T09:29:59.361Z] daemon.go:307: [ddb16571d4e6c] exiting daemon [2019-09-11T09:29:59.361Z] daemon.go:459: [ddb16571d4e6c] Daemon stopped [2019-09-11T09:29:59.361Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-11T09:29:59.453Z] ok github.com/docker/docker/image 1.155s coverage: 86.4% of statements [2019-09-11T09:29:59.453Z] ok github.com/docker/docker/image/cache 0.415s coverage: 19.2% of statements [2019-09-11T09:29:59.453Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-11T09:29:59.453Z] ok github.com/docker/docker/image/v1 0.543s coverage: 25.0% of statements [2019-09-11T09:29:59.453Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-11T09:29:59.915Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-11T09:29:59.915Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-11T09:29:59.915Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-11T09:29:59.915Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-11T09:29:59.915Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-11T09:29:59.915Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-11T09:29:59.915Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-11T09:29:59.915Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-11T09:29:59.915Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-11T09:29:59.915Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-11T09:29:59.915Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-11T09:29:59.923Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.59s) [2019-09-11T09:29:59.923Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAPIDenyResponse [2019-09-11T09:29:59.923Z] daemon.go:336: [d202b6ca0a1d9] waiting for daemon to start [2019-09-11T09:29:59.923Z] daemon.go:336: [d202b6ca0a1d9] waiting for daemon to start [2019-09-11T09:29:59.923Z] daemon.go:364: [d202b6ca0a1d9] daemon started [2019-09-11T09:29:59.923Z] daemon.go:472: [d202b6ca0a1d9] Stopping daemon [2019-09-11T09:29:59.923Z] daemon.go:307: [d202b6ca0a1d9] exiting daemon [2019-09-11T09:29:59.923Z] daemon.go:459: [d202b6ca0a1d9] Daemon stopped [2019-09-11T09:29:59.923Z] === RUN TestAuthZPluginDenyResponse [2019-09-11T09:30:00.484Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2019-09-11T09:30:00.484Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginDenyResponse [2019-09-11T09:30:00.484Z] daemon.go:336: [d9e8bf0fceff3] waiting for daemon to start [2019-09-11T09:30:00.484Z] daemon.go:336: [d9e8bf0fceff3] waiting for daemon to start [2019-09-11T09:30:00.484Z] daemon.go:364: [d9e8bf0fceff3] daemon started [2019-09-11T09:30:00.484Z] daemon.go:472: [d9e8bf0fceff3] Stopping daemon [2019-09-11T09:30:00.484Z] daemon.go:307: [d9e8bf0fceff3] exiting daemon [2019-09-11T09:30:00.484Z] daemon.go:459: [d9e8bf0fceff3] Daemon stopped [2019-09-11T09:30:00.484Z] === RUN TestAuthZPluginAllowEventStream [2019-09-11T09:30:00.602Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.72s) [2019-09-11T09:30:00.602Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode [2019-09-11T09:30:00.602Z] daemon.go:336: [dbc593b07d0dc] waiting for daemon to start [2019-09-11T09:30:00.602Z] daemon.go:336: [dbc593b07d0dc] waiting for daemon to start [2019-09-11T09:30:00.602Z] daemon.go:364: [dbc593b07d0dc] daemon started [2019-09-11T09:30:00.602Z] daemon.go:472: [dbc593b07d0dc] Stopping daemon [2019-09-11T09:30:00.602Z] daemon.go:307: [dbc593b07d0dc] exiting daemon [2019-09-11T09:30:00.602Z] daemon.go:459: [dbc593b07d0dc] Daemon stopped [2019-09-11T09:30:00.602Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-11T09:30:00.893Z] ok github.com/docker/docker/internal/testutil 0.551s coverage: 62.5% of statements [2019-09-11T09:30:02.369Z] --- PASS: TestAuthZPluginAllowEventStream (1.75s) [2019-09-11T09:30:02.369Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAllowEventStream [2019-09-11T09:30:02.369Z] daemon.go:336: [d52b70e6ab35e] waiting for daemon to start [2019-09-11T09:30:02.369Z] daemon.go:336: [d52b70e6ab35e] waiting for daemon to start [2019-09-11T09:30:02.369Z] daemon.go:364: [d52b70e6ab35e] daemon started [2019-09-11T09:30:02.369Z] daemon.go:472: [d52b70e6ab35e] Stopping daemon [2019-09-11T09:30:02.369Z] daemon.go:307: [d52b70e6ab35e] exiting daemon [2019-09-11T09:30:02.369Z] daemon.go:459: [d52b70e6ab35e] Daemon stopped [2019-09-11T09:30:02.369Z] === RUN TestAuthZPluginErrorResponse [2019-09-11T09:30:02.421Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2019-09-11T09:30:02.421Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode [2019-09-11T09:30:02.421Z] daemon.go:336: [daa0f47241c94] waiting for daemon to start [2019-09-11T09:30:02.421Z] daemon.go:336: [daa0f47241c94] waiting for daemon to start [2019-09-11T09:30:02.421Z] daemon.go:364: [daa0f47241c94] daemon started [2019-09-11T09:30:02.421Z] daemon.go:472: [daa0f47241c94] Stopping daemon [2019-09-11T09:30:02.421Z] daemon.go:307: [daa0f47241c94] exiting daemon [2019-09-11T09:30:02.421Z] daemon.go:459: [daa0f47241c94] Daemon stopped [2019-09-11T09:30:02.421Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-11T09:30:02.624Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2019-09-11T09:30:02.624Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginErrorResponse [2019-09-11T09:30:02.624Z] daemon.go:336: [d606354b12d6e] waiting for daemon to start [2019-09-11T09:30:02.624Z] daemon.go:336: [d606354b12d6e] waiting for daemon to start [2019-09-11T09:30:02.624Z] daemon.go:364: [d606354b12d6e] daemon started [2019-09-11T09:30:02.624Z] daemon.go:472: [d606354b12d6e] Stopping daemon [2019-09-11T09:30:02.624Z] daemon.go:307: [d606354b12d6e] exiting daemon [2019-09-11T09:30:02.624Z] daemon.go:459: [d606354b12d6e] Daemon stopped [2019-09-11T09:30:02.624Z] === RUN TestAuthZPluginErrorRequest [2019-09-11T09:30:03.184Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-09-11T09:30:03.184Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginErrorRequest [2019-09-11T09:30:03.184Z] daemon.go:336: [d1759804714cf] waiting for daemon to start [2019-09-11T09:30:03.184Z] daemon.go:336: [d1759804714cf] waiting for daemon to start [2019-09-11T09:30:03.184Z] daemon.go:364: [d1759804714cf] daemon started [2019-09-11T09:30:03.184Z] daemon.go:472: [d1759804714cf] Stopping daemon [2019-09-11T09:30:03.184Z] daemon.go:307: [d1759804714cf] exiting daemon [2019-09-11T09:30:03.184Z] daemon.go:459: [d1759804714cf] Daemon stopped [2019-09-11T09:30:03.184Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-11T09:30:03.745Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-09-11T09:30:03.745Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-11T09:30:03.745Z] daemon.go:336: [d7cc05da826f0] waiting for daemon to start [2019-09-11T09:30:03.745Z] daemon.go:336: [d7cc05da826f0] waiting for daemon to start [2019-09-11T09:30:03.745Z] daemon.go:364: [d7cc05da826f0] daemon started [2019-09-11T09:30:03.745Z] daemon.go:472: [d7cc05da826f0] Stopping daemon [2019-09-11T09:30:03.745Z] daemon.go:307: [d7cc05da826f0] exiting daemon [2019-09-11T09:30:03.745Z] daemon.go:459: [d7cc05da826f0] Daemon stopped [2019-09-11T09:30:03.745Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-11T09:30:03.814Z] ok github.com/docker/docker/layer 0.792s coverage: 27.9% of statements [2019-09-11T09:30:03.814Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-11T09:30:04.474Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.90s) [2019-09-11T09:30:04.474Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode [2019-09-11T09:30:04.474Z] daemon.go:336: [d5c1331292a92] waiting for daemon to start [2019-09-11T09:30:04.474Z] daemon.go:336: [d5c1331292a92] waiting for daemon to start [2019-09-11T09:30:04.474Z] daemon.go:364: [d5c1331292a92] daemon started [2019-09-11T09:30:04.474Z] daemon.go:472: [d5c1331292a92] Stopping daemon [2019-09-11T09:30:04.474Z] daemon.go:307: [d5c1331292a92] exiting daemon [2019-09-11T09:30:04.474Z] daemon.go:459: [d5c1331292a92] Daemon stopped [2019-09-11T09:30:04.474Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-11T09:30:04.910Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.90s) [2019-09-11T09:30:04.910Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-11T09:30:04.910Z] daemon.go:336: [d4f74d8b70cf2] waiting for daemon to start [2019-09-11T09:30:04.910Z] daemon.go:336: [d4f74d8b70cf2] waiting for daemon to start [2019-09-11T09:30:04.910Z] daemon.go:364: [d4f74d8b70cf2] daemon started [2019-09-11T09:30:04.910Z] daemon.go:472: [d4f74d8b70cf2] Stopping daemon [2019-09-11T09:30:04.910Z] daemon.go:307: [d4f74d8b70cf2] exiting daemon [2019-09-11T09:30:04.910Z] daemon.go:459: [d4f74d8b70cf2] Daemon stopped [2019-09-11T09:30:04.910Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-11T09:30:05.003Z] ok github.com/docker/docker/daemon/cluster 0.029s coverage: 0.5% of statements [2019-09-11T09:30:05.361Z] ok github.com/docker/docker/libcontainerd/local 0.075s coverage: 1.0% of statements [2019-09-11T09:30:05.361Z] ok github.com/docker/docker/libcontainerd/queue 0.134s coverage: 100.0% of statements [2019-09-11T09:30:05.361Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-11T09:30:05.361Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-11T09:30:05.361Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-11T09:30:05.361Z] ? github.com/docker/docker/oci [no test files] [2019-09-11T09:30:05.361Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-11T09:30:05.361Z] ok github.com/docker/docker/opts 0.135s coverage: 67.3% of statements [2019-09-11T09:30:05.361Z] ok github.com/docker/docker/pkg/aaparser 0.399s coverage: 50.0% of statements [2019-09-11T09:30:05.634Z] === RUN Test/DockerSuite/TestBuildExpose [2019-09-11T09:30:05.722Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.85s) [2019-09-11T09:30:05.722Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode [2019-09-11T09:30:05.722Z] daemon.go:336: [dd0837e3d7329] waiting for daemon to start [2019-09-11T09:30:05.722Z] daemon.go:336: [dd0837e3d7329] waiting for daemon to start [2019-09-11T09:30:05.722Z] daemon.go:364: [dd0837e3d7329] daemon started [2019-09-11T09:30:05.722Z] daemon.go:472: [dd0837e3d7329] Stopping daemon [2019-09-11T09:30:05.722Z] daemon.go:307: [dd0837e3d7329] exiting daemon [2019-09-11T09:30:05.722Z] daemon.go:459: [dd0837e3d7329] Daemon stopped [2019-09-11T09:30:05.722Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-11T09:30:05.890Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.05s) [2019-09-11T09:30:05.890Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginEnsureLoadImportWorking [2019-09-11T09:30:05.890Z] daemon.go:336: [dcc7c62de9f3e] waiting for daemon to start [2019-09-11T09:30:05.890Z] daemon.go:336: [dcc7c62de9f3e] waiting for daemon to start [2019-09-11T09:30:05.890Z] daemon.go:364: [dcc7c62de9f3e] daemon started [2019-09-11T09:30:05.890Z] daemon.go:472: [dcc7c62de9f3e] Stopping daemon [2019-09-11T09:30:05.890Z] daemon.go:307: [dcc7c62de9f3e] exiting daemon [2019-09-11T09:30:05.890Z] daemon.go:459: [dcc7c62de9f3e] Daemon stopped [2019-09-11T09:30:05.890Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-11T09:30:05.890Z] === RUN Test/DockerSuite/TestBuildExposeMorePorts [2019-09-11T09:30:06.364Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-09-11T09:30:06.450Z] === RUN Test/DockerSuite/TestBuildExposeOrder [2019-09-11T09:30:07.010Z] === RUN Test/DockerSuite/TestBuildExposeUpperCaseProto [2019-09-11T09:30:07.266Z] === RUN Test/DockerSuite/TestBuildFails [2019-09-11T09:30:07.583Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.85s) [2019-09-11T09:30:07.583Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient [2019-09-11T09:30:07.583Z] daemon.go:336: [d7820bfd2a312] waiting for daemon to start [2019-09-11T09:30:07.583Z] daemon.go:336: [d7820bfd2a312] waiting for daemon to start [2019-09-11T09:30:07.583Z] daemon.go:364: [d7820bfd2a312] daemon started [2019-09-11T09:30:07.583Z] daemon.go:472: [d7820bfd2a312] Stopping daemon [2019-09-11T09:30:07.583Z] daemon.go:307: [d7820bfd2a312] exiting daemon [2019-09-11T09:30:07.583Z] daemon.go:459: [d7820bfd2a312] Daemon stopped [2019-09-11T09:30:07.583Z] === RUN TestKernelTCPMemory [2019-09-11T09:30:08.193Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.24s) [2019-09-11T09:30:08.193Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-11T09:30:08.193Z] daemon.go:336: [db94c44300a08] waiting for daemon to start [2019-09-11T09:30:08.193Z] daemon.go:336: [db94c44300a08] waiting for daemon to start [2019-09-11T09:30:08.193Z] daemon.go:364: [db94c44300a08] daemon started [2019-09-11T09:30:08.193Z] daemon.go:472: [db94c44300a08] Stopping daemon [2019-09-11T09:30:08.193Z] daemon.go:307: [db94c44300a08] exiting daemon [2019-09-11T09:30:08.193Z] daemon.go:459: [db94c44300a08] Daemon stopped [2019-09-11T09:30:08.193Z] === RUN TestAuthZPluginHeader [2019-09-11T09:30:08.246Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.8% of statements [2019-09-11T09:30:08.448Z] === RUN Test/DockerSuite/TestBuildFailsGitNotCallable [2019-09-11T09:30:08.449Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToDir [2019-09-11T09:30:08.860Z] --- PASS: TestKernelTCPMemory (1.10s) [2019-09-11T09:30:08.860Z] === RUN TestNISDomainname [2019-09-11T09:30:09.009Z] --- PASS: TestAuthZPluginHeader (0.83s) [2019-09-11T09:30:09.009Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginHeader [2019-09-11T09:30:09.009Z] daemon.go:336: [d642a39bef944] waiting for daemon to start [2019-09-11T09:30:09.009Z] daemon.go:336: [d642a39bef944] waiting for daemon to start [2019-09-11T09:30:09.009Z] daemon.go:364: [d642a39bef944] daemon started [2019-09-11T09:30:09.009Z] daemon.go:472: [d642a39bef944] Stopping daemon [2019-09-11T09:30:09.009Z] daemon.go:307: [d642a39bef944] exiting daemon [2019-09-11T09:30:09.009Z] daemon.go:459: [d642a39bef944] Daemon stopped [2019-09-11T09:30:09.009Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-11T09:30:10.116Z] --- PASS: TestNISDomainname (1.27s) [2019-09-11T09:30:10.116Z] === RUN TestHostnameDnsResolution [2019-09-11T09:30:10.895Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToFile [2019-09-11T09:30:11.397Z] --- PASS: TestHostnameDnsResolution (1.27s) [2019-09-11T09:30:11.397Z] === RUN TestStats [2019-09-11T09:30:13.420Z] === RUN Test/DockerSuite/TestBuildForceRm [2019-09-11T09:30:13.918Z] --- PASS: TestStats (2.78s) [2019-09-11T09:30:13.918Z] === RUN TestStopContainerWithTimeout [2019-09-11T09:30:13.918Z] === RUN TestStopContainerWithTimeout/0 [2019-09-11T09:30:13.918Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-11T09:30:13.918Z] === RUN TestStopContainerWithTimeout/1 [2019-09-11T09:30:13.918Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-11T09:30:13.918Z] === RUN TestStopContainerWithTimeout/3 [2019-09-11T09:30:13.918Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-11T09:30:13.918Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-11T09:30:13.918Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-11T09:30:13.918Z] === CONT TestStopContainerWithTimeout/0 [2019-09-11T09:30:13.918Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-11T09:30:13.980Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.22s) [2019-09-11T09:30:13.980Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2AllowNonVolumeRequest [2019-09-11T09:30:13.980Z] daemon.go:336: [de2108f9bd957] waiting for daemon to start [2019-09-11T09:30:13.980Z] daemon.go:336: [de2108f9bd957] waiting for daemon to start [2019-09-11T09:30:13.980Z] daemon.go:364: [de2108f9bd957] daemon started [2019-09-11T09:30:13.980Z] daemon.go:472: [de2108f9bd957] Stopping daemon [2019-09-11T09:30:13.980Z] daemon.go:307: [de2108f9bd957] exiting daemon [2019-09-11T09:30:13.980Z] daemon.go:459: [de2108f9bd957] Daemon stopped [2019-09-11T09:30:13.980Z] daemon.go:336: [de2108f9bd957] waiting for daemon to start [2019-09-11T09:30:13.980Z] daemon.go:336: [de2108f9bd957] waiting for daemon to start [2019-09-11T09:30:13.980Z] daemon.go:364: [de2108f9bd957] daemon started [2019-09-11T09:30:13.980Z] daemon.go:472: [de2108f9bd957] Stopping daemon [2019-09-11T09:30:13.980Z] daemon.go:307: [de2108f9bd957] exiting daemon [2019-09-11T09:30:13.980Z] daemon.go:459: [de2108f9bd957] Daemon stopped [2019-09-11T09:30:13.980Z] === RUN TestAuthZPluginV2Disable [2019-09-11T09:30:15.183Z] === CONT TestStopContainerWithTimeout/3 [2019-09-11T09:30:15.867Z] === RUN Test/DockerSuite/TestBuildFromGit [2019-09-11T09:30:16.985Z] === CONT TestStopContainerWithTimeout/1 [2019-09-11T09:30:17.229Z] === RUN Test/DockerSuite/TestBuildFromGitWithContext [2019-09-11T09:30:17.789Z] === RUN Test/DockerSuite/TestBuildFromGitWithF [2019-09-11T09:30:18.044Z] --- PASS: TestAuthZPluginV2Disable (3.87s) [2019-09-11T09:30:18.044Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2Disable [2019-09-11T09:30:18.044Z] daemon.go:336: [d2f70827a9e5f] waiting for daemon to start [2019-09-11T09:30:18.044Z] daemon.go:336: [d2f70827a9e5f] waiting for daemon to start [2019-09-11T09:30:18.044Z] daemon.go:364: [d2f70827a9e5f] daemon started [2019-09-11T09:30:18.044Z] daemon.go:472: [d2f70827a9e5f] Stopping daemon [2019-09-11T09:30:18.044Z] daemon.go:307: [d2f70827a9e5f] exiting daemon [2019-09-11T09:30:18.044Z] daemon.go:459: [d2f70827a9e5f] Daemon stopped [2019-09-11T09:30:18.044Z] daemon.go:336: [d2f70827a9e5f] waiting for daemon to start [2019-09-11T09:30:18.044Z] daemon.go:336: [d2f70827a9e5f] waiting for daemon to start [2019-09-11T09:30:18.044Z] daemon.go:364: [d2f70827a9e5f] daemon started [2019-09-11T09:30:18.044Z] daemon.go:472: [d2f70827a9e5f] Stopping daemon [2019-09-11T09:30:18.044Z] daemon.go:307: [d2f70827a9e5f] exiting daemon [2019-09-11T09:30:18.044Z] daemon.go:459: [d2f70827a9e5f] Daemon stopped [2019-09-11T09:30:18.044Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-11T09:30:18.174Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.448s coverage: 13.7% of statements [2019-09-11T09:30:18.174Z] ok github.com/docker/docker/daemon 12.194s coverage: 17.5% of statements [2019-09-11T09:30:18.174Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-11T09:30:18.174Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-11T09:30:18.430Z] ok github.com/docker/docker/daemon/discovery 0.009s coverage: 30.0% of statements [2019-09-11T09:30:18.969Z] === RUN Test/DockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-11T09:30:18.990Z] ok github.com/docker/docker/daemon/config 0.066s coverage: 84.2% of statements [2019-09-11T09:30:19.420Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-09-11T09:30:19.421Z] --- PASS: TestStopContainerWithTimeout/0 (1.01s) [2019-09-11T09:30:19.421Z] --- PASS: TestStopContainerWithTimeout/-1 (3.00s) [2019-09-11T09:30:19.421Z] --- PASS: TestStopContainerWithTimeout/3 (2.93s) [2019-09-11T09:30:19.421Z] --- PASS: TestStopContainerWithTimeout/1 (1.97s) [2019-09-11T09:30:19.421Z] === RUN TestDeleteDevicemapper [2019-09-11T09:30:19.421Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-11T09:30:19.421Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-11T09:30:19.421Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-11T09:30:19.550Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2019-09-11T09:30:19.550Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-11T09:30:19.550Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-11T09:30:20.914Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-09-11T09:30:21.482Z] === RUN Test/DockerSuite/TestBuildFromOfficialNames [2019-09-11T09:30:21.482Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.34s) [2019-09-11T09:30:21.482Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2RejectVolumeRequests [2019-09-11T09:30:21.482Z] daemon.go:336: [ddc08d6d9afb7] waiting for daemon to start [2019-09-11T09:30:21.482Z] daemon.go:336: [ddc08d6d9afb7] waiting for daemon to start [2019-09-11T09:30:21.482Z] daemon.go:364: [ddc08d6d9afb7] daemon started [2019-09-11T09:30:21.482Z] daemon.go:472: [ddc08d6d9afb7] Stopping daemon [2019-09-11T09:30:21.482Z] daemon.go:307: [ddc08d6d9afb7] exiting daemon [2019-09-11T09:30:21.482Z] daemon.go:459: [ddc08d6d9afb7] Daemon stopped [2019-09-11T09:30:21.482Z] daemon.go:336: [ddc08d6d9afb7] waiting for daemon to start [2019-09-11T09:30:21.482Z] daemon.go:336: [ddc08d6d9afb7] waiting for daemon to start [2019-09-11T09:30:21.482Z] daemon.go:364: [ddc08d6d9afb7] daemon started [2019-09-11T09:30:21.482Z] daemon.go:472: [ddc08d6d9afb7] Stopping daemon [2019-09-11T09:30:21.482Z] daemon.go:307: [ddc08d6d9afb7] exiting daemon [2019-09-11T09:30:21.482Z] daemon.go:459: [ddc08d6d9afb7] Daemon stopped [2019-09-11T09:30:21.482Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-11T09:30:21.737Z] === RUN Test/DockerSuite/TestBuildFromRemoteTarball [2019-09-11T09:30:22.298Z] === RUN Test/DockerSuite/TestBuildFromStdinWithF [2019-09-11T09:30:22.760Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.58s) [2019-09-11T09:30:22.760Z] === RUN TestUpdateMemory [2019-09-11T09:30:22.760Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-11T09:30:22.760Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-11T09:30:22.760Z] === RUN TestUpdateCPUQuota [2019-09-11T09:30:23.425Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-09-11T09:30:23.985Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.237s coverage: 56.9% of statements [2019-09-11T09:30:24.576Z] --- PASS: TestUpdateCPUQuota (1.81s) [2019-09-11T09:30:24.576Z] === RUN TestUpdatePidsLimit [2019-09-11T09:30:24.576Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-11T09:30:24.953Z] === RUN TestUpdatePidsLimit/no_change [2019-09-11T09:30:25.322Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-11T09:30:25.694Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-11T09:30:26.063Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-11T09:30:26.255Z] Removing intermediate container cf6e4ad6a000 [2019-09-11T09:30:26.255Z] ---> 2d593957aca3 [2019-09-11T09:30:26.255Z] Step 66/126 : FROM base AS gotestsum [2019-09-11T09:30:26.255Z] ---> 44c0cc1abfc2 [2019-09-11T09:30:26.255Z] Step 67/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-11T09:30:26.255Z] ---> Running in c27cd5a231ad [2019-09-11T09:30:26.255Z] Removing intermediate container c27cd5a231ad [2019-09-11T09:30:26.255Z] ---> 0515cc1431a3 [2019-09-11T09:30:26.255Z] Step 68/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:30:26.255Z] ---> b98a54237d8c [2019-09-11T09:30:26.255Z] Step 69/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:30:26.255Z] ---> 19de5e6fb2f4 [2019-09-11T09:30:26.255Z] Step 70/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:30:26.255Z] ---> Running in 4a6d35abce9d [2019-09-11T09:30:26.255Z] + RM_GOPATH=0 [2019-09-11T09:30:26.255Z] + TMP_GOPATH= [2019-09-11T09:30:26.255Z] + : /build [2019-09-11T09:30:26.255Z] + '[' -z '' ']' [2019-09-11T09:30:26.255Z] ++ mktemp -d [2019-09-11T09:30:26.255Z] + export GOPATH=/tmp/tmp.0DLEXOMq8s [2019-09-11T09:30:26.255Z] + GOPATH=/tmp/tmp.0DLEXOMq8s [2019-09-11T09:30:26.255Z] + RM_GOPATH=1 [2019-09-11T09:30:26.255Z] ++ dirname ./install.sh [2019-09-11T09:30:26.255Z] + dir=. [2019-09-11T09:30:26.255Z] Installing gotestsum version v0.3.5 [2019-09-11T09:30:26.255Z] + bin=gotestsum [2019-09-11T09:30:26.255Z] + shift [2019-09-11T09:30:26.255Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-11T09:30:26.255Z] + . ./gotestsum.installer [2019-09-11T09:30:26.255Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-11T09:30:26.255Z] + install_gotestsum [2019-09-11T09:30:26.255Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-11T09:30:26.255Z] + go get -d gotest.tools/gotestsum [2019-09-11T09:30:26.437Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-11T09:30:26.465Z] === RUN Test/DockerSuite/TestBuildFromURLWithF [2019-09-11T09:30:26.801Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-11T09:30:27.253Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.462s coverage: 72.5% of statements [2019-09-11T09:30:27.253Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.612s coverage: 45.9% of statements [2019-09-11T09:30:27.253Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-11T09:30:28.752Z] --- PASS: TestUpdatePidsLimit (4.30s) [2019-09-11T09:30:28.753Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.44s) [2019-09-11T09:30:28.753Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2019-09-11T09:30:28.753Z] --- PASS: TestUpdatePidsLimit/update_lower (0.47s) [2019-09-11T09:30:28.753Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.44s) [2019-09-11T09:30:28.753Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2019-09-11T09:30:28.753Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2019-09-11T09:30:28.753Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.46s) [2019-09-11T09:30:28.753Z] === RUN TestUpdateRestartPolicy [2019-09-11T09:30:29.731Z] === RUN Test/DockerSuite/TestBuildHandleEscapesInVolume [2019-09-11T09:30:29.762Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.973s coverage: 50.8% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/archive 8.942s coverage: 62.2% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/authorization 0.908s coverage: 26.2% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/broadcaster 0.095s coverage: 100.0% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/capabilities 0.047s coverage: 87.5% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/chrootarchive 0.132s coverage: 15.4% of statements [2019-09-11T09:30:30.550Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-11T09:30:30.550Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/directory 0.096s coverage: 80.0% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/discovery 0.146s coverage: 58.3% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/discovery/file 0.125s coverage: 92.9% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/discovery/kv 3.430s coverage: 84.1% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/discovery/memory 0.068s coverage: 92.3% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/discovery/nodes 0.111s coverage: 93.8% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/filenotify 0.050s coverage: 36.2% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/fileutils 0.072s coverage: 87.7% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/homedir 0.046s coverage: 37.5% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/idtools 0.075s coverage: 6.3% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/ioutils 0.674s coverage: 69.7% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/jsonmessage 0.259s coverage: 91.7% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/locker 0.090s coverage: 88.9% of statements [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/longpath 0.081s coverage: 100.0% of statements [2019-09-11T09:30:30.550Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/namesgenerator 0.105s coverage: 85.7% of statements [2019-09-11T09:30:30.550Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/parsers 0.254s coverage: 97.0% of statements [2019-09-11T09:30:30.550Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-09-11T09:30:30.550Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-09-11T09:30:30.550Z] ok github.com/docker/docker/pkg/pidfile 0.059s coverage: 82.6% of statements [2019-09-11T09:30:30.550Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-11T09:30:30.550Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-11T09:30:31.124Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.285s coverage: 76.1% of statements [2019-09-11T09:30:31.617Z] === RUN Test/DockerSuite/TestBuildHistory [2019-09-11T09:30:32.485Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-09-11T09:30:32.485Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.059s coverage: 57.2% of statements [2019-09-11T09:30:32.485Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-11T09:30:32.485Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-11T09:30:32.981Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.62s) [2019-09-11T09:30:32.981Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-11T09:30:32.981Z] daemon.go:336: [d8f9f639037b8] waiting for daemon to start [2019-09-11T09:30:32.981Z] daemon.go:336: [d8f9f639037b8] waiting for daemon to start [2019-09-11T09:30:32.981Z] daemon.go:364: [d8f9f639037b8] daemon started [2019-09-11T09:30:32.981Z] daemon.go:472: [d8f9f639037b8] Stopping daemon [2019-09-11T09:30:32.981Z] daemon.go:307: [d8f9f639037b8] exiting daemon [2019-09-11T09:30:32.981Z] daemon.go:459: [d8f9f639037b8] Daemon stopped [2019-09-11T09:30:32.981Z] daemon.go:336: [d8f9f639037b8] waiting for daemon to start [2019-09-11T09:30:32.981Z] daemon.go:336: [d8f9f639037b8] waiting for daemon to start [2019-09-11T09:30:32.981Z] daemon.go:307: [d8f9f639037b8] exiting daemon [2019-09-11T09:30:32.981Z] daemon.go:336: [d8f9f639037b8] waiting for daemon to start [2019-09-11T09:30:32.981Z] daemon.go:336: [d8f9f639037b8] waiting for daemon to start [2019-09-11T09:30:32.981Z] daemon.go:336: [d8f9f639037b8] waiting for daemon to start [2019-09-11T09:30:32.981Z] daemon.go:364: [d8f9f639037b8] daemon started [2019-09-11T09:30:32.981Z] daemon.go:472: [d8f9f639037b8] Stopping daemon [2019-09-11T09:30:32.981Z] daemon.go:307: [d8f9f639037b8] exiting daemon [2019-09-11T09:30:32.981Z] daemon.go:459: [d8f9f639037b8] Daemon stopped [2019-09-11T09:30:32.981Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-11T09:30:33.845Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.014s coverage: 3.0% of statements [2019-09-11T09:30:34.798Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2019-09-11T09:30:36.159Z] ok github.com/docker/docker/daemon/images 0.032s coverage: 4.9% of statements [2019-09-11T09:30:36.159Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-11T09:30:36.159Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-11T09:30:36.243Z] === RUN Test/DockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-11T09:30:36.498Z] === RUN Test/DockerSuite/TestBuildIidFile [2019-09-11T09:30:36.544Z] + cd /tmp/tmp.0DLEXOMq8s/src/gotest.tools/gotestsum [2019-09-11T09:30:36.544Z] + git checkout -q v0.3.5 [2019-09-11T09:30:36.544Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-11T09:30:36.718Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 42.7% of statements [2019-09-11T09:30:37.059Z] === RUN Test/DockerSuite/TestBuildIidFileCleanupOnFail [2019-09-11T09:30:37.985Z] === RUN Test/DockerSuite/TestBuildInheritance [2019-09-11T09:30:38.546Z] === RUN Test/DockerSuite/TestBuildIntermediateTarget [2019-09-11T09:30:38.601Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 68.2% of statements [2019-09-11T09:30:38.601Z] ok github.com/docker/docker/daemon/logger/awslogs 0.137s coverage: 77.8% of statements [2019-09-11T09:30:38.601Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-11T09:30:38.601Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-11T09:30:39.106Z] === RUN Test/DockerSuite/TestBuildInvalidTag [2019-09-11T09:30:39.106Z] === RUN Test/DockerSuite/TestBuildJSONEmptyRun [2019-09-11T09:30:39.524Z] ok github.com/docker/docker/daemon/logger/journald 0.009s coverage: 26.2% of statements [2019-09-11T09:30:39.779Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2019-09-11T09:30:40.340Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.003s coverage: 88.3% of statements [2019-09-11T09:30:40.468Z] === RUN Test/DockerSuite/TestBuildLabel [2019-09-11T09:30:40.727Z] === RUN Test/DockerSuite/TestBuildLabelCacheCommit [2019-09-11T09:30:41.265Z] ok github.com/docker/docker/daemon/logger/local 0.026s coverage: 74.7% of statements [2019-09-11T09:30:41.265Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-11T09:30:41.290Z] === RUN Test/DockerSuite/TestBuildLabelMultiple [2019-09-11T09:30:41.825Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.053s coverage: 18.6% of statements [2019-09-11T09:30:41.850Z] === RUN Test/DockerSuite/TestBuildLabelOneNode [2019-09-11T09:30:42.105Z] === RUN Test/DockerSuite/TestBuildLabels [2019-09-11T09:30:42.306Z] --- PASS: TestUpdateRestartPolicy (12.93s) [2019-09-11T09:30:42.306Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-11T09:30:42.665Z] === RUN Test/DockerSuite/TestBuildLabelsCache [2019-09-11T09:30:42.699Z] --- PASS: TestUpdateRestartWithAutoRemove (0.96s) [2019-09-11T09:30:42.699Z] === RUN TestWaitNonBlocked [2019-09-11T09:30:42.699Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:30:42.699Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:30:42.699Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:30:42.699Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:30:42.699Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:30:42.699Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:30:43.590Z] === RUN Test/DockerSuite/TestBuildLabelsOverride [2019-09-11T09:30:43.675Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-09-11T09:30:43.675Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.11s) [2019-09-11T09:30:43.675Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.13s) [2019-09-11T09:30:43.675Z] === RUN TestWaitBlocked [2019-09-11T09:30:43.675Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-11T09:30:43.675Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-11T09:30:43.675Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-11T09:30:43.675Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-11T09:30:43.675Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-11T09:30:43.675Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-11T09:30:43.712Z] ok github.com/docker/docker/daemon/logger/syslog 0.012s coverage: 47.8% of statements [2019-09-11T09:30:43.967Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2019-09-11T09:30:44.526Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-09-11T09:30:44.782Z] ok github.com/docker/docker/daemon/logger/splunk 1.598s coverage: 84.5% of statements [2019-09-11T09:30:44.782Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-11T09:30:44.782Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-11T09:30:45.481Z] --- PASS: TestWaitBlocked (0.01s) [2019-09-11T09:30:45.481Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.47s) [2019-09-11T09:30:45.481Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.53s) [2019-09-11T09:30:45.481Z] === CONT TestContainerStartOnDaemonRestart [2019-09-11T09:30:45.481Z] === CONT TestIpcModeOlderClient [2019-09-11T09:30:45.481Z] --- PASS: TestIpcModeOlderClient (0.18s) [2019-09-11T09:30:45.481Z] === CONT TestDaemonRestartIpcMode [2019-09-11T09:30:46.856Z] === RUN Test/DockerSuite/TestBuildLastModified [2019-09-11T09:30:47.290Z] ok github.com/docker/docker/distribution/metadata 0.040s coverage: 48.2% of statements [2019-09-11T09:30:47.290Z] ok github.com/docker/docker/distribution 0.232s coverage: 22.6% of statements [2019-09-11T09:30:47.290Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-11T09:30:48.649Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2019-09-11T09:30:48.681Z] --- PASS: TestContainerStartOnDaemonRestart (2.92s) [2019-09-11T09:30:48.681Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-11T09:30:48.681Z] daemon.go:336: [da1ff3298ed4c] waiting for daemon to start [2019-09-11T09:30:48.681Z] daemon.go:336: [da1ff3298ed4c] waiting for daemon to start [2019-09-11T09:30:48.681Z] daemon.go:364: [da1ff3298ed4c] daemon started [2019-09-11T09:30:48.681Z] daemon.go:336: [da1ff3298ed4c] waiting for daemon to start [2019-09-11T09:30:48.681Z] daemon.go:307: [da1ff3298ed4c] exiting daemon [2019-09-11T09:30:48.681Z] daemon.go:336: [da1ff3298ed4c] waiting for daemon to start [2019-09-11T09:30:48.681Z] daemon.go:364: [da1ff3298ed4c] daemon started [2019-09-11T09:30:48.681Z] daemon.go:472: [da1ff3298ed4c] Stopping daemon [2019-09-11T09:30:48.681Z] daemon.go:307: [da1ff3298ed4c] exiting daemon [2019-09-11T09:30:48.681Z] daemon.go:459: [da1ff3298ed4c] Daemon stopped [2019-09-11T09:30:49.477Z] --- PASS: TestDaemonRestartIpcMode (4.09s) [2019-09-11T09:30:49.477Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-11T09:30:49.477Z] daemon.go:336: [db997dec989be] waiting for daemon to start [2019-09-11T09:30:49.477Z] daemon.go:336: [db997dec989be] waiting for daemon to start [2019-09-11T09:30:49.477Z] daemon.go:364: [db997dec989be] daemon started [2019-09-11T09:30:49.477Z] daemon.go:472: [db997dec989be] Stopping daemon [2019-09-11T09:30:49.477Z] daemon.go:307: [db997dec989be] exiting daemon [2019-09-11T09:30:49.477Z] daemon.go:459: [db997dec989be] Daemon stopped [2019-09-11T09:30:49.477Z] daemon.go:336: [db997dec989be] waiting for daemon to start [2019-09-11T09:30:49.477Z] daemon.go:336: [db997dec989be] waiting for daemon to start [2019-09-11T09:30:49.477Z] daemon.go:364: [db997dec989be] daemon started [2019-09-11T09:30:49.477Z] daemon.go:472: [db997dec989be] Stopping daemon [2019-09-11T09:30:49.477Z] daemon.go:307: [db997dec989be] exiting daemon [2019-09-11T09:30:49.477Z] daemon.go:459: [db997dec989be] Daemon stopped [2019-09-11T09:30:49.477Z] PASS [2019-09-11T09:30:49.477Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m [2019-09-11T09:30:49.873Z] INFO: Testing against a local daemon [2019-09-11T09:30:49.873Z] === RUN TestCommitInheritsEnv [2019-09-11T09:30:50.009Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2019-09-11T09:30:50.009Z] ok github.com/docker/docker/distribution/xfer 1.436s coverage: 83.4% of statements [2019-09-11T09:30:50.009Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-11T09:30:50.118Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.63s) [2019-09-11T09:30:50.118Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-11T09:30:50.118Z] daemon.go:336: [d52cf92198a81] waiting for daemon to start [2019-09-11T09:30:50.118Z] daemon.go:336: [d52cf92198a81] waiting for daemon to start [2019-09-11T09:30:50.118Z] daemon.go:364: [d52cf92198a81] daemon started [2019-09-11T09:30:50.118Z] daemon.go:472: [d52cf92198a81] Stopping daemon [2019-09-11T09:30:50.118Z] daemon.go:307: [d52cf92198a81] exiting daemon [2019-09-11T09:30:50.118Z] daemon.go:459: [d52cf92198a81] Daemon stopped [2019-09-11T09:30:50.118Z] daemon.go:336: [d52cf92198a81] waiting for daemon to start [2019-09-11T09:30:50.118Z] daemon.go:336: [d52cf92198a81] waiting for daemon to start [2019-09-11T09:30:50.118Z] daemon.go:336: [d52cf92198a81] waiting for daemon to start [2019-09-11T09:30:50.118Z] daemon.go:336: [d52cf92198a81] waiting for daemon to start [2019-09-11T09:30:50.118Z] daemon.go:350: [d52cf92198a81] error pinging daemon on start: Get http://d52cf92198a81.sock/_ping: context deadline exceeded [2019-09-11T09:30:50.118Z] daemon.go:336: [d52cf92198a81] waiting for daemon to start [2019-09-11T09:30:50.118Z] daemon.go:350: [d52cf92198a81] error pinging daemon on start: Get http://d52cf92198a81.sock/_ping: context deadline exceeded [2019-09-11T09:30:50.118Z] daemon.go:336: [d52cf92198a81] waiting for daemon to start [2019-09-11T09:30:50.118Z] daemon.go:350: [d52cf92198a81] error pinging daemon on start: Get http://d52cf92198a81.sock/_ping: context deadline exceeded [2019-09-11T09:30:50.118Z] daemon.go:336: [d52cf92198a81] waiting for daemon to start [2019-09-11T09:30:50.118Z] daemon.go:350: [d52cf92198a81] error pinging daemon on start: Get http://d52cf92198a81.sock/_ping: context deadline exceeded [2019-09-11T09:30:50.118Z] daemon.go:307: [d52cf92198a81] exiting daemon [2019-09-11T09:30:50.118Z] daemon.go:336: [d52cf92198a81] waiting for daemon to start [2019-09-11T09:30:50.118Z] daemon.go:336: [d52cf92198a81] waiting for daemon to start [2019-09-11T09:30:50.118Z] daemon.go:336: [d52cf92198a81] waiting for daemon to start [2019-09-11T09:30:50.118Z] daemon.go:364: [d52cf92198a81] daemon started [2019-09-11T09:30:50.118Z] daemon.go:472: [d52cf92198a81] Stopping daemon [2019-09-11T09:30:50.118Z] daemon.go:307: [d52cf92198a81] exiting daemon [2019-09-11T09:30:50.118Z] daemon.go:459: [d52cf92198a81] Daemon stopped [2019-09-11T09:30:50.118Z] PASS [2019-09-11T09:30:50.118Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m [2019-09-11T09:30:50.118Z] INFO: Testing against a local daemon [2019-09-11T09:30:50.118Z] === RUN TestPluginInvalidJSON [2019-09-11T09:30:50.118Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:30:50.118Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:30:50.118Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:30:50.118Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-11T09:30:50.118Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-11T09:30:50.118Z] PASS [2019-09-11T09:30:50.118Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m [2019-09-11T09:30:50.118Z] INFO: Testing against a local daemon [2019-09-11T09:30:50.118Z] === RUN TestExternalGraphDriver [2019-09-11T09:30:50.118Z] === RUN TestExternalGraphDriver/json [2019-09-11T09:30:50.269Z] --- PASS: TestCommitInheritsEnv (0.56s) [2019-09-11T09:30:50.269Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-11T09:30:50.269Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-11T09:30:50.269Z] === RUN TestImagesFilterMultiReference [2019-09-11T09:30:50.269Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-09-11T09:30:50.269Z] === RUN TestImagePullPlatformInvalid [2019-09-11T09:30:50.269Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-11T09:30:50.269Z] === RUN TestRemoveImageOrphaning [2019-09-11T09:30:50.701Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2019-09-11T09:30:50.701Z] === RUN TestRemoveImageGarbageCollector [2019-09-11T09:30:50.701Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-11T09:30:50.701Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:30:50.701Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-11T09:30:50.933Z] ok github.com/docker/docker/image/cache 0.023s coverage: 19.2% of statements [2019-09-11T09:30:50.933Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-11T09:30:51.165Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2019-09-11T09:30:51.165Z] === RUN TestTagInvalidReference [2019-09-11T09:30:51.165Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-11T09:30:51.165Z] === RUN TestTagValidPrefixedRepo [2019-09-11T09:30:51.165Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-11T09:30:51.165Z] === RUN TestTagExistedNameWithoutForce [2019-09-11T09:30:51.165Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-09-11T09:30:51.165Z] === RUN TestTagOfficialNames [2019-09-11T09:30:51.165Z] --- PASS: TestTagOfficialNames (0.04s) [2019-09-11T09:30:51.165Z] === RUN TestTagMatchesDigest [2019-09-11T09:30:51.165Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-09-11T09:30:51.165Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-11T09:30:51.492Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2019-09-11T09:30:51.492Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-11T09:30:52.004Z] === RUN TestExternalGraphDriver/spec [2019-09-11T09:30:52.565Z] === RUN Test/DockerSuite/TestBuildLineBreak [2019-09-11T09:30:52.853Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-11T09:30:52.853Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-11T09:30:52.853Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-11T09:30:52.853Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-11T09:30:52.853Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-11T09:30:52.853Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-11T09:30:52.853Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-11T09:30:53.108Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-11T09:30:53.108Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-11T09:30:53.108Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-11T09:30:53.108Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-11T09:30:53.667Z] ok github.com/docker/docker/internal/testutil 0.009s coverage: 62.5% of statements [2019-09-11T09:30:53.930Z] === RUN TestExternalGraphDriver/pull [2019-09-11T09:30:54.591Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-09-11T09:30:55.018Z] Removing intermediate container 4a6d35abce9d [2019-09-11T09:30:55.018Z] ---> 054a96fce001 [2019-09-11T09:30:55.018Z] Step 71/126 : FROM dev-base AS dockercli [2019-09-11T09:30:55.018Z] ---> 44c0cc1abfc2 [2019-09-11T09:30:55.018Z] Step 72/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-11T09:30:55.019Z] ---> Running in a7ddfedf4a19 [2019-09-11T09:30:55.019Z] Removing intermediate container a7ddfedf4a19 [2019-09-11T09:30:55.019Z] ---> 5456eb94ec9b [2019-09-11T09:30:55.019Z] Step 73/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:30:55.300Z] ---> b06ea02a8ad1 [2019-09-11T09:30:55.300Z] Step 74/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:30:55.585Z] ---> f6550e1cb37d [2019-09-11T09:30:55.585Z] Step 75/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:30:55.585Z] ---> Running in 6e2b4c929a06 [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/plugins 35.191s coverage: 73.4% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.242s coverage: 56.8% of statements [2019-09-11T09:30:55.732Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-11T09:30:55.732Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/plugins/transport 0.104s coverage: 85.7% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/pools 0.065s coverage: 87.9% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/progress 0.035s coverage: 75.9% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/pubsub 1.094s coverage: 73.9% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/reexec 0.107s coverage: 82.4% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/signal 0.049s coverage: 20.3% of statements [2019-09-11T09:30:55.732Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/stdcopy 0.033s coverage: 100.0% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/streamformatter 0.042s coverage: 66.2% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/stringid 0.043s coverage: 70.6% of statements [2019-09-11T09:30:55.732Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/sysinfo 0.105s coverage: 38.2% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/system 0.053s coverage: 12.7% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/tailfile 0.054s coverage: 88.6% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/tarsum 0.137s coverage: 89.3% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/term 0.047s coverage: 30.8% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/term/windows 0.031s coverage: 0.0% of statements [no tests to run] [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/truncindex 0.134s coverage: 91.5% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/urlutil 0.079s coverage: 100.0% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/pkg/useragent 0.029s coverage: 88.9% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/plugin 0.226s coverage: 11.6% of statements [2019-09-11T09:30:55.732Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/plugin/v2 0.208s coverage: 20.1% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/reference 0.236s coverage: 83.7% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/registry 0.448s coverage: 52.3% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/registry/resumable 0.406s coverage: 100.0% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/restartmanager 0.030s coverage: 50.9% of statements [2019-09-11T09:30:55.732Z] ? github.com/docker/docker/rootless [no test files] [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/runconfig 0.098s coverage: 54.5% of statements [2019-09-11T09:30:55.732Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-11T09:30:55.732Z] ? github.com/docker/docker/volume [no test files] [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/volume/drivers 0.197s coverage: 36.1% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/volume/local 0.330s coverage: 37.7% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/volume/mounts 0.151s coverage: 66.2% of statements [2019-09-11T09:30:55.732Z] ok github.com/docker/docker/volume/service 0.458s coverage: 70.3% of statements [2019-09-11T09:30:55.732Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-11T09:30:55.732Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-11T09:30:55.732Z] INFO: make.ps1 ended at 09/11/2019 09:30:54 [2019-09-11T09:30:55.817Z] --- PASS: TestExternalGraphDriver (5.90s) [2019-09-11T09:30:55.817Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestExternalGraphDriver [2019-09-11T09:30:55.817Z] daemon.go:336: [d8fb717522e2e] waiting for daemon to start [2019-09-11T09:30:55.817Z] daemon.go:336: [d8fb717522e2e] waiting for daemon to start [2019-09-11T09:30:55.817Z] daemon.go:364: [d8fb717522e2e] daemon started [2019-09-11T09:30:55.817Z] daemon.go:472: [d8fb717522e2e] Stopping daemon [2019-09-11T09:30:55.817Z] daemon.go:307: [d8fb717522e2e] exiting daemon [2019-09-11T09:30:55.817Z] daemon.go:459: [d8fb717522e2e] Daemon stopped [2019-09-11T09:30:55.817Z] daemon.go:336: [d8fb717522e2e] waiting for daemon to start [2019-09-11T09:30:55.817Z] daemon.go:336: [d8fb717522e2e] waiting for daemon to start [2019-09-11T09:30:55.817Z] daemon.go:364: [d8fb717522e2e] daemon started [2019-09-11T09:30:55.817Z] daemon.go:472: [d8fb717522e2e] Stopping daemon [2019-09-11T09:30:55.817Z] daemon.go:307: [d8fb717522e2e] exiting daemon [2019-09-11T09:30:55.817Z] daemon.go:459: [d8fb717522e2e] Daemon stopped [2019-09-11T09:30:55.817Z] --- PASS: TestExternalGraphDriver/json (2.00s) [2019-09-11T09:30:55.817Z] daemon.go:336: [d8fb717522e2e] waiting for daemon to start [2019-09-11T09:30:55.817Z] daemon.go:336: [d8fb717522e2e] waiting for daemon to start [2019-09-11T09:30:55.817Z] daemon.go:364: [d8fb717522e2e] daemon started [2019-09-11T09:30:55.817Z] daemon.go:472: [d8fb717522e2e] Stopping daemon [2019-09-11T09:30:55.817Z] daemon.go:307: [d8fb717522e2e] exiting daemon [2019-09-11T09:30:55.817Z] daemon.go:459: [d8fb717522e2e] Daemon stopped [2019-09-11T09:30:55.817Z] daemon.go:336: [d8fb717522e2e] waiting for daemon to start [2019-09-11T09:30:55.817Z] daemon.go:336: [d8fb717522e2e] waiting for daemon to start [2019-09-11T09:30:55.817Z] daemon.go:364: [d8fb717522e2e] daemon started [2019-09-11T09:30:55.817Z] daemon.go:472: [d8fb717522e2e] Stopping daemon [2019-09-11T09:30:55.817Z] daemon.go:307: [d8fb717522e2e] exiting daemon [2019-09-11T09:30:55.817Z] daemon.go:459: [d8fb717522e2e] Daemon stopped [2019-09-11T09:30:55.817Z] --- PASS: TestExternalGraphDriver/spec (2.03s) [2019-09-11T09:30:55.817Z] daemon.go:336: [d8fb717522e2e] waiting for daemon to start [2019-09-11T09:30:55.817Z] daemon.go:336: [d8fb717522e2e] waiting for daemon to start [2019-09-11T09:30:55.817Z] daemon.go:364: [d8fb717522e2e] daemon started [2019-09-11T09:30:55.817Z] daemon.go:472: [d8fb717522e2e] Stopping daemon [2019-09-11T09:30:55.817Z] daemon.go:307: [d8fb717522e2e] exiting daemon [2019-09-11T09:30:55.817Z] daemon.go:459: [d8fb717522e2e] Daemon stopped [2019-09-11T09:30:55.817Z] --- PASS: TestExternalGraphDriver/pull (1.76s) [2019-09-11T09:30:55.817Z] === RUN TestGraphdriverPluginV2 [2019-09-11T09:30:55.866Z] + RM_GOPATH=0 [2019-09-11T09:30:55.866Z] + TMP_GOPATH= [2019-09-11T09:30:55.866Z] + : /build [2019-09-11T09:30:55.866Z] + '[' -z '' ']' [2019-09-11T09:30:55.866Z] ++ mktemp -d [2019-09-11T09:30:55.866Z] + export GOPATH=/tmp/tmp.zWgjGAXN66 [2019-09-11T09:30:55.866Z] + GOPATH=/tmp/tmp.zWgjGAXN66 [2019-09-11T09:30:55.866Z] + RM_GOPATH=1 [2019-09-11T09:30:55.866Z] ++ dirname ./install.sh [2019-09-11T09:30:55.866Z] + dir=. [2019-09-11T09:30:55.866Z] + bin=dockercli [2019-09-11T09:30:55.866Z] + shift [2019-09-11T09:30:55.866Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-11T09:30:55.866Z] + . ./dockercli.installer [2019-09-11T09:30:55.866Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-11T09:30:55.866Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-11T09:30:55.866Z] + install_dockercli [2019-09-11T09:30:55.866Z] Install docker/cli version 17.06.2-ce from stable [2019-09-11T09:30:55.866Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-11T09:30:55.866Z] ++ uname -m [2019-09-11T09:30:55.866Z] + arch=ppc64le [2019-09-11T09:30:55.866Z] + '[' ppc64le '!=' x86_64 ']' [2019-09-11T09:30:55.866Z] + '[' ppc64le '!=' s390x ']' [2019-09-11T09:30:55.866Z] + '[' ppc64le '!=' armhf ']' [2019-09-11T09:30:55.866Z] + build_dockercli [2019-09-11T09:30:55.866Z] + git clone https://github.com/docker/docker-ce /tmp/tmp.zWgjGAXN66/tmp/docker-ce [2019-09-11T09:30:55.866Z] Cloning into '/tmp/tmp.zWgjGAXN66/tmp/docker-ce'... [2019-09-11T09:30:55.953Z] ok github.com/docker/docker/opts 0.017s coverage: 66.9% of statements [2019-09-11T09:30:55.953Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-09-11T09:30:56.742Z] === RUN Test/DockerSuite/TestBuildLineErrorOnBuild [2019-09-11T09:30:56.742Z] === RUN Test/DockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-11T09:30:56.742Z] === RUN Test/DockerSuite/TestBuildLineErrorWithComments [2019-09-11T09:30:56.997Z] === RUN Test/DockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-11T09:30:56.997Z] === RUN Test/DockerSuite/TestBuildMaintainer [2019-09-11T09:30:57.557Z] === RUN Test/DockerSuite/TestBuildMissingArgs [2019-09-11T09:30:57.835Z] ok github.com/docker/docker/pkg/archive 0.375s coverage: 77.1% of statements [2019-09-11T09:30:58.651Z] INFO: Unit tests ended at 09/11/2019 09:30:58. Duration:00:04:19.3951752 [2019-09-11T09:30:58.651Z] INFO: Building busybox [2019-09-11T09:30:58.651Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-11T09:30:58.651Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-11T09:30:58.651Z] [2019-09-11T09:30:58.651Z] Sending build context to Docker daemon 2.56kB [2019-09-11T09:30:58.651Z] [2019-09-11T09:30:58.651Z] Step 1/6 : FROM microsoft/windowsservercore [2019-09-11T09:30:58.651Z] ---> 2606a881cbae [2019-09-11T09:30:58.651Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-09-11T09:30:58.651Z] ---> Running in 07ac79ae3ef0 [2019-09-11T09:30:58.760Z] ok github.com/docker/docker/pkg/authorization 0.140s coverage: 66.7% of statements [2019-09-11T09:30:58.760Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-09-11T09:30:58.925Z] === RUN Test/DockerSuite/TestBuildModifyFileInFolder [2019-09-11T09:30:59.015Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-09-11T09:31:00.813Z] === RUN Test/DockerSuite/TestBuildMultiStageArg [2019-09-11T09:31:00.813Z] --- PASS: TestGraphdriverPluginV2 (5.13s) [2019-09-11T09:31:00.813Z] external_test.go:413: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestGraphdriverPluginV2 [2019-09-11T09:31:00.813Z] daemon.go:336: [d0d24d6b402f9] waiting for daemon to start [2019-09-11T09:31:00.813Z] daemon.go:336: [d0d24d6b402f9] waiting for daemon to start [2019-09-11T09:31:00.814Z] daemon.go:364: [d0d24d6b402f9] daemon started [2019-09-11T09:31:00.814Z] daemon.go:472: [d0d24d6b402f9] Stopping daemon [2019-09-11T09:31:00.814Z] daemon.go:307: [d0d24d6b402f9] exiting daemon [2019-09-11T09:31:00.814Z] daemon.go:459: [d0d24d6b402f9] Daemon stopped [2019-09-11T09:31:00.814Z] daemon.go:336: [d0d24d6b402f9] waiting for daemon to start [2019-09-11T09:31:00.814Z] daemon.go:336: [d0d24d6b402f9] waiting for daemon to start [2019-09-11T09:31:00.814Z] daemon.go:364: [d0d24d6b402f9] daemon started [2019-09-11T09:31:00.814Z] daemon.go:472: [d0d24d6b402f9] Stopping daemon [2019-09-11T09:31:00.814Z] daemon.go:307: [d0d24d6b402f9] exiting daemon [2019-09-11T09:31:00.814Z] daemon.go:459: [d0d24d6b402f9] Daemon stopped [2019-09-11T09:31:00.814Z] PASS [2019-09-11T09:31:00.814Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m [2019-09-11T09:31:01.070Z] INFO: Testing against a local daemon [2019-09-11T09:31:01.070Z] === RUN TestContinueAfterPluginCrash [2019-09-11T09:31:01.070Z] === PAUSE TestContinueAfterPluginCrash [2019-09-11T09:31:01.070Z] === RUN TestDaemonStartWithLogOpt [2019-09-11T09:31:01.070Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-11T09:31:01.070Z] === CONT TestContinueAfterPluginCrash [2019-09-11T09:31:01.070Z] === CONT TestDaemonStartWithLogOpt [2019-09-11T09:31:03.188Z] ok github.com/docker/docker/pkg/chrootarchive 2.941s coverage: 43.2% of statements [2019-09-11T09:31:03.189Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2019-09-11T09:31:03.189Z] ok github.com/docker/docker/layer 7.762s coverage: 66.9% of statements [2019-09-11T09:31:03.189Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-11T09:31:03.189Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-11T09:31:03.189Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-11T09:31:03.189Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-11T09:31:03.189Z] ? github.com/docker/docker/oci [no test files] [2019-09-11T09:31:03.189Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-11T09:31:03.189Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-11T09:31:03.189Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-11T09:31:03.747Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2019-09-11T09:31:04.002Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2019-09-11T09:31:04.562Z] ok github.com/docker/docker/pkg/discovery/memory 0.012s coverage: 92.3% of statements [2019-09-11T09:31:05.487Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2019-09-11T09:31:05.741Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2019-09-11T09:31:06.312Z] === RUN Test/DockerSuite/TestBuildMultiStageCache [2019-09-11T09:31:06.874Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-11T09:31:07.101Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-09-11T09:31:07.661Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2019-09-11T09:31:07.802Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-11T09:31:08.220Z] ok github.com/docker/docker/pkg/discovery/kv 3.118s coverage: 84.1% of statements [2019-09-11T09:31:08.475Z] ok github.com/docker/docker/pkg/fsutils 0.236s coverage: 85.1% of statements [2019-09-11T09:31:08.475Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 10.2% of statements [2019-09-11T09:31:09.836Z] ok github.com/docker/docker/pkg/ioutils 0.368s coverage: 68.8% of statements [2019-09-11T09:31:09.836Z] ok github.com/docker/docker/pkg/idtools 0.696s coverage: 70.1% of statements [2019-09-11T09:31:10.397Z] ok github.com/docker/docker/pkg/locker 0.021s coverage: 88.9% of statements [2019-09-11T09:31:10.397Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2019-09-11T09:31:10.957Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-09-11T09:31:10.957Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-11T09:31:11.517Z] ok github.com/docker/docker/pkg/namesgenerator 0.011s coverage: 85.7% of statements [2019-09-11T09:31:11.772Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-09-11T09:31:12.027Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-09-11T09:31:12.027Z] ok github.com/docker/docker/pkg/mount 0.602s coverage: 69.6% of statements [2019-09-11T09:31:12.027Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-11T09:31:12.587Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2019-09-11T09:31:12.587Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-09-11T09:31:12.587Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-11T09:31:12.587Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-11T09:31:13.492Z] Removing intermediate container 07ac79ae3ef0 [2019-09-11T09:31:13.492Z] ---> 15d927ecb198 [2019-09-11T09:31:13.492Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-09-11T09:31:13.492Z] [2019-09-11T09:31:13.512Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.025s coverage: 56.8% of statements [2019-09-11T09:31:14.072Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-11T09:31:14.327Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-09-11T09:31:14.465Z] ---> 5f32870752d4 [2019-09-11T09:31:14.465Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-09-11T09:31:14.465Z] ---> Running in 981d84f7a2c2 [2019-09-11T09:31:14.582Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-09-11T09:31:15.940Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2019-09-11T09:31:16.195Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-09-11T09:31:17.755Z] --- PASS: TestDaemonStartWithLogOpt (15.45s) [2019-09-11T09:31:17.755Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonStartWithLogOpt [2019-09-11T09:31:17.755Z] daemon.go:336: [daac476dd83e8] waiting for daemon to start [2019-09-11T09:31:17.755Z] daemon.go:336: [daac476dd83e8] waiting for daemon to start [2019-09-11T09:31:17.755Z] daemon.go:364: [daac476dd83e8] daemon started [2019-09-11T09:31:17.755Z] daemon.go:472: [daac476dd83e8] Stopping daemon [2019-09-11T09:31:17.755Z] daemon.go:307: [daac476dd83e8] exiting daemon [2019-09-11T09:31:17.755Z] daemon.go:459: [daac476dd83e8] Daemon stopped [2019-09-11T09:31:17.755Z] daemon.go:336: [daac476dd83e8] waiting for daemon to start [2019-09-11T09:31:17.755Z] daemon.go:336: [daac476dd83e8] waiting for daemon to start [2019-09-11T09:31:17.755Z] daemon.go:364: [daac476dd83e8] daemon started [2019-09-11T09:31:17.755Z] daemon.go:472: [daac476dd83e8] Stopping daemon [2019-09-11T09:31:17.755Z] daemon.go:307: [daac476dd83e8] exiting daemon [2019-09-11T09:31:17.755Z] daemon.go:459: [daac476dd83e8] Daemon stopped [2019-09-11T09:31:18.222Z] [2019-09-11T09:31:18.222Z] SUCCESS: Specified value was saved. [2019-09-11T09:31:19.450Z] ok github.com/docker/docker/pkg/signal 2.390s coverage: 61.0% of statements [2019-09-11T09:31:19.450Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-09-11T09:31:19.639Z] === RUN Test/DockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-11T09:31:20.009Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2019-09-11T09:31:20.265Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-09-11T09:31:20.520Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2019-09-11T09:31:20.775Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-09-11T09:31:21.003Z] === RUN Test/DockerSuite/TestBuildMultiStageGlobalArg [2019-09-11T09:31:21.139Z] Removing intermediate container 981d84f7a2c2 [2019-09-11T09:31:21.139Z] ---> 42564ab7a243 [2019-09-11T09:31:21.139Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-09-11T09:31:21.139Z] ---> Running in 1236584cef83 [2019-09-11T09:31:21.333Z] ok github.com/docker/docker/pkg/system 0.022s coverage: 36.9% of statements [2019-09-11T09:31:21.564Z] --- PASS: TestContinueAfterPluginCrash (20.32s) [2019-09-11T09:31:21.564Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestContinueAfterPluginCrash [2019-09-11T09:31:21.564Z] daemon.go:336: [d7df3f7b92177] waiting for daemon to start [2019-09-11T09:31:21.564Z] daemon.go:336: [d7df3f7b92177] waiting for daemon to start [2019-09-11T09:31:21.564Z] daemon.go:364: [d7df3f7b92177] daemon started [2019-09-11T09:31:21.564Z] daemon.go:472: [d7df3f7b92177] Stopping daemon [2019-09-11T09:31:21.564Z] daemon.go:307: [d7df3f7b92177] exiting daemon [2019-09-11T09:31:21.564Z] daemon.go:459: [d7df3f7b92177] Daemon stopped [2019-09-11T09:31:21.564Z] PASS [2019-09-11T09:31:21.564Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m [2019-09-11T09:31:21.820Z] INFO: Testing against a local daemon [2019-09-11T09:31:21.820Z] === RUN TestPluginWithDevMounts [2019-09-11T09:31:21.820Z] === PAUSE TestPluginWithDevMounts [2019-09-11T09:31:21.820Z] === CONT TestPluginWithDevMounts [2019-09-11T09:31:21.892Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2019-09-11T09:31:22.451Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2019-09-11T09:31:22.842Z] + cd /tmp/tmp.zWgjGAXN66/tmp/docker-ce [2019-09-11T09:31:22.842Z] + git checkout -q v17.06.2-ce [2019-09-11T09:31:23.011Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-09-11T09:31:23.266Z] testing: warning: no tests to run [2019-09-11T09:31:23.266Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: 0.0% of statements [no tests to run] [2019-09-11T09:31:23.520Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-09-11T09:31:23.775Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-11T09:31:24.030Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-09-11T09:31:24.316Z] + mkdir -p /tmp/tmp.zWgjGAXN66/src/github.com/docker [2019-09-11T09:31:24.316Z] + mv components/cli /tmp/tmp.zWgjGAXN66/src/github.com/docker/cli [2019-09-11T09:31:24.316Z] + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-09-11T09:31:24.335Z] --- PASS: TestPluginWithDevMounts (2.26s) [2019-09-11T09:31:24.335Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestPluginWithDevMounts [2019-09-11T09:31:24.335Z] daemon.go:336: [d2942f73a6c18] waiting for daemon to start [2019-09-11T09:31:24.335Z] daemon.go:336: [d2942f73a6c18] waiting for daemon to start [2019-09-11T09:31:24.335Z] daemon.go:364: [d2942f73a6c18] daemon started [2019-09-11T09:31:24.335Z] daemon.go:472: [d2942f73a6c18] Stopping daemon [2019-09-11T09:31:24.335Z] daemon.go:307: [d2942f73a6c18] exiting daemon [2019-09-11T09:31:24.335Z] daemon.go:459: [d2942f73a6c18] Daemon stopped [2019-09-11T09:31:24.335Z] PASS [2019-09-11T09:31:24.335Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m [2019-09-11T09:31:24.335Z] INFO: Testing against a local daemon [2019-09-11T09:31:24.335Z] === RUN TestSecretInspect [2019-09-11T09:31:26.222Z] === RUN Test/DockerSuite/TestBuildMultiStageImplicitFrom [2019-09-11T09:31:26.540Z] ok github.com/docker/docker/plugin 0.535s coverage: 27.0% of statements [2019-09-11T09:31:26.803Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-09-11T09:31:27.148Z] --- PASS: TestSecretInspect (2.98s) [2019-09-11T09:31:27.148Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretInspect [2019-09-11T09:31:27.148Z] daemon.go:336: [df7a4137b86a7] waiting for daemon to start [2019-09-11T09:31:27.148Z] daemon.go:336: [df7a4137b86a7] waiting for daemon to start [2019-09-11T09:31:27.148Z] daemon.go:364: [df7a4137b86a7] daemon started [2019-09-11T09:31:27.148Z] daemon.go:472: [df7a4137b86a7] Stopping daemon [2019-09-11T09:31:27.148Z] daemon.go:307: [df7a4137b86a7] exiting daemon [2019-09-11T09:31:27.148Z] daemon.go:459: [df7a4137b86a7] Daemon stopped [2019-09-11T09:31:27.148Z] === RUN TestSecretList [2019-09-11T09:31:27.403Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-11T09:31:27.730Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 73.8% of statements [2019-09-11T09:31:28.289Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2019-09-11T09:31:29.649Z] ok github.com/docker/docker/registry 0.089s coverage: 56.4% of statements [2019-09-11T09:31:29.916Z] --- PASS: TestSecretList (2.69s) [2019-09-11T09:31:29.916Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretList [2019-09-11T09:31:29.916Z] daemon.go:336: [dadec93107c13] waiting for daemon to start [2019-09-11T09:31:29.916Z] daemon.go:336: [dadec93107c13] waiting for daemon to start [2019-09-11T09:31:29.916Z] daemon.go:364: [dadec93107c13] daemon started [2019-09-11T09:31:29.916Z] daemon.go:472: [dadec93107c13] Stopping daemon [2019-09-11T09:31:29.916Z] daemon.go:307: [dadec93107c13] exiting daemon [2019-09-11T09:31:29.916Z] daemon.go:459: [dadec93107c13] Daemon stopped [2019-09-11T09:31:29.916Z] === RUN TestSecretsCreateAndDelete [2019-09-11T09:31:29.916Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-11T09:31:29.916Z] === RUN Test/DockerSuite/TestBuildMultiStageNameVariants [2019-09-11T09:31:30.209Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-09-11T09:31:30.464Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2019-09-11T09:31:31.389Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-09-11T09:31:31.504Z] Cannot create a file when that file already exists. [2019-09-11T09:31:32.314Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-11T09:31:32.874Z] ok github.com/docker/docker/volume/local 0.021s coverage: 73.0% of statements [2019-09-11T09:31:33.177Z] --- PASS: TestSecretsCreateAndDelete (2.98s) [2019-09-11T09:31:33.178Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretsCreateAndDelete [2019-09-11T09:31:33.178Z] daemon.go:336: [d43b240363282] waiting for daemon to start [2019-09-11T09:31:33.178Z] daemon.go:336: [d43b240363282] waiting for daemon to start [2019-09-11T09:31:33.178Z] daemon.go:364: [d43b240363282] daemon started [2019-09-11T09:31:33.178Z] daemon.go:472: [d43b240363282] Stopping daemon [2019-09-11T09:31:33.178Z] daemon.go:307: [d43b240363282] exiting daemon [2019-09-11T09:31:33.178Z] daemon.go:459: [d43b240363282] Daemon stopped [2019-09-11T09:31:33.178Z] === RUN TestSecretsUpdate [2019-09-11T09:31:33.435Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2019-09-11T09:31:34.796Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2019-09-11T09:31:35.693Z] === RUN Test/DockerSuite/TestBuildMultiStageResetScratch [2019-09-11T09:31:36.253Z] --- PASS: TestSecretsUpdate (3.16s) [2019-09-11T09:31:36.253Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretsUpdate [2019-09-11T09:31:36.253Z] daemon.go:336: [d5c25cf6f68fd] waiting for daemon to start [2019-09-11T09:31:36.253Z] daemon.go:336: [d5c25cf6f68fd] waiting for daemon to start [2019-09-11T09:31:36.253Z] daemon.go:364: [d5c25cf6f68fd] daemon started [2019-09-11T09:31:36.253Z] daemon.go:472: [d5c25cf6f68fd] Stopping daemon [2019-09-11T09:31:36.253Z] daemon.go:307: [d5c25cf6f68fd] exiting daemon [2019-09-11T09:31:36.253Z] daemon.go:459: [d5c25cf6f68fd] Daemon stopped [2019-09-11T09:31:36.253Z] === RUN TestTemplatedSecret [2019-09-11T09:31:36.253Z] === RUN Test/DockerSuite/TestBuildMultiStageUnusedArg [2019-09-11T09:31:37.320Z] Removing intermediate container 1236584cef83 [2019-09-11T09:31:37.320Z] ---> 0dc30f6ee1ff [2019-09-11T09:31:37.320Z] Step 6/6 : CMD ["sh"] [2019-09-11T09:31:37.320Z] ---> Running in 246a7b097d4b [2019-09-11T09:31:38.768Z] === RUN Test/DockerSuite/TestBuildMultipleTags [2019-09-11T09:31:38.863Z] Removing intermediate container 246a7b097d4b [2019-09-11T09:31:38.863Z] ---> 1f0b984f5b3b [2019-09-11T09:31:38.863Z] Successfully built 1f0b984f5b3b [2019-09-11T09:31:38.863Z] Successfully tagged busybox:latest [2019-09-11T09:31:38.864Z] INFO: Docker images of the daemon under test [2019-09-11T09:31:38.864Z] [2019-09-11T09:31:38.864Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-11T09:31:38.864Z] busybox latest 1f0b984f5b3b Less than a second ago 11.2GB [2019-09-11T09:31:38.864Z] microsoft/windowsservercore latest 2606a881cbae 16 hours ago 11.1GB [2019-09-11T09:31:38.864Z] mcr.microsoft.com/windows/servercore ltsc2016 2606a881cbae 16 hours ago 11.1GB [2019-09-11T09:31:38.864Z] [2019-09-11T09:31:38.864Z] INFO: Running integration tests at 09/11/2019 09:31:38... [2019-09-11T09:31:38.864Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-09-11T09:31:38.864Z] INFO: Integration API tests being run from the host: [2019-09-11T09:31:38.864Z] INFO: make.ps1 starting at 09/11/2019 09:31:38 [2019-09-11T09:31:39.023Z] === RUN Test/DockerSuite/TestBuildNetContainer [2019-09-11T09:31:39.583Z] --- PASS: TestTemplatedSecret (3.33s) [2019-09-11T09:31:39.583Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestTemplatedSecret [2019-09-11T09:31:39.583Z] daemon.go:336: [d8b701b3454b6] waiting for daemon to start [2019-09-11T09:31:39.583Z] daemon.go:336: [d8b701b3454b6] waiting for daemon to start [2019-09-11T09:31:39.583Z] daemon.go:364: [d8b701b3454b6] daemon started [2019-09-11T09:31:39.583Z] daemon.go:472: [d8b701b3454b6] Stopping daemon [2019-09-11T09:31:39.583Z] daemon.go:307: [d8b701b3454b6] exiting daemon [2019-09-11T09:31:39.583Z] daemon.go:459: [d8b701b3454b6] Daemon stopped [2019-09-11T09:31:39.583Z] === RUN TestSecretCreateResolve [2019-09-11T09:31:40.408Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-09-11T09:31:41.470Z] === RUN Test/DockerSuite/TestBuildNetNone [2019-09-11T09:31:41.470Z] === RUN Test/DockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-11T09:31:42.400Z] === RUN Test/DockerSuite/TestBuildNoContext [2019-09-11T09:31:42.400Z] --- PASS: TestSecretCreateResolve (3.07s) [2019-09-11T09:31:42.400Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretCreateResolve [2019-09-11T09:31:42.400Z] daemon.go:336: [da7bb4131abea] waiting for daemon to start [2019-09-11T09:31:42.400Z] daemon.go:336: [da7bb4131abea] waiting for daemon to start [2019-09-11T09:31:42.400Z] daemon.go:364: [da7bb4131abea] daemon started [2019-09-11T09:31:42.400Z] daemon.go:472: [da7bb4131abea] Stopping daemon [2019-09-11T09:31:42.400Z] daemon.go:307: [da7bb4131abea] exiting daemon [2019-09-11T09:31:42.400Z] daemon.go:459: [da7bb4131abea] Daemon stopped [2019-09-11T09:31:42.400Z] PASS [2019-09-11T09:31:42.400Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m [2019-09-11T09:31:42.655Z] INFO: Testing against a local daemon [2019-09-11T09:31:42.655Z] === RUN TestServiceCreateInit [2019-09-11T09:31:42.655Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-11T09:31:44.018Z] === RUN Test/DockerSuite/TestBuildNoDupOutput [2019-09-11T09:31:45.381Z] === RUN Test/DockerSuite/TestBuildNoNamedVolume [2019-09-11T09:31:47.267Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailure [2019-09-11T09:31:47.828Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureRemote [2019-09-11T09:31:47.828Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-11T09:31:48.083Z] === RUN Test/DockerSuite/TestBuildNotVerboseSuccess [2019-09-11T09:31:48.083Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-11T09:31:48.616Z] === RUN Test/DockerSuite/TestAPIImagesSearchJSONContentType [2019-09-11T09:31:48.616Z] === RUN Test/DockerSuite/TestAPIImagesSizeCompatibility [2019-09-11T09:31:48.616Z] === RUN Test/DockerSuite/TestAPINetworkConnectDisconnect [2019-09-11T09:31:48.616Z] === RUN Test/DockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-11T09:31:48.616Z] === RUN Test/DockerSuite/TestAPINetworkFilter [2019-09-11T09:31:48.616Z] === RUN Test/DockerSuite/TestAPINetworkGetDefaults [2019-09-11T09:31:48.616Z] === RUN Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-11T09:31:48.616Z] === RUN Test/DockerSuite/TestAPINetworkInspectBridge [2019-09-11T09:31:48.616Z] === RUN Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-11T09:31:48.616Z] === RUN Test/DockerSuite/TestAPIOptionsRoute [2019-09-11T09:31:48.616Z] === RUN Test/DockerSuite/TestAPIStatsContainerNotFound [2019-09-11T09:31:48.616Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStats [2019-09-11T09:31:48.645Z] === RUN Test/DockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-11T09:31:49.570Z] === RUN Test/DockerSuite/TestBuildOnBuild [2019-09-11T09:31:49.612Z] ok github.com/docker/docker/pkg/plugins 33.621s coverage: 76.6% of statements [2019-09-11T09:31:49.612Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-11T09:31:49.612Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-11T09:31:49.612Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-11T09:31:49.612Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-11T09:31:49.612Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-11T09:31:49.612Z] ? github.com/docker/docker/rootless [no test files] [2019-09-11T09:31:49.612Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-11T09:31:49.612Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-11T09:31:49.612Z] ? github.com/docker/docker/volume [no test files] [2019-09-11T09:31:49.612Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-11T09:31:49.612Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === Skipped [2019-09-11T09:31:49.612Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-11T09:31:49.612Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-11T09:31:49.612Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:31:49.612Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:31:49.612Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:31:49.612Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:31:49.612Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:31:49.612Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:73: No driver to put! [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-11T09:31:49.612Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-11T09:31:49.612Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-11T09:31:49.612Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:31:49.612Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:31:49.612Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:31:49.612Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:31:49.612Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:31:49.612Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-11T09:31:49.612Z] graphtest_unix.go:73: No driver to put! [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-11T09:31:49.612Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-11T09:31:49.612Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] [2019-09-11T09:31:49.612Z] DONE 2083 tests, 20 skipped in 240.718s Post stage [Pipeline] junit [2019-09-11T09:31:49.622Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-09-11T09:31:50.291Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39817/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a -e DOCKER_GRAPHDRIVER docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a hack/validate/vendor [2019-09-11T09:31:51.217Z] No vendor changes in diff. [2019-09-11T09:31:52.082Z] === RUN Test/DockerSuite/TestBuildOnBuildCache [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-09-11T09:31:52.580Z] + echo Building e2e image [2019-09-11T09:31:52.580Z] Building e2e image [2019-09-11T09:31:52.580Z] + docker build --build-arg DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a -t moby-e2e-test -f Dockerfile.e2e . [2019-09-11T09:31:52.580Z] #2 [internal] load .dockerignore [2019-09-11T09:31:52.580Z] #2 transferring context: 34B done [2019-09-11T09:31:52.580Z] #2 DONE 0.0s [2019-09-11T09:31:52.580Z] [2019-09-11T09:31:52.580Z] #1 [internal] load build definition from Dockerfile.e2e [2019-09-11T09:31:52.580Z] #1 transferring dockerfile: 3.19kB done [2019-09-11T09:31:52.580Z] #1 DONE 0.0s [2019-09-11T09:31:52.580Z] [2019-09-11T09:31:52.580Z] #4 [internal] load metadata for docker.io/library/golang:1.12.9-alpine [2019-09-11T09:31:52.840Z] #4 DONE 0.2s [2019-09-11T09:31:52.840Z] [2019-09-11T09:31:52.840Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-09-11T09:31:52.840Z] #3 DONE 0.3s [2019-09-11T09:31:52.840Z] [2019-09-11T09:31:52.840Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-09-11T09:31:52.840Z] #5 resolve docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb done [2019-09-11T09:31:52.840Z] #5 DONE 0.0s [2019-09-11T09:31:52.840Z] [2019-09-11T09:31:52.840Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-11T09:31:52.840Z] #14 resolve docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e68e0d408420acb874b396fc6dd25e7c1d03ad36e7d6d1155a4dff6 done [2019-09-11T09:31:52.840Z] #14 sha256:e0660b4f1e68e0d408420acb874b396fc6dd25e7c1d03ad36e7d6d1155a4dff6 1.65kB / 1.65kB done [2019-09-11T09:31:52.840Z] #14 sha256:39f9d94d45e404c98c3aa3c9b2406185f46ffddefeb45cdd9b778024626302fc 1.36kB / 1.36kB done [2019-09-11T09:31:52.840Z] #14 sha256:e0d64652399115816bb8c0b5bb008fa4166bda4d6e06ebf3c0196a5adfc87a66 3.81kB / 3.81kB done [2019-09-11T09:31:53.010Z] === RUN Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-11T09:31:53.426Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 1.97MB / 125.33MB 0.3s [2019-09-11T09:31:53.426Z] #14 sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 126B / 126B 0.3s done [2019-09-11T09:31:53.426Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 8.60MB / 125.33MB 0.4s [2019-09-11T09:31:53.570Z] --- PASS: TestServiceCreateInit (10.73s) [2019-09-11T09:31:53.570Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.39s) [2019-09-11T09:31:53.570Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceCreateInit/daemonInitDisabled [2019-09-11T09:31:53.570Z] daemon.go:336: [d48577110228f] waiting for daemon to start [2019-09-11T09:31:53.570Z] daemon.go:336: [d48577110228f] waiting for daemon to start [2019-09-11T09:31:53.570Z] daemon.go:364: [d48577110228f] daemon started [2019-09-11T09:31:53.570Z] daemon.go:472: [d48577110228f] Stopping daemon [2019-09-11T09:31:53.570Z] daemon.go:307: [d48577110228f] exiting daemon [2019-09-11T09:31:53.570Z] daemon.go:459: [d48577110228f] Daemon stopped [2019-09-11T09:31:53.570Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.32s) [2019-09-11T09:31:53.570Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceCreateInit/daemonInitEnabled [2019-09-11T09:31:53.570Z] daemon.go:336: [de70c05c85b90] waiting for daemon to start [2019-09-11T09:31:53.570Z] daemon.go:336: [de70c05c85b90] waiting for daemon to start [2019-09-11T09:31:53.570Z] daemon.go:364: [de70c05c85b90] daemon started [2019-09-11T09:31:53.570Z] daemon.go:472: [de70c05c85b90] Stopping daemon [2019-09-11T09:31:53.570Z] daemon.go:307: [de70c05c85b90] exiting daemon [2019-09-11T09:31:53.570Z] daemon.go:459: [de70c05c85b90] Daemon stopped [2019-09-11T09:31:53.570Z] === RUN TestCreateServiceMultipleTimes [2019-09-11T09:31:53.681Z] #14 ... [2019-09-11T09:31:53.681Z] [2019-09-11T09:31:53.681Z] #8 [internal] load build context [2019-09-11T09:31:53.681Z] #8 transferring context: 793.34kB 0.7s done [2019-09-11T09:31:53.681Z] #8 DONE 0.7s [2019-09-11T09:31:53.681Z] [2019-09-11T09:31:53.681Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-11T09:31:53.681Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 25.89MB / 125.33MB 0.6s [2019-09-11T09:31:53.681Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 37.43MB / 125.33MB 0.7s [2019-09-11T09:31:53.936Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 60.16MB / 125.33MB 0.9s [2019-09-11T09:31:53.936Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 72.27MB / 125.33MB 1.0s [2019-09-11T09:31:54.191Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 96.42MB / 125.33MB 1.2s [2019-09-11T09:31:54.191Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 106.37MB / 125.33MB 1.3s [2019-09-11T09:31:54.400Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-11T09:31:54.401Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-11T09:31:54.401Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-11T09:31:54.445Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 124.72MB / 125.33MB 1.5s [2019-09-11T09:31:55.004Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 125.33MB / 125.33MB 2.0s done [2019-09-11T09:31:55.004Z] #14 ... [2019-09-11T09:31:55.004Z] [2019-09-11T09:31:55.004Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-09-11T09:31:55.004Z] #6 DONE 2.2s [2019-09-11T09:31:55.004Z] [2019-09-11T09:31:55.004Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-11T09:31:55.004Z] #14 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 [2019-09-11T09:31:56.833Z] === RUN Test/DockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-11T09:31:58.152Z] === RUN Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-11T09:31:58.196Z] === RUN Test/DockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-11T09:32:00.235Z] #14 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 5.1s [2019-09-11T09:32:00.324Z] === RUN Test/DockerSuite/TestAppArmorDeniesChmodProc [2019-09-11T09:32:00.324Z] === RUN Test/DockerSuite/TestAppArmorDeniesPtrace [2019-09-11T09:32:00.324Z] === RUN Test/DockerSuite/TestAppArmorTraceSelf [2019-09-11T09:32:00.324Z] === RUN Test/DockerSuite/TestAttachDisconnect [2019-09-11T09:32:00.324Z] === RUN Test/DockerSuite/TestAttachMultipleAndRestart [2019-09-11T09:32:00.711Z] === RUN Test/DockerSuite/TestBuildOnBuildLowercase [2019-09-11T09:32:01.160Z] #14 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 6.1s done [2019-09-11T09:32:01.636Z] === RUN Test/DockerSuite/TestBuildOnBuildOutput [2019-09-11T09:32:02.083Z] #14 extracting sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 done [2019-09-11T09:32:03.243Z] === RUN Test/DockerSuite/TestAttachPausedContainer [2019-09-11T09:32:03.244Z] === RUN Test/DockerSuite/TestAttachTTYWithoutStdin [2019-09-11T09:32:03.244Z] === RUN Test/DockerSuite/TestBuildAPIBuildGitWithF [2019-09-11T09:32:03.441Z] #14 DONE 10.5s [2019-09-11T09:32:03.441Z] [2019-09-11T09:32:03.441Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-09-11T09:32:03.441Z] #7 1.099 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-11T09:32:03.441Z] #7 2.199 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-11T09:32:03.441Z] #7 2.307 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-11T09:32:03.441Z] #7 2.312 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-11T09:32:03.441Z] #7 2.534 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-11T09:32:03.441Z] #7 2.543 (4/31) Installing readline (8.0.0-r0) [2019-09-11T09:32:03.441Z] #7 2.556 (5/31) Installing bash (5.0.0-r0) [2019-09-11T09:32:03.441Z] #7 2.574 Executing bash-5.0.0-r0.post-install [2019-09-11T09:32:03.441Z] #7 2.584 (6/31) Installing ca-certificates (20190108-r0) [2019-09-11T09:32:03.441Z] #7 2.602 (7/31) Installing libgcc (8.3.0-r0) [2019-09-11T09:32:03.441Z] #7 2.607 (8/31) Installing libstdc++ (8.3.0-r0) [2019-09-11T09:32:03.441Z] #7 2.620 (9/31) Installing binutils (2.32-r0) [2019-09-11T09:32:03.441Z] #7 2.733 (10/31) Installing gmp (6.1.2-r1) [2019-09-11T09:32:03.441Z] #7 2.741 (11/31) Installing isl (0.18-r0) [2019-09-11T09:32:03.441Z] #7 2.762 (12/31) Installing libgomp (8.3.0-r0) [2019-09-11T09:32:03.441Z] #7 2.765 (13/31) Installing libatomic (8.3.0-r0) [2019-09-11T09:32:03.441Z] #7 2.767 (14/31) Installing mpfr3 (3.1.5-r1) [2019-09-11T09:32:03.441Z] #7 2.773 (15/31) Installing mpc1 (1.1.0-r0) [2019-09-11T09:32:03.441Z] #7 2.777 (16/31) Installing gcc (8.3.0-r0) [2019-09-11T09:32:03.441Z] #7 3.664 (17/31) Installing musl-dev (1.1.22-r3) [2019-09-11T09:32:03.441Z] #7 3.767 (18/31) Installing libc-dev (0.7.1-r0) [2019-09-11T09:32:03.441Z] #7 3.768 (19/31) Installing g++ (8.3.0-r0) [2019-09-11T09:32:03.441Z] #7 4.351 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-09-11T09:32:03.441Z] #7 4.355 (21/31) Installing libcurl (7.65.1-r0) [2019-09-11T09:32:03.441Z] #7 4.365 (22/31) Installing expat (2.2.7-r0) [2019-09-11T09:32:03.441Z] #7 4.372 (23/31) Installing pcre2 (10.33-r0) [2019-09-11T09:32:03.441Z] #7 4.381 (24/31) Installing git (2.22.0-r0) [2019-09-11T09:32:03.441Z] #7 4.592 (25/31) Installing libmnl (1.0.4-r0) [2019-09-11T09:32:03.441Z] #7 4.595 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-09-11T09:32:03.441Z] #7 4.598 (27/31) Installing iptables (1.8.3-r0) [2019-09-11T09:32:03.441Z] #7 4.624 (28/31) Installing pigz (2.4-r0) [2019-09-11T09:32:03.441Z] #7 4.631 (29/31) Installing tar (1.32-r0) [2019-09-11T09:32:03.442Z] #7 4.640 (30/31) Installing xz-libs (5.2.4-r0) [2019-09-11T09:32:03.442Z] #7 4.645 (31/31) Installing xz (5.2.4-r0) [2019-09-11T09:32:03.442Z] #7 4.650 Executing busybox-1.30.1-r2.trigger [2019-09-11T09:32:03.442Z] #7 4.658 Executing ca-certificates-20190108-r0.trigger [2019-09-11T09:32:03.442Z] #7 4.723 OK: 185 MiB in 45 packages [2019-09-11T09:32:03.442Z] #7 ... [2019-09-11T09:32:03.442Z] [2019-09-11T09:32:03.442Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-11T09:32:03.525Z] === RUN Test/DockerSuite/TestBuildOnBuildWithCopy [2019-09-11T09:32:03.781Z] === RUN Test/DockerSuite/TestBuildOpaqueDirectory [2019-09-11T09:32:04.800Z] #15 ... [2019-09-11T09:32:04.800Z] [2019-09-11T09:32:04.800Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-09-11T09:32:04.800Z] #7 DONE 9.8s [2019-09-11T09:32:05.054Z] [2019-09-11T09:32:05.054Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-09-11T09:32:05.054Z] #9 DONE 0.2s [2019-09-11T09:32:05.054Z] [2019-09-11T09:32:05.055Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-09-11T09:32:05.055Z] #10 DONE 0.1s [2019-09-11T09:32:05.055Z] [2019-09-11T09:32:05.055Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-09-11T09:32:05.055Z] #11 DONE 0.1s [2019-09-11T09:32:05.055Z] [2019-09-11T09:32:05.055Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-09-11T09:32:05.309Z] #12 DONE 0.1s [2019-09-11T09:32:05.309Z] [2019-09-11T09:32:05.309Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-09-11T09:32:05.309Z] #13 DONE 0.1s [2019-09-11T09:32:05.309Z] [2019-09-11T09:32:05.309Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-11T09:32:05.564Z] #15 2.068 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-11T09:32:05.667Z] === RUN Test/DockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-09-11T09:32:06.487Z] #15 3.113 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-11T09:32:06.742Z] #15 3.179 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-11T09:32:06.742Z] #15 3.182 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-11T09:32:06.742Z] #15 3.321 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-11T09:32:06.742Z] #15 3.328 (4/43) Installing readline (8.0.0-r0) [2019-09-11T09:32:06.742Z] #15 3.333 (5/43) Installing bash (5.0.0-r0) [2019-09-11T09:32:06.742Z] #15 3.346 Executing bash-5.0.0-r0.post-install [2019-09-11T09:32:06.742Z] #15 3.348 (6/43) Installing linux-headers (4.19.36-r0) [2019-09-11T09:32:06.996Z] #15 3.427 (7/43) Installing libuuid (2.33.2-r0) [2019-09-11T09:32:06.996Z] #15 3.430 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-09-11T09:32:06.996Z] #15 3.433 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-09-11T09:32:06.996Z] #15 3.437 (10/43) Installing binutils (2.32-r0) [2019-09-11T09:32:06.996Z] #15 3.515 (11/43) Installing libmagic (5.37-r0) [2019-09-11T09:32:06.996Z] #15 3.537 (12/43) Installing file (5.37-r0) [2019-09-11T09:32:06.996Z] #15 3.539 (13/43) Installing gmp (6.1.2-r1) [2019-09-11T09:32:06.996Z] #15 3.544 (14/43) Installing isl (0.18-r0) [2019-09-11T09:32:06.996Z] #15 3.560 (15/43) Installing libgomp (8.3.0-r0) [2019-09-11T09:32:06.996Z] #15 3.563 (16/43) Installing libatomic (8.3.0-r0) [2019-09-11T09:32:06.996Z] #15 3.564 (17/43) Installing libgcc (8.3.0-r0) [2019-09-11T09:32:06.996Z] #15 3.566 (18/43) Installing mpfr3 (3.1.5-r1) [2019-09-11T09:32:06.996Z] #15 3.571 (19/43) Installing mpc1 (1.1.0-r0) [2019-09-11T09:32:06.996Z] #15 3.574 (20/43) Installing libstdc++ (8.3.0-r0) [2019-09-11T09:32:06.996Z] #15 3.585 (21/43) Installing gcc (8.3.0-r0) [2019-09-11T09:32:07.557Z] #15 4.214 (22/43) Installing musl-dev (1.1.22-r3) [2019-09-11T09:32:07.812Z] #15 4.280 (23/43) Installing libc-dev (0.7.1-r0) [2019-09-11T09:32:07.812Z] #15 4.281 (24/43) Installing g++ (8.3.0-r0) [2019-09-11T09:32:08.067Z] #15 4.672 (25/43) Installing make (4.2.1-r2) [2019-09-11T09:32:08.067Z] #15 4.675 (26/43) Installing fortify-headers (1.1-r0) [2019-09-11T09:32:08.067Z] #15 4.677 (27/43) Installing build-base (0.5-r1) [2019-09-11T09:32:08.067Z] #15 4.678 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-09-11T09:32:08.067Z] #15 4.681 (29/43) Installing libcurl (7.65.1-r0) [2019-09-11T09:32:08.067Z] #15 4.686 (30/43) Installing curl (7.65.1-r0) [2019-09-11T09:32:08.067Z] #15 4.689 (31/43) Installing oniguruma (6.9.2-r0) [2019-09-11T09:32:08.067Z] #15 4.695 (32/43) Installing jq (1.6-r0) [2019-09-11T09:32:08.067Z] #15 4.701 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-09-11T09:32:08.067Z] #15 4.706 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-09-11T09:32:08.067Z] #15 4.708 (35/43) Installing libaio (0.3.111-r0) [2019-09-11T09:32:08.067Z] #15 4.710 (36/43) Installing libblkid (2.33.2-r0) [2019-09-11T09:32:08.067Z] #15 4.714 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-09-11T09:32:08.067Z] #15 4.740 (38/43) Installing libfdisk (2.33.2-r0) [2019-09-11T09:32:08.067Z] #15 4.746 (39/43) Installing libmount (2.33.2-r0) [2019-09-11T09:32:08.067Z] #15 4.750 (40/43) Installing libsmartcols (2.33.2-r0) [2019-09-11T09:32:08.067Z] #15 4.754 (41/43) Installing pkgconf (1.6.1-r1) [2019-09-11T09:32:08.067Z] #15 4.757 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-09-11T09:32:08.067Z] #15 4.776 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-09-11T09:32:08.321Z] #15 4.781 Executing busybox-1.30.1-r2.trigger [2019-09-11T09:32:08.321Z] #15 4.786 OK: 190 MiB in 58 packages [2019-09-11T09:32:08.933Z] === RUN Test/DockerSuite/TestBuildPATH [2019-09-11T09:32:09.025Z] === RUN Test/DockerSuite/TestBuildAPIDockerFileRemote [2019-09-11T09:32:09.680Z] #15 DONE 6.1s [2019-09-11T09:32:09.680Z] [2019-09-11T09:32:09.680Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-09-11T09:32:09.861Z] === RUN Test/DockerSwarmSuite/TestAPISwarmListNodes [2019-09-11T09:32:10.239Z] #16 DONE 0.7s [2019-09-11T09:32:10.493Z] [2019-09-11T09:32:10.493Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-09-11T09:32:11.053Z] #17 DONE 0.7s [2019-09-11T09:32:11.053Z] [2019-09-11T09:32:11.053Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-09-11T09:32:11.053Z] #18 DONE 0.0s [2019-09-11T09:32:11.053Z] [2019-09-11T09:32:11.053Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-09-11T09:32:11.307Z] #26 DONE 0.1s [2019-09-11T09:32:11.307Z] [2019-09-11T09:32:11.307Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-09-11T09:32:11.307Z] #19 DONE 0.1s [2019-09-11T09:32:11.307Z] [2019-09-11T09:32:11.307Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:32:11.307Z] #22 DONE 0.1s [2019-09-11T09:32:11.307Z] [2019-09-11T09:32:11.307Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-09-11T09:32:11.307Z] #27 DONE 0.1s [2019-09-11T09:32:11.307Z] [2019-09-11T09:32:11.307Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-11T09:32:11.307Z] #23 DONE 0.1s [2019-09-11T09:32:11.307Z] [2019-09-11T09:32:11.307Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-09-11T09:32:11.307Z] #28 DONE 0.1s [2019-09-11T09:32:11.307Z] [2019-09-11T09:32:11.308Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-11T09:32:11.749Z] === RUN Test/DockerSuite/TestBuildRUNErrMsg [2019-09-11T09:32:12.310Z] === RUN Test/DockerSuite/TestBuildRUNoneJSON [2019-09-11T09:32:13.672Z] === RUN Test/DockerSuite/TestBuildRelativeCopy [2019-09-11T09:32:16.184Z] --- PASS: TestCreateServiceMultipleTimes (22.24s) [2019-09-11T09:32:16.184Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceMultipleTimes [2019-09-11T09:32:16.184Z] daemon.go:336: [da5b96f27561a] waiting for daemon to start [2019-09-11T09:32:16.184Z] daemon.go:336: [da5b96f27561a] waiting for daemon to start [2019-09-11T09:32:16.184Z] daemon.go:364: [da5b96f27561a] daemon started [2019-09-11T09:32:16.184Z] daemon.go:472: [da5b96f27561a] Stopping daemon [2019-09-11T09:32:16.184Z] daemon.go:307: [da5b96f27561a] exiting daemon [2019-09-11T09:32:16.184Z] daemon.go:459: [da5b96f27561a] Daemon stopped [2019-09-11T09:32:16.184Z] === RUN TestCreateServiceConflict [2019-09-11T09:32:16.567Z] #29 ... [2019-09-11T09:32:16.567Z] [2019-09-11T09:32:16.567Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-11T09:32:16.567Z] #20 2.479 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-11T09:32:16.567Z] #20 3.006 [2019-09-11T09:32:16.567Z] #20 3.125 ##### 7.7% #################### 28.9% ################################## 47.9% ################################################ 66.9% ############################################################# 86.0% ######################################################################## 100.0% [2019-09-11T09:32:16.567Z] #20 4.168 [2019-09-11T09:32:16.567Z] #20 4.282 # 2.4% ############################## 41.9% ######################################################################## 100.0% [2019-09-11T09:32:16.567Z] #20 4.812 [2019-09-11T09:32:16.822Z] #20 4.925 # 1.5% ##################### 30.4% ####################################### 54.3% ####################################################### 77.6% ######################################################## 78.1% ###20 ... [2019-09-11T09:32:16.822Z] [2019-09-11T09:32:16.822Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-11T09:32:16.822Z] #24 1.452 + RM_GOPATH=0 [2019-09-11T09:32:16.822Z] #24 1.452 + TMP_GOPATH= [2019-09-11T09:32:16.822Z] #24 1.452 + : /build [2019-09-11T09:32:16.822Z] #24 1.452 + '[' -z '' ']' [2019-09-11T09:32:16.822Z] #24 1.452 ++ mktemp -d [2019-09-11T09:32:16.822Z] #24 1.456 + export GOPATH=/tmp/tmp.ocaaMF [2019-09-11T09:32:16.822Z] #24 1.456 + GOPATH=/tmp/tmp.ocaaMF [2019-09-11T09:32:16.822Z] #24 1.456 + RM_GOPATH=1 [2019-09-11T09:32:16.822Z] #24 1.457 ++ dirname ./install.sh [2019-09-11T09:32:16.822Z] #24 1.457 + dir=. [2019-09-11T09:32:16.822Z] #24 1.457 + bin=dockercli [2019-09-11T09:32:16.822Z] #24 1.457 + shift [2019-09-11T09:32:16.822Z] #24 1.457 + '[' '!' -f ./dockercli.installer ']' [2019-09-11T09:32:16.822Z] #24 1.457 + . ./dockercli.installer [2019-09-11T09:32:16.822Z] #24 1.457 ++ DOCKERCLI_CHANNEL=stable [2019-09-11T09:32:16.822Z] #24 1.457 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-11T09:32:16.822Z] #24 1.457 + install_dockercli [2019-09-11T09:32:16.822Z] #24 1.457 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-11T09:32:16.822Z] #24 1.457 ++ uname -m [2019-09-11T09:32:16.822Z] #24 1.458 + arch=x86_64 [2019-09-11T09:32:16.822Z] #24 1.458 + '[' x86_64 '!=' x86_64 ']' [2019-09-11T09:32:16.822Z] #24 1.458 + url=https://download.docker.com/linux/static [2019-09-11T09:32:16.822Z] #24 1.458 Install docker/cli version 17.06.2-ce from stable [2019-09-11T09:32:16.822Z] #24 1.458 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-11T09:32:16.822Z] #24 1.461 + tar -xz docker/docker [2019-09-11T09:32:16.822Z] #24 4.165 + mkdir -p /build [2019-09-11T09:32:16.822Z] #24 4.167 + mv docker/docker /build/ [2019-09-11T09:32:16.822Z] #24 4.168 + rmdir docker [2019-09-11T09:32:16.822Z] #24 DONE 5.5s [2019-09-11T09:32:16.822Z] [2019-09-11T09:32:16.822Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-11T09:32:16.822Z] #20 4.925 # 1.5% ##################### 30.4% ####################################### 54.3% ####################################################### 77.6% ######################################################## 78.1% ######################################################################## 100.0% [2019-09-11T09:32:16.822Z] #20 ... [2019-09-11T09:32:16.822Z] [2019-09-11T09:32:16.822Z] #31 [builder 1/4] COPY . . [2019-09-11T09:32:16.822Z] #31 DONE 5.7s [2019-09-11T09:32:16.823Z] [2019-09-11T09:32:16.823Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-09-11T09:32:18.718Z] #32 DONE 2.0s [2019-09-11T09:32:18.718Z] [2019-09-11T09:32:18.718Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-11T09:32:18.718Z] #20 6.047 [2019-09-11T09:32:18.718Z] #20 6.184 1.4% ###### 8.7% ########### 16.4% ################# 24.3% ####################### 32.5% ############################ 39.9% ################################# 46.5% ####################################### 54.4% ############################################ 61.7% ################################################ 68.0% ######################################################## 78.1% ############################################################# 85.4% ################################################################## 92.2% ######################################################################## 100.0% [2019-09-11T09:32:18.973Z] #20 7.762 [2019-09-11T09:32:19.447Z] --- PASS: TestCreateServiceConflict (3.21s) [2019-09-11T09:32:19.447Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceConflict [2019-09-11T09:32:19.447Z] daemon.go:336: [d23676b787393] waiting for daemon to start [2019-09-11T09:32:19.447Z] daemon.go:336: [d23676b787393] waiting for daemon to start [2019-09-11T09:32:19.447Z] daemon.go:364: [d23676b787393] daemon started [2019-09-11T09:32:19.447Z] daemon.go:472: [d23676b787393] Stopping daemon [2019-09-11T09:32:19.447Z] daemon.go:307: [d23676b787393] exiting daemon [2019-09-11T09:32:19.447Z] daemon.go:459: [d23676b787393] Daemon stopped [2019-09-11T09:32:19.447Z] === RUN TestCreateServiceMaxReplicas [2019-09-11T09:32:20.343Z] #20 9.006 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-11T09:32:20.598Z] #20 9.476 [2019-09-11T09:32:20.853Z] #20 9.606 # 2.3% ######################################################################## 100.0% [2019-09-11T09:32:21.108Z] #20 9.926 [2019-09-11T09:32:22.190Z] #20 11.05 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-11T09:32:22.709Z] --- PASS: TestCreateServiceMaxReplicas (3.90s) [2019-09-11T09:32:22.710Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceMaxReplicas [2019-09-11T09:32:22.710Z] daemon.go:336: [d9e3b115bdeac] waiting for daemon to start [2019-09-11T09:32:22.710Z] daemon.go:336: [d9e3b115bdeac] waiting for daemon to start [2019-09-11T09:32:22.710Z] daemon.go:364: [d9e3b115bdeac] daemon started [2019-09-11T09:32:22.710Z] daemon.go:472: [d9e3b115bdeac] Stopping daemon [2019-09-11T09:32:22.710Z] daemon.go:307: [d9e3b115bdeac] exiting daemon [2019-09-11T09:32:22.710Z] daemon.go:459: [d9e3b115bdeac] Daemon stopped [2019-09-11T09:32:22.710Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-11T09:32:22.750Z] #20 11.45 #=#=# [2019-09-11T09:32:22.750Z] #20 11.56 ######################################################################## 100.0% [2019-09-11T09:32:23.005Z] #20 11.84 [2019-09-11T09:32:23.012Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-09-11T09:32:23.473Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-09-11T09:32:24.072Z] === RUN Test/DockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-11T09:32:24.384Z] #20 12.93 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-11T09:32:24.384Z] #20 13.14 skipping existing 1849cc453dee [2019-09-11T09:32:24.638Z] #20 13.45 [2019-09-11T09:32:25.000Z] === RUN Test/DockerSuite/TestBuildRelativeWorkdir [2019-09-11T09:32:25.998Z] #20 14.74 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-11T09:32:26.253Z] #20 15.16 [2019-09-11T09:32:26.508Z] #20 15.29 ######################################################################## 100.0% [2019-09-11T09:32:26.764Z] #20 15.65 [2019-09-11T09:32:26.764Z] #20 15.71 Download of images into '/build' complete. [2019-09-11T09:32:26.764Z] #20 15.71 Use something like the following to load the result into a Docker daemon: [2019-09-11T09:32:26.764Z] #20 15.71 tar -cC '/build' . | docker load [2019-09-11T09:32:27.019Z] #20 DONE 15.9s [2019-09-11T09:32:27.019Z] [2019-09-11T09:32:27.019Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-11T09:32:27.019Z] #33 1.206 [2019-09-11T09:32:27.019Z] #33 1.319 Removing bundles/ [2019-09-11T09:32:27.019Z] #33 1.320 [2019-09-11T09:32:27.019Z] #33 1.326 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-09-11T09:32:27.019Z] #33 2.434 Building test suite binary ./integration-cli/test.main [2019-09-11T09:32:29.318Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-09-11T09:32:30.243Z] === RUN Test/DockerSuite/TestBuildResourceConstraintsAreUsed [2019-09-11T09:32:30.278Z] #33 ... [2019-09-11T09:32:30.278Z] [2019-09-11T09:32:30.278Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-11T09:32:30.551Z] --- PASS: TestImportExtremelyLargeImageWorks (94.40s) [2019-09-11T09:32:30.551Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-11T09:32:30.551Z] daemon.go:336: [d3a662c1ebe4d] waiting for daemon to start [2019-09-11T09:32:30.551Z] daemon.go:336: [d3a662c1ebe4d] waiting for daemon to start [2019-09-11T09:32:30.551Z] daemon.go:364: [d3a662c1ebe4d] daemon started [2019-09-11T09:32:30.551Z] daemon.go:472: [d3a662c1ebe4d] Stopping daemon [2019-09-11T09:32:30.551Z] daemon.go:307: [d3a662c1ebe4d] exiting daemon [2019-09-11T09:32:30.551Z] daemon.go:459: [d3a662c1ebe4d] Daemon stopped [2019-09-11T09:32:30.551Z] PASS [2019-09-11T09:32:30.551Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m [2019-09-11T09:32:30.551Z] INFO: Testing against a local daemon [2019-09-11T09:32:30.551Z] === RUN TestNetworkCreateDelete [2019-09-11T09:32:30.551Z] --- PASS: TestNetworkCreateDelete (0.22s) [2019-09-11T09:32:30.551Z] === RUN TestDockerNetworkDeletePreferID [2019-09-11T09:32:30.551Z] --- PASS: TestDockerNetworkDeletePreferID (0.64s) [2019-09-11T09:32:30.551Z] === RUN TestInspectNetwork [2019-09-11T09:32:30.551Z] === RUN TestInspectNetwork/full_network_id [2019-09-11T09:32:30.551Z] === RUN TestInspectNetwork/partial_network_id [2019-09-11T09:32:30.551Z] === RUN TestInspectNetwork/network_name [2019-09-11T09:32:30.552Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-11T09:32:31.202Z] #21 DONE 1.5s [2019-09-11T09:32:31.202Z] [2019-09-11T09:32:31.202Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-11T09:32:31.202Z] #33 ... [2019-09-11T09:32:31.202Z] [2019-09-11T09:32:31.202Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-09-11T09:32:31.762Z] #25 DONE 0.3s [2019-09-11T09:32:31.762Z] [2019-09-11T09:32:31.762Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-11T09:32:32.130Z] === RUN Test/DockerSuite/TestBuildRm [2019-09-11T09:32:32.614Z] + return [2019-09-11T09:32:32.614Z] Removing intermediate container 6e2b4c929a06 [2019-09-11T09:32:32.614Z] ---> 32558973d8eb [2019-09-11T09:32:32.614Z] Step 76/126 : FROM runtime-dev AS runc [2019-09-11T09:32:32.614Z] ---> 4a12a16478fa [2019-09-11T09:32:32.614Z] Step 77/126 : ENV INSTALL_BINARY_NAME=runc [2019-09-11T09:32:32.614Z] ---> Running in 39723bae0875 [2019-09-11T09:32:32.614Z] Removing intermediate container 39723bae0875 [2019-09-11T09:32:32.614Z] ---> e2ea93a052b2 [2019-09-11T09:32:32.614Z] Step 78/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:32:32.614Z] ---> ae364959855b [2019-09-11T09:32:32.614Z] Step 79/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:32:32.614Z] ---> 5e9ff98c88b7 [2019-09-11T09:32:32.614Z] Step 80/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:32:32.614Z] ---> Running in 0888b64219de [2019-09-11T09:32:32.614Z] + RM_GOPATH=0 [2019-09-11T09:32:32.614Z] + TMP_GOPATH= [2019-09-11T09:32:32.614Z] + : /build [2019-09-11T09:32:32.614Z] + '[' -z '' ']' [2019-09-11T09:32:32.614Z] ++ mktemp -d [2019-09-11T09:32:32.614Z] + export GOPATH=/tmp/tmp.IOcHPolj0f [2019-09-11T09:32:32.614Z] + GOPATH=/tmp/tmp.IOcHPolj0f [2019-09-11T09:32:32.614Z] + RM_GOPATH=1 [2019-09-11T09:32:32.614Z] ++ dirname ./install.sh [2019-09-11T09:32:32.614Z] + dir=. [2019-09-11T09:32:32.614Z] + bin=runc [2019-09-11T09:32:32.614Z] + shift [2019-09-11T09:32:32.614Z] + '[' '!' -f ./runc.installer ']' [2019-09-11T09:32:32.614Z] + . ./runc.installer [2019-09-11T09:32:32.614Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-11T09:32:32.614Z] + install_runc [2019-09-11T09:32:32.614Z] + uname -r [2019-09-11T09:32:32.614Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-11T09:32:32.614Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-11T09:32:32.614Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-11T09:32:32.614Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.IOcHPolj0f/src/github.com/opencontainers/runc [2019-09-11T09:32:32.614Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-11T09:32:32.614Z] Cloning into '/tmp/tmp.IOcHPolj0f/src/github.com/opencontainers/runc'... [2019-09-11T09:32:32.897Z] + cd /tmp/tmp.IOcHPolj0f/src/github.com/opencontainers/runc [2019-09-11T09:32:32.897Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-11T09:32:32.897Z] + '[' -z '' ']' [2019-09-11T09:32:32.897Z] + target=static [2019-09-11T09:32:32.897Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-11T09:32:33.516Z] 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-11T09:32:34.026Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-09-11T09:32:35.391Z] === RUN Test/DockerSuite/TestBuildRunShEntrypoint [2019-09-11T09:32:35.573Z] --- PASS: TestInspectNetwork (9.11s) [2019-09-11T09:32:35.573Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-11T09:32:35.573Z] daemon.go:336: [d5a6ae5bead90] waiting for daemon to start [2019-09-11T09:32:35.573Z] daemon.go:336: [d5a6ae5bead90] waiting for daemon to start [2019-09-11T09:32:35.573Z] daemon.go:364: [d5a6ae5bead90] daemon started [2019-09-11T09:32:35.573Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-11T09:32:35.573Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-11T09:32:35.573Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-11T09:32:35.573Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-11T09:32:35.573Z] daemon.go:472: [d5a6ae5bead90] Stopping daemon [2019-09-11T09:32:35.573Z] daemon.go:307: [d5a6ae5bead90] exiting daemon [2019-09-11T09:32:35.573Z] daemon.go:459: [d5a6ae5bead90] Daemon stopped [2019-09-11T09:32:35.573Z] === RUN TestRunContainerWithBridgeNone [2019-09-11T09:32:36.316Z] === RUN Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-11T09:32:37.678Z] === RUN Test/DockerSuite/TestBuildScratchCopy [2019-09-11T09:32:38.239Z] === RUN Test/DockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-11T09:32:38.239Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.45s) [2019-09-11T09:32:38.239Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateWithDuplicateNetworkNames [2019-09-11T09:32:38.239Z] daemon.go:336: [db0fd062fed4c] waiting for daemon to start [2019-09-11T09:32:38.239Z] daemon.go:336: [db0fd062fed4c] waiting for daemon to start [2019-09-11T09:32:38.239Z] daemon.go:364: [db0fd062fed4c] daemon started [2019-09-11T09:32:38.239Z] daemon.go:472: [db0fd062fed4c] Stopping daemon [2019-09-11T09:32:38.239Z] daemon.go:307: [db0fd062fed4c] exiting daemon [2019-09-11T09:32:38.239Z] daemon.go:459: [db0fd062fed4c] Daemon stopped [2019-09-11T09:32:38.239Z] === RUN TestCreateServiceSecretFileMode [2019-09-11T09:32:38.733Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-11T09:32:38.801Z] === RUN Test/DockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-11T09:32:38.986Z] --- PASS: TestRunContainerWithBridgeNone (2.79s) [2019-09-11T09:32:38.986Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-11T09:32:38.986Z] daemon.go:336: [d5d0ab763f781] waiting for daemon to start [2019-09-11T09:32:38.986Z] daemon.go:336: [d5d0ab763f781] waiting for daemon to start [2019-09-11T09:32:38.986Z] daemon.go:364: [d5d0ab763f781] daemon started [2019-09-11T09:32:38.986Z] daemon.go:472: [d5d0ab763f781] Stopping daemon [2019-09-11T09:32:38.986Z] daemon.go:307: [d5d0ab763f781] exiting daemon [2019-09-11T09:32:38.986Z] daemon.go:459: [d5d0ab763f781] Daemon stopped [2019-09-11T09:32:38.986Z] === RUN TestNetworkInvalidJSON [2019-09-11T09:32:38.986Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-11T09:32:38.986Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-11T09:32:38.986Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:32:38.986Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:32:38.986Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:32:38.986Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:32:38.986Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-11T09:32:38.986Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:32:38.986Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:32:38.986Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-09-11T09:32:38.986Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-11T09:32:38.986Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-11T09:32:38.986Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-11T09:32:38.986Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-11T09:32:39.382Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-09-11T09:32:39.382Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-11T09:32:39.382Z] daemon.go:336: [df96ca1001bd8] waiting for daemon to start [2019-09-11T09:32:39.382Z] daemon.go:336: [df96ca1001bd8] waiting for daemon to start [2019-09-11T09:32:39.382Z] daemon.go:364: [df96ca1001bd8] daemon started [2019-09-11T09:32:39.382Z] daemon.go:472: [df96ca1001bd8] Stopping daemon [2019-09-11T09:32:39.382Z] daemon.go:307: [df96ca1001bd8] exiting daemon [2019-09-11T09:32:39.382Z] daemon.go:459: [df96ca1001bd8] Daemon stopped [2019-09-11T09:32:39.382Z] daemon.go:336: [df96ca1001bd8] waiting for daemon to start [2019-09-11T09:32:39.382Z] daemon.go:336: [df96ca1001bd8] waiting for daemon to start [2019-09-11T09:32:39.382Z] daemon.go:364: [df96ca1001bd8] daemon started [2019-09-11T09:32:39.382Z] daemon.go:472: [df96ca1001bd8] Stopping daemon [2019-09-11T09:32:39.382Z] daemon.go:307: [df96ca1001bd8] exiting daemon [2019-09-11T09:32:39.382Z] daemon.go:459: [df96ca1001bd8] Daemon stopped [2019-09-11T09:32:39.382Z] === RUN TestDaemonDefaultNetworkPools [2019-09-11T09:32:39.709Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-11T09:32:39.834Z] #29 28.58 # github.com/docker/docker/contrib/httpserver [2019-09-11T09:32:39.834Z] #29 28.58 loadinternal: cannot find runtime/cgo [2019-09-11T09:32:40.177Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-11T09:32:40.395Z] #29 DONE 29.0s [2019-09-11T09:32:40.395Z] [2019-09-11T09:32:40.395Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-11T09:32:40.651Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2019-09-11T09:32:40.651Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-11T09:32:40.651Z] daemon.go:336: [d5d40094a957e] waiting for daemon to start [2019-09-11T09:32:40.651Z] daemon.go:336: [d5d40094a957e] waiting for daemon to start [2019-09-11T09:32:40.651Z] daemon.go:364: [d5d40094a957e] daemon started [2019-09-11T09:32:40.651Z] daemon.go:472: [d5d40094a957e] Stopping daemon [2019-09-11T09:32:40.651Z] daemon.go:307: [d5d40094a957e] exiting daemon [2019-09-11T09:32:40.651Z] daemon.go:459: [d5d40094a957e] Daemon stopped [2019-09-11T09:32:40.651Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-11T09:32:40.707Z] === RUN Test/DockerSuite/TestBuildShellEntrypoint [2019-09-11T09:32:40.956Z] #33 ... [2019-09-11T09:32:40.956Z] [2019-09-11T09:32:40.956Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-09-11T09:32:41.151Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-11T09:32:41.211Z] #30 DONE 0.2s [2019-09-11T09:32:41.211Z] [2019-09-11T09:32:41.211Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-11T09:32:41.267Z] --- PASS: TestCreateServiceSecretFileMode (3.04s) [2019-09-11T09:32:41.267Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceSecretFileMode [2019-09-11T09:32:41.267Z] daemon.go:336: [dcf1a7b6d91ec] waiting for daemon to start [2019-09-11T09:32:41.267Z] daemon.go:336: [dcf1a7b6d91ec] waiting for daemon to start [2019-09-11T09:32:41.267Z] daemon.go:364: [dcf1a7b6d91ec] daemon started [2019-09-11T09:32:41.267Z] daemon.go:472: [dcf1a7b6d91ec] Stopping daemon [2019-09-11T09:32:41.267Z] daemon.go:307: [dcf1a7b6d91ec] exiting daemon [2019-09-11T09:32:41.267Z] daemon.go:459: [dcf1a7b6d91ec] Daemon stopped [2019-09-11T09:32:41.267Z] === RUN TestCreateServiceConfigFileMode [2019-09-11T09:32:41.612Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-11T09:32:41.903Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.26s) [2019-09-11T09:32:41.903Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-11T09:32:41.903Z] daemon.go:336: [de77b23ec6f64] waiting for daemon to start [2019-09-11T09:32:41.903Z] daemon.go:336: [de77b23ec6f64] waiting for daemon to start [2019-09-11T09:32:41.903Z] daemon.go:364: [de77b23ec6f64] daemon started [2019-09-11T09:32:41.903Z] daemon.go:472: [de77b23ec6f64] Stopping daemon [2019-09-11T09:32:41.903Z] daemon.go:307: [de77b23ec6f64] exiting daemon [2019-09-11T09:32:41.903Z] daemon.go:459: [de77b23ec6f64] Daemon stopped [2019-09-11T09:32:41.903Z] daemon.go:336: [de77b23ec6f64] waiting for daemon to start [2019-09-11T09:32:41.903Z] daemon.go:336: [de77b23ec6f64] waiting for daemon to start [2019-09-11T09:32:41.903Z] daemon.go:364: [de77b23ec6f64] daemon started [2019-09-11T09:32:41.903Z] daemon.go:472: [de77b23ec6f64] Stopping daemon [2019-09-11T09:32:41.903Z] daemon.go:307: [de77b23ec6f64] exiting daemon [2019-09-11T09:32:41.903Z] daemon.go:459: [de77b23ec6f64] Daemon stopped [2019-09-11T09:32:41.903Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-11T09:32:42.194Z] === RUN Test/DockerSuite/TestBuildShellInherited [2019-09-11T09:32:43.186Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.43s) [2019-09-11T09:32:43.186Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-11T09:32:43.186Z] daemon.go:336: [d69c148180e54] waiting for daemon to start [2019-09-11T09:32:43.186Z] daemon.go:336: [d69c148180e54] waiting for daemon to start [2019-09-11T09:32:43.186Z] daemon.go:364: [d69c148180e54] daemon started [2019-09-11T09:32:43.186Z] daemon.go:472: [d69c148180e54] Stopping daemon [2019-09-11T09:32:43.186Z] daemon.go:307: [d69c148180e54] exiting daemon [2019-09-11T09:32:43.186Z] daemon.go:459: [d69c148180e54] Daemon stopped [2019-09-11T09:32:43.186Z] daemon.go:336: [d69c148180e54] waiting for daemon to start [2019-09-11T09:32:43.186Z] daemon.go:336: [d69c148180e54] waiting for daemon to start [2019-09-11T09:32:43.186Z] daemon.go:364: [d69c148180e54] daemon started [2019-09-11T09:32:43.186Z] daemon.go:472: [d69c148180e54] Stopping daemon [2019-09-11T09:32:43.186Z] daemon.go:307: [d69c148180e54] exiting daemon [2019-09-11T09:32:43.186Z] daemon.go:459: [d69c148180e54] Daemon stopped [2019-09-11T09:32:43.186Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-11T09:32:43.558Z] === RUN Test/DockerSuite/TestBuildShellMultiple [2019-09-11T09:32:43.571Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-09-11T09:32:43.571Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-11T09:32:43.571Z] daemon.go:336: [dd7b6fd732ffa] waiting for daemon to start [2019-09-11T09:32:43.571Z] daemon.go:336: [dd7b6fd732ffa] waiting for daemon to start [2019-09-11T09:32:43.571Z] daemon.go:364: [dd7b6fd732ffa] daemon started [2019-09-11T09:32:43.571Z] daemon.go:472: [dd7b6fd732ffa] Stopping daemon [2019-09-11T09:32:43.571Z] daemon.go:307: [dd7b6fd732ffa] exiting daemon [2019-09-11T09:32:43.571Z] daemon.go:459: [dd7b6fd732ffa] Daemon stopped [2019-09-11T09:32:43.571Z] === RUN TestServiceWithPredefinedNetwork [2019-09-11T09:32:44.484Z] --- PASS: TestCreateServiceConfigFileMode (3.30s) [2019-09-11T09:32:44.484Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceConfigFileMode [2019-09-11T09:32:44.484Z] daemon.go:336: [d7f0f3c2e6bc2] waiting for daemon to start [2019-09-11T09:32:44.484Z] daemon.go:336: [d7f0f3c2e6bc2] waiting for daemon to start [2019-09-11T09:32:44.484Z] daemon.go:364: [d7f0f3c2e6bc2] daemon started [2019-09-11T09:32:44.484Z] daemon.go:472: [d7f0f3c2e6bc2] Stopping daemon [2019-09-11T09:32:44.484Z] daemon.go:307: [d7f0f3c2e6bc2] exiting daemon [2019-09-11T09:32:44.484Z] daemon.go:459: [d7f0f3c2e6bc2] Daemon stopped [2019-09-11T09:32:44.484Z] === RUN TestCreateServiceSysctls [2019-09-11T09:32:44.531Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-11T09:32:46.851Z] --- PASS: TestServiceWithPredefinedNetwork (3.13s) [2019-09-11T09:32:46.851Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-11T09:32:46.851Z] daemon.go:336: [d9e739350fa7c] waiting for daemon to start [2019-09-11T09:32:46.851Z] daemon.go:336: [d9e739350fa7c] waiting for daemon to start [2019-09-11T09:32:46.851Z] daemon.go:364: [d9e739350fa7c] daemon started [2019-09-11T09:32:46.851Z] daemon.go:472: [d9e739350fa7c] Stopping daemon [2019-09-11T09:32:46.851Z] daemon.go:307: [d9e739350fa7c] exiting daemon [2019-09-11T09:32:46.851Z] daemon.go:459: [d9e739350fa7c] Daemon stopped [2019-09-11T09:32:46.851Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-11T09:32:46.851Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-11T09:32:46.851Z] service_test.go:230: FLAKY_TEST [2019-09-11T09:32:46.851Z] === RUN TestServiceWithDataPathPortInit [2019-09-11T09:32:48.644Z] === RUN Test/DockerSuite/TestBuildShellNotJSON [2019-09-11T09:32:48.644Z] === RUN Test/DockerSuite/TestBuildShellUpdatesConfig [2019-09-11T09:32:48.899Z] === RUN Test/DockerSuite/TestBuildShellWindowsPowershell [2019-09-11T09:32:48.899Z] === RUN Test/DockerSuite/TestBuildSpaces [2019-09-11T09:32:49.154Z] --- PASS: TestCreateServiceSysctls (4.52s) [2019-09-11T09:32:49.154Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceSysctls [2019-09-11T09:32:49.154Z] daemon.go:336: [d53c73d767db5] waiting for daemon to start [2019-09-11T09:32:49.154Z] daemon.go:336: [d53c73d767db5] waiting for daemon to start [2019-09-11T09:32:49.154Z] daemon.go:364: [d53c73d767db5] daemon started [2019-09-11T09:32:49.154Z] daemon.go:472: [d53c73d767db5] Stopping daemon [2019-09-11T09:32:49.154Z] daemon.go:307: [d53c73d767db5] exiting daemon [2019-09-11T09:32:49.154Z] daemon.go:459: [d53c73d767db5] Daemon stopped [2019-09-11T09:32:49.154Z] === RUN TestCreateServiceCapabilities [2019-09-11T09:32:49.237Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-11T09:32:49.410Z] === RUN Test/DockerSuite/TestBuildSpacesWithQuotes [2019-09-11T09:32:50.773Z] === RUN Test/DockerSuite/TestBuildStartsFromOne [2019-09-11T09:32:50.773Z] === RUN Test/DockerSuite/TestBuildStderr [2019-09-11T09:32:52.136Z] === RUN Test/DockerSuite/TestBuildStepsWithProgress [2019-09-11T09:32:52.696Z] --- PASS: TestCreateServiceCapabilities (3.52s) [2019-09-11T09:32:52.696Z] create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceCapabilities [2019-09-11T09:32:52.696Z] daemon.go:336: [d318772be4998] waiting for daemon to start [2019-09-11T09:32:52.696Z] daemon.go:336: [d318772be4998] waiting for daemon to start [2019-09-11T09:32:52.696Z] daemon.go:364: [d318772be4998] daemon started [2019-09-11T09:32:52.696Z] daemon.go:472: [d318772be4998] Stopping daemon [2019-09-11T09:32:52.696Z] daemon.go:307: [d318772be4998] exiting daemon [2019-09-11T09:32:52.696Z] daemon.go:459: [d318772be4998] Daemon stopped [2019-09-11T09:32:52.696Z] === RUN TestInspect [2019-09-11T09:32:52.990Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-11T09:32:55.963Z] --- PASS: TestInspect (3.41s) [2019-09-11T09:32:55.963Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInspect [2019-09-11T09:32:55.963Z] daemon.go:336: [d0351ad940972] waiting for daemon to start [2019-09-11T09:32:55.963Z] daemon.go:336: [d0351ad940972] waiting for daemon to start [2019-09-11T09:32:55.963Z] daemon.go:364: [d0351ad940972] daemon started [2019-09-11T09:32:55.963Z] daemon.go:472: [d0351ad940972] Stopping daemon [2019-09-11T09:32:55.963Z] daemon.go:307: [d0351ad940972] exiting daemon [2019-09-11T09:32:55.963Z] daemon.go:459: [d0351ad940972] Daemon stopped [2019-09-11T09:32:55.963Z] === RUN TestDockerNetworkConnectAlias [2019-09-11T09:32:57.325Z] === RUN Test/DockerSuite/TestBuildStopSignal [2019-09-11T09:32:57.699Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-09-11T09:32:58.689Z] === RUN Test/DockerSuite/TestBuildSymlinkBasename [2019-09-11T09:33:00.051Z] === RUN Test/DockerSuite/TestBuildSymlinkBreakout [2019-09-11T09:33:00.307Z] === RUN Test/DockerSuite/TestBuildTagEvent [2019-09-11T09:33:00.540Z] 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-11T09:33:00.540Z] + mkdir -p /build [2019-09-11T09:33:00.540Z] + cp runc /build/runc [2019-09-11T09:33:00.540Z] Removing intermediate container 0888b64219de [2019-09-11T09:33:00.540Z] ---> 907141d4bcc3 [2019-09-11T09:33:00.540Z] Step 81/126 : FROM dev-base AS tini [2019-09-11T09:33:00.540Z] ---> 44c0cc1abfc2 [2019-09-11T09:33:00.540Z] Step 82/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:33:00.540Z] ---> Using cache [2019-09-11T09:33:00.540Z] ---> e01c3cdc287d [2019-09-11T09:33:00.540Z] 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-11T09:33:00.540Z] ---> Running in 516d59426214 [2019-09-11T09:33:00.540Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-11T09:33:00.540Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-11T09:33:00.540Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-11T09:33:00.540Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-11T09:33:00.540Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-11T09:33:00.540Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [482 kB] [2019-09-11T09:33:00.540Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-11T09:33:00.540Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-11T09:33:01.668Z] === RUN Test/DockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-11T09:33:02.430Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-09-11T09:33:02.565Z] Fetched 7721 kB in 2s (3085 kB/s) [2019-09-11T09:33:03.224Z] --- PASS: TestServiceWithDataPathPortInit (16.04s) [2019-09-11T09:33:03.225Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-11T09:33:03.225Z] daemon.go:336: [d564bd9647aa7] waiting for daemon to start [2019-09-11T09:33:03.225Z] daemon.go:336: [d564bd9647aa7] waiting for daemon to start [2019-09-11T09:33:03.225Z] daemon.go:364: [d564bd9647aa7] daemon started [2019-09-11T09:33:03.225Z] daemon.go:472: [d564bd9647aa7] Stopping daemon [2019-09-11T09:33:03.225Z] daemon.go:307: [d564bd9647aa7] exiting daemon [2019-09-11T09:33:03.225Z] daemon.go:459: [d564bd9647aa7] Daemon stopped [2019-09-11T09:33:03.225Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-11T09:33:03.225Z] daemon.go:336: [debfecb3bebff] waiting for daemon to start [2019-09-11T09:33:03.225Z] daemon.go:336: [debfecb3bebff] waiting for daemon to start [2019-09-11T09:33:03.225Z] daemon.go:364: [debfecb3bebff] daemon started [2019-09-11T09:33:03.225Z] daemon.go:472: [debfecb3bebff] Stopping daemon [2019-09-11T09:33:03.225Z] daemon.go:307: [debfecb3bebff] exiting daemon [2019-09-11T09:33:03.225Z] daemon.go:459: [debfecb3bebff] Daemon stopped [2019-09-11T09:33:03.225Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-11T09:33:03.554Z] === RUN Test/DockerSuite/TestBuildUser [2019-09-11T09:33:03.554Z] --- PASS: TestDockerNetworkConnectAlias (7.63s) [2019-09-11T09:33:03.554Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkConnectAlias [2019-09-11T09:33:03.554Z] daemon.go:336: [d95b7be02600e] waiting for daemon to start [2019-09-11T09:33:03.554Z] daemon.go:336: [d95b7be02600e] waiting for daemon to start [2019-09-11T09:33:03.554Z] daemon.go:364: [d95b7be02600e] daemon started [2019-09-11T09:33:03.554Z] daemon.go:472: [d95b7be02600e] Stopping daemon [2019-09-11T09:33:03.554Z] daemon.go:307: [d95b7be02600e] exiting daemon [2019-09-11T09:33:03.554Z] daemon.go:459: [d95b7be02600e] Daemon stopped [2019-09-11T09:33:03.554Z] === RUN TestDockerNetworkReConnect [2019-09-11T09:33:03.570Z] Reading package lists... [2019-09-11T09:33:04.578Z] Reading package lists... [2019-09-11T09:33:04.861Z] Building dependency tree... [2019-09-11T09:33:04.861Z] Reading state information... [2019-09-11T09:33:05.143Z] The following additional packages will be installed: [2019-09-11T09:33:05.143Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-11T09:33:05.143Z] Suggested packages: [2019-09-11T09:33:05.143Z] codeblocks eclipse ninja-build lrzip [2019-09-11T09:33:05.143Z] Recommended packages: [2019-09-11T09:33:05.143Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-11T09:33:05.143Z] The following NEW packages will be installed: [2019-09-11T09:33:05.143Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-11T09:33:05.143Z] vim-common xxd [2019-09-11T09:33:05.143Z] 0 upgraded, 10 newly installed, 0 to remove and 10 not upgraded. [2019-09-11T09:33:05.143Z] Need to get 13.4 MB of archives. [2019-09-11T09:33:05.143Z] After this operation, 60.4 MB of additional disk space will be used. [2019-09-11T09:33:05.143Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-09-11T09:33:05.433Z] 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-11T09:33:05.433Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-09-11T09:33:05.433Z] 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-11T09:33:05.433Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-09-11T09:33:05.433Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-09-11T09:33:05.433Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-09-11T09:33:05.433Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-09-11T09:33:05.439Z] === RUN Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-11T09:33:05.718Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-11T09:33:05.718Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-11T09:33:05.718Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-11T09:33:06.004Z] Fetched 13.4 MB in 0s (31.9 MB/s) [2019-09-11T09:33:06.004Z] Selecting previously unselected package cmake-data. [2019-09-11T09:33:06.004Z] (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-11T09:33:06.004Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-11T09:33:06.004Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-11T09:33:06.620Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-11T09:33:06.620Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-11T09:33:06.620Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-11T09:33:06.620Z] Selecting previously unselected package libicu57:ppc64el. [2019-09-11T09:33:06.620Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-09-11T09:33:06.620Z] Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-09-11T09:33:07.162Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-09-11T09:33:07.639Z] Selecting previously unselected package libxml2:ppc64el. [2019-09-11T09:33:07.639Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-09-11T09:33:07.639Z] Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-11T09:33:07.639Z] Selecting previously unselected package libarchive13:ppc64el. [2019-09-11T09:33:07.639Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-09-11T09:33:07.639Z] Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-11T09:33:07.922Z] Selecting previously unselected package libjsoncpp1:ppc64el. [2019-09-11T09:33:07.922Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-09-11T09:33:07.922Z] Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-11T09:33:07.922Z] Selecting previously unselected package libuv1:ppc64el. [2019-09-11T09:33:07.922Z] Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-09-11T09:33:07.922Z] Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-09-11T09:33:07.922Z] Selecting previously unselected package cmake. [2019-09-11T09:33:07.922Z] Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-09-11T09:33:07.922Z] Unpacking cmake (3.7.2-1) ... [2019-09-11T09:33:08.535Z] Selecting previously unselected package xxd. [2019-09-11T09:33:08.535Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-11T09:33:08.535Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:33:08.535Z] Selecting previously unselected package vim-common. [2019-09-11T09:33:08.535Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-11T09:33:08.535Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:33:08.535Z] Processing triggers for mime-support (3.60) ... [2019-09-11T09:33:08.535Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:33:08.535Z] Setting up libuv1:ppc64el (1.9.1-3) ... [2019-09-11T09:33:08.535Z] Setting up cmake-data (3.7.2-1) ... [2019-09-11T09:33:08.535Z] Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-09-11T09:33:08.535Z] Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-11T09:33:08.535Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:33:08.535Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:33:08.535Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-11T09:33:08.535Z] Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-11T09:33:08.535Z] Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-11T09:33:08.535Z] Setting up cmake (3.7.2-1) ... [2019-09-11T09:33:08.535Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:33:09.618Z] === RUN Test/DockerSuite/TestBuildUsersAndGroups [2019-09-11T09:33:09.618Z] --- PASS: TestDockerNetworkReConnect (6.03s) [2019-09-11T09:33:09.618Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkReConnect [2019-09-11T09:33:09.618Z] daemon.go:336: [decb14917da98] waiting for daemon to start [2019-09-11T09:33:09.618Z] daemon.go:336: [decb14917da98] waiting for daemon to start [2019-09-11T09:33:09.618Z] daemon.go:364: [decb14917da98] daemon started [2019-09-11T09:33:09.618Z] daemon.go:472: [decb14917da98] Stopping daemon [2019-09-11T09:33:09.618Z] daemon.go:307: [decb14917da98] exiting daemon [2019-09-11T09:33:09.618Z] daemon.go:459: [decb14917da98] Daemon stopped [2019-09-11T09:33:09.618Z] === RUN TestServicePlugin [2019-09-11T09:33:10.082Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-09-11T09:33:10.179Z] === RUN Test/DockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-11T09:33:10.561Z] Removing intermediate container 516d59426214 [2019-09-11T09:33:10.561Z] ---> a7310b69b880 [2019-09-11T09:33:10.561Z] Step 84/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:33:10.561Z] ---> 5a3b6c770e5f [2019-09-11T09:33:10.561Z] Step 85/126 : ENV INSTALL_BINARY_NAME=tini [2019-09-11T09:33:10.561Z] ---> Running in 207a8b2a555f [2019-09-11T09:33:10.561Z] Removing intermediate container 207a8b2a555f [2019-09-11T09:33:10.561Z] ---> 38ce64124cc3 [2019-09-11T09:33:10.561Z] Step 86/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:33:10.844Z] ---> dc7261bace99 [2019-09-11T09:33:10.844Z] Step 87/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:33:10.844Z] ---> Running in 1770955a963d [2019-09-11T09:33:11.127Z] + RM_GOPATH=0 [2019-09-11T09:33:11.127Z] + TMP_GOPATH= [2019-09-11T09:33:11.127Z] + : /build [2019-09-11T09:33:11.127Z] + '[' -z '' ']' [2019-09-11T09:33:11.127Z] ++ mktemp -d [2019-09-11T09:33:11.127Z] + export GOPATH=/tmp/tmp.5AQT0vcI9f [2019-09-11T09:33:11.127Z] + GOPATH=/tmp/tmp.5AQT0vcI9f [2019-09-11T09:33:11.127Z] + RM_GOPATH=1 [2019-09-11T09:33:11.127Z] ++ dirname ./install.sh [2019-09-11T09:33:11.127Z] + dir=. [2019-09-11T09:33:11.127Z] + bin=tini [2019-09-11T09:33:11.127Z] + shift [2019-09-11T09:33:11.127Z] + '[' '!' -f ./tini.installer ']' [2019-09-11T09:33:11.127Z] + . ./tini.installer [2019-09-11T09:33:11.127Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-11T09:33:11.127Z] + install_tini [2019-09-11T09:33:11.127Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-11T09:33:11.127Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.5AQT0vcI9f/tini [2019-09-11T09:33:11.127Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-11T09:33:11.127Z] Cloning into '/tmp/tmp.5AQT0vcI9f/tini'... [2019-09-11T09:33:11.744Z] + cd /tmp/tmp.5AQT0vcI9f/tini [2019-09-11T09:33:11.744Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-11T09:33:11.744Z] + cmake . [2019-09-11T09:33:11.744Z] -- The C compiler identification is GNU 6.3.0 [2019-09-11T09:33:11.744Z] -- Check for working C compiler: /usr/bin/cc [2019-09-11T09:33:11.744Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-11T09:33:11.744Z] -- Detecting C compiler ABI info [2019-09-11T09:33:12.027Z] -- Detecting C compiler ABI info - done [2019-09-11T09:33:12.027Z] -- Detecting C compile features [2019-09-11T09:33:12.309Z] -- Detecting C compile features - done [2019-09-11T09:33:12.309Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-11T09:33:12.309Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-11T09:33:12.309Z] -- Configuring done [2019-09-11T09:33:12.492Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.56s) [2019-09-11T09:33:12.492Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-11T09:33:12.492Z] daemon.go:336: [d75fa87114dfa] waiting for daemon to start [2019-09-11T09:33:12.492Z] daemon.go:336: [d75fa87114dfa] waiting for daemon to start [2019-09-11T09:33:12.492Z] daemon.go:364: [d75fa87114dfa] daemon started [2019-09-11T09:33:12.492Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:3wvoo2g0b59vdzkwfg588dwg5 Created:2019-09-11 09:33:04.295698073 +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[405bd475677ebb69cb686f1be90f17d4eefe7bd4b110c96a328ac622923ecebb:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qry5j02fu7lmr483ae3r6ft0m EndpointID:e2fa0236f6f7c5b3d0c1c90670ca49cd758c17093a5b7f5eed5a203be8c2db7d MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:569ae577edf28a083e2d89ec03212f5214a56e73c4550a1d02fbf89729f6827a MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:f04022a67b86 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qry5j02fu7lmr483ae3r6ft0m EndpointID:e2fa0236f6f7c5b3d0c1c90670ca49cd758c17093a5b7f5eed5a203be8c2db7d EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-11T09:33:12.492Z] daemon.go:472: [d75fa87114dfa] Stopping daemon [2019-09-11T09:33:12.492Z] daemon.go:307: [d75fa87114dfa] exiting daemon [2019-09-11T09:33:12.492Z] daemon.go:459: [d75fa87114dfa] Daemon stopped [2019-09-11T09:33:12.492Z] PASS [2019-09-11T09:33:12.492Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m [2019-09-11T09:33:12.492Z] INFO: Testing against a local daemon [2019-09-11T09:33:12.492Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-11T09:33:12.492Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-11T09:33:12.492Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-11T09:33:12.492Z] === RUN TestDockerNetworkIpvlan [2019-09-11T09:33:12.492Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-11T09:33:12.492Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-11T09:33:12.492Z] PASS [2019-09-11T09:33:12.492Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m [2019-09-11T09:33:12.492Z] INFO: Testing against a local daemon [2019-09-11T09:33:12.492Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-11T09:33:12.592Z] -- Generating done [2019-09-11T09:33:12.592Z] -- Build files have been written to: /tmp/tmp.5AQT0vcI9f/tini [2019-09-11T09:33:12.592Z] + make tini-static [2019-09-11T09:33:12.592Z] Scanning dependencies of target tini-static [2019-09-11T09:33:12.592Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-11T09:33:12.875Z] [100%] Linking C executable tini-static [2019-09-11T09:33:13.159Z] [100%] Built target tini-static [2019-09-11T09:33:13.159Z] + mkdir -p /build [2019-09-11T09:33:13.159Z] + cp tini-static /build/docker-init [2019-09-11T09:33:13.284Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2019-09-11T09:33:13.284Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-11T09:33:13.284Z] daemon.go:336: [d713ed0d6915c] waiting for daemon to start [2019-09-11T09:33:13.284Z] daemon.go:336: [d713ed0d6915c] waiting for daemon to start [2019-09-11T09:33:13.284Z] daemon.go:364: [d713ed0d6915c] daemon started [2019-09-11T09:33:13.284Z] daemon.go:472: [d713ed0d6915c] Stopping daemon [2019-09-11T09:33:13.284Z] daemon.go:307: [d713ed0d6915c] exiting daemon [2019-09-11T09:33:13.284Z] daemon.go:459: [d713ed0d6915c] Daemon stopped [2019-09-11T09:33:13.284Z] daemon.go:336: [d713ed0d6915c] waiting for daemon to start [2019-09-11T09:33:13.284Z] daemon.go:336: [d713ed0d6915c] waiting for daemon to start [2019-09-11T09:33:13.284Z] daemon.go:364: [d713ed0d6915c] daemon started [2019-09-11T09:33:13.284Z] daemon.go:472: [d713ed0d6915c] Stopping daemon [2019-09-11T09:33:13.284Z] daemon.go:307: [d713ed0d6915c] exiting daemon [2019-09-11T09:33:13.284Z] daemon.go:459: [d713ed0d6915c] Daemon stopped [2019-09-11T09:33:13.284Z] === RUN TestDockerNetworkMacvlan [2019-09-11T09:33:13.444Z] Removing intermediate container 1770955a963d [2019-09-11T09:33:13.445Z] ---> fca83c0ca4cd [2019-09-11T09:33:13.445Z] Step 88/126 : FROM dev-base AS rootlesskit [2019-09-11T09:33:13.445Z] ---> 44c0cc1abfc2 [2019-09-11T09:33:13.445Z] Step 89/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-11T09:33:13.733Z] ---> Running in 4a2f2cce0cf8 [2019-09-11T09:33:13.733Z] Removing intermediate container 4a2f2cce0cf8 [2019-09-11T09:33:13.733Z] ---> b9c46e77085b [2019-09-11T09:33:13.733Z] Step 90/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-11T09:33:14.018Z] ---> 41f832d77b7a [2019-09-11T09:33:14.018Z] Step 91/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-11T09:33:14.018Z] ---> 0813ea80274e [2019-09-11T09:33:14.018Z] Step 92/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-11T09:33:14.018Z] ---> Running in 95bf2be8b4e6 [2019-09-11T09:33:14.090Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-11T09:33:14.301Z] + RM_GOPATH=0 [2019-09-11T09:33:14.301Z] + TMP_GOPATH= [2019-09-11T09:33:14.301Z] + : /build/ [2019-09-11T09:33:14.301Z] + '[' -z '' ']' [2019-09-11T09:33:14.301Z] ++ mktemp -d [2019-09-11T09:33:14.301Z] + export GOPATH=/tmp/tmp.I1ShZuhMik [2019-09-11T09:33:14.301Z] + GOPATH=/tmp/tmp.I1ShZuhMik [2019-09-11T09:33:14.301Z] + RM_GOPATH=1 [2019-09-11T09:33:14.301Z] ++ dirname ./install.sh [2019-09-11T09:33:14.301Z] + dir=. [2019-09-11T09:33:14.301Z] + bin=rootlesskit [2019-09-11T09:33:14.301Z] + shift [2019-09-11T09:33:14.301Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-11T09:33:14.301Z] + . ./rootlesskit.installer [2019-09-11T09:33:14.301Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-11T09:33:14.301Z] + install_rootlesskit [2019-09-11T09:33:14.301Z] + case "$1" in [2019-09-11T09:33:14.301Z] + export CGO_ENABLED=0 [2019-09-11T09:33:14.301Z] + CGO_ENABLED=0 [2019-09-11T09:33:14.301Z] + _install_rootlesskit [2019-09-11T09:33:14.301Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-11T09:33:14.301Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.I1ShZuhMik/src/github.com/rootless-containers/rootlesskit [2019-09-11T09:33:14.301Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-11T09:33:14.301Z] Cloning into '/tmp/tmp.I1ShZuhMik/src/github.com/rootless-containers/rootlesskit'... [2019-09-11T09:33:14.788Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-09-11T09:33:14.997Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-11T09:33:15.307Z] + cd /tmp/tmp.I1ShZuhMik/src/github.com/rootless-containers/rootlesskit [2019-09-11T09:33:15.307Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-11T09:33:15.307Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-11T09:33:15.307Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-11T09:33:15.857Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-11T09:33:16.975Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-09-11T09:33:17.439Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:33:17.439Z] INFO: Testing against a local daemon [2019-09-11T09:33:17.439Z] === RUN TestBuildWithSession [2019-09-11T09:33:17.439Z] --- SKIP: TestBuildWithSession (0.00s) [2019-09-11T09:33:17.439Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:33:17.439Z] === RUN TestBuildSquashParent [2019-09-11T09:33:17.439Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-09-11T09:33:17.439Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:33:17.439Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-11T09:33:17.439Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-09-11T09:33:17.439Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:33:17.439Z] === RUN TestBuildMultiStageCopy [2019-09-11T09:33:17.439Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-11T09:33:19.063Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-11T09:33:23.149Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-11T09:33:24.051Z] --- PASS: TestDockerNetworkMacvlan (10.65s) [2019-09-11T09:33:24.051Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-11T09:33:24.051Z] daemon.go:336: [d0ce6057fc57c] waiting for daemon to start [2019-09-11T09:33:24.051Z] daemon.go:336: [d0ce6057fc57c] waiting for daemon to start [2019-09-11T09:33:24.051Z] daemon.go:364: [d0ce6057fc57c] daemon started [2019-09-11T09:33:24.051Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2019-09-11T09:33:24.051Z] daemon.go:472: [d0ce6057fc57c] Stopping daemon [2019-09-11T09:33:24.051Z] daemon.go:307: [d0ce6057fc57c] exiting daemon [2019-09-11T09:33:24.051Z] daemon.go:459: [d0ce6057fc57c] Daemon stopped [2019-09-11T09:33:24.051Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-11T09:33:24.051Z] daemon.go:336: [dd72125f3ea42] waiting for daemon to start [2019-09-11T09:33:24.051Z] daemon.go:336: [dd72125f3ea42] waiting for daemon to start [2019-09-11T09:33:24.051Z] daemon.go:364: [dd72125f3ea42] daemon started [2019-09-11T09:33:24.051Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2019-09-11T09:33:24.051Z] daemon.go:472: [dd72125f3ea42] Stopping daemon [2019-09-11T09:33:24.051Z] daemon.go:307: [dd72125f3ea42] exiting daemon [2019-09-11T09:33:24.051Z] daemon.go:459: [dd72125f3ea42] Daemon stopped [2019-09-11T09:33:24.051Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-11T09:33:24.051Z] daemon.go:336: [dbb0aed94931d] waiting for daemon to start [2019-09-11T09:33:24.051Z] daemon.go:336: [dbb0aed94931d] waiting for daemon to start [2019-09-11T09:33:24.051Z] daemon.go:364: [dbb0aed94931d] daemon started [2019-09-11T09:33:24.051Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.34s) [2019-09-11T09:33:24.051Z] daemon.go:472: [dbb0aed94931d] Stopping daemon [2019-09-11T09:33:24.051Z] daemon.go:307: [dbb0aed94931d] exiting daemon [2019-09-11T09:33:24.051Z] daemon.go:459: [dbb0aed94931d] Daemon stopped [2019-09-11T09:33:24.051Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-11T09:33:24.051Z] daemon.go:336: [d0b65bed0ff95] waiting for daemon to start [2019-09-11T09:33:24.051Z] daemon.go:336: [d0b65bed0ff95] waiting for daemon to start [2019-09-11T09:33:24.051Z] daemon.go:364: [d0b65bed0ff95] daemon started [2019-09-11T09:33:24.051Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.27s) [2019-09-11T09:33:24.051Z] daemon.go:472: [d0b65bed0ff95] Stopping daemon [2019-09-11T09:33:24.051Z] daemon.go:307: [d0b65bed0ff95] exiting daemon [2019-09-11T09:33:24.051Z] daemon.go:459: [d0b65bed0ff95] Daemon stopped [2019-09-11T09:33:24.051Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-11T09:33:24.051Z] daemon.go:336: [d971feda07fb6] waiting for daemon to start [2019-09-11T09:33:24.051Z] daemon.go:336: [d971feda07fb6] waiting for daemon to start [2019-09-11T09:33:24.051Z] daemon.go:364: [d971feda07fb6] daemon started [2019-09-11T09:33:24.051Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.96s) [2019-09-11T09:33:24.051Z] daemon.go:472: [d971feda07fb6] Stopping daemon [2019-09-11T09:33:24.051Z] daemon.go:307: [d971feda07fb6] exiting daemon [2019-09-11T09:33:24.051Z] daemon.go:459: [d971feda07fb6] Daemon stopped [2019-09-11T09:33:24.051Z] PASS [2019-09-11T09:33:24.051Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m [2019-09-11T09:33:24.051Z] testing: warning: no tests to run [2019-09-11T09:33:24.051Z] PASS [2019-09-11T09:33:24.051Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m [2019-09-11T09:33:24.051Z] INFO: Testing against a local daemon [2019-09-11T09:33:24.051Z] === RUN TestAuthZPluginAllowRequest [2019-09-11T09:33:25.959Z] --- PASS: TestAuthZPluginAllowRequest (1.66s) [2019-09-11T09:33:25.959Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-11T09:33:25.959Z] daemon.go:336: [d650b1a997545] waiting for daemon to start [2019-09-11T09:33:25.959Z] daemon.go:336: [d650b1a997545] waiting for daemon to start [2019-09-11T09:33:25.959Z] daemon.go:364: [d650b1a997545] daemon started [2019-09-11T09:33:25.959Z] daemon.go:472: [d650b1a997545] Stopping daemon [2019-09-11T09:33:25.959Z] daemon.go:307: [d650b1a997545] exiting daemon [2019-09-11T09:33:25.959Z] daemon.go:459: [d650b1a997545] Daemon stopped [2019-09-11T09:33:25.959Z] === RUN TestAuthZPluginTLS [2019-09-11T09:33:26.369Z] --- PASS: TestAuthZPluginTLS (0.56s) [2019-09-11T09:33:26.369Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-11T09:33:26.369Z] daemon.go:336: [dc8a5fe347aee] waiting for daemon to start [2019-09-11T09:33:26.369Z] daemon.go:336: [dc8a5fe347aee] waiting for daemon to start [2019-09-11T09:33:26.369Z] daemon.go:364: [dc8a5fe347aee] daemon started [2019-09-11T09:33:26.369Z] daemon.go:472: [dc8a5fe347aee] Stopping daemon [2019-09-11T09:33:26.369Z] daemon.go:307: [dc8a5fe347aee] exiting daemon [2019-09-11T09:33:26.369Z] daemon.go:459: [dc8a5fe347aee] Daemon stopped [2019-09-11T09:33:26.369Z] === RUN TestAuthZPluginDenyRequest [2019-09-11T09:33:27.170Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2019-09-11T09:33:27.170Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-11T09:33:27.170Z] daemon.go:336: [db5c4a16f3ced] waiting for daemon to start [2019-09-11T09:33:27.170Z] daemon.go:336: [db5c4a16f3ced] waiting for daemon to start [2019-09-11T09:33:27.170Z] daemon.go:364: [db5c4a16f3ced] daemon started [2019-09-11T09:33:27.170Z] daemon.go:472: [db5c4a16f3ced] Stopping daemon [2019-09-11T09:33:27.170Z] daemon.go:307: [db5c4a16f3ced] exiting daemon [2019-09-11T09:33:27.170Z] daemon.go:459: [db5c4a16f3ced] Daemon stopped [2019-09-11T09:33:27.170Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-11T09:33:27.535Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-09-11T09:33:27.535Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-11T09:33:27.535Z] daemon.go:336: [d05bd4204427f] waiting for daemon to start [2019-09-11T09:33:27.535Z] daemon.go:336: [d05bd4204427f] waiting for daemon to start [2019-09-11T09:33:27.535Z] daemon.go:364: [d05bd4204427f] daemon started [2019-09-11T09:33:27.535Z] daemon.go:472: [d05bd4204427f] Stopping daemon [2019-09-11T09:33:27.535Z] daemon.go:307: [d05bd4204427f] exiting daemon [2019-09-11T09:33:27.535Z] daemon.go:459: [d05bd4204427f] Daemon stopped [2019-09-11T09:33:27.535Z] === RUN TestAuthZPluginDenyResponse [2019-09-11T09:33:27.862Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-11T09:33:27.862Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-11T09:33:27.913Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2019-09-11T09:33:27.913Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-11T09:33:27.913Z] daemon.go:336: [dcf961c837466] waiting for daemon to start [2019-09-11T09:33:27.913Z] daemon.go:336: [dcf961c837466] waiting for daemon to start [2019-09-11T09:33:27.913Z] daemon.go:364: [dcf961c837466] daemon started [2019-09-11T09:33:27.913Z] daemon.go:472: [dcf961c837466] Stopping daemon [2019-09-11T09:33:27.913Z] daemon.go:307: [dcf961c837466] exiting daemon [2019-09-11T09:33:27.913Z] daemon.go:459: [dcf961c837466] Daemon stopped [2019-09-11T09:33:27.913Z] === RUN TestAuthZPluginAllowEventStream [2019-09-11T09:33:28.214Z] === RUN Test/DockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-11T09:33:29.742Z] --- PASS: TestAuthZPluginAllowEventStream (1.70s) [2019-09-11T09:33:29.742Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-11T09:33:29.742Z] daemon.go:336: [d72e774a47a65] waiting for daemon to start [2019-09-11T09:33:29.742Z] daemon.go:336: [d72e774a47a65] waiting for daemon to start [2019-09-11T09:33:29.742Z] daemon.go:364: [d72e774a47a65] daemon started [2019-09-11T09:33:29.742Z] daemon.go:472: [d72e774a47a65] Stopping daemon [2019-09-11T09:33:29.742Z] daemon.go:307: [d72e774a47a65] exiting daemon [2019-09-11T09:33:29.742Z] daemon.go:459: [d72e774a47a65] Daemon stopped [2019-09-11T09:33:29.742Z] === RUN TestAuthZPluginErrorResponse [2019-09-11T09:33:29.893Z] Removing intermediate container 95bf2be8b4e6 [2019-09-11T09:33:29.893Z] ---> 91863ba6b50c [2019-09-11T09:33:29.893Z] Step 93/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-11T09:33:29.893Z] ---> 7e1e9e831789 [2019-09-11T09:33:29.893Z] Step 94/126 : FROM runtime-dev AS dev [2019-09-11T09:33:29.893Z] ---> 4a12a16478fa [2019-09-11T09:33:29.893Z] Step 95/126 : ARG DEBIAN_FRONTEND [2019-09-11T09:33:29.893Z] ---> Running in 366195e75997 [2019-09-11T09:33:30.100Z] === RUN Test/DockerSuite/TestBuildVerboseOut [2019-09-11T09:33:30.176Z] Removing intermediate container 366195e75997 [2019-09-11T09:33:30.176Z] ---> b06a295aeba4 [2019-09-11T09:33:30.176Z] Step 96/126 : RUN groupadd -r docker [2019-09-11T09:33:30.176Z] ---> Running in 806a29347f64 [2019-09-11T09:33:30.529Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2019-09-11T09:33:30.529Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-11T09:33:30.529Z] daemon.go:336: [dd658fa0d805f] waiting for daemon to start [2019-09-11T09:33:30.529Z] daemon.go:336: [dd658fa0d805f] waiting for daemon to start [2019-09-11T09:33:30.529Z] daemon.go:364: [dd658fa0d805f] daemon started [2019-09-11T09:33:30.529Z] daemon.go:472: [dd658fa0d805f] Stopping daemon [2019-09-11T09:33:30.529Z] daemon.go:307: [dd658fa0d805f] exiting daemon [2019-09-11T09:33:30.529Z] daemon.go:459: [dd658fa0d805f] Daemon stopped [2019-09-11T09:33:30.529Z] === RUN TestAuthZPluginErrorRequest [2019-09-11T09:33:30.795Z] Removing intermediate container 806a29347f64 [2019-09-11T09:33:30.795Z] ---> ec57e2138098 [2019-09-11T09:33:30.795Z] Step 97/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-11T09:33:30.959Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-09-11T09:33:30.959Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-11T09:33:30.959Z] daemon.go:336: [da3856b54c6ac] waiting for daemon to start [2019-09-11T09:33:30.959Z] daemon.go:336: [da3856b54c6ac] waiting for daemon to start [2019-09-11T09:33:30.959Z] daemon.go:364: [da3856b54c6ac] daemon started [2019-09-11T09:33:30.959Z] daemon.go:472: [da3856b54c6ac] Stopping daemon [2019-09-11T09:33:30.959Z] daemon.go:307: [da3856b54c6ac] exiting daemon [2019-09-11T09:33:30.959Z] daemon.go:459: [da3856b54c6ac] Daemon stopped [2019-09-11T09:33:30.959Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-11T09:33:31.027Z] === RUN Test/DockerSuite/TestBuildVerifyIntString [2019-09-11T09:33:31.079Z] ---> Running in 8d8584d280c5 [2019-09-11T09:33:31.282Z] === RUN Test/DockerSuite/TestBuildVerifySingleQuoteFails [2019-09-11T09:33:31.393Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-09-11T09:33:31.393Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-11T09:33:31.393Z] daemon.go:336: [dde6e8b7c679e] waiting for daemon to start [2019-09-11T09:33:31.393Z] daemon.go:336: [dde6e8b7c679e] waiting for daemon to start [2019-09-11T09:33:31.393Z] daemon.go:364: [dde6e8b7c679e] daemon started [2019-09-11T09:33:31.393Z] daemon.go:472: [dde6e8b7c679e] Stopping daemon [2019-09-11T09:33:31.393Z] daemon.go:307: [dde6e8b7c679e] exiting daemon [2019-09-11T09:33:31.393Z] daemon.go:459: [dde6e8b7c679e] Daemon stopped [2019-09-11T09:33:31.393Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-11T09:33:31.694Z] Removing intermediate container 8d8584d280c5 [2019-09-11T09:33:31.694Z] ---> c619cbc5106e [2019-09-11T09:33:31.694Z] Step 98/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-11T09:33:31.694Z] ---> Running in f3150a1d6a18 [2019-09-11T09:33:31.978Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-11T09:33:32.259Z] Removing intermediate container f3150a1d6a18 [2019-09-11T09:33:32.259Z] ---> 0aa57700eca8 [2019-09-11T09:33:32.259Z] Step 99/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-11T09:33:32.278Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-11T09:33:32.543Z] ---> Running in 38a0e819eb92 [2019-09-11T09:33:33.160Z] Removing intermediate container 38a0e819eb92 [2019-09-11T09:33:33.160Z] ---> fc7033784ea2 [2019-09-11T09:33:33.160Z] Step 100/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-11T09:33:33.160Z] ---> Running in d5170cc70691 [2019-09-11T09:33:33.169Z] === RUN Test/DockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-11T09:33:33.249Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-11T09:33:33.783Z] Removing intermediate container d5170cc70691 [2019-09-11T09:33:33.783Z] ---> a4f8da14ca05 [2019-09-11T09:33:33.783Z] Step 101/126 : RUN ldconfig [2019-09-11T09:33:33.783Z] ---> Running in 04819264ed76 [2019-09-11T09:33:33.996Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.17s) [2019-09-11T09:33:33.996Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-11T09:33:33.996Z] daemon.go:336: [d29a54384a37e] waiting for daemon to start [2019-09-11T09:33:33.996Z] daemon.go:336: [d29a54384a37e] waiting for daemon to start [2019-09-11T09:33:33.996Z] daemon.go:364: [d29a54384a37e] daemon started [2019-09-11T09:33:33.996Z] daemon.go:472: [d29a54384a37e] Stopping daemon [2019-09-11T09:33:33.996Z] daemon.go:307: [d29a54384a37e] exiting daemon [2019-09-11T09:33:33.996Z] daemon.go:459: [d29a54384a37e] Daemon stopped [2019-09-11T09:33:33.996Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-11T09:33:34.399Z] Removing intermediate container 04819264ed76 [2019-09-11T09:33:34.399Z] ---> 3cbc01331feb [2019-09-11T09:33:34.399Z] 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-11T09:33:34.530Z] === RUN Test/DockerSuite/TestBuildVolumesRetainContents [2019-09-11T09:33:34.681Z] ---> Running in 112355c85685 [2019-09-11T09:33:34.963Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-11T09:33:34.963Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-11T09:33:34.963Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-11T09:33:34.963Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-11T09:33:34.963Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-11T09:33:35.261Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [482 kB] [2019-09-11T09:33:35.544Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-11T09:33:35.544Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-11T09:33:35.809Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.24s) [2019-09-11T09:33:35.809Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-11T09:33:35.809Z] daemon.go:336: [dc719355be8cf] waiting for daemon to start [2019-09-11T09:33:35.809Z] daemon.go:336: [dc719355be8cf] waiting for daemon to start [2019-09-11T09:33:35.809Z] daemon.go:364: [dc719355be8cf] daemon started [2019-09-11T09:33:35.809Z] daemon.go:472: [dc719355be8cf] Stopping daemon [2019-09-11T09:33:35.809Z] daemon.go:307: [dc719355be8cf] exiting daemon [2019-09-11T09:33:35.809Z] daemon.go:459: [dc719355be8cf] Daemon stopped [2019-09-11T09:33:35.809Z] === RUN TestAuthZPluginHeader [2019-09-11T09:33:36.166Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-11T09:33:36.415Z] === RUN Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-11T09:33:36.415Z] === RUN Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-11T09:33:36.415Z] === RUN Test/DockerSuite/TestBuildWindowsUser [2019-09-11T09:33:36.415Z] === RUN Test/DockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-11T09:33:36.415Z] === RUN Test/DockerSuite/TestBuildWithExtraHost [2019-09-11T09:33:36.611Z] --- PASS: TestAuthZPluginHeader (0.84s) [2019-09-11T09:33:36.611Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-11T09:33:36.611Z] daemon.go:336: [dfba4ff00bf89] waiting for daemon to start [2019-09-11T09:33:36.611Z] daemon.go:336: [dfba4ff00bf89] waiting for daemon to start [2019-09-11T09:33:36.611Z] daemon.go:364: [dfba4ff00bf89] daemon started [2019-09-11T09:33:36.611Z] daemon.go:472: [dfba4ff00bf89] Stopping daemon [2019-09-11T09:33:36.611Z] daemon.go:307: [dfba4ff00bf89] exiting daemon [2019-09-11T09:33:36.611Z] daemon.go:459: [dfba4ff00bf89] Daemon stopped [2019-09-11T09:33:36.611Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-11T09:33:36.611Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-09-11T09:33:36.611Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:33:36.611Z] === RUN TestAuthZPluginV2Disable [2019-09-11T09:33:36.611Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-11T09:33:36.611Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:33:36.611Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-11T09:33:36.611Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-11T09:33:36.611Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:33:36.611Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-11T09:33:36.611Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-11T09:33:36.611Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:33:36.611Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-11T09:33:37.567Z] Fetched 7721 kB in 2s (3132 kB/s) [2019-09-11T09:33:38.301Z] === RUN Test/DockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-11T09:33:38.301Z] === RUN Test/DockerSuite/TestBuildWithFailure [2019-09-11T09:33:38.574Z] Reading package lists... [2019-09-11T09:33:39.087Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-11T09:33:39.227Z] === RUN Test/DockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-11T09:33:39.580Z] Reading package lists... [2019-09-11T09:33:39.788Z] === RUN Test/DockerSuite/TestBuildWithTabs [2019-09-11T09:33:39.862Z] Building dependency tree... [2019-09-11T09:33:39.862Z] Reading state information... [2019-09-11T09:33:40.144Z] The following additional packages will be installed: [2019-09-11T09:33:40.144Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-11T09:33:40.144Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-11T09:33:40.144Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-11T09:33:40.144Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-11T09:33:40.144Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-11T09:33:40.144Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-11T09:33:40.144Z] libselinux1-dev libsepol1-dev libsystemd0 libudev1 libxtables12 [2019-09-11T09:33:40.144Z] mingw-w64-common mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-11T09:33:40.144Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-11T09:33:40.144Z] Suggested packages: [2019-09-11T09:33:40.144Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-11T09:33:40.144Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-11T09:33:40.144Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-11T09:33:40.144Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-11T09:33:40.144Z] Recommended packages: [2019-09-11T09:33:40.144Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-11T09:33:40.144Z] python3-keyrings.alt python3-xdg unzip [2019-09-11T09:33:41.151Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOM [2019-09-11T09:33:41.151Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-11T09:33:41.153Z] The following NEW packages will be installed: [2019-09-11T09:33:41.153Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-11T09:33:41.153Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-11T09:33:41.153Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-11T09:33:41.153Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-11T09:33:41.153Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-11T09:33:41.153Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-11T09:33:41.153Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-11T09:33:41.153Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-11T09:33:41.153Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-11T09:33:41.153Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-11T09:33:41.153Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-11T09:33:41.153Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-11T09:33:41.153Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-11T09:33:41.153Z] xfsprogs xxd xz-utils zip [2019-09-11T09:33:41.153Z] The following packages will be upgraded: [2019-09-11T09:33:41.153Z] libsystemd0 libudev1 [2019-09-11T09:33:41.153Z] 2 upgraded, 69 newly installed, 0 to remove and 8 not upgraded. [2019-09-11T09:33:41.153Z] Need to get 87.7 MB of archives. [2019-09-11T09:33:41.153Z] After this operation, 585 MB of additional disk space will be used. [2019-09-11T09:33:41.153Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd0 ppc64el 232-25+deb9u12 [252 kB] [2019-09-11T09:33:41.153Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-09-11T09:33:41.153Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-11T09:33:41.153Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-09-11T09:33:41.153Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-09-11T09:33:41.153Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev1 ppc64el 232-25+deb9u12 [120 kB] [2019-09-11T09:33:41.153Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-09-11T09:33:41.153Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-09-11T09:33:41.439Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-09-11T09:33:41.439Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-09-11T09:33:41.439Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-09-11T09:33:41.439Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-09-11T09:33:41.439Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-09-11T09:33:41.726Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-09-11T09:33:41.726Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-09-11T09:33:41.726Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-09-11T09:33:41.726Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-09-11T09:33:41.726Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-09-11T09:33:41.726Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-11T09:33:41.726Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-09-11T09:33:41.726Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-09-11T09:33:41.726Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-09-11T09:33:41.726Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-09-11T09:33:41.726Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-11T09:33:41.726Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-11T09:33:41.726Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-09-11T09:33:41.726Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-09-11T09:33:41.726Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-09-11T09:33:41.726Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-09-11T09:33:41.726Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-11T09:33:41.726Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-11T09:33:41.726Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-11T09:33:41.726Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-09-11T09:33:41.726Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-09-11T09:33:41.726Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-11T09:33:41.726Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-11T09:33:41.726Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-11T09:33:41.726Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-09-11T09:33:41.726Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-09-11T09:33:41.726Z] Get:40 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-11T09:33:41.726Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-09-11T09:33:41.726Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-09-11T09:33:41.726Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-09-11T09:33:41.726Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-09-11T09:33:41.726Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-09-11T09:33:41.726Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-09-11T09:33:41.726Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-09-11T09:33:41.726Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-11T09:33:41.726Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-09-11T09:33:41.726Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-09-11T09:33:41.726Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-09-11T09:33:41.726Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-11T09:33:41.726Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-11T09:33:41.726Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-11T09:33:41.726Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-09-11T09:33:41.726Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-11T09:33:41.726Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-09-11T09:33:41.726Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-11T09:33:42.004Z] --- PASS: TestBuildMultiStageCopy (24.37s) [2019-09-11T09:33:42.004Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (13.87s) [2019-09-11T09:33:42.004Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (2.20s) [2019-09-11T09:33:42.004Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (2.60s) [2019-09-11T09:33:42.004Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (2.68s) [2019-09-11T09:33:42.004Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (3.00s) [2019-09-11T09:33:42.004Z] === RUN TestBuildMultiStageParentConfig [2019-09-11T09:33:42.004Z] --- SKIP: TestBuildMultiStageParentConfig (0.01s) [2019-09-11T09:33:42.004Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:33:42.004Z] === RUN TestBuildLabelWithTargets [2019-09-11T09:33:42.004Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-09-11T09:33:42.004Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:33:42.004Z] === RUN TestBuildWithEmptyLayers [2019-09-11T09:33:42.019Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-09-11T09:33:42.019Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-09-11T09:33:42.019Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-09-11T09:33:42.019Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-09-11T09:33:42.019Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-09-11T09:33:42.019Z] Get:64 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-11T09:33:42.019Z] Get:65 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-11T09:33:42.019Z] Get:66 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-11T09:33:42.019Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-11T09:33:42.312Z] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-11T09:33:42.312Z] Get:69 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-11T09:33:42.312Z] Get:70 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-11T09:33:42.948Z] Get:71 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-11T09:33:43.575Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-11T09:33:43.575Z] Fetched 87.7 MB in 2s (40.5 MB/s) [2019-09-11T09:33:43.575Z] (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-11T09:33:43.575Z] Preparing to unpack .../libsystemd0_232-25+deb9u12_ppc64el.deb ... [2019-09-11T09:33:43.575Z] Unpacking libsystemd0:ppc64el (232-25+deb9u12) over (232-25+deb9u11) ... [2019-09-11T09:33:43.575Z] Setting up libsystemd0:ppc64el (232-25+deb9u12) ... [2019-09-11T09:33:43.575Z] Selecting previously unselected package bash-completion. [2019-09-11T09:33:43.575Z] (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-11T09:33:43.575Z] Preparing to unpack .../bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-11T09:33:44.412Z] === RUN Test/DockerSuite/TestBuildWithVolumeOwnership [2019-09-11T09:33:45.053Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-11T09:33:45.053Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-11T09:33:45.053Z] Preparing to unpack .../libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-11T09:33:45.053Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-11T09:33:45.053Z] Selecting previously unselected package libnfnetlink0:ppc64el. [2019-09-11T09:33:45.053Z] Preparing to unpack .../libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-09-11T09:33:45.053Z] Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-11T09:33:45.053Z] Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-09-11T09:33:45.053Z] Preparing to unpack .../libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-09-11T09:33:45.053Z] Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-11T09:33:45.053Z] Preparing to unpack .../libudev1_232-25+deb9u12_ppc64el.deb ... [2019-09-11T09:33:45.053Z] Unpacking libudev1:ppc64el (232-25+deb9u12) over (232-25+deb9u11) ... [2019-09-11T09:33:45.053Z] Setting up libudev1:ppc64el (232-25+deb9u12) ... [2019-09-11T09:33:45.053Z] Selecting previously unselected package libudev-dev:ppc64el. [2019-09-11T09:33:45.053Z] (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 ... 15619 files and directories currently installed.) [2019-09-11T09:33:45.053Z] Preparing to unpack .../0-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-09-11T09:33:45.053Z] Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-09-11T09:33:45.053Z] Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-09-11T09:33:45.053Z] Preparing to unpack .../1-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-11T09:33:45.053Z] Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-11T09:33:45.335Z] Selecting previously unselected package python3.5-minimal. [2019-09-11T09:33:45.335Z] Preparing to unpack .../2-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-11T09:33:45.335Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-11T09:33:45.619Z] Selecting previously unselected package python3-minimal. [2019-09-11T09:33:45.619Z] Preparing to unpack .../3-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-09-11T09:33:45.619Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-11T09:33:45.619Z] Selecting previously unselected package libmpdec2:ppc64el. [2019-09-11T09:33:45.619Z] Preparing to unpack .../4-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-09-11T09:33:45.619Z] Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-09-11T09:33:45.619Z] Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-09-11T09:33:45.619Z] Preparing to unpack .../5-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-11T09:33:45.619Z] Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-11T09:33:45.902Z] Selecting previously unselected package python3.5. [2019-09-11T09:33:45.902Z] Preparing to unpack .../6-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-11T09:33:45.902Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-11T09:33:45.902Z] Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-09-11T09:33:45.902Z] Preparing to unpack .../7-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-09-11T09:33:45.902Z] Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-11T09:33:45.902Z] Selecting previously unselected package dh-python. [2019-09-11T09:33:45.902Z] Preparing to unpack .../8-dh-python_2.20170125_all.deb ... [2019-09-11T09:33:45.902Z] Unpacking dh-python (2.20170125) ... [2019-09-11T09:33:46.188Z] Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-11T09:33:46.188Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-11T09:33:46.717Z] --- PASS: TestBuildWithEmptyLayers (4.99s) [2019-09-11T09:33:46.717Z] === RUN TestBuildMultiStageOnBuild [2019-09-11T09:33:46.717Z] --- SKIP: TestBuildMultiStageOnBuild (0.01s) [2019-09-11T09:33:46.717Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:33:46.717Z] === RUN TestBuildUncleanTarFilenames [2019-09-11T09:33:46.717Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2019-09-11T09:33:46.717Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:33:46.717Z] === RUN TestBuildMultiStageLayerLeak [2019-09-11T09:33:46.717Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s) [2019-09-11T09:33:46.717Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:33:46.717Z] === RUN TestBuildWithHugeFile [2019-09-11T09:33:46.717Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-09-11T09:33:46.717Z] build_test.go:491: testEnv.OSType == "windows" [2019-09-11T09:33:46.717Z] === RUN TestBuildWithEmptyDockerfile [2019-09-11T09:33:46.717Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:33:46.717Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:33:46.717Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:33:46.717Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:33:46.717Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:33:46.717Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:33:46.924Z] --- PASS: TestServicePlugin (36.74s) [2019-09-11T09:33:46.924Z] plugin_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin [2019-09-11T09:33:46.924Z] daemon.go:336: [d1561e8d6ef57] waiting for daemon to start [2019-09-11T09:33:46.924Z] daemon.go:336: [d1561e8d6ef57] waiting for daemon to start [2019-09-11T09:33:46.924Z] daemon.go:364: [d1561e8d6ef57] daemon started [2019-09-11T09:33:46.924Z] daemon.go:472: [d1561e8d6ef57] Stopping daemon [2019-09-11T09:33:46.924Z] daemon.go:307: [d1561e8d6ef57] exiting daemon [2019-09-11T09:33:46.924Z] daemon.go:459: [d1561e8d6ef57] Daemon stopped [2019-09-11T09:33:46.924Z] plugin_test.go:59: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin [2019-09-11T09:33:46.924Z] daemon.go:336: [d7b0b6173b952] waiting for daemon to start [2019-09-11T09:33:46.924Z] daemon.go:336: [d7b0b6173b952] waiting for daemon to start [2019-09-11T09:33:46.924Z] daemon.go:364: [d7b0b6173b952] daemon started [2019-09-11T09:33:46.924Z] plugin_test.go:61: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin [2019-09-11T09:33:46.924Z] daemon.go:336: [d0cafbc1df1b0] waiting for daemon to start [2019-09-11T09:33:46.924Z] daemon.go:336: [d0cafbc1df1b0] waiting for daemon to start [2019-09-11T09:33:46.924Z] daemon.go:364: [d0cafbc1df1b0] daemon started [2019-09-11T09:33:46.924Z] plugin_test.go:62: [d0cafbc1df1b0] joining swarm manager [d7b0b6173b952]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T09:33:46.924Z] plugin_test.go:64: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin [2019-09-11T09:33:46.924Z] daemon.go:336: [d1515dc24f49b] waiting for daemon to start [2019-09-11T09:33:46.924Z] daemon.go:336: [d1515dc24f49b] waiting for daemon to start [2019-09-11T09:33:46.924Z] daemon.go:364: [d1515dc24f49b] daemon started [2019-09-11T09:33:46.924Z] plugin_test.go:65: [d1515dc24f49b] joining swarm manager [d7b0b6173b952]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T09:33:46.924Z] daemon.go:472: [d1515dc24f49b] Stopping daemon [2019-09-11T09:33:46.924Z] daemon.go:307: [d1515dc24f49b] exiting daemon [2019-09-11T09:33:46.924Z] daemon.go:459: [d1515dc24f49b] Daemon stopped [2019-09-11T09:33:46.924Z] daemon.go:472: [d0cafbc1df1b0] Stopping daemon [2019-09-11T09:33:46.924Z] daemon.go:307: [d0cafbc1df1b0] exiting daemon [2019-09-11T09:33:46.924Z] daemon.go:459: [d0cafbc1df1b0] Daemon stopped [2019-09-11T09:33:46.924Z] daemon.go:472: [d7b0b6173b952] Stopping daemon [2019-09-11T09:33:46.924Z] daemon.go:307: [d7b0b6173b952] exiting daemon [2019-09-11T09:33:46.924Z] daemon.go:459: [d7b0b6173b952] Daemon stopped [2019-09-11T09:33:46.924Z] === RUN TestServiceUpdateLabel [2019-09-11T09:33:46.924Z] === RUN Test/DockerSuite/TestBuildWithVolumes [2019-09-11T09:33:47.179Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:33:47.179Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:33:47.179Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:33:47.179Z] --- PASS: TestBuildWithEmptyDockerfile (0.35s) [2019-09-11T09:33:47.179Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2019-09-11T09:33:47.179Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2019-09-11T09:33:47.179Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-09-11T09:33:47.179Z] === RUN TestBuildPreserveOwnership [2019-09-11T09:33:47.179Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-09-11T09:33:47.179Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:33:47.179Z] === RUN TestBuildPlatformInvalid [2019-09-11T09:33:47.179Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2019-09-11T09:33:47.179Z] PASS [2019-09-11T09:33:47.179Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-09-11T09:33:47.179Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:33:47.179Z] INFO: Testing against a local daemon [2019-09-11T09:33:47.179Z] === RUN TestConfigList [2019-09-11T09:33:47.180Z] --- SKIP: TestConfigList (0.00s) [2019-09-11T09:33:47.180Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:33:47.180Z] === RUN TestConfigsCreateAndDelete [2019-09-11T09:33:47.180Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-09-11T09:33:47.180Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:33:47.180Z] === RUN TestConfigsUpdate [2019-09-11T09:33:47.180Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-09-11T09:33:47.180Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:33:47.180Z] === RUN TestTemplatedConfig [2019-09-11T09:33:47.180Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-09-11T09:33:47.180Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:33:47.180Z] === RUN TestConfigInspect [2019-09-11T09:33:47.180Z] --- SKIP: TestConfigInspect (0.00s) [2019-09-11T09:33:47.180Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:33:47.180Z] === RUN TestConfigCreateWithLabels [2019-09-11T09:33:47.180Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-09-11T09:33:47.180Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:33:47.180Z] === RUN TestConfigCreateResolve [2019-09-11T09:33:47.180Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-09-11T09:33:47.180Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:33:47.180Z] === RUN TestConfigDaemonLibtrustID [2019-09-11T09:33:47.180Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-09-11T09:33:47.180Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:33:47.180Z] PASS [2019-09-11T09:33:47.180Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-09-11T09:33:47.180Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:33:47.180Z] INFO: Testing against a local daemon [2019-09-11T09:33:47.180Z] === RUN TestCheckpoint [2019-09-11T09:33:47.180Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-11T09:33:47.180Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-11T09:33:47.180Z] === RUN TestContainerInvalidJSON [2019-09-11T09:33:47.180Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:33:47.180Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:33:47.180Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:33:47.180Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:33:47.180Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:33:47.180Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:33:47.180Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:33:47.180Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:33:47.180Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:33:47.180Z] --- PASS: TestContainerInvalidJSON (0.05s) [2019-09-11T09:33:47.180Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-11T09:33:47.180Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-09-11T09:33:47.180Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-09-11T09:33:47.180Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-11T09:33:47.180Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.02s) [2019-09-11T09:33:47.180Z] copy_test.go:25: testEnv.OSType == "windows" [2019-09-11T09:33:47.180Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-11T09:33:47.180Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-09-11T09:33:47.180Z] copy_test.go:39: testEnv.OSType == "windows" [2019-09-11T09:33:47.180Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-11T09:33:47.196Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-11T09:33:47.197Z] Selecting previously unselected package python3. [2019-09-11T09:33:47.197Z] (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-11T09:33:47.197Z] Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-09-11T09:33:47.197Z] Unpacking python3 (3.5.3-1) ... [2019-09-11T09:33:47.197Z] Selecting previously unselected package pigz. [2019-09-11T09:33:47.197Z] Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-09-11T09:33:47.197Z] Unpacking pigz (2.3.4-1) ... [2019-09-11T09:33:47.197Z] Selecting previously unselected package libip4tc0:ppc64el. [2019-09-11T09:33:47.197Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-11T09:33:47.197Z] Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-11T09:33:47.480Z] Selecting previously unselected package libip6tc0:ppc64el. [2019-09-11T09:33:47.480Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-11T09:33:47.480Z] Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-11T09:33:47.480Z] Selecting previously unselected package libiptc0:ppc64el. [2019-09-11T09:33:47.480Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-11T09:33:47.480Z] Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-11T09:33:47.480Z] Selecting previously unselected package libxtables12:ppc64el. [2019-09-11T09:33:47.480Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-11T09:33:47.480Z] Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-11T09:33:47.480Z] Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-09-11T09:33:47.480Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-09-11T09:33:47.480Z] Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-11T09:33:47.480Z] Selecting previously unselected package iptables. [2019-09-11T09:33:47.480Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-11T09:33:47.480Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-11T09:33:47.480Z] Selecting previously unselected package xxd. [2019-09-11T09:33:47.480Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-11T09:33:47.480Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:33:47.480Z] Selecting previously unselected package vim-common. [2019-09-11T09:33:47.644Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-09-11T09:33:47.644Z] copy_test.go:51: testEnv.OSType == "windows" [2019-09-11T09:33:47.644Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-11T09:33:47.644Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2019-09-11T09:33:47.644Z] copy_test.go:65: testEnv.OSType == "windows" [2019-09-11T09:33:47.644Z] === RUN TestCopyFromContainer [2019-09-11T09:33:47.644Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-09-11T09:33:47.644Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:33:47.644Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-11T09:33:47.644Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:33:47.644Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:33:47.644Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:33:47.644Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:33:47.644Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:33:47.644Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:33:47.644Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:33:47.644Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:33:47.644Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:33:47.644Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-11T09:33:47.644Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-11T09:33:47.644Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-11T09:33:47.644Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-11T09:33:47.644Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-11T09:33:47.644Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-09-11T09:33:47.644Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-09-11T09:33:47.644Z] === RUN TestCreateWithInvalidEnv [2019-09-11T09:33:47.644Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-11T09:33:47.644Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-11T09:33:47.644Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-11T09:33:47.644Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-11T09:33:47.644Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-11T09:33:47.644Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-11T09:33:47.644Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-11T09:33:47.644Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-11T09:33:47.644Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-11T09:33:47.644Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-11T09:33:47.644Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-09-11T09:33:47.644Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-09-11T09:33:47.644Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-09-11T09:33:47.644Z] === RUN TestCreateTmpfsMountsTarget [2019-09-11T09:33:47.644Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-09-11T09:33:47.644Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:33:47.644Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-11T09:33:47.644Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-09-11T09:33:47.644Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:33:47.644Z] === RUN TestCreateWithCapabilities [2019-09-11T09:33:47.644Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-09-11T09:33:47.644Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-09-11T09:33:47.644Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-11T09:33:47.644Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-09-11T09:33:47.644Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:33:47.644Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-11T09:33:47.644Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:33:47.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:33:47.644Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:33:47.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:33:47.644Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:33:47.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:33:47.644Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:33:47.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:33:47.644Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:33:47.644Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:33:47.644Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:33:47.644Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:33:47.644Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:33:47.644Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:33:47.644Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:33:47.644Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-09-11T09:33:47.644Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-11T09:33:47.644Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-11T09:33:47.644Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-11T09:33:47.644Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-11T09:33:47.644Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2019-09-11T09:33:47.644Z] === RUN TestDiff [2019-09-11T09:33:47.644Z] --- SKIP: TestDiff (0.00s) [2019-09-11T09:33:47.644Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-09-11T09:33:47.644Z] === RUN TestExecWithCloseStdin [2019-09-11T09:33:47.763Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-11T09:33:47.763Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:33:47.763Z] Selecting previously unselected package bzip2. [2019-09-11T09:33:47.763Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-09-11T09:33:47.763Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-11T09:33:47.763Z] Selecting previously unselected package libgpm2:ppc64el. [2019-09-11T09:33:47.763Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-09-11T09:33:47.763Z] Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-11T09:33:47.763Z] Selecting previously unselected package xz-utils. [2019-09-11T09:33:47.763Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-09-11T09:33:47.763Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-11T09:33:47.763Z] Selecting previously unselected package aufs-tools. [2019-09-11T09:33:47.763Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-09-11T09:33:47.763Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-11T09:33:47.763Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-11T09:33:47.763Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-11T09:33:47.763Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-11T09:33:47.763Z] Selecting previously unselected package btrfs-progs. [2019-09-11T09:33:47.763Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-11T09:33:47.763Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-11T09:33:47.872Z] === RUN Test/DockerSuite/TestBuildWorkdirCmd [2019-09-11T09:33:48.047Z] Selecting previously unselected package btrfs-tools. [2019-09-11T09:33:48.047Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-11T09:33:48.047Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-11T09:33:48.047Z] Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-09-11T09:33:48.047Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-11T09:33:48.047Z] Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-11T09:33:48.047Z] Selecting previously unselected package dmsetup. [2019-09-11T09:33:48.047Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-09-11T09:33:48.047Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-11T09:33:48.047Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-11T09:33:48.047Z] Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-09-11T09:33:48.047Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-11T09:33:48.047Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-11T09:33:48.047Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-11T09:33:48.047Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-11T09:33:48.127Z] === RUN Test/DockerSuite/TestBuildWorkdirImageCmd [2019-09-11T09:33:48.330Z] Selecting previously unselected package jq. [2019-09-11T09:33:48.331Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-11T09:33:48.331Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-11T09:33:48.331Z] Selecting previously unselected package libaio1:ppc64el. [2019-09-11T09:33:48.331Z] Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-09-11T09:33:48.331Z] Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-09-11T09:33:48.331Z] Selecting previously unselected package libcap2-bin. [2019-09-11T09:33:48.331Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-09-11T09:33:48.331Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-11T09:33:48.331Z] Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-09-11T09:33:48.331Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-11T09:33:48.331Z] Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-11T09:33:48.331Z] Selecting previously unselected package libsepol1-dev:ppc64el. [2019-09-11T09:33:48.331Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-09-11T09:33:48.331Z] Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-09-11T09:33:48.331Z] Selecting previously unselected package libpcre16-3:ppc64el. [2019-09-11T09:33:48.331Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-09-11T09:33:48.331Z] Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-11T09:33:48.331Z] Selecting previously unselected package libpcre32-3:ppc64el. [2019-09-11T09:33:48.331Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-09-11T09:33:48.331Z] Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-11T09:33:48.615Z] Selecting previously unselected package libpcre3-dev:ppc64el. [2019-09-11T09:33:48.615Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-09-11T09:33:48.615Z] Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-11T09:33:48.615Z] Selecting previously unselected package libselinux1-dev:ppc64el. [2019-09-11T09:33:48.615Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-09-11T09:33:48.615Z] Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-11T09:33:48.615Z] Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-09-11T09:33:48.615Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-09-11T09:33:48.615Z] Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-11T09:33:48.615Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-11T09:33:48.615Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-11T09:33:48.615Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-11T09:33:48.907Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-11T09:33:48.907Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-11T09:33:48.907Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-11T09:33:48.907Z] Selecting previously unselected package libreadline5:ppc64el. [2019-09-11T09:33:48.907Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-09-11T09:33:48.907Z] Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-11T09:33:48.907Z] Selecting previously unselected package libsystemd-dev:ppc64el. [2019-09-11T09:33:48.907Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-09-11T09:33:48.907Z] Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-09-11T09:33:49.052Z] === RUN Test/DockerSuite/TestBuildWorkdirWindowsPath [2019-09-11T09:33:49.052Z] === RUN Test/DockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-11T09:33:49.191Z] Selecting previously unselected package net-tools. [2019-09-11T09:33:49.191Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-09-11T09:33:49.191Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-11T09:33:49.475Z] Selecting previously unselected package python-pip-whl. [2019-09-11T09:33:49.475Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-11T09:33:49.475Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-11T09:33:49.475Z] Selecting previously unselected package python3-pip. [2019-09-11T09:33:49.475Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-11T09:33:49.475Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-11T09:33:49.475Z] Selecting previously unselected package python3-pkg-resources. [2019-09-11T09:33:49.475Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-11T09:33:49.475Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-11T09:33:49.613Z] --- PASS: TestServiceUpdateLabel (3.10s) [2019-09-11T09:33:49.613Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateLabel [2019-09-11T09:33:49.613Z] daemon.go:336: [d3bfddfc88971] waiting for daemon to start [2019-09-11T09:33:49.613Z] daemon.go:336: [d3bfddfc88971] waiting for daemon to start [2019-09-11T09:33:49.613Z] daemon.go:364: [d3bfddfc88971] daemon started [2019-09-11T09:33:49.613Z] daemon.go:472: [d3bfddfc88971] Stopping daemon [2019-09-11T09:33:49.613Z] daemon.go:307: [d3bfddfc88971] exiting daemon [2019-09-11T09:33:49.613Z] daemon.go:459: [d3bfddfc88971] Daemon stopped [2019-09-11T09:33:49.613Z] === RUN TestServiceUpdateSecrets [2019-09-11T09:33:49.758Z] Selecting previously unselected package python3-setuptools. [2019-09-11T09:33:49.758Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-11T09:33:49.758Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-11T09:33:49.758Z] Selecting previously unselected package python3-wheel. [2019-09-11T09:33:49.758Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-11T09:33:49.758Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-11T09:33:49.758Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-11T09:33:49.758Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-09-11T09:33:49.758Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-11T09:33:49.758Z] Selecting previously unselected package vim-runtime. [2019-09-11T09:33:49.758Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-11T09:33:49.758Z] 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-11T09:33:49.758Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-11T09:33:49.758Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:33:50.174Z] === RUN Test/DockerSuite/TestBuildXZHost [2019-09-11T09:33:50.768Z] Selecting previously unselected package vim. [2019-09-11T09:33:50.768Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-11T09:33:50.768Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:33:51.051Z] Selecting previously unselected package xfsprogs. [2019-09-11T09:33:51.051Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-09-11T09:33:51.051Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-11T09:33:51.051Z] Selecting previously unselected package zip. [2019-09-11T09:33:51.051Z] Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-09-11T09:33:51.051Z] Unpacking zip (3.0-11+b1) ... [2019-09-11T09:33:51.051Z] Selecting previously unselected package libapparmor-perl. [2019-09-11T09:33:51.051Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-11T09:33:51.051Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-11T09:33:51.334Z] Selecting previously unselected package apparmor. [2019-09-11T09:33:51.334Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-11T09:33:51.334Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-11T09:33:51.334Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-11T09:33:51.334Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-11T09:33:51.334Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-11T09:33:51.395Z] --- PASS: TestExecWithCloseStdin (3.80s) [2019-09-11T09:33:51.395Z] === RUN TestExec [2019-09-11T09:33:51.395Z] --- SKIP: TestExec (0.00s) [2019-09-11T09:33:51.395Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-11T09:33:51.395Z] === RUN TestExecUser [2019-09-11T09:33:51.395Z] --- SKIP: TestExecUser (0.00s) [2019-09-11T09:33:51.395Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-11T09:33:51.395Z] === RUN TestExportContainerAndImportImage [2019-09-11T09:33:51.395Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-09-11T09:33:51.395Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:33:51.395Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-11T09:33:51.395Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-09-11T09:33:51.395Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:33:51.395Z] === RUN TestHealthCheckWorkdir [2019-09-11T09:33:51.395Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-09-11T09:33:51.395Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-11T09:33:51.395Z] === RUN TestHealthKillContainer [2019-09-11T09:33:51.395Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-09-11T09:33:51.395Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-09-11T09:33:51.395Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-11T09:33:51.395Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-09-11T09:33:51.395Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-09-11T09:33:51.395Z] === RUN TestKillContainerInvalidSignal [2019-09-11T09:33:51.617Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-11T09:33:51.617Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-11T09:33:51.617Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-11T09:33:52.232Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-11T09:33:52.232Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-11T09:33:52.232Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-11T09:33:52.232Z] Selecting previously unselected package mingw-w64-common. [2019-09-11T09:33:52.232Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-11T09:33:52.232Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-11T09:33:52.685Z] === RUN Test/DockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-11T09:33:52.685Z] === RUN Test/DockerSuite/TestClientSetsTLSServerName [2019-09-11T09:33:52.685Z] === RUN Test/DockerSuite/TestCmdCannotBeInvoked [2019-09-11T09:33:53.241Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-11T09:33:53.241Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-11T09:33:53.241Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-11T09:33:53.609Z] === RUN Test/DockerSuite/TestCommitAfterContainerIsDone [2019-09-11T09:33:54.250Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-11T09:33:54.250Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-11T09:33:54.250Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-11T09:33:54.250Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-11T09:33:54.250Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-11T09:33:54.250Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-11T09:33:54.534Z] === RUN Test/DockerSuite/TestCommitChange [2019-09-11T09:33:55.145Z] --- PASS: TestKillContainerInvalidSignal (3.41s) [2019-09-11T09:33:55.145Z] === RUN TestKillContainer [2019-09-11T09:33:55.145Z] --- SKIP: TestKillContainer (0.00s) [2019-09-11T09:33:55.145Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-09-11T09:33:55.145Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-11T09:33:55.145Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-09-11T09:33:55.145Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-11T09:33:55.145Z] === RUN TestKillStoppedContainer [2019-09-11T09:33:55.145Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-09-11T09:33:55.145Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-11T09:33:55.145Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-11T09:33:55.145Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-09-11T09:33:55.145Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-11T09:33:55.145Z] === RUN TestKillDifferentUserContainer [2019-09-11T09:33:55.145Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-09-11T09:33:55.145Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-09-11T09:33:55.145Z] === RUN TestInspectOomKilledTrue [2019-09-11T09:33:55.145Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-11T09:33:55.145Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-11T09:33:55.145Z] === RUN TestInspectOomKilledFalse [2019-09-11T09:33:55.145Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-11T09:33:55.145Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-11T09:33:55.145Z] === RUN TestLogsFollowTailEmpty [2019-09-11T09:33:55.459Z] === RUN Test/DockerSuite/TestCommitChangeLabels [2019-09-11T09:33:56.341Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.84s) [2019-09-11T09:33:56.341Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-11T09:33:56.341Z] daemon.go:336: [d4f874f4f93dc] waiting for daemon to start [2019-09-11T09:33:56.341Z] daemon.go:336: [d4f874f4f93dc] waiting for daemon to start [2019-09-11T09:33:56.341Z] daemon.go:364: [d4f874f4f93dc] daemon started [2019-09-11T09:33:56.341Z] daemon.go:472: [d4f874f4f93dc] Stopping daemon [2019-09-11T09:33:56.341Z] daemon.go:307: [d4f874f4f93dc] exiting daemon [2019-09-11T09:33:56.341Z] daemon.go:459: [d4f874f4f93dc] Daemon stopped [2019-09-11T09:33:56.341Z] daemon.go:336: [d4f874f4f93dc] waiting for daemon to start [2019-09-11T09:33:56.341Z] daemon.go:336: [d4f874f4f93dc] waiting for daemon to start [2019-09-11T09:33:56.341Z] daemon.go:336: [d4f874f4f93dc] waiting for daemon to start [2019-09-11T09:33:56.341Z] daemon.go:336: [d4f874f4f93dc] waiting for daemon to start [2019-09-11T09:33:56.341Z] daemon.go:350: [d4f874f4f93dc] error pinging daemon on start: Get http://d4f874f4f93dc.sock/_ping: context deadline exceeded [2019-09-11T09:33:56.341Z] daemon.go:336: [d4f874f4f93dc] waiting for daemon to start [2019-09-11T09:33:56.341Z] daemon.go:350: [d4f874f4f93dc] error pinging daemon on start: Get http://d4f874f4f93dc.sock/_ping: context deadline exceeded [2019-09-11T09:33:56.341Z] daemon.go:336: [d4f874f4f93dc] waiting for daemon to start [2019-09-11T09:33:56.341Z] daemon.go:350: [d4f874f4f93dc] error pinging daemon on start: Get http://d4f874f4f93dc.sock/_ping: context deadline exceeded [2019-09-11T09:33:56.341Z] daemon.go:336: [d4f874f4f93dc] waiting for daemon to start [2019-09-11T09:33:56.341Z] daemon.go:350: [d4f874f4f93dc] error pinging daemon on start: Get http://d4f874f4f93dc.sock/_ping: context deadline exceeded [2019-09-11T09:33:56.341Z] daemon.go:307: [d4f874f4f93dc] exiting daemon [2019-09-11T09:33:56.341Z] daemon.go:336: [d4f874f4f93dc] waiting for daemon to start [2019-09-11T09:33:56.341Z] daemon.go:336: [d4f874f4f93dc] waiting for daemon to start [2019-09-11T09:33:56.341Z] daemon.go:336: [d4f874f4f93dc] waiting for daemon to start [2019-09-11T09:33:56.341Z] daemon.go:364: [d4f874f4f93dc] daemon started [2019-09-11T09:33:56.341Z] daemon.go:472: [d4f874f4f93dc] Stopping daemon [2019-09-11T09:33:56.341Z] daemon.go:307: [d4f874f4f93dc] exiting daemon [2019-09-11T09:33:56.341Z] daemon.go:459: [d4f874f4f93dc] Daemon stopped [2019-09-11T09:33:56.341Z] PASS [2019-09-11T09:33:56.341Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m [2019-09-11T09:33:56.341Z] INFO: Testing against a local daemon [2019-09-11T09:33:56.341Z] === RUN TestPluginInvalidJSON [2019-09-11T09:33:56.341Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:33:56.341Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:33:56.341Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:33:56.341Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-09-11T09:33:56.341Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-11T09:33:56.341Z] PASS [2019-09-11T09:33:56.341Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m [2019-09-11T09:33:56.341Z] INFO: Testing against a local daemon [2019-09-11T09:33:56.341Z] === RUN TestExternalGraphDriver [2019-09-11T09:33:56.341Z] === RUN TestExternalGraphDriver/json [2019-09-11T09:33:56.341Z] === RUN TestExternalGraphDriver/spec [2019-09-11T09:33:56.384Z] === RUN Test/DockerSuite/TestCommitHardlink [2019-09-11T09:33:58.067Z] --- PASS: TestLogsFollowTailEmpty (3.39s) [2019-09-11T09:33:58.067Z] === RUN TestNetworkNat [2019-09-11T09:33:58.067Z] --- SKIP: TestNetworkNat (0.00s) [2019-09-11T09:33:58.067Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-09-11T09:33:58.067Z] === RUN TestNetworkLocalhostTCPNat [2019-09-11T09:33:58.067Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-09-11T09:33:58.067Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:33:58.067Z] === RUN TestNetworkLoopbackNat [2019-09-11T09:33:58.067Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-09-11T09:33:58.067Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-09-11T09:33:58.067Z] === RUN TestPause [2019-09-11T09:33:58.067Z] --- SKIP: TestPause (0.00s) [2019-09-11T09:33:58.067Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-09-11T09:33:58.067Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-11T09:33:58.269Z] === RUN Test/DockerSuite/TestCommitNewFile [2019-09-11T09:33:58.642Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-11T09:33:58.642Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-11T09:33:58.642Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-11T09:33:58.779Z] === RUN TestExternalGraphDriver/pull [2019-09-11T09:34:00.154Z] === RUN Test/DockerSuite/TestCommitPausedContainer [2019-09-11T09:34:00.744Z] --- PASS: TestExternalGraphDriver (6.69s) [2019-09-11T09:34:00.744Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-11T09:34:00.744Z] daemon.go:336: [ddd647a86d8d5] waiting for daemon to start [2019-09-11T09:34:00.744Z] daemon.go:336: [ddd647a86d8d5] waiting for daemon to start [2019-09-11T09:34:00.744Z] daemon.go:364: [ddd647a86d8d5] daemon started [2019-09-11T09:34:00.744Z] daemon.go:472: [ddd647a86d8d5] Stopping daemon [2019-09-11T09:34:00.744Z] daemon.go:307: [ddd647a86d8d5] exiting daemon [2019-09-11T09:34:00.744Z] daemon.go:459: [ddd647a86d8d5] Daemon stopped [2019-09-11T09:34:00.744Z] daemon.go:336: [ddd647a86d8d5] waiting for daemon to start [2019-09-11T09:34:00.744Z] daemon.go:336: [ddd647a86d8d5] waiting for daemon to start [2019-09-11T09:34:00.744Z] daemon.go:364: [ddd647a86d8d5] daemon started [2019-09-11T09:34:00.744Z] daemon.go:472: [ddd647a86d8d5] Stopping daemon [2019-09-11T09:34:00.744Z] daemon.go:307: [ddd647a86d8d5] exiting daemon [2019-09-11T09:34:00.744Z] daemon.go:459: [ddd647a86d8d5] Daemon stopped [2019-09-11T09:34:00.745Z] --- PASS: TestExternalGraphDriver/json (2.10s) [2019-09-11T09:34:00.745Z] daemon.go:336: [ddd647a86d8d5] waiting for daemon to start [2019-09-11T09:34:00.745Z] daemon.go:336: [ddd647a86d8d5] waiting for daemon to start [2019-09-11T09:34:00.745Z] daemon.go:364: [ddd647a86d8d5] daemon started [2019-09-11T09:34:00.745Z] daemon.go:472: [ddd647a86d8d5] Stopping daemon [2019-09-11T09:34:00.745Z] daemon.go:307: [ddd647a86d8d5] exiting daemon [2019-09-11T09:34:00.745Z] daemon.go:459: [ddd647a86d8d5] Daemon stopped [2019-09-11T09:34:00.745Z] daemon.go:336: [ddd647a86d8d5] waiting for daemon to start [2019-09-11T09:34:00.745Z] daemon.go:336: [ddd647a86d8d5] waiting for daemon to start [2019-09-11T09:34:00.745Z] daemon.go:364: [ddd647a86d8d5] daemon started [2019-09-11T09:34:00.745Z] daemon.go:472: [ddd647a86d8d5] Stopping daemon [2019-09-11T09:34:00.745Z] daemon.go:307: [ddd647a86d8d5] exiting daemon [2019-09-11T09:34:00.745Z] daemon.go:459: [ddd647a86d8d5] Daemon stopped [2019-09-11T09:34:00.745Z] --- PASS: TestExternalGraphDriver/spec (2.14s) [2019-09-11T09:34:00.745Z] daemon.go:336: [ddd647a86d8d5] waiting for daemon to start [2019-09-11T09:34:00.745Z] daemon.go:336: [ddd647a86d8d5] waiting for daemon to start [2019-09-11T09:34:00.745Z] daemon.go:364: [ddd647a86d8d5] daemon started [2019-09-11T09:34:00.745Z] daemon.go:472: [ddd647a86d8d5] Stopping daemon [2019-09-11T09:34:00.745Z] daemon.go:307: [ddd647a86d8d5] exiting daemon [2019-09-11T09:34:00.745Z] daemon.go:459: [ddd647a86d8d5] Daemon stopped [2019-09-11T09:34:00.745Z] --- PASS: TestExternalGraphDriver/pull (2.27s) [2019-09-11T09:34:00.745Z] === RUN TestGraphdriverPluginV2 [2019-09-11T09:34:00.745Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-09-11T09:34:00.745Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:34:00.745Z] PASS [2019-09-11T09:34:00.745Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m [2019-09-11T09:34:01.080Z] === RUN Test/DockerSuite/TestCommitTTY [2019-09-11T09:34:01.137Z] INFO: Testing against a local daemon [2019-09-11T09:34:01.137Z] === RUN TestContinueAfterPluginCrash [2019-09-11T09:34:01.137Z] === PAUSE TestContinueAfterPluginCrash [2019-09-11T09:34:01.137Z] === RUN TestDaemonStartWithLogOpt [2019-09-11T09:34:01.137Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-11T09:34:01.137Z] === CONT TestContinueAfterPluginCrash [2019-09-11T09:34:01.137Z] === CONT TestDaemonStartWithLogOpt [2019-09-11T09:34:01.818Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.73s) [2019-09-11T09:34:01.818Z] === RUN TestPauseStopPausedContainer [2019-09-11T09:34:01.818Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-09-11T09:34:01.818Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:34:01.818Z] === RUN TestPsFilter [2019-09-11T09:34:02.097Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-11T09:34:02.097Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-11T09:34:02.097Z] Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-09-11T09:34:02.097Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-11T09:34:02.097Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-11T09:34:02.097Z] Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-11T09:34:02.097Z] Processing triggers for mime-support (3.60) ... [2019-09-11T09:34:02.097Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:34:02.097Z] Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-11T09:34:02.097Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-11T09:34:02.097Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-11T09:34:02.097Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-11T09:34:02.097Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-11T09:34:02.280Z] --- PASS: TestPsFilter (0.15s) [2019-09-11T09:34:02.280Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-11T09:34:02.965Z] === RUN Test/DockerSuite/TestCommitWithFilterLabel [2019-09-11T09:34:03.220Z] === RUN Test/DockerSwarmSuite/TestAPISwarmNodeUpdate [2019-09-11T09:34:03.570Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-11T09:34:03.570Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-11T09:34:03.570Z] Setting up zip (3.0-11+b1) ... [2019-09-11T09:34:03.570Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-11T09:34:03.570Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-11T09:34:03.570Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-11T09:34:03.570Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:34:03.570Z] Setting up libaio1:ppc64el (0.3.110-3) ... [2019-09-11T09:34:03.570Z] Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-11T09:34:03.570Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-11T09:34:03.570Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-11T09:34:03.570Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-11T09:34:03.570Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:34:03.570Z] Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-11T09:34:03.570Z] Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-11T09:34:03.570Z] Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-11T09:34:03.570Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:34:03.570Z] Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-09-11T09:34:03.570Z] Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-11T09:34:03.570Z] Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-11T09:34:03.570Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-11T09:34:03.570Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-11T09:34:03.570Z] Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-09-11T09:34:03.570Z] Setting up pigz (2.3.4-1) ... [2019-09-11T09:34:03.570Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-11T09:34:03.570Z] Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-09-11T09:34:03.570Z] Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-11T09:34:03.570Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-11T09:34:03.570Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-11T09:34:03.570Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-11T09:34:03.570Z] Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-11T09:34:03.570Z] Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-11T09:34:03.570Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-11T09:34:03.570Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-11T09:34:03.570Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-11T09:34:03.570Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-11T09:34:03.570Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-11T09:34:03.570Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-11T09:34:03.570Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-11T09:34:03.570Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-11T09:34:03.570Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-11T09:34:03.570Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-11T09:34:03.570Z] Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-11T09:34:03.570Z] Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-11T09:34:03.570Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-11T09:34:03.570Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-11T09:34:03.570Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-11T09:34:03.570Z] Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-11T09:34:03.570Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-11T09:34:03.780Z] === RUN Test/DockerSuite/TestCommitWithHostBindMount [2019-09-11T09:34:05.143Z] --- PASS: TestServiceUpdateSecrets (15.42s) [2019-09-11T09:34:05.143Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateSecrets [2019-09-11T09:34:05.143Z] daemon.go:336: [d7ebd9f051305] waiting for daemon to start [2019-09-11T09:34:05.143Z] daemon.go:336: [d7ebd9f051305] waiting for daemon to start [2019-09-11T09:34:05.143Z] daemon.go:364: [d7ebd9f051305] daemon started [2019-09-11T09:34:05.143Z] daemon.go:472: [d7ebd9f051305] Stopping daemon [2019-09-11T09:34:05.143Z] daemon.go:307: [d7ebd9f051305] exiting daemon [2019-09-11T09:34:05.143Z] daemon.go:459: [d7ebd9f051305] Daemon stopped [2019-09-11T09:34:05.143Z] === RUN TestServiceUpdateConfigs [2019-09-11T09:34:05.456Z] === RUN Test/DockerSuite/TestBuildAPIDoubleDockerfile [2019-09-11T09:34:05.456Z] === RUN Test/DockerSuite/TestBuildAPILowerDockerfile [2019-09-11T09:34:05.456Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContext [2019-09-11T09:34:05.456Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-11T09:34:05.456Z] === RUN Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-11T09:34:05.456Z] === RUN Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-11T09:34:05.456Z] === RUN Test/DockerSuite/TestBuildAddBadLinks [2019-09-11T09:34:05.456Z] === RUN Test/DockerSuite/TestBuildAddBadLinksVolume [2019-09-11T09:34:05.456Z] === RUN Test/DockerSuite/TestBuildAddBrokenTar [2019-09-11T09:34:05.456Z] === RUN Test/DockerSuite/TestBuildAddCacheOnFileChange [2019-09-11T09:34:05.456Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithCache [2019-09-11T09:34:05.594Z] Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-11T09:34:05.594Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-11T09:34:05.594Z] 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-11T09:34:05.594Z] 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-11T09:34:05.594Z] 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-11T09:34:05.594Z] 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-11T09:34:05.594Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-11T09:34:05.594Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-11T09:34:05.594Z] 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-11T09:34:05.594Z] 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-11T09:34:05.594Z] Setting up python3 (3.5.3-1) ... [2019-09-11T09:34:05.914Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-11T09:34:06.036Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.39s) [2019-09-11T09:34:06.036Z] === RUN TestRemoveContainerWithVolume [2019-09-11T09:34:06.069Z] === RUN Test/DockerSuite/TestCommitWithoutPause [2019-09-11T09:34:06.220Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-11T09:34:06.836Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-11T09:34:06.836Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-11T09:34:06.836Z] Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-11T09:34:06.836Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-11T09:34:07.120Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-11T09:34:07.407Z] Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-11T09:34:07.407Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-11T09:34:07.432Z] === RUN Test/DockerSuite/TestConflictContainerNetworkAndLinks [2019-09-11T09:34:07.432Z] === RUN Test/DockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-11T09:34:07.432Z] === RUN Test/DockerSuite/TestConflictNetworkModeAndOptions [2019-09-11T09:34:07.432Z] === RUN Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-11T09:34:07.432Z] === RUN Test/DockerSuite/TestContainerAPIBadPort [2019-09-11T09:34:07.432Z] === RUN Test/DockerSuite/TestContainerAPIChunkedEncoding [2019-09-11T09:34:07.432Z] === RUN Test/DockerSuite/TestContainerAPICommit [2019-09-11T09:34:07.448Z] === RUN Test/DockerSuite/TestBuildAddDirContentToExistingDir [2019-09-11T09:34:07.448Z] === RUN Test/DockerSuite/TestBuildAddDirContentToRoot [2019-09-11T09:34:07.448Z] === RUN Test/DockerSuite/TestBuildAddFileNotFound [2019-09-11T09:34:07.448Z] === RUN Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-11T09:34:08.023Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-11T09:34:08.023Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-11T09:34:08.306Z] Setting up dh-python (2.20170125) ... [2019-09-11T09:34:08.590Z] Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-11T09:34:08.590Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-11T09:34:08.955Z] --- PASS: TestRemoveContainerWithVolume (3.61s) [2019-09-11T09:34:08.955Z] === RUN TestRemoveContainerRunning [2019-09-11T09:34:09.322Z] === RUN Test/DockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-11T09:34:09.577Z] === RUN Test/DockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-11T09:34:10.350Z] === RUN Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-11T09:34:11.462Z] === RUN Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-11T09:34:11.462Z] === RUN Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-11T09:34:12.042Z] === RUN Test/DockerSuite/TestContainerAPICopyPre124 [2019-09-11T09:34:12.556Z] --- PASS: TestDaemonStartWithLogOpt (10.14s) [2019-09-11T09:34:12.556Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-11T09:34:12.556Z] daemon.go:336: [dff069ea21ebf] waiting for daemon to start [2019-09-11T09:34:12.556Z] daemon.go:336: [dff069ea21ebf] waiting for daemon to start [2019-09-11T09:34:12.556Z] daemon.go:364: [dff069ea21ebf] daemon started [2019-09-11T09:34:12.556Z] daemon.go:472: [dff069ea21ebf] Stopping daemon [2019-09-11T09:34:12.556Z] daemon.go:307: [dff069ea21ebf] exiting daemon [2019-09-11T09:34:12.556Z] daemon.go:459: [dff069ea21ebf] Daemon stopped [2019-09-11T09:34:12.556Z] daemon.go:336: [dff069ea21ebf] waiting for daemon to start [2019-09-11T09:34:12.556Z] daemon.go:336: [dff069ea21ebf] waiting for daemon to start [2019-09-11T09:34:12.556Z] daemon.go:364: [dff069ea21ebf] daemon started [2019-09-11T09:34:12.556Z] daemon.go:472: [dff069ea21ebf] Stopping daemon [2019-09-11T09:34:12.556Z] daemon.go:307: [dff069ea21ebf] exiting daemon [2019-09-11T09:34:12.556Z] daemon.go:459: [dff069ea21ebf] Daemon stopped [2019-09-11T09:34:12.708Z] --- PASS: TestRemoveContainerRunning (3.57s) [2019-09-11T09:34:12.709Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-11T09:34:12.968Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-11T09:34:13.893Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-11T09:34:14.819Z] === RUN Test/DockerSuite/TestContainerAPICreate [2019-09-11T09:34:15.380Z] === RUN Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-11T09:34:15.380Z] === RUN Test/DockerSuite/TestContainerAPICreateEmptyConfig [2019-09-11T09:34:15.635Z] === RUN Test/DockerSuite/TestContainerAPICreateMountsBindRead [2019-09-11T09:34:15.864Z] --- PASS: TestContinueAfterPluginCrash (15.03s) [2019-09-11T09:34:15.864Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-11T09:34:15.864Z] daemon.go:336: [d5ceeceacaeb1] waiting for daemon to start [2019-09-11T09:34:15.864Z] daemon.go:336: [d5ceeceacaeb1] waiting for daemon to start [2019-09-11T09:34:15.864Z] daemon.go:364: [d5ceeceacaeb1] daemon started [2019-09-11T09:34:15.864Z] daemon.go:472: [d5ceeceacaeb1] Stopping daemon [2019-09-11T09:34:15.864Z] daemon.go:307: [d5ceeceacaeb1] exiting daemon [2019-09-11T09:34:15.864Z] daemon.go:459: [d5ceeceacaeb1] Daemon stopped [2019-09-11T09:34:15.864Z] PASS [2019-09-11T09:34:15.864Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m [2019-09-11T09:34:16.195Z] === RUN Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-11T09:34:16.195Z] === RUN Test/DockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-11T09:34:16.230Z] INFO: Testing against a local daemon [2019-09-11T09:34:16.230Z] === RUN TestPluginWithDevMounts [2019-09-11T09:34:16.230Z] === PAUSE TestPluginWithDevMounts [2019-09-11T09:34:16.230Z] === CONT TestPluginWithDevMounts [2019-09-11T09:34:16.450Z] === RUN Test/DockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-11T09:34:16.451Z] === RUN Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-11T09:34:16.462Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.55s) [2019-09-11T09:34:16.462Z] === RUN TestRemoveInvalidContainer [2019-09-11T09:34:16.462Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-11T09:34:16.462Z] === RUN TestRenameLinkedContainer [2019-09-11T09:34:16.462Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-09-11T09:34:16.462Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-09-11T09:34:16.462Z] === RUN TestRenameStoppedContainer [2019-09-11T09:34:16.705Z] === RUN Test/DockerSuite/TestContainerAPIDelete [2019-09-11T09:34:17.630Z] === RUN Test/DockerSuite/TestContainerAPIDeleteConflict [2019-09-11T09:34:18.555Z] === RUN Test/DockerSuite/TestContainerAPIDeleteForce [2019-09-11T09:34:18.703Z] --- PASS: TestPluginWithDevMounts (2.06s) [2019-09-11T09:34:18.703Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-11T09:34:18.703Z] daemon.go:336: [d471f9474b39e] waiting for daemon to start [2019-09-11T09:34:18.703Z] daemon.go:336: [d471f9474b39e] waiting for daemon to start [2019-09-11T09:34:18.703Z] daemon.go:364: [d471f9474b39e] daemon started [2019-09-11T09:34:18.703Z] daemon.go:472: [d471f9474b39e] Stopping daemon [2019-09-11T09:34:18.703Z] daemon.go:307: [d471f9474b39e] exiting daemon [2019-09-11T09:34:18.703Z] daemon.go:459: [d471f9474b39e] Daemon stopped [2019-09-11T09:34:18.703Z] PASS [2019-09-11T09:34:18.703Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m [2019-09-11T09:34:18.703Z] INFO: Testing against a local daemon [2019-09-11T09:34:18.703Z] === RUN TestSecretInspect [2019-09-11T09:34:18.867Z] Removing intermediate container 112355c85685 [2019-09-11T09:34:18.867Z] ---> ae55d2b25cf1 [2019-09-11T09:34:18.867Z] Step 103/126 : RUN pip3 install yamllint==1.16.0 [2019-09-11T09:34:18.867Z] ---> Running in f15ccd85077e [2019-09-11T09:34:19.117Z] === RUN Test/DockerSuite/TestContainerAPIDeleteNotExist [2019-09-11T09:34:19.117Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-11T09:34:20.215Z] --- PASS: TestRenameStoppedContainer (3.66s) [2019-09-11T09:34:20.215Z] === RUN TestRenameRunningContainerAndReuse [2019-09-11T09:34:20.891Z] Collecting yamllint==1.16.0 [2019-09-11T09:34:21.002Z] --- PASS: TestServiceUpdateConfigs (15.88s) [2019-09-11T09:34:21.002Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateConfigs [2019-09-11T09:34:21.002Z] daemon.go:336: [df7775cefd772] waiting for daemon to start [2019-09-11T09:34:21.002Z] daemon.go:336: [df7775cefd772] waiting for daemon to start [2019-09-11T09:34:21.002Z] daemon.go:364: [df7775cefd772] daemon started [2019-09-11T09:34:21.002Z] daemon.go:472: [df7775cefd772] Stopping daemon [2019-09-11T09:34:21.002Z] daemon.go:307: [df7775cefd772] exiting daemon [2019-09-11T09:34:21.002Z] daemon.go:459: [df7775cefd772] Daemon stopped [2019-09-11T09:34:21.002Z] === RUN TestServiceUpdateNetwork [2019-09-11T09:34:21.257Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-11T09:34:21.507Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-11T09:34:21.507Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-11T09:34:21.791Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-11T09:34:21.916Z] --- PASS: TestSecretInspect (2.98s) [2019-09-11T09:34:21.916Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-11T09:34:21.916Z] daemon.go:336: [d4b5884e943da] waiting for daemon to start [2019-09-11T09:34:21.916Z] daemon.go:336: [d4b5884e943da] waiting for daemon to start [2019-09-11T09:34:21.916Z] daemon.go:364: [d4b5884e943da] daemon started [2019-09-11T09:34:21.916Z] daemon.go:472: [d4b5884e943da] Stopping daemon [2019-09-11T09:34:21.916Z] daemon.go:307: [d4b5884e943da] exiting daemon [2019-09-11T09:34:21.916Z] daemon.go:459: [d4b5884e943da] Daemon stopped [2019-09-11T09:34:21.916Z] === RUN TestSecretList [2019-09-11T09:34:22.183Z] === RUN Test/DockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-11T09:34:22.183Z] === RUN Test/DockerSuite/TestContainerAPIGetAll [2019-09-11T09:34:22.405Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-11T09:34:22.688Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-11T09:34:22.718Z] === RUN Test/DockerSuite/TestBuildAddNonTar [2019-09-11T09:34:23.110Z] === RUN Test/DockerSuite/TestContainerAPIGetChanges [2019-09-11T09:34:23.699Z] Building wheels for collected packages: pathspec, pyyaml [2019-09-11T09:34:23.699Z] Running setup.py bdist_wheel for pathspec: started [2019-09-11T09:34:23.983Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-11T09:34:23.983Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-11T09:34:23.983Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-11T09:34:24.035Z] === RUN Test/DockerSuite/TestContainerAPIGetExport [2019-09-11T09:34:24.511Z] --- PASS: TestSecretList (3.07s) [2019-09-11T09:34:24.511Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-11T09:34:24.511Z] daemon.go:336: [d9ccf168f8259] waiting for daemon to start [2019-09-11T09:34:24.511Z] daemon.go:336: [d9ccf168f8259] waiting for daemon to start [2019-09-11T09:34:24.511Z] daemon.go:364: [d9ccf168f8259] daemon started [2019-09-11T09:34:24.511Z] daemon.go:472: [d9ccf168f8259] Stopping daemon [2019-09-11T09:34:24.511Z] daemon.go:307: [d9ccf168f8259] exiting daemon [2019-09-11T09:34:24.511Z] daemon.go:459: [d9ccf168f8259] Daemon stopped [2019-09-11T09:34:24.511Z] === RUN TestSecretsCreateAndDelete [2019-09-11T09:34:24.599Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-11T09:34:24.599Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-11T09:34:24.599Z] Successfully built pathspec pyyaml [2019-09-11T09:34:24.599Z] Installing collected packages: pathspec, pyyaml, yamllint [2019-09-11T09:34:24.881Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-11T09:34:24.960Z] === RUN Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-11T09:34:25.496Z] Removing intermediate container f15ccd85077e [2019-09-11T09:34:25.496Z] ---> 2fe0a1e81dc5 [2019-09-11T09:34:25.496Z] Step 104/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-11T09:34:25.885Z] === RUN Test/DockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-11T09:34:25.885Z] === RUN Test/DockerSuite/TestContainerAPIKill [2019-09-11T09:34:26.810Z] === RUN Test/DockerSuite/TestContainerAPIPause [2019-09-11T09:34:26.982Z] ---> 744e8f907d52 [2019-09-11T09:34:26.982Z] Step 105/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-11T09:34:27.318Z] --- PASS: TestRenameRunningContainerAndReuse (7.48s) [2019-09-11T09:34:27.318Z] === RUN TestRenameInvalidName [2019-09-11T09:34:27.704Z] --- PASS: TestSecretsCreateAndDelete (2.94s) [2019-09-11T09:34:27.704Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-11T09:34:27.704Z] daemon.go:336: [d29bab18bbfdb] waiting for daemon to start [2019-09-11T09:34:27.704Z] daemon.go:336: [d29bab18bbfdb] waiting for daemon to start [2019-09-11T09:34:27.704Z] daemon.go:364: [d29bab18bbfdb] daemon started [2019-09-11T09:34:27.704Z] daemon.go:472: [d29bab18bbfdb] Stopping daemon [2019-09-11T09:34:27.704Z] daemon.go:307: [d29bab18bbfdb] exiting daemon [2019-09-11T09:34:27.704Z] daemon.go:459: [d29bab18bbfdb] Daemon stopped [2019-09-11T09:34:27.704Z] === RUN TestSecretsUpdate [2019-09-11T09:34:27.736Z] === RUN Test/DockerSuite/TestContainerAPIPostContainerStop [2019-09-11T09:34:28.662Z] === RUN Test/DockerSuite/TestContainerAPIPostCreateNull [2019-09-11T09:34:28.662Z] === RUN Test/DockerSuite/TestContainerAPIRename [2019-09-11T09:34:29.589Z] === RUN Test/DockerSuite/TestContainerAPIRestart [2019-09-11T09:34:30.892Z] --- PASS: TestSecretsUpdate (3.00s) [2019-09-11T09:34:30.892Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-11T09:34:30.892Z] daemon.go:336: [d36644ec65a7a] waiting for daemon to start [2019-09-11T09:34:30.892Z] daemon.go:336: [d36644ec65a7a] waiting for daemon to start [2019-09-11T09:34:30.892Z] daemon.go:364: [d36644ec65a7a] daemon started [2019-09-11T09:34:30.892Z] daemon.go:472: [d36644ec65a7a] Stopping daemon [2019-09-11T09:34:30.892Z] daemon.go:307: [d36644ec65a7a] exiting daemon [2019-09-11T09:34:30.892Z] daemon.go:459: [d36644ec65a7a] Daemon stopped [2019-09-11T09:34:30.892Z] === RUN TestTemplatedSecret [2019-09-11T09:34:31.077Z] --- PASS: TestRenameInvalidName (3.70s) [2019-09-11T09:34:31.077Z] === RUN TestRenameAnonymousContainer [2019-09-11T09:34:31.077Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-09-11T09:34:31.077Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-09-11T09:34:31.077Z] === RUN TestRenameContainerWithSameName [2019-09-11T09:34:31.274Z] === RUN Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-11T09:34:31.374Z] ---> 5903f99792f1 [2019-09-11T09:34:31.374Z] Step 106/126 : COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-11T09:34:31.474Z] === RUN Test/DockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-11T09:34:32.244Z] === RUN Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-11T09:34:32.244Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileMTime [2019-09-11T09:34:32.574Z] #33 120.5 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-11T09:34:32.574Z] #33 123.2 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-11T09:34:32.574Z] #33 125.9 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-11T09:34:32.574Z] #33 129.0 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-11T09:34:32.574Z] #33 131.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-11T09:34:32.836Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-11T09:34:33.091Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-11T09:34:33.091Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-11T09:34:33.091Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-11T09:34:33.091Z] === RUN Test/DockerSuite/TestContainerAPIStart [2019-09-11T09:34:33.175Z] #33 134.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-11T09:34:33.402Z] ---> b659d8045258 [2019-09-11T09:34:33.402Z] Step 107/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-11T09:34:33.684Z] ---> 1c49560b01ee [2019-09-11T09:34:33.684Z] Step 108/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-11T09:34:33.967Z] ---> 196dad2bbc72 [2019-09-11T09:34:33.967Z] Step 109/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-11T09:34:34.015Z] === RUN Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-11T09:34:34.227Z] --- PASS: TestTemplatedSecret (3.78s) [2019-09-11T09:34:34.227Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-11T09:34:34.227Z] daemon.go:336: [d33e80e488ced] waiting for daemon to start [2019-09-11T09:34:34.227Z] daemon.go:336: [d33e80e488ced] waiting for daemon to start [2019-09-11T09:34:34.227Z] daemon.go:364: [d33e80e488ced] daemon started [2019-09-11T09:34:34.227Z] daemon.go:472: [d33e80e488ced] Stopping daemon [2019-09-11T09:34:34.227Z] daemon.go:307: [d33e80e488ced] exiting daemon [2019-09-11T09:34:34.227Z] daemon.go:459: [d33e80e488ced] Daemon stopped [2019-09-11T09:34:34.227Z] === RUN TestSecretCreateResolve [2019-09-11T09:34:34.250Z] ---> ad240ad619ce [2019-09-11T09:34:34.250Z] Step 110/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-11T09:34:34.534Z] ---> ced1cc652571 [2019-09-11T09:34:34.534Z] Step 111/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-11T09:34:34.825Z] ---> 4224d671993e [2019-09-11T09:34:34.825Z] Step 112/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-11T09:34:34.841Z] --- PASS: TestRenameContainerWithSameName (3.49s) [2019-09-11T09:34:34.841Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-11T09:34:34.841Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-09-11T09:34:34.841Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-09-11T09:34:34.841Z] === RUN TestResize [2019-09-11T09:34:34.841Z] --- SKIP: TestResize (0.00s) [2019-09-11T09:34:34.841Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-11T09:34:34.841Z] === RUN TestResizeWithInvalidSize [2019-09-11T09:34:34.841Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-09-11T09:34:34.841Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-09-11T09:34:34.841Z] === RUN TestResizeWhenContainerNotStarted [2019-09-11T09:34:34.949Z] --- PASS: TestServiceUpdateNetwork (14.10s) [2019-09-11T09:34:34.949Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateNetwork [2019-09-11T09:34:34.949Z] daemon.go:336: [d6da939afa5d5] waiting for daemon to start [2019-09-11T09:34:34.949Z] daemon.go:336: [d6da939afa5d5] waiting for daemon to start [2019-09-11T09:34:34.949Z] daemon.go:364: [d6da939afa5d5] daemon started [2019-09-11T09:34:34.949Z] daemon.go:472: [d6da939afa5d5] Stopping daemon [2019-09-11T09:34:34.949Z] daemon.go:307: [d6da939afa5d5] exiting daemon [2019-09-11T09:34:34.949Z] daemon.go:459: [d6da939afa5d5] Daemon stopped [2019-09-11T09:34:34.949Z] PASS [2019-09-11T09:34:34.949Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m [2019-09-11T09:34:35.141Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-11T09:34:35.205Z] INFO: Testing against a local daemon [2019-09-11T09:34:35.205Z] === RUN TestSessionCreate [2019-09-11T09:34:35.205Z] --- PASS: TestSessionCreate (0.02s) [2019-09-11T09:34:35.205Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-11T09:34:35.205Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-09-11T09:34:35.205Z] PASS [2019-09-11T09:34:35.205Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m [2019-09-11T09:34:35.460Z] INFO: Testing against a local daemon [2019-09-11T09:34:35.460Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-11T09:34:35.460Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-11T09:34:35.460Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-11T09:34:35.460Z] === RUN TestEventsExecDie [2019-09-11T09:34:35.460Z] === RUN Test/DockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-11T09:34:35.685Z] #33 136.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-11T09:34:35.831Z] ---> 655271af5f0c [2019-09-11T09:34:35.831Z] Step 113/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-11T09:34:36.114Z] ---> fec7effe31ea [2019-09-11T09:34:36.114Z] Step 114/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-11T09:34:36.386Z] --- PASS: TestEventsExecDie (1.06s) [2019-09-11T09:34:36.386Z] === RUN TestEventsBackwardsCompatible [2019-09-11T09:34:36.641Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-09-11T09:34:36.641Z] === RUN TestInfoBinaryCommits [2019-09-11T09:34:36.641Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-09-11T09:34:36.641Z] === RUN TestInfoAPIVersioned [2019-09-11T09:34:36.641Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-11T09:34:36.641Z] === RUN TestInfoAPI [2019-09-11T09:34:36.641Z] --- PASS: TestInfoAPI (0.02s) [2019-09-11T09:34:36.641Z] === RUN TestInfoAPIWarnings [2019-09-11T09:34:36.677Z] === RUN Test/DockerSuite/TestBuildAddRemoteNoDecompress [2019-09-11T09:34:36.727Z] ---> 85dd1a35329f [2019-09-11T09:34:36.727Z] Step 115/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-11T09:34:37.404Z] --- PASS: TestSecretCreateResolve (2.91s) [2019-09-11T09:34:37.404Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-11T09:34:37.404Z] daemon.go:336: [d3dcbaa2fcd94] waiting for daemon to start [2019-09-11T09:34:37.404Z] daemon.go:336: [d3dcbaa2fcd94] waiting for daemon to start [2019-09-11T09:34:37.404Z] daemon.go:364: [d3dcbaa2fcd94] daemon started [2019-09-11T09:34:37.404Z] daemon.go:472: [d3dcbaa2fcd94] Stopping daemon [2019-09-11T09:34:37.404Z] daemon.go:307: [d3dcbaa2fcd94] exiting daemon [2019-09-11T09:34:37.404Z] daemon.go:459: [d3dcbaa2fcd94] Daemon stopped [2019-09-11T09:34:37.404Z] PASS [2019-09-11T09:34:37.404Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m [2019-09-11T09:34:37.404Z] INFO: Testing against a local daemon [2019-09-11T09:34:37.404Z] === RUN TestServiceCreateInit [2019-09-11T09:34:37.404Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-11T09:34:37.567Z] --- PASS: TestInfoAPIWarnings (0.83s) [2019-09-11T09:34:37.567Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInfoAPIWarnings [2019-09-11T09:34:37.567Z] daemon.go:336: [d82175ed29e07] waiting for daemon to start [2019-09-11T09:34:37.567Z] daemon.go:336: [d82175ed29e07] waiting for daemon to start [2019-09-11T09:34:37.567Z] daemon.go:364: [d82175ed29e07] daemon started [2019-09-11T09:34:37.567Z] daemon.go:472: [d82175ed29e07] Stopping daemon [2019-09-11T09:34:37.567Z] daemon.go:307: [d82175ed29e07] exiting daemon [2019-09-11T09:34:37.567Z] daemon.go:459: [d82175ed29e07] Daemon stopped [2019-09-11T09:34:37.567Z] === RUN TestLoginFailsWithBadCredentials [2019-09-11T09:34:37.567Z] --- PASS: TestLoginFailsWithBadCredentials (0.25s) [2019-09-11T09:34:37.567Z] === RUN TestPingCacheHeaders [2019-09-11T09:34:37.765Z] --- PASS: TestResizeWhenContainerNotStarted (3.31s) [2019-09-11T09:34:37.765Z] === RUN TestDaemonRestartKillContainers [2019-09-11T09:34:37.765Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-09-11T09:34:37.765Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:34:37.765Z] === RUN TestStats [2019-09-11T09:34:37.765Z] --- SKIP: TestStats (0.00s) [2019-09-11T09:34:37.765Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-09-11T09:34:37.765Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-11T09:34:37.822Z] --- PASS: TestPingCacheHeaders (0.04s) [2019-09-11T09:34:37.822Z] === RUN TestPingGet [2019-09-11T09:34:37.822Z] --- PASS: TestPingGet (0.03s) [2019-09-11T09:34:37.822Z] === RUN TestPingHead [2019-09-11T09:34:37.822Z] --- PASS: TestPingHead (0.04s) [2019-09-11T09:34:37.822Z] === RUN TestVersion [2019-09-11T09:34:37.822Z] --- PASS: TestVersion (0.04s) [2019-09-11T09:34:37.822Z] PASS [2019-09-11T09:34:37.823Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m [2019-09-11T09:34:38.078Z] INFO: Testing against a local daemon [2019-09-11T09:34:38.078Z] === RUN TestVolumesCreateAndList [2019-09-11T09:34:38.078Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-09-11T09:34:38.078Z] === RUN TestVolumesRemove [2019-09-11T09:34:38.078Z] --- PASS: TestVolumesRemove (0.14s) [2019-09-11T09:34:38.078Z] === RUN TestVolumesInspect [2019-09-11T09:34:38.199Z] ---> 1ce86570f9f9 [2019-09-11T09:34:38.199Z] Step 116/126 : COPY --from=criu /build/ /usr/local/ [2019-09-11T09:34:38.224Z] #33 139.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-11T09:34:38.224Z] #33 139.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-11T09:34:38.334Z] --- PASS: TestVolumesInspect (0.03s) [2019-09-11T09:34:38.334Z] === RUN TestVolumesInvalidJSON [2019-09-11T09:34:38.334Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-11T09:34:38.334Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-11T09:34:38.334Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-11T09:34:38.334Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-09-11T09:34:38.334Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-11T09:34:38.334Z] PASS [2019-09-11T09:34:38.334Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/1) [2019-09-11T09:34:38.482Z] ---> 074111fcd180 [2019-09-11T09:34:38.482Z] Step 117/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-11T09:34:38.589Z] === RUN Test/DockerSuite/TestContainerAPIStop [2019-09-11T09:34:39.096Z] ---> 0a7daee4bf7f [2019-09-11T09:34:39.096Z] Step 118/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-11T09:34:39.096Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-11T09:34:39.096Z] bad55c542dc9: Pulling fs layer [2019-09-11T09:34:39.714Z] bad55c542dc9: Verifying Checksum [2019-09-11T09:34:39.714Z] bad55c542dc9: Download complete [2019-09-11T09:34:39.952Z] === RUN Test/DockerSuite/TestContainerAPITop [2019-09-11T09:34:40.210Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/1/root: mountpoint not found [2019-09-11T09:34:40.210Z] Clearing AppArmor profiles cache:. [2019-09-11T09:34:40.210Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-11T09:34:40.210Z] Unloading profiles will leave already running processes permanently [2019-09-11T09:34:40.210Z] unconfined, which can lead to unexpected situations. [2019-09-11T09:34:40.210Z] [2019-09-11T09:34:40.210Z] To set a process to complain mode, use the command line tool [2019-09-11T09:34:40.210Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-11T09:34:40.210Z] with the 'teardown' option." [2019-09-11T09:34:40.210Z] Removing test suite binaries [2019-09-11T09:34:40.210Z] [2019-09-11T09:34:40.330Z] bad55c542dc9: Pull complete [2019-09-11T09:34:40.330Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-11T09:34:40.330Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-11T09:34:40.611Z] ---> cf0d82ed39e8 [2019-09-11T09:34:40.611Z] Step 119/126 : ENV PATH=/usr/local/cli:$PATH [2019-09-11T09:34:40.611Z] ---> Running in d781ccd753d9 [2019-09-11T09:34:40.770Z] === RUN Test/DockerSuite/TestContainerAPITopWindows [2019-09-11T09:34:40.770Z] === RUN Test/DockerSuite/TestContainerAPIVerifyHeader [2019-09-11T09:34:40.770Z] === RUN Test/DockerSuite/TestContainerAPIWait [2019-09-11T09:34:40.893Z] Removing intermediate container d781ccd753d9 [2019-09-11T09:34:40.893Z] ---> d848193feb52 [2019-09-11T09:34:40.893Z] Step 120/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-11T09:34:40.893Z] ---> Running in 033cda80c738 [2019-09-11T09:34:40.893Z] Removing intermediate container 033cda80c738 [2019-09-11T09:34:40.893Z] ---> 9a03288b6cec [2019-09-11T09:34:40.893Z] Step 121/126 : ENV GOMETALINTER_OPTS="--deadline=2m" [2019-09-11T09:34:40.893Z] ---> Running in d51db95a5a98 [2019-09-11T09:34:41.185Z] Removing intermediate container d51db95a5a98 [2019-09-11T09:34:41.185Z] ---> 4a50396d8fd4 [2019-09-11T09:34:41.185Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-09-11T09:34:41.185Z] ---> Running in b7558e0d0838 [2019-09-11T09:34:41.185Z] Removing intermediate container b7558e0d0838 [2019-09-11T09:34:41.185Z] ---> 906b3903a02d [2019-09-11T09:34:41.185Z] Step 123/126 : VOLUME /var/lib/docker [2019-09-11T09:34:41.185Z] ---> Running in 4f4c049c298a [2019-09-11T09:34:41.468Z] Removing intermediate container 4f4c049c298a [2019-09-11T09:34:41.468Z] ---> 14f01bfa25c4 [2019-09-11T09:34:41.468Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-09-11T09:34:41.468Z] ---> Running in fc41cb2973b3 [2019-09-11T09:34:41.468Z] Removing intermediate container fc41cb2973b3 [2019-09-11T09:34:41.468Z] ---> ad18bf86bc91 [2019-09-11T09:34:41.468Z] Step 125/126 : FROM dev AS final [2019-09-11T09:34:41.468Z] ---> ad18bf86bc91 [2019-09-11T09:34:41.468Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-09-11T09:34:41.483Z] #33 142.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-11T09:34:42.044Z] #33 143.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-11T09:34:42.464Z] === RUN Test/DockerSuite/TestBuildAddScript [2019-09-11T09:34:42.464Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToExistDir [2019-09-11T09:34:42.464Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-11T09:34:42.464Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToRoot [2019-09-11T09:34:42.464Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-11T09:34:42.464Z] === RUN Test/DockerSuite/TestBuildAddTar [2019-09-11T09:34:42.569Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-11T09:34:44.032Z] === RUN Test/DockerSuite/TestContainerKillCustomStopSignal [2019-09-11T09:34:44.554Z] #33 145.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-11T09:34:44.958Z] === RUN Test/DockerSuite/TestContainerNetworkMode [2019-09-11T09:34:45.884Z] === RUN Test/DockerSuite/TestContainerRestartInMultipleNetworks [2019-09-11T09:34:47.065Z] #33 148.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-11T09:34:47.649Z] --- PASS: TestServiceCreateInit (10.15s) [2019-09-11T09:34:47.649Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.84s) [2019-09-11T09:34:47.649Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-11T09:34:47.649Z] daemon.go:336: [dda190ffc00f6] waiting for daemon to start [2019-09-11T09:34:47.649Z] daemon.go:336: [dda190ffc00f6] waiting for daemon to start [2019-09-11T09:34:47.649Z] daemon.go:364: [dda190ffc00f6] daemon started [2019-09-11T09:34:47.649Z] daemon.go:472: [dda190ffc00f6] Stopping daemon [2019-09-11T09:34:47.649Z] daemon.go:307: [dda190ffc00f6] exiting daemon [2019-09-11T09:34:47.649Z] daemon.go:459: [dda190ffc00f6] Daemon stopped [2019-09-11T09:34:47.649Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.29s) [2019-09-11T09:34:47.649Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-11T09:34:47.649Z] daemon.go:336: [d8b962282b9b9] waiting for daemon to start [2019-09-11T09:34:47.649Z] daemon.go:336: [d8b962282b9b9] waiting for daemon to start [2019-09-11T09:34:47.649Z] daemon.go:364: [d8b962282b9b9] daemon started [2019-09-11T09:34:47.649Z] daemon.go:472: [d8b962282b9b9] Stopping daemon [2019-09-11T09:34:47.649Z] daemon.go:307: [d8b962282b9b9] exiting daemon [2019-09-11T09:34:47.649Z] daemon.go:459: [d8b962282b9b9] Daemon stopped [2019-09-11T09:34:47.649Z] === RUN TestCreateServiceMultipleTimes [2019-09-11T09:34:48.189Z] --- PASS: TestStopContainerWithRestartPolicyAlways (9.41s) [2019-09-11T09:34:48.189Z] === RUN TestStopContainerWithTimeout [2019-09-11T09:34:48.189Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-09-11T09:34:48.189Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-09-11T09:34:48.189Z] === RUN TestUpdateRestartPolicy [2019-09-11T09:34:48.275Z] ---> 72b9405c3083 [2019-09-11T09:34:48.275Z] Successfully built 72b9405c3083 [2019-09-11T09:34:48.275Z] Successfully tagged docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-11T09:34:48.692Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39817/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a -e DOCKER_GRAPHDRIVER docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a hack/test/unit [2019-09-11T09:34:49.574Z] #33 150.6 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-11T09:34:51.120Z] === RUN Test/DockerSuite/TestContainerWithConflictingHostNetworks [2019-09-11T09:34:51.375Z] === RUN Test/DockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-11T09:34:52.085Z] #33 153.1 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-11T09:34:53.260Z] === RUN Test/DockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-11T09:34:54.196Z] ? github.com/docker/docker/api [no test files] [2019-09-11T09:34:54.595Z] #33 155.7 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-11T09:34:54.622Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsCreate [2019-09-11T09:34:55.521Z] #33 156.7 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-11T09:34:58.031Z] #33 159.2 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-11T09:34:59.391Z] #33 160.4 [2019-09-11T09:35:03.546Z] #33 DONE 164.1s [2019-09-11T09:35:03.546Z] [2019-09-11T09:35:03.546Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-09-11T09:35:07.456Z] --- PASS: TestCreateServiceMultipleTimes (18.69s) [2019-09-11T09:35:07.456Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-11T09:35:07.456Z] daemon.go:336: [d65e8ebe4bfbe] waiting for daemon to start [2019-09-11T09:35:07.456Z] daemon.go:336: [d65e8ebe4bfbe] waiting for daemon to start [2019-09-11T09:35:07.456Z] daemon.go:364: [d65e8ebe4bfbe] daemon started [2019-09-11T09:35:07.456Z] daemon.go:472: [d65e8ebe4bfbe] Stopping daemon [2019-09-11T09:35:07.456Z] daemon.go:307: [d65e8ebe4bfbe] exiting daemon [2019-09-11T09:35:07.456Z] daemon.go:459: [d65e8ebe4bfbe] Daemon stopped [2019-09-11T09:35:07.456Z] === RUN TestCreateServiceConflict [2019-09-11T09:35:07.700Z] #34 DONE 4.3s [2019-09-11T09:35:09.267Z] --- PASS: TestCreateServiceConflict (3.02s) [2019-09-11T09:35:09.267Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-11T09:35:09.267Z] daemon.go:336: [d9c63bad26e0b] waiting for daemon to start [2019-09-11T09:35:09.267Z] daemon.go:336: [d9c63bad26e0b] waiting for daemon to start [2019-09-11T09:35:09.267Z] daemon.go:364: [d9c63bad26e0b] daemon started [2019-09-11T09:35:09.267Z] daemon.go:472: [d9c63bad26e0b] Stopping daemon [2019-09-11T09:35:09.267Z] daemon.go:307: [d9c63bad26e0b] exiting daemon [2019-09-11T09:35:09.267Z] daemon.go:459: [d9c63bad26e0b] Daemon stopped [2019-09-11T09:35:09.267Z] === RUN TestCreateServiceMaxReplicas [2019-09-11T09:35:09.323Z] --- PASS: TestUpdateRestartPolicy (21.87s) [2019-09-11T09:35:09.323Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-11T09:35:09.585Z] [2019-09-11T09:35:09.585Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-09-11T09:35:13.076Z] --- PASS: TestUpdateRestartWithAutoRemove (3.60s) [2019-09-11T09:35:13.076Z] === RUN TestWaitNonBlocked [2019-09-11T09:35:13.076Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:35:13.076Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:35:13.076Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:35:13.076Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:35:13.076Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:35:13.076Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:35:13.361Z] --- PASS: TestCreateServiceMaxReplicas (3.38s) [2019-09-11T09:35:13.361Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-11T09:35:13.361Z] daemon.go:336: [d1965f1f9bc3b] waiting for daemon to start [2019-09-11T09:35:13.361Z] daemon.go:336: [d1965f1f9bc3b] waiting for daemon to start [2019-09-11T09:35:13.361Z] daemon.go:364: [d1965f1f9bc3b] daemon started [2019-09-11T09:35:13.361Z] daemon.go:472: [d1965f1f9bc3b] Stopping daemon [2019-09-11T09:35:13.361Z] daemon.go:307: [d1965f1f9bc3b] exiting daemon [2019-09-11T09:35:13.361Z] daemon.go:459: [d1965f1f9bc3b] Daemon stopped [2019-09-11T09:35:13.361Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-11T09:35:14.835Z] #35 DONE 5.3s [2019-09-11T09:35:14.835Z] [2019-09-11T09:35:14.835Z] #36 exporting to image [2019-09-11T09:35:14.835Z] #36 exporting layers [2019-09-11T09:35:16.563Z] ok github.com/docker/docker/api/server 0.015s coverage: 9.0% of statements [2019-09-11T09:35:18.093Z] #36 exporting layers 3.7s done [2019-09-11T09:35:18.093Z] #36 writing image sha256:a06e952a2b321cbd26eaf7894b153c1254ccfb956501ee32c174c609605553f8 done [2019-09-11T09:35:18.093Z] #36 naming to docker.io/library/moby-e2e-test done [2019-09-11T09:35:18.093Z] #36 DONE 3.7s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-11T09:35:18.532Z] + echo Ensuring container killed. [2019-09-11T09:35:18.532Z] Ensuring container killed. [2019-09-11T09:35:18.532Z] + docker rm -vf docker-pr3 [2019-09-11T09:35:18.532Z] Error: No such container: docker-pr3 [2019-09-11T09:35:18.532Z] + true [Pipeline] sh [2019-09-11T09:35:18.936Z] + echo Chowning /workspace to jenkins user [2019-09-11T09:35:18.936Z] Chowning /workspace to jenkins user [2019-09-11T09:35:18.936Z] + id -u [2019-09-11T09:35:18.936Z] + id -g [2019-09-11T09:35:18.936Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39817:/workspace busybox chown -R 1000:1000 /workspace [2019-09-11T09:35:19.026Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-11T09:35:19.026Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (5.66s) [2019-09-11T09:35:19.026Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (5.80s) [2019-09-11T09:35:19.026Z] === RUN TestWaitBlocked [2019-09-11T09:35:19.026Z] --- SKIP: TestWaitBlocked (0.00s) [2019-09-11T09:35:19.026Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:35:19.026Z] PASS [2019-09-11T09:35:19.026Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-09-11T09:35:19.026Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:35:19.026Z] INFO: Testing against a local daemon [2019-09-11T09:35:19.026Z] === RUN TestCommitInheritsEnv [2019-09-11T09:35:19.026Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-09-11T09:35:19.026Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:35:19.026Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-11T09:35:19.026Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-09-11T09:35:19.026Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-09-11T09:35:19.026Z] === RUN TestImagesFilterMultiReference [2019-09-11T09:35:19.026Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-09-11T09:35:19.026Z] === RUN TestImagePullPlatformInvalid [2019-09-11T09:35:19.026Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-11T09:35:19.026Z] === RUN TestRemoveImageOrphaning [2019-09-11T09:35:19.026Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-09-11T09:35:19.026Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:35:19.026Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-11T09:35:19.026Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-11T09:35:19.026Z] === RUN TestTagInvalidReference [2019-09-11T09:35:19.026Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-11T09:35:19.026Z] === RUN TestTagValidPrefixedRepo [2019-09-11T09:35:19.026Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-11T09:35:19.026Z] === RUN TestTagExistedNameWithoutForce [2019-09-11T09:35:19.026Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-09-11T09:35:19.026Z] === RUN TestTagOfficialNames [2019-09-11T09:35:19.026Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-09-11T09:35:19.026Z] tag_test.go:98: testEnv.OSType == "windows" [2019-09-11T09:35:19.026Z] === RUN TestTagMatchesDigest [2019-09-11T09:35:19.026Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-09-11T09:35:19.026Z] PASS [2019-09-11T09:35:19.026Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-09-11T09:35:19.026Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:35:19.026Z] INFO: Testing against a local daemon [2019-09-11T09:35:19.026Z] === RUN TestNetworkCreateDelete [2019-09-11T09:35:19.026Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-09-11T09:35:19.026Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:35:19.026Z] === RUN TestDockerNetworkDeletePreferID [2019-09-11T09:35:19.026Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-09-11T09:35:19.026Z] 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-11T09:35:19.026Z] === RUN TestInspectNetwork [2019-09-11T09:35:19.026Z] --- SKIP: TestInspectNetwork (0.00s) [2019-09-11T09:35:19.026Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-09-11T09:35:19.026Z] === RUN TestRunContainerWithBridgeNone [2019-09-11T09:35:19.026Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-09-11T09:35:19.026Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:35:19.026Z] === RUN TestNetworkInvalidJSON [2019-09-11T09:35:19.026Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-11T09:35:19.026Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-11T09:35:19.026Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:35:19.026Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:35:19.026Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:35:19.026Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:35:19.026Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-11T09:35:19.026Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:35:19.026Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:35:19.026Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-11T09:35:19.026Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-11T09:35:19.026Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-09-11T09:35:19.026Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-09-11T09:35:19.026Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-11T09:35:19.026Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-09-11T09:35:19.026Z] service_test.go:29: testEnv.OSType == "windows" [2019-09-11T09:35:19.026Z] === RUN TestDaemonDefaultNetworkPools [2019-09-11T09:35:19.026Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-09-11T09:35:19.026Z] service_test.go:51: testEnv.OSType == "windows" [2019-09-11T09:35:19.026Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-11T09:35:19.026Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-09-11T09:35:19.026Z] service_test.go:94: testEnv.OSType == "windows" [2019-09-11T09:35:19.026Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-11T09:35:19.026Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-09-11T09:35:19.026Z] service_test.go:127: testEnv.OSType == "windows" [2019-09-11T09:35:19.026Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-11T09:35:19.026Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-09-11T09:35:19.026Z] service_test.go:177: testEnv.OSType == "windows" [2019-09-11T09:35:19.026Z] === RUN TestServiceWithPredefinedNetwork [2019-09-11T09:35:19.026Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-09-11T09:35:19.026Z] service_test.go:201: testEnv.OSType == "windows" [2019-09-11T09:35:19.026Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-11T09:35:19.026Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-11T09:35:19.026Z] service_test.go:230: FLAKY_TEST [2019-09-11T09:35:19.026Z] === RUN TestServiceWithDataPathPortInit [2019-09-11T09:35:19.026Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-09-11T09:35:19.026Z] service_test.go:319: testEnv.OSType == "windows" [2019-09-11T09:35:19.026Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-11T09:35:19.026Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-09-11T09:35:19.026Z] service_test.go:386: testEnv.OSType == "windows" [2019-09-11T09:35:19.026Z] PASS [2019-09-11T09:35:19.026Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-11T09:35:19.026Z] PASS [2019-09-11T09:35:19.026Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-11T09:35:19.026Z] PASS [2019-09-11T09:35:19.026Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-11T09:35:19.026Z] PASS [2019-09-11T09:35:19.026Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-11T09:35:19.026Z] PASS [2019-09-11T09:35:19.026Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-11T09:35:19.026Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:35:19.026Z] INFO: Testing against a local daemon [2019-09-11T09:35:19.026Z] === RUN TestPluginInvalidJSON [2019-09-11T09:35:19.488Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:35:19.488Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:35:19.488Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:35:19.488Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-11T09:35:19.488Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2019-09-11T09:35:19.488Z] PASS [2019-09-11T09:35:19.488Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-11T09:35:19.488Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:35:19.488Z] INFO: Testing against a local daemon [2019-09-11T09:35:19.488Z] === RUN TestExternalGraphDriver [2019-09-11T09:35:19.488Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-09-11T09:35:19.488Z] external_test.go:48: runtime.GOOS == "windows" [2019-09-11T09:35:19.488Z] === RUN TestGraphdriverPluginV2 [2019-09-11T09:35:19.488Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-09-11T09:35:19.488Z] external_test.go:407: runtime.GOOS == "windows" [2019-09-11T09:35:19.488Z] PASS [2019-09-11T09:35:19.488Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-11T09:35:19.488Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:35:19.488Z] INFO: Testing against a local daemon [2019-09-11T09:35:19.488Z] PASS [2019-09-11T09:35:19.488Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-11T09:35:19.488Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:35:19.488Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-09-11T09:35:19.488Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:35:19.488Z] INFO: Testing against a local daemon [2019-09-11T09:35:19.488Z] === RUN TestSecretInspect [2019-09-11T09:35:19.488Z] --- SKIP: TestSecretInspect (0.00s) [2019-09-11T09:35:19.488Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.488Z] === RUN TestSecretList [2019-09-11T09:35:19.488Z] --- SKIP: TestSecretList (0.00s) [2019-09-11T09:35:19.488Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.488Z] === RUN TestSecretsCreateAndDelete [2019-09-11T09:35:19.488Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-09-11T09:35:19.488Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.488Z] === RUN TestSecretsUpdate [2019-09-11T09:35:19.488Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-09-11T09:35:19.488Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.488Z] === RUN TestTemplatedSecret [2019-09-11T09:35:19.488Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-09-11T09:35:19.488Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.488Z] === RUN TestSecretCreateResolve [2019-09-11T09:35:19.488Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-09-11T09:35:19.488Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:35:19.488Z] PASS [2019-09-11T09:35:19.488Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-09-11T09:35:19.488Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:35:19.488Z] INFO: Testing against a local daemon [2019-09-11T09:35:19.488Z] === RUN TestServiceCreateInit [2019-09-11T09:35:19.488Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-11T09:35:19.488Z] === RUN TestServiceCreateInit/daemonInitEnabled [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-11T09:35:19.966Z] --- PASS: TestServiceCreateInit (0.03s) [2019-09-11T09:35:19.966Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-09-11T09:35:19.966Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-09-11T09:35:19.966Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestCreateServiceMultipleTimes [2019-09-11T09:35:19.966Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-09-11T09:35:19.966Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestCreateServiceConflict [2019-09-11T09:35:19.966Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-09-11T09:35:19.966Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestCreateServiceMaxReplicas [2019-09-11T09:35:19.966Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2019-09-11T09:35:19.966Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-11T09:35:19.966Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-09-11T09:35:19.966Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestCreateServiceSecretFileMode [2019-09-11T09:35:19.966Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-09-11T09:35:19.966Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestCreateServiceConfigFileMode [2019-09-11T09:35:19.966Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-09-11T09:35:19.966Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestCreateServiceSysctls [2019-09-11T09:35:19.966Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-09-11T09:35:19.966Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestCreateServiceCapabilities [2019-09-11T09:35:19.966Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-09-11T09:35:19.966Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestInspect [2019-09-11T09:35:19.966Z] --- SKIP: TestInspect (0.00s) [2019-09-11T09:35:19.966Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestDockerNetworkConnectAlias [2019-09-11T09:35:19.966Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-09-11T09:35:19.966Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestDockerNetworkReConnect [2019-09-11T09:35:19.966Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-09-11T09:35:19.966Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestServicePlugin [2019-09-11T09:35:19.966Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-11T09:35:19.966Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.966Z] === RUN TestServiceUpdateLabel [2019-09-11T09:35:19.966Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-09-11T09:35:19.966Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:35:19.966Z] === RUN TestServiceUpdateSecrets [2019-09-11T09:35:19.966Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-09-11T09:35:19.966Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:35:19.966Z] === RUN TestServiceUpdateConfigs [2019-09-11T09:35:19.966Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-09-11T09:35:19.966Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:35:19.966Z] === RUN TestServiceUpdateNetwork [2019-09-11T09:35:19.966Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-09-11T09:35:19.966Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-09-11T09:35:19.967Z] PASS [2019-09-11T09:35:19.967Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-09-11T09:35:19.967Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:35:19.967Z] INFO: Testing against a local daemon [2019-09-11T09:35:19.967Z] === RUN TestSessionCreate [2019-09-11T09:35:19.967Z] --- SKIP: TestSessionCreate (0.00s) [2019-09-11T09:35:19.967Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-09-11T09:35:19.967Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-11T09:35:19.967Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-09-11T09:35:19.967Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-09-11T09:35:19.967Z] PASS [2019-09-11T09:35:19.967Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-09-11T09:35:19.967Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:35:19.967Z] INFO: Testing against a local daemon [2019-09-11T09:35:19.967Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-11T09:35:19.967Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-11T09:35:19.967Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-09-11T09:35:19.967Z] === RUN TestEventsExecDie [2019-09-11T09:35:19.967Z] --- SKIP: TestEventsExecDie (0.00s) [2019-09-11T09:35:19.967Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-09-11T09:35:19.967Z] === RUN TestEventsBackwardsCompatible [2019-09-11T09:35:19.967Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-09-11T09:35:19.967Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-09-11T09:35:19.967Z] === RUN TestInfoAPI [2019-09-11T09:35:19.967Z] --- PASS: TestInfoAPI (0.04s) [2019-09-11T09:35:19.967Z] === RUN TestInfoAPIWarnings [2019-09-11T09:35:19.967Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-09-11T09:35:19.967Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-11T09:35:19.967Z] === RUN TestLoginFailsWithBadCredentials [2019-09-11T09:35:20.228Z] + bundleName=unit [2019-09-11T09:35:20.228Z] + echo Creating unit-bundles.tar.gz [2019-09-11T09:35:20.228Z] Creating unit-bundles.tar.gz [2019-09-11T09:35:20.228Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-09-11T09:35:20.228Z] bundles/junit-report.xml [2019-09-11T09:35:20.228Z] bundles/go-test-report.json [2019-09-11T09:35:20.228Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-09-11T09:35:20.237Z] Archiving artifacts [2019-09-11T09:35:20.735Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39817/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-11T09:35:20.938Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2019-09-11T09:35:20.938Z] === RUN TestPingCacheHeaders [2019-09-11T09:35:20.938Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-11T09:35:20.938Z] === RUN TestPingGet [2019-09-11T09:35:20.938Z] --- PASS: TestPingGet (0.03s) [2019-09-11T09:35:20.938Z] === RUN TestPingHead [2019-09-11T09:35:20.938Z] --- PASS: TestPingHead (0.03s) [2019-09-11T09:35:20.938Z] === RUN TestVersion [2019-09-11T09:35:20.938Z] --- PASS: TestVersion (0.03s) [2019-09-11T09:35:20.938Z] PASS [2019-09-11T09:35:20.938Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-09-11T09:35:21.105Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-11T09:35:21.105Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsValidation [2019-09-11T09:35:21.105Z] === RUN Test/DockerSuite/TestContainersInMultipleNetworks [2019-09-11T09:35:21.160Z] + make clean [2019-09-11T09:35:21.397Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:35:21.397Z] INFO: Testing against a local daemon [2019-09-11T09:35:21.397Z] === RUN TestVolumesCreateAndList [2019-09-11T09:35:21.397Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-09-11T09:35:21.397Z] === RUN TestVolumesRemove [2019-09-11T09:35:21.397Z] --- SKIP: TestVolumesRemove (0.00s) [2019-09-11T09:35:21.397Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-09-11T09:35:21.397Z] === RUN TestVolumesInspect [2019-09-11T09:35:21.397Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-11T09:35:21.397Z] === RUN TestVolumesInvalidJSON [2019-09-11T09:35:21.397Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-11T09:35:21.397Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-11T09:35:21.397Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-11T09:35:21.397Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-11T09:35:21.397Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-11T09:35:21.397Z] PASS [2019-09-11T09:35:21.397Z] INFO: make.ps1 ended at 09/11/2019 09:35:21 [2019-09-11T09:35:21.397Z] INFO: Integration CLI tests being run from the host: [2019-09-11T09:35:21.397Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-09-11T09:35:21.416Z] docker volume rm -f docker-dev-cache [2019-09-11T09:35:21.416Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-11T09:35:24.379Z] === RUN Test/DockerSuite/TestContainersInUserDefinedNetwork [2019-09-11T09:35:26.895Z] === RUN Test/DockerSuite/TestContainersNetworkIsolation [2019-09-11T09:35:29.739Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.40s) [2019-09-11T09:35:29.739Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-11T09:35:29.739Z] daemon.go:336: [d48f10f81f963] waiting for daemon to start [2019-09-11T09:35:29.739Z] daemon.go:336: [d48f10f81f963] waiting for daemon to start [2019-09-11T09:35:29.739Z] daemon.go:364: [d48f10f81f963] daemon started [2019-09-11T09:35:29.739Z] daemon.go:472: [d48f10f81f963] Stopping daemon [2019-09-11T09:35:29.739Z] daemon.go:307: [d48f10f81f963] exiting daemon [2019-09-11T09:35:29.739Z] daemon.go:459: [d48f10f81f963] Daemon stopped [2019-09-11T09:35:29.739Z] === RUN TestCreateServiceSecretFileMode [2019-09-11T09:35:30.104Z] --- PASS: TestCreateServiceSecretFileMode (2.91s) [2019-09-11T09:35:30.104Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-11T09:35:30.104Z] daemon.go:336: [d239c5884fc34] waiting for daemon to start [2019-09-11T09:35:30.104Z] daemon.go:336: [d239c5884fc34] waiting for daemon to start [2019-09-11T09:35:30.104Z] daemon.go:364: [d239c5884fc34] daemon started [2019-09-11T09:35:30.104Z] daemon.go:472: [d239c5884fc34] Stopping daemon [2019-09-11T09:35:30.104Z] daemon.go:307: [d239c5884fc34] exiting daemon [2019-09-11T09:35:30.104Z] daemon.go:459: [d239c5884fc34] Daemon stopped [2019-09-11T09:35:30.104Z] === RUN TestCreateServiceConfigFileMode [2019-09-11T09:35:30.157Z] === RUN Test/DockerSuite/TestCopyAndRestart [2019-09-11T09:35:31.523Z] === RUN Test/DockerSuite/TestCopyCreatedContainer [2019-09-11T09:35:31.523Z] === RUN Test/DockerSuite/TestCpAbsolutePath [2019-09-11T09:35:32.889Z] === RUN Test/DockerSuite/TestCpAbsoluteSymlink [2019-09-11T09:35:33.129Z] === RUN Test/DockerSuite/TestBuildAddTarXz [2019-09-11T09:35:33.129Z] === RUN Test/DockerSuite/TestBuildAddTarXzGz [2019-09-11T09:35:33.129Z] === RUN Test/DockerSuite/TestBuildAddToSymlinkDest [2019-09-11T09:35:33.449Z] === RUN Test/DockerSuite/TestCpCheckDestOwnership [2019-09-11T09:35:33.488Z] --- PASS: TestCreateServiceConfigFileMode (2.91s) [2019-09-11T09:35:33.488Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-11T09:35:33.488Z] daemon.go:336: [d2c55810177ac] waiting for daemon to start [2019-09-11T09:35:33.488Z] daemon.go:336: [d2c55810177ac] waiting for daemon to start [2019-09-11T09:35:33.488Z] daemon.go:364: [d2c55810177ac] daemon started [2019-09-11T09:35:33.488Z] daemon.go:472: [d2c55810177ac] Stopping daemon [2019-09-11T09:35:33.488Z] daemon.go:307: [d2c55810177ac] exiting daemon [2019-09-11T09:35:33.488Z] daemon.go:459: [d2c55810177ac] Daemon stopped [2019-09-11T09:35:33.488Z] === RUN TestCreateServiceSysctls [2019-09-11T09:35:33.773Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-11T09:35:33.773Z] INFO: Testing against a local daemon [2019-09-11T09:35:33.773Z] === RUN Test [2019-09-11T09:35:33.773Z] === RUN Test/DockerSuite/TestAPIClientVersionOldNotSupported [2019-09-11T09:35:33.773Z] === RUN Test/DockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-11T09:35:33.773Z] === RUN Test/DockerSuite/TestAPIErrorJSON [2019-09-11T09:35:33.773Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundJSON [2019-09-11T09:35:33.773Z] === RUN Test/DockerSuite/TestAPIErrorNotFoundPlainText [2019-09-11T09:35:33.773Z] === RUN Test/DockerSuite/TestAPIErrorPlainText [2019-09-11T09:35:33.773Z] === RUN Test/DockerSuite/TestAPIGetEnabledCORS [2019-09-11T09:35:33.773Z] === RUN Test/DockerSuite/TestAPIImagesDelete [2019-09-11T09:35:34.739Z] === RUN Test/DockerSuite/TestAPIImagesFilter [2019-09-11T09:35:34.813Z] === RUN Test/DockerSuite/TestCpFromCaseA [2019-09-11T09:35:35.197Z] === RUN Test/DockerSuite/TestAPIImagesHistory [2019-09-11T09:35:35.738Z] === RUN Test/DockerSuite/TestCpFromCaseB [2019-09-11T09:35:36.663Z] === RUN Test/DockerSuite/TestCpFromCaseC [2019-09-11T09:35:37.374Z] === RUN Test/DockerSuite/TestAPIImagesImportBadSrc [2019-09-11T09:35:37.374Z] === RUN Test/DockerSuite/TestAPIImagesSaveAndLoad [2019-09-11T09:35:37.544Z] --- PASS: TestCreateServiceSysctls (4.37s) [2019-09-11T09:35:37.544Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-11T09:35:37.544Z] daemon.go:336: [dca4ec27885be] waiting for daemon to start [2019-09-11T09:35:37.544Z] daemon.go:336: [dca4ec27885be] waiting for daemon to start [2019-09-11T09:35:37.544Z] daemon.go:364: [dca4ec27885be] daemon started [2019-09-11T09:35:37.544Z] daemon.go:472: [dca4ec27885be] Stopping daemon [2019-09-11T09:35:37.544Z] daemon.go:307: [dca4ec27885be] exiting daemon [2019-09-11T09:35:37.544Z] daemon.go:459: [dca4ec27885be] Daemon stopped [2019-09-11T09:35:37.544Z] === RUN TestCreateServiceCapabilities [2019-09-11T09:35:37.588Z] === RUN Test/DockerSuite/TestCpFromCaseD [2019-09-11T09:35:38.951Z] === RUN Test/DockerSuite/TestCpFromCaseE [2019-09-11T09:35:39.875Z] === RUN Test/DockerSuite/TestCpFromCaseF [2019-09-11T09:35:40.806Z] === RUN Test/DockerSuite/TestCpFromCaseG [2019-09-11T09:35:40.872Z] --- PASS: TestCreateServiceCapabilities (3.40s) [2019-09-11T09:35:40.872Z] create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities [2019-09-11T09:35:40.872Z] daemon.go:336: [d922bcb7d6a91] waiting for daemon to start [2019-09-11T09:35:40.872Z] daemon.go:336: [d922bcb7d6a91] waiting for daemon to start [2019-09-11T09:35:40.872Z] daemon.go:364: [d922bcb7d6a91] daemon started [2019-09-11T09:35:40.872Z] daemon.go:472: [d922bcb7d6a91] Stopping daemon [2019-09-11T09:35:40.872Z] daemon.go:307: [d922bcb7d6a91] exiting daemon [2019-09-11T09:35:40.872Z] daemon.go:459: [d922bcb7d6a91] Daemon stopped [2019-09-11T09:35:40.872Z] === RUN TestInspect [2019-09-11T09:35:42.168Z] === RUN Test/DockerSuite/TestCpFromCaseH [2019-09-11T09:35:42.729Z] === RUN Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-11T09:35:43.427Z] === RUN Test/DockerSuite/TestCpFromCaseI [2019-09-11T09:35:44.353Z] === RUN Test/DockerSuite/TestCpFromCaseJ [2019-09-11T09:35:45.080Z] --- PASS: TestInspect (3.76s) [2019-09-11T09:35:45.080Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-11T09:35:45.080Z] daemon.go:336: [d1bf5bf3834fd] waiting for daemon to start [2019-09-11T09:35:45.080Z] daemon.go:336: [d1bf5bf3834fd] waiting for daemon to start [2019-09-11T09:35:45.080Z] daemon.go:364: [d1bf5bf3834fd] daemon started [2019-09-11T09:35:45.080Z] daemon.go:472: [d1bf5bf3834fd] Stopping daemon [2019-09-11T09:35:45.080Z] daemon.go:307: [d1bf5bf3834fd] exiting daemon [2019-09-11T09:35:45.080Z] daemon.go:459: [d1bf5bf3834fd] Daemon stopped [2019-09-11T09:35:45.080Z] === RUN TestDockerNetworkConnectAlias [2019-09-11T09:35:45.717Z] === RUN Test/DockerSuite/TestCpFromSymlinkDestination [2019-09-11T09:35:47.603Z] === RUN Test/DockerSuite/TestCpFromSymlinkToDirectory [2019-09-11T09:35:48.530Z] === RUN Test/DockerSuite/TestCpGarbagePath [2019-09-11T09:35:49.466Z] === RUN Test/DockerSuite/TestCpLocalOnly [2019-09-11T09:35:49.466Z] === RUN Test/DockerSuite/TestCpNameHasColon [2019-09-11T09:35:50.171Z] --- PASS: TestDockerNetworkConnectAlias (5.74s) [2019-09-11T09:35:50.171Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-11T09:35:50.171Z] daemon.go:336: [d9848f3c72b81] waiting for daemon to start [2019-09-11T09:35:50.171Z] daemon.go:336: [d9848f3c72b81] waiting for daemon to start [2019-09-11T09:35:50.171Z] daemon.go:364: [d9848f3c72b81] daemon started [2019-09-11T09:35:50.171Z] daemon.go:472: [d9848f3c72b81] Stopping daemon [2019-09-11T09:35:50.171Z] daemon.go:307: [d9848f3c72b81] exiting daemon [2019-09-11T09:35:50.171Z] daemon.go:459: [d9848f3c72b81] Daemon stopped [2019-09-11T09:35:50.171Z] === RUN TestDockerNetworkReConnect [2019-09-11T09:35:50.391Z] === RUN Test/DockerSuite/TestCpRelativePath [2019-09-11T09:35:50.837Z] === RUN Test/DockerSuite/TestBuildAddWholeDirToRoot [2019-09-11T09:35:51.753Z] === RUN Test/DockerSuite/TestCpSpecialFiles [2019-09-11T09:35:51.808Z] === RUN Test/DockerSuite/TestBuildBlankName [2019-09-11T09:35:52.268Z] === RUN Test/DockerSuite/TestBuildBuildTimeArg [2019-09-11T09:35:52.678Z] === RUN Test/DockerSuite/TestCpSymlinkComponent [2019-09-11T09:35:54.039Z] === RUN Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-11T09:35:54.964Z] === RUN Test/DockerSuite/TestCpToCaseA [2019-09-11T09:35:55.416Z] --- PASS: TestDockerNetworkReConnect (5.02s) [2019-09-11T09:35:55.416Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-11T09:35:55.416Z] daemon.go:336: [d6f6341216ab8] waiting for daemon to start [2019-09-11T09:35:55.416Z] daemon.go:336: [d6f6341216ab8] waiting for daemon to start [2019-09-11T09:35:55.416Z] daemon.go:364: [d6f6341216ab8] daemon started [2019-09-11T09:35:55.416Z] daemon.go:472: [d6f6341216ab8] Stopping daemon [2019-09-11T09:35:55.416Z] daemon.go:307: [d6f6341216ab8] exiting daemon [2019-09-11T09:35:55.416Z] daemon.go:459: [d6f6341216ab8] Daemon stopped [2019-09-11T09:35:55.416Z] === RUN TestServicePlugin [2019-09-11T09:35:55.416Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-11T09:35:55.416Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:35:55.416Z] === RUN TestServiceUpdateLabel [2019-09-11T09:35:56.853Z] === RUN Test/DockerSuite/TestCpToCaseB [2019-09-11T09:35:57.782Z] === RUN Test/DockerSuite/TestCpToCaseC [2019-09-11T09:35:58.611Z] --- PASS: TestServiceUpdateLabel (2.99s) [2019-09-11T09:35:58.611Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-11T09:35:58.611Z] daemon.go:336: [d1bf8199edb34] waiting for daemon to start [2019-09-11T09:35:58.611Z] daemon.go:336: [d1bf8199edb34] waiting for daemon to start [2019-09-11T09:35:58.611Z] daemon.go:364: [d1bf8199edb34] daemon started [2019-09-11T09:35:58.611Z] daemon.go:472: [d1bf8199edb34] Stopping daemon [2019-09-11T09:35:58.611Z] daemon.go:307: [d1bf8199edb34] exiting daemon [2019-09-11T09:35:58.611Z] daemon.go:459: [d1bf8199edb34] Daemon stopped [2019-09-11T09:35:58.611Z] === RUN TestServiceUpdateSecrets [2019-09-11T09:35:59.355Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-11T09:36:00.326Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-11T09:36:01.042Z] === RUN Test/DockerSuite/TestCpToCaseD [2019-09-11T09:36:05.025Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-11T09:36:06.278Z] === RUN Test/DockerSuite/TestCpToCaseE [2019-09-11T09:36:10.438Z] === RUN Test/DockerSuite/TestCpToCaseF [2019-09-11T09:36:10.998Z] === RUN Test/DockerSuite/TestCpToCaseG [2019-09-11T09:36:14.967Z] --- PASS: TestServiceUpdateSecrets (15.82s) [2019-09-11T09:36:14.967Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-11T09:36:14.967Z] daemon.go:336: [d5fb7806f2e1a] waiting for daemon to start [2019-09-11T09:36:14.967Z] daemon.go:336: [d5fb7806f2e1a] waiting for daemon to start [2019-09-11T09:36:14.967Z] daemon.go:364: [d5fb7806f2e1a] daemon started [2019-09-11T09:36:14.967Z] daemon.go:472: [d5fb7806f2e1a] Stopping daemon [2019-09-11T09:36:14.967Z] daemon.go:307: [d5fb7806f2e1a] exiting daemon [2019-09-11T09:36:14.967Z] daemon.go:459: [d5fb7806f2e1a] Daemon stopped [2019-09-11T09:36:14.967Z] === RUN TestServiceUpdateConfigs [2019-09-11T09:36:15.361Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-11T09:36:16.234Z] === RUN Test/DockerSuite/TestCpToCaseH [2019-09-11T09:36:20.394Z] === RUN Test/DockerSuite/TestCpToCaseI [2019-09-11T09:36:20.650Z] === RUN Test/DockerSuite/TestCpToCaseJ [2019-09-11T09:36:23.946Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-11T09:36:23.946Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-11T09:36:25.890Z] === RUN Test/DockerSuite/TestCpToContainerWithPermissions [2019-09-11T09:36:26.814Z] === RUN Test/DockerSuite/TestCpToDot [2019-09-11T09:36:27.739Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyRootfs [2019-09-11T09:36:28.654Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-11T09:36:29.115Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEnv [2019-09-11T09:36:29.115Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansion [2019-09-11T09:36:29.623Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyVolume [2019-09-11T09:36:31.333Z] --- PASS: TestServiceUpdateConfigs (15.70s) [2019-09-11T09:36:31.333Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-11T09:36:31.333Z] daemon.go:336: [d382a6304d503] waiting for daemon to start [2019-09-11T09:36:31.333Z] daemon.go:336: [d382a6304d503] waiting for daemon to start [2019-09-11T09:36:31.333Z] daemon.go:364: [d382a6304d503] daemon started [2019-09-11T09:36:31.333Z] daemon.go:472: [d382a6304d503] Stopping daemon [2019-09-11T09:36:31.333Z] daemon.go:307: [d382a6304d503] exiting daemon [2019-09-11T09:36:31.333Z] daemon.go:459: [d382a6304d503] Daemon stopped [2019-09-11T09:36:31.333Z] === RUN TestServiceUpdateNetwork [2019-09-11T09:36:31.508Z] === RUN Test/DockerSuite/TestCpToStdout [2019-09-11T09:36:32.434Z] === RUN Test/DockerSuite/TestCpToSymlinkDestination [2019-09-11T09:36:34.921Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-11T09:36:34.921Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgHistory [2019-09-11T09:36:35.382Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-11T09:36:35.382Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-11T09:36:35.382Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-11T09:36:36.593Z] === RUN Test/DockerSuite/TestCpToSymlinkToDirectory [2019-09-11T09:36:36.593Z] === RUN Test/DockerSuite/TestCpUnprivilegedUser [2019-09-11T09:36:37.153Z] === RUN Test/DockerSuite/TestCpVolumePath [2019-09-11T09:36:39.039Z] === RUN Test/DockerSuite/TestCreate64ByteHexID [2019-09-11T09:36:39.294Z] === RUN Test/DockerSuite/TestCreateArgs [2019-09-11T09:36:39.294Z] === RUN Test/DockerSuite/TestCreateByImageID [2019-09-11T09:36:39.855Z] === RUN Test/DockerSuite/TestCreateEchoStdout [2019-09-11T09:36:40.782Z] === RUN Test/DockerSuite/TestCreateGrowRootfs [2019-09-11T09:36:40.782Z] === RUN Test/DockerSuite/TestCreateHostConfig [2019-09-11T09:36:41.038Z] === RUN Test/DockerSuite/TestCreateHostnameWithNumber [2019-09-11T09:36:41.598Z] === RUN Test/DockerSuite/TestCreateLabelFromImage [2019-09-11T09:36:42.159Z] === RUN Test/DockerSuite/TestCreateLabels [2019-09-11T09:36:42.159Z] === RUN Test/DockerSuite/TestCreateModeIpcContainer [2019-09-11T09:36:42.159Z] === RUN Test/DockerSuite/TestCreateRM [2019-09-11T09:36:42.414Z] === RUN Test/DockerSuite/TestCreateShrinkRootfs [2019-09-11T09:36:42.414Z] === RUN Test/DockerSuite/TestCreateStopSignal [2019-09-11T09:36:42.669Z] === RUN Test/DockerSuite/TestCreateStopTimeout [2019-09-11T09:36:42.669Z] === RUN Test/DockerSuite/TestCreateUnsetEntrypoint [2019-09-11T09:36:45.022Z] --- PASS: TestServiceUpdateNetwork (14.24s) [2019-09-11T09:36:45.022Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-11T09:36:45.022Z] daemon.go:336: [d904d3f589677] waiting for daemon to start [2019-09-11T09:36:45.022Z] daemon.go:336: [d904d3f589677] waiting for daemon to start [2019-09-11T09:36:45.022Z] daemon.go:364: [d904d3f589677] daemon started [2019-09-11T09:36:45.022Z] daemon.go:472: [d904d3f589677] Stopping daemon [2019-09-11T09:36:45.022Z] daemon.go:307: [d904d3f589677] exiting daemon [2019-09-11T09:36:45.022Z] daemon.go:459: [d904d3f589677] Daemon stopped [2019-09-11T09:36:45.022Z] PASS [2019-09-11T09:36:45.022Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m [2019-09-11T09:36:45.022Z] INFO: Testing against a local daemon [2019-09-11T09:36:45.022Z] === RUN TestSessionCreate [2019-09-11T09:36:45.022Z] --- PASS: TestSessionCreate (0.04s) [2019-09-11T09:36:45.022Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-11T09:36:45.022Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2019-09-11T09:36:45.022Z] PASS [2019-09-11T09:36:45.022Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m [2019-09-11T09:36:45.022Z] INFO: Testing against a local daemon [2019-09-11T09:36:45.022Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-11T09:36:45.022Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-11T09:36:45.022Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-11T09:36:45.022Z] === RUN TestEventsExecDie [2019-09-11T09:36:45.181Z] === RUN Test/DockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-09-11T09:36:45.181Z] === RUN Test/DockerSuite/TestCreateVolumesCreated [2019-09-11T09:36:45.409Z] --- PASS: TestEventsExecDie (0.95s) [2019-09-11T09:36:45.409Z] === RUN TestEventsBackwardsCompatible [2019-09-11T09:36:45.409Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-09-11T09:36:45.409Z] === RUN TestInfoBinaryCommits [2019-09-11T09:36:45.409Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-09-11T09:36:45.409Z] === RUN TestInfoAPIVersioned [2019-09-11T09:36:45.409Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-09-11T09:36:45.409Z] === RUN TestInfoAPI [2019-09-11T09:36:45.437Z] === RUN Test/DockerSuite/TestCreateWithInvalidLogOpts [2019-09-11T09:36:45.437Z] === RUN Test/DockerSuite/TestCreateWithLargePortRange [2019-09-11T09:36:45.817Z] --- PASS: TestInfoAPI (0.03s) [2019-09-11T09:36:45.817Z] === RUN TestInfoAPIWarnings [2019-09-11T09:36:46.614Z] --- PASS: TestInfoAPIWarnings (0.87s) [2019-09-11T09:36:46.614Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-11T09:36:46.614Z] daemon.go:336: [daf6289a3e82c] waiting for daemon to start [2019-09-11T09:36:46.614Z] daemon.go:336: [daf6289a3e82c] waiting for daemon to start [2019-09-11T09:36:46.614Z] daemon.go:364: [daf6289a3e82c] daemon started [2019-09-11T09:36:46.614Z] daemon.go:472: [daf6289a3e82c] Stopping daemon [2019-09-11T09:36:46.614Z] daemon.go:307: [daf6289a3e82c] exiting daemon [2019-09-11T09:36:46.614Z] daemon.go:459: [daf6289a3e82c] Daemon stopped [2019-09-11T09:36:46.614Z] === RUN TestLoginFailsWithBadCredentials [2019-09-11T09:36:46.978Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2019-09-11T09:36:46.978Z] === RUN TestPingCacheHeaders [2019-09-11T09:36:46.978Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-11T09:36:46.978Z] === RUN TestPingGet [2019-09-11T09:36:46.978Z] --- PASS: TestPingGet (0.02s) [2019-09-11T09:36:46.978Z] === RUN TestPingHead [2019-09-11T09:36:46.978Z] --- PASS: TestPingHead (0.03s) [2019-09-11T09:36:46.978Z] === RUN TestVersion [2019-09-11T09:36:46.978Z] --- PASS: TestVersion (0.02s) [2019-09-11T09:36:46.978Z] PASS [2019-09-11T09:36:46.978Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m [2019-09-11T09:36:46.978Z] INFO: Testing against a local daemon [2019-09-11T09:36:46.978Z] === RUN TestVolumesCreateAndList [2019-09-11T09:36:46.978Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-09-11T09:36:46.978Z] === RUN TestVolumesRemove [2019-09-11T09:36:47.352Z] --- PASS: TestVolumesRemove (0.11s) [2019-09-11T09:36:47.352Z] === RUN TestVolumesInspect [2019-09-11T09:36:47.352Z] --- PASS: TestVolumesInspect (0.02s) [2019-09-11T09:36:47.352Z] === RUN TestVolumesInvalidJSON [2019-09-11T09:36:47.352Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-11T09:36:47.352Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-11T09:36:47.352Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-11T09:36:47.352Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-09-11T09:36:47.352Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-11T09:36:47.352Z] PASS [2019-09-11T09:36:47.352Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-11T09:36:49.174Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-11T09:36:49.174Z] Clearing AppArmor profiles cache:. [2019-09-11T09:36:49.174Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-11T09:36:49.174Z] Unloading profiles will leave already running processes permanently [2019-09-11T09:36:49.174Z] unconfined, which can lead to unexpected situations. [2019-09-11T09:36:49.174Z] [2019-09-11T09:36:49.174Z] To set a process to complain mode, use the command line tool [2019-09-11T09:36:49.174Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-11T09:36:49.174Z] with the 'teardown' option." [2019-09-11T09:36:49.174Z] Removing test suite binaries [2019-09-11T09:36:49.174Z] [2019-09-11T09:36:49.599Z] === RUN Test/DockerSuite/TestCreateWithPortRange [2019-09-11T09:36:49.599Z] === RUN Test/DockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-11T09:36:49.599Z] === RUN Test/DockerSuite/TestCreateWithWorkdir [2019-09-11T09:36:49.599Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-11T09:36:49.599Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-11T09:36:49.599Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-11T09:36:50.165Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-11T09:36:52.054Z] === RUN Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-11T09:36:52.708Z] + echo Ensuring container killed. [2019-09-11T09:36:52.709Z] Ensuring container killed. [2019-09-11T09:36:52.709Z] + docker rm -vf docker-pr3 [2019-09-11T09:36:52.709Z] Error: No such container: docker-pr3 [2019-09-11T09:36:52.709Z] + true [Pipeline] sh [2019-09-11T09:36:52.981Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-11T09:36:53.542Z] + echo Chowning /workspace to jenkins user [2019-09-11T09:36:53.542Z] Chowning /workspace to jenkins user [2019-09-11T09:36:53.542Z] + id -u [2019-09-11T09:36:53.542Z] + id -g [2019-09-11T09:36:53.542Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39817:/workspace busybox chown -R 1001:1001 /workspace [2019-09-11T09:36:53.542Z] Unable to find image 'busybox:latest' locally [2019-09-11T09:36:53.542Z] latest: Pulling from library/busybox [2019-09-11T09:36:53.904Z] 6d4c3d9fc915: Pulling fs layer [2019-09-11T09:36:53.904Z] 6d4c3d9fc915: Verifying Checksum [2019-09-11T09:36:53.904Z] 6d4c3d9fc915: Download complete [2019-09-11T09:36:54.270Z] 6d4c3d9fc915: Pull complete [2019-09-11T09:36:54.270Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-11T09:36:54.271Z] Status: Downloaded newer image for busybox:latest [2019-09-11T09:36:54.866Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-11T09:36:56.229Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-11T09:36:57.184Z] === RUN Test/DockerSuite/TestDeprecatedStartWithNilDNS [2019-09-11T09:36:57.838Z] + bundleName=s390x-integration [2019-09-11T09:36:57.838Z] + echo Creating s390x-integration-bundles.tar.gz [2019-09-11T09:36:57.838Z] Creating s390x-integration-bundles.tar.gz [2019-09-11T09:36:57.838Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *.log -o -name *.prof ) -print [2019-09-11T09:36:57.838Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-09-11T09:36:57.973Z] Archiving artifacts [2019-09-11T09:36:58.110Z] === RUN Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-11T09:36:58.110Z] === RUN Test/DockerSuite/TestDevicePermissions [2019-09-11T09:36:59.034Z] === RUN Test/DockerSuite/TestDockerFails [2019-09-11T09:36:59.034Z] === RUN Test/DockerSuite/TestDockerInspectMultipleNetwork [2019-09-11T09:36:59.034Z] === RUN Test/DockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-09-11T09:36:59.034Z] === RUN Test/DockerSuite/TestDockerInspectNetworkWithContainerName [2019-09-11T09:36:59.146Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39817/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-11T09:36:59.884Z] + make clean [2019-09-11T09:36:59.884Z] docker volume rm -f docker-dev-cache [2019-09-11T09:37:00.248Z] docker-dev-cache [Pipeline] deleteDir [2019-09-11T09:37:00.397Z] === RUN Test/DockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-09-11T09:37:01.322Z] === RUN Test/DockerSuite/TestDockerNetworkDeleteMultiple [2019-09-11T09:37:03.207Z] === RUN Test/DockerSuite/TestDockerNetworkDeleteNotExists [2019-09-11T09:37:03.207Z] === RUN Test/DockerSuite/TestDockerNetworkInspect [2019-09-11T09:37:03.207Z] === RUN Test/DockerSuite/TestDockerNetworkInspectWithID [2019-09-11T09:37:03.207Z] === RUN Test/DockerSuite/TestDockerNetworkInternalMode [2019-09-11T09:37:05.374Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-11T09:37:06.470Z] === RUN Test/DockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-09-11T09:37:07.585Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-11T09:37:08.564Z] === RUN Test/DockerSuite/TestBuildCacheAdd [2019-09-11T09:37:08.756Z] ok github.com/docker/docker/api/server/httputils 0.044s coverage: 14.7% of statements [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-11T09:37:08.756Z] ok github.com/docker/docker/api/server/middleware 0.013s coverage: 37.7% of statements [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-11T09:37:08.756Z] ok github.com/docker/docker/api/types/filters 0.008s coverage: 95.2% of statements [2019-09-11T09:37:08.756Z] ok github.com/docker/docker/api/types/strslice 0.043s coverage: 90.0% of statements [2019-09-11T09:37:08.756Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2019-09-11T09:37:08.756Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2019-09-11T09:37:08.756Z] ok github.com/docker/docker/api/server/router/swarm 0.046s coverage: 4.0% of statements [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/builder [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-11T09:37:08.756Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-11T09:37:08.756Z] ok github.com/docker/docker/builder/dockerignore 0.018s coverage: 96.8% of statements [2019-09-11T09:37:09.024Z] === RUN Test/DockerSuite/TestBuildCacheBrokenSymlink [2019-09-11T09:37:09.735Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-11T09:37:10.567Z] === RUN Test/DockerSuite/TestBuildCacheFrom [2019-09-11T09:37:10.567Z] === RUN Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-11T09:37:11.099Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-11T09:37:13.612Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-11T09:37:14.276Z] ok github.com/docker/docker/builder/fscache 0.152s coverage: 69.2% of statements [2019-09-11T09:37:15.270Z] === RUN Test/DockerSuite/TestBuildCacheRootSource [2019-09-11T09:37:16.243Z] === RUN Test/DockerSuite/TestBuildChownOnCopy [2019-09-11T09:37:16.243Z] === RUN Test/DockerSuite/TestBuildChownSingleFile [2019-09-11T09:37:16.243Z] === RUN Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-11T09:37:16.333Z] ok github.com/docker/docker/builder/remotecontext/git 4.557s coverage: 85.1% of statements [2019-09-11T09:37:16.623Z] ok github.com/docker/docker/cli/debug 0.038s coverage: 100.0% of statements [2019-09-11T09:37:16.623Z] ok github.com/docker/docker/builder/remotecontext 0.358s coverage: 13.6% of statements [2019-09-11T09:37:16.876Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-11T09:37:17.215Z] === RUN Test/DockerSuite/TestBuildClearCmd [2019-09-11T09:37:17.643Z] ok github.com/docker/docker/builder/dockerfile 1.056s coverage: 45.1% of statements [2019-09-11T09:37:17.643Z] ? github.com/docker/docker/cli [no test files] [2019-09-11T09:37:17.643Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-11T09:37:18.186Z] === RUN Test/DockerSuite/TestBuildCmd [2019-09-11T09:37:18.646Z] === RUN Test/DockerSuite/TestBuildCmdJSONNoShDashC [2019-09-11T09:37:19.107Z] === RUN Test/DockerSuite/TestBuildCmdShDashC [2019-09-11T09:37:19.409Z] === RUN Test/DockerSuite/TestEmbeddedDNSInvalidInput [2019-09-11T09:37:19.568Z] === RUN Test/DockerSuite/TestBuildCmdShellArgsEscaped [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-11T09:37:20.773Z] === RUN Test/DockerSuite/TestEventsAttach [2019-09-11T09:37:21.698Z] === RUN Test/DockerSuite/TestEventsCommit [2019-09-11T09:37:22.624Z] === RUN Test/DockerSuite/TestEventsContainerEvents [2019-09-11T09:37:23.553Z] === RUN Test/DockerSuite/TestEventsContainerEventsAttrSort [2019-09-11T09:37:24.478Z] === RUN Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-11T09:37:25.380Z] === RUN Test/DockerSuite/TestBuildCmdSpaces [2019-09-11T09:37:25.404Z] === RUN Test/DockerSuite/TestEventsContainerFilterBeforeCreate [2019-09-11T09:37:26.922Z] === RUN Test/DockerSuite/TestBuildCommentsShebangs [2019-09-11T09:37:26.922Z] === RUN Test/DockerSuite/TestBuildConditionalCache [2019-09-11T09:37:27.290Z] === RUN Test/DockerSuite/TestEventsContainerFilterByName [2019-09-11T09:37:27.894Z] === RUN Test/DockerSuite/TestBuildContChar [2019-09-11T09:37:29.176Z] === RUN Test/DockerSuite/TestEventsContainerRestart [2019-09-11T09:37:31.061Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-11T09:37:32.425Z] === RUN Test/DockerSuite/TestEventsContainerWithMultiNetwork [2019-09-11T09:37:32.954Z] ok github.com/docker/docker/client 0.703s coverage: 75.6% of statements [2019-09-11T09:37:34.939Z] === RUN Test/DockerSuite/TestEventsCopy [2019-09-11T09:37:36.826Z] === RUN Test/DockerSuite/TestEventsFilterContainer [2019-09-11T09:37:38.713Z] === RUN Test/DockerSuite/TestEventsFilterImageInContainerAction [2019-09-11T09:37:39.639Z] === RUN Test/DockerSuite/TestEventsFilterImageLabels [2019-09-11T09:37:39.895Z] === RUN Test/DockerSuite/TestEventsFilterImageName [2019-09-11T09:37:41.780Z] === RUN Test/DockerSuite/TestEventsFilterLabels [2019-09-11T09:37:42.036Z] === RUN Test/DockerSuite/TestEventsFilterNetworkID [2019-09-11T09:37:42.291Z] === RUN Test/DockerSuite/TestEventsFilterType [2019-09-11T09:37:42.546Z] === RUN Test/DockerSuite/TestEventsFilterVolumeAndNetworkType [2019-09-11T09:37:42.730Z] === RUN Test/DockerSuite/TestBuildContainerWithCgroupParent [2019-09-11T09:37:42.730Z] === RUN Test/DockerSuite/TestBuildContextCleanup [2019-09-11T09:37:42.730Z] === RUN Test/DockerSuite/TestBuildContextCleanupFailedBuild [2019-09-11T09:37:42.801Z] === RUN Test/DockerSuite/TestEventsFilterVolumeID [2019-09-11T09:37:42.801Z] === RUN Test/DockerSuite/TestEventsFilters [2019-09-11T09:37:43.191Z] === RUN Test/DockerSuite/TestBuildContextTarGzip [2019-09-11T09:37:44.201Z] === RUN Test/DockerSuite/TestBuildContextTarNoCompression [2019-09-11T09:37:44.201Z] === RUN Test/DockerSuite/TestBuildCopyAddMultipleFiles [2019-09-11T09:37:44.201Z] === RUN Test/DockerSuite/TestBuildCopyCacheOnFileChange [2019-09-11T09:37:44.712Z] === RUN Test/DockerSuite/TestEventsFormat [2019-09-11T09:37:45.173Z] === RUN Test/DockerSuite/TestBuildCopyDirButNotFile [2019-09-11T09:37:45.634Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToExistDir [2019-09-11T09:37:45.634Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToRoot [2019-09-11T09:37:45.634Z] === RUN Test/DockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-11T09:37:46.074Z] === RUN Test/DockerSuite/TestEventsFormatBadField [2019-09-11T09:37:46.074Z] === RUN Test/DockerSuite/TestEventsFormatBadFunc [2019-09-11T09:37:46.074Z] === RUN Test/DockerSuite/TestEventsImageImport [2019-09-11T09:37:47.000Z] === RUN Test/DockerSuite/TestEventsImageLoad [2019-09-11T09:37:47.255Z] === RUN Test/DockerSuite/TestEventsImagePull [2019-09-11T09:37:47.816Z] === RUN Test/DockerSuite/TestEventsImageTag [2019-09-11T09:37:48.743Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-11T09:37:48.743Z] === RUN Test/DockerSuite/TestEventsImageUntagDelete [2019-09-11T09:37:48.998Z] === RUN Test/DockerSuite/TestEventsOOMDisableFalse [2019-09-11T09:37:48.998Z] === RUN Test/DockerSuite/TestEventsOOMDisableTrue [2019-09-11T09:37:48.998Z] === RUN Test/DockerSuite/TestEventsPluginOps [2019-09-11T09:37:50.887Z] === RUN Test/DockerSuite/TestEventsRedirectStdout [2019-09-11T09:37:51.814Z] === RUN Test/DockerSuite/TestEventsRename [2019-09-11T09:37:53.178Z] === RUN Test/DockerSuite/TestEventsResize [2019-09-11T09:37:54.104Z] === RUN Test/DockerSuite/TestEventsSinceInTheFuture [2019-09-11T09:37:54.666Z] === RUN Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-11T09:37:55.972Z] === RUN Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-11T09:37:56.030Z] === RUN Test/DockerSuite/TestEventsStreaming [2019-09-11T09:37:56.590Z] === RUN Test/DockerSuite/TestEventsTimestampFormats [2019-09-11T09:37:59.852Z] === RUN Test/DockerSuite/TestEventsTop [2019-09-11T09:38:00.777Z] === RUN Test/DockerSuite/TestEventsUntag [2019-09-11T09:38:03.289Z] === RUN Test/DockerSuite/TestEventsUntilInThePast [2019-09-11T09:38:05.178Z] === RUN Test/DockerSuite/TestExec [2019-09-11T09:38:05.178Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesCreate [2019-09-11T09:38:06.104Z] === RUN Test/DockerSuite/TestExecAPICreateContainerPaused [2019-09-11T09:38:07.470Z] === RUN Test/DockerSuite/TestExecAPICreateNoCmd [2019-09-11T09:38:08.194Z] === RUN Test/DockerSuite/TestExecAPICreateNoValidContentType [2019-09-11T09:38:09.582Z] === RUN Test/DockerSuite/TestExecAPIStart [2019-09-11T09:38:11.476Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-11T09:38:11.476Z] === RUN Test/DockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-11T09:38:12.840Z] === RUN Test/DockerSuite/TestExecAPIStartEnsureHeaders [2019-09-11T09:38:13.767Z] === RUN Test/DockerSuite/TestExecAPIStartInvalidCommand [2019-09-11T09:38:14.694Z] === RUN Test/DockerSuite/TestExecAPIStartMultipleTimesError [2019-09-11T09:38:15.620Z] === RUN Test/DockerSuite/TestExecAPIStartValidCommand [2019-09-11T09:38:16.546Z] === RUN Test/DockerSuite/TestExecAPIStartWithDetach [2019-09-11T09:38:17.907Z] === RUN Test/DockerSuite/TestExecAfterContainerRestart [2019-09-11T09:38:19.793Z] === RUN Test/DockerSuite/TestExecCgroup [2019-09-11T09:38:20.194Z] ok github.com/docker/docker/cmd/dockerd 0.203s coverage: 29.9% of statements [2019-09-11T09:38:21.158Z] === RUN Test/DockerSuite/TestExecEnv [2019-09-11T09:38:22.520Z] === RUN Test/DockerSuite/TestExecEnvLinksHost [2019-09-11T09:38:23.884Z] === RUN Test/DockerSuite/TestExecExitStatus [2019-09-11T09:38:25.246Z] === RUN Test/DockerSuite/TestExecInspectID [2019-09-11T09:38:27.131Z] === RUN Test/DockerSuite/TestExecInteractive [2019-09-11T09:38:28.057Z] === RUN Test/DockerSuite/TestExecInteractiveStdinClose [2019-09-11T09:38:28.621Z] ok github.com/docker/docker/container 0.168s coverage: 35.5% of statements [2019-09-11T09:38:28.621Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-11T09:38:28.621Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-11T09:38:28.621Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-11T09:38:28.621Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-11T09:38:28.983Z] === RUN Test/DockerSuite/TestExecOnReadonlyContainer [2019-09-11T09:38:29.908Z] === RUN Test/DockerSuite/TestExecParseError [2019-09-11T09:38:30.832Z] === RUN Test/DockerSuite/TestExecPausedContainer [2019-09-11T09:38:31.693Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-11T09:38:31.693Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-11T09:38:31.757Z] === RUN Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-11T09:38:32.156Z] === RUN Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-11T09:38:32.682Z] === RUN Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-11T09:38:34.144Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.027s coverage: 65.3% of statements [2019-09-11T09:38:35.204Z] === RUN Test/DockerSuite/TestExecSetEnv [2019-09-11T09:38:35.764Z] === RUN Test/DockerSuite/TestExecStartFails [2019-09-11T09:38:36.689Z] === RUN Test/DockerSuite/TestExecStateCleanup [2019-09-11T09:38:39.242Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToExistDir [2019-09-11T09:38:39.242Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-11T09:38:39.242Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToRoot [2019-09-11T09:38:39.242Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-11T09:38:39.702Z] === RUN Test/DockerSuite/TestBuildCopyWholeDirToRoot [2019-09-11T09:38:39.702Z] === RUN Test/DockerSuite/TestBuildCopyWildcard [2019-09-11T09:38:40.847Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-09-11T09:38:42.587Z] ok github.com/docker/docker/daemon/cluster/convert 0.025s coverage: 35.8% of statements [2019-09-11T09:38:44.107Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-11T09:38:46.074Z] ok github.com/docker/docker/daemon/cluster 0.258s coverage: 0.5% of statements [2019-09-11T09:38:48.269Z] === RUN Test/DockerSuite/TestExecStopNotHanging [2019-09-11T09:38:48.829Z] === RUN Test/DockerSuite/TestExecTTY [2019-09-11T09:38:49.754Z] === RUN Test/DockerSuite/TestExecTTYCloseStdin [2019-09-11T09:38:50.485Z] ok github.com/docker/docker/daemon/discovery 0.009s coverage: 30.0% of statements [2019-09-11T09:38:50.679Z] === RUN Test/DockerSuite/TestExecTTYWithoutStdin [2019-09-11T09:38:51.604Z] === RUN Test/DockerSuite/TestExecUlimits [2019-09-11T09:38:52.559Z] ok github.com/docker/docker/daemon/events 0.077s coverage: 50.0% of statements [2019-09-11T09:38:52.972Z] === RUN Test/DockerSuite/TestExecWindowsPathNotWiped [2019-09-11T09:38:52.972Z] === RUN Test/DockerSuite/TestExecWithImageUser [2019-09-11T09:38:53.577Z] ok github.com/docker/docker/daemon/config 0.085s coverage: 84.2% of statements [2019-09-11T09:38:55.483Z] === RUN Test/DockerSuite/TestExecWithNoTERM [2019-09-11T09:38:56.043Z] === RUN Test/DockerSuite/TestExecWithPrivileged [2019-09-11T09:38:56.272Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2019-09-11T09:38:57.404Z] === RUN Test/DockerSuite/TestExecWithTERM [2019-09-11T09:38:58.302Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.485s coverage: 13.7% of statements [2019-09-11T09:38:58.329Z] === RUN Test/DockerSuite/TestExecWithUser [2019-09-11T09:38:59.255Z] === RUN Test/DockerSuite/TestGetContainerStats [2019-09-11T09:39:00.991Z] ok github.com/docker/docker/daemon 12.520s coverage: 17.5% of statements [2019-09-11T09:39:00.991Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-11T09:39:00.991Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-11T09:39:00.991Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-11T09:39:00.991Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-11T09:39:01.625Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2019-09-11T09:39:03.112Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.754s coverage: 57.8% of statements [2019-09-11T09:39:04.490Z] === RUN Test/DockerSuite/TestGetContainerStatsNoStream [2019-09-11T09:39:04.868Z] === RUN Test/DockerSuite/TestBuildCopyWildcardCache [2019-09-11T09:39:04.868Z] === RUN Test/DockerSuite/TestBuildCopyWildcardInName [2019-09-11T09:39:04.868Z] === RUN Test/DockerSuite/TestBuildDeleteCommittedFile [2019-09-11T09:39:07.015Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-11T09:39:08.627Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.860s coverage: 68.6% of statements [2019-09-11T09:39:08.627Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.977s coverage: 50.8% of statements [2019-09-11T09:39:08.901Z] === RUN Test/DockerSuite/TestGetContainerStatsRmRunning [2019-09-11T09:39:11.412Z] === RUN Test/DockerSuite/TestGetContainerStatsStream [2019-09-11T09:39:12.131Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.269s coverage: 46.1% of statements [2019-09-11T09:39:12.131Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-11T09:39:12.751Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.015s coverage: 58.0% of statements [2019-09-11T09:39:13.037Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.200s coverage: 52.5% of statements [2019-09-11T09:39:13.037Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-11T09:39:13.323Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.544s coverage: 76.1% of statements [2019-09-11T09:39:13.323Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-11T09:39:15.361Z] ok github.com/docker/docker/daemon/links 0.028s coverage: 93.0% of statements [2019-09-11T09:39:16.652Z] === RUN Test/DockerSuite/TestGetContainersAttachWebsocket [2019-09-11T09:39:16.907Z] === RUN Test/DockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-11T09:39:16.907Z] === RUN Test/DockerSuite/TestGetStoppedContainerStats [2019-09-11T09:39:17.163Z] === RUN Test/DockerSuite/TestHealth [2019-09-11T09:39:18.877Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.042s coverage: 3.0% of statements [2019-09-11T09:39:19.499Z] ok github.com/docker/docker/daemon/logger 0.280s coverage: 42.7% of statements [2019-09-11T09:39:23.923Z] ok github.com/docker/docker/daemon/logger/gelf 0.030s coverage: 68.2% of statements [2019-09-11T09:39:23.923Z] ok github.com/docker/docker/daemon/logger/awslogs 0.640s coverage: 77.8% of statements [2019-09-11T09:39:23.923Z] ok github.com/docker/docker/daemon/logger/journald 0.023s coverage: 26.2% of statements [2019-09-11T09:39:25.413Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.035s coverage: 88.3% of statements [2019-09-11T09:39:25.699Z] ok github.com/docker/docker/daemon/images 0.101s coverage: 4.9% of statements [2019-09-11T09:39:25.699Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-11T09:39:25.699Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-11T09:39:25.699Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-11T09:39:25.699Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-11T09:39:28.410Z] time="2019-09-11T09:39:27Z" level=error msg="Failed to open log file: open /tmp/docker-logger-211194045/container.log.1: no such file or directory" [2019-09-11T09:39:28.410Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.041s coverage: 62.1% of statements [2019-09-11T09:39:28.698Z] ok github.com/docker/docker/daemon/logger/local 0.093s coverage: 74.7% of statements [2019-09-11T09:39:28.698Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-11T09:39:30.028Z] === RUN Test/DockerSuite/TestBuildDockerfileStdin [2019-09-11T09:39:30.028Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinConflict [2019-09-11T09:39:30.028Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-11T09:39:30.205Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.052s coverage: 18.6% of statements [2019-09-11T09:39:30.492Z] ok github.com/docker/docker/daemon/logger/templates 0.024s coverage: 8.3% of statements [2019-09-11T09:39:32.938Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-11T09:39:33.188Z] ok github.com/docker/docker/daemon/logger/syslog 0.022s coverage: 47.8% of statements [2019-09-11T09:39:34.203Z] ok github.com/docker/docker/daemon/network 0.013s coverage: 63.8% of statements [2019-09-11T09:39:34.489Z] ok github.com/docker/docker/daemon/logger/splunk 3.110s coverage: 84.5% of statements [2019-09-11T09:39:34.489Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-11T09:39:34.489Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-11T09:39:35.125Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-11T09:39:35.193Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-11T09:39:38.039Z] === RUN Test/DockerSuite/TestBuildDockerignore [2019-09-11T09:39:39.353Z] === RUN Test/DockerSuite/TestHistoryExistentImage [2019-09-11T09:39:39.353Z] === RUN Test/DockerSuite/TestHistoryHumanOptionFalse [2019-09-11T09:39:39.353Z] === RUN Test/DockerSuite/TestHistoryHumanOptionTrue [2019-09-11T09:39:39.353Z] === RUN Test/DockerSuite/TestHistoryImageWithComment [2019-09-11T09:39:40.008Z] ok github.com/docker/docker/errdefs 0.016s coverage: 49.4% of statements [2019-09-11T09:39:40.008Z] ok github.com/docker/docker/distribution 0.617s coverage: 22.6% of statements [2019-09-11T09:39:40.008Z] ok github.com/docker/docker/distribution/metadata 0.230s coverage: 48.2% of statements [2019-09-11T09:39:40.008Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-11T09:39:41.241Z] === RUN Test/DockerSuite/TestHistoryNonExistentImage [2019-09-11T09:39:41.241Z] === RUN Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-11T09:39:41.507Z] ok github.com/docker/docker/distribution/xfer 1.496s coverage: 83.4% of statements [2019-09-11T09:39:41.507Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-11T09:39:41.802Z] === RUN Test/DockerSuite/TestImagesEnsureImageIsListed [2019-09-11T09:39:41.802Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-11T09:39:41.802Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-11T09:39:42.057Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-11T09:39:42.313Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-11T09:39:42.568Z] === RUN Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-11T09:39:43.130Z] === RUN Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-11T09:39:43.130Z] === RUN Test/DockerSuite/TestImagesFilterLabelMatch [2019-09-11T09:39:44.493Z] === RUN Test/DockerSuite/TestImagesFilterNameWithPort [2019-09-11T09:39:44.493Z] === RUN Test/DockerSuite/TestImagesFilterSinceAndBefore [2019-09-11T09:39:44.988Z] ok github.com/docker/docker/image/cache 0.019s coverage: 19.2% of statements [2019-09-11T09:39:45.418Z] === RUN Test/DockerSuite/TestImagesFilterSpaceTrimCase [2019-09-11T09:39:45.610Z] ok github.com/docker/docker/image 0.063s coverage: 86.4% of statements [2019-09-11T09:39:45.610Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-11T09:39:45.610Z] ok github.com/docker/docker/image/v1 0.041s coverage: 25.0% of statements [2019-09-11T09:39:45.610Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-11T09:39:46.349Z] === RUN Test/DockerSuite/TestImagesFormat [2019-09-11T09:39:46.349Z] === RUN Test/DockerSuite/TestImagesFormatDefaultFormat [2019-09-11T09:39:47.284Z] === RUN Test/DockerSuite/TestImagesOrderedByCreationDate [2019-09-11T09:39:48.304Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-11T09:39:48.304Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-11T09:39:48.304Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-11T09:39:48.304Z] ok github.com/docker/docker/internal/testutil 0.057s coverage: 62.5% of statements [2019-09-11T09:39:48.304Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-11T09:39:48.304Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-11T09:39:48.304Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-11T09:39:48.304Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-11T09:39:48.304Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-11T09:39:48.304Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-11T09:39:48.304Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-11T09:39:48.304Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-11T09:39:49.802Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2019-09-11T09:39:50.088Z] ok github.com/docker/docker/pkg/aaparser 0.028s coverage: 50.0% of statements [2019-09-11T09:39:50.543Z] === RUN Test/DockerSuite/TestImagesWithIncorrectFilter [2019-09-11T09:39:50.544Z] === RUN Test/DockerSuite/TestImportBadURL [2019-09-11T09:39:50.544Z] === RUN Test/DockerSuite/TestImportDisplay [2019-09-11T09:39:51.907Z] === RUN Test/DockerSuite/TestImportFile [2019-09-11T09:39:54.416Z] === RUN Test/DockerSuite/TestImportFileNonExistentFile [2019-09-11T09:39:54.416Z] === RUN Test/DockerSuite/TestImportFileWithMessage [2019-09-11T09:39:55.612Z] ok github.com/docker/docker/opts 0.078s coverage: 66.9% of statements [2019-09-11T09:39:55.780Z] === RUN Test/DockerSuite/TestImportGzipped [2019-09-11T09:39:55.901Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-09-11T09:39:56.921Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2019-09-11T09:39:57.208Z] ok github.com/docker/docker/pkg/archive 1.440s coverage: 76.7% of statements [2019-09-11T09:39:57.670Z] === RUN Test/DockerSuite/TestImportWithQuotedChanges [2019-09-11T09:39:58.703Z] ok github.com/docker/docker/pkg/authorization 3.178s coverage: 66.7% of statements [2019-09-11T09:39:58.703Z] ok github.com/docker/docker/pkg/directory 0.008s coverage: 80.0% of statements [2019-09-11T09:40:00.181Z] === RUN Test/DockerSuite/TestInfoDebug [2019-09-11T09:40:00.181Z] === RUN Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-11T09:40:00.217Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2019-09-11T09:40:00.217Z] ok github.com/docker/docker/pkg/discovery/file 0.015s coverage: 92.9% of statements [2019-09-11T09:40:00.436Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-11T09:40:00.996Z] === RUN Test/DockerSuite/TestInfoDiscoveryBackend [2019-09-11T09:40:01.557Z] === RUN Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-11T09:40:01.701Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2019-09-11T09:40:02.322Z] ok github.com/docker/docker/layer 7.665s coverage: 66.9% of statements [2019-09-11T09:40:02.322Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-11T09:40:02.322Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-11T09:40:02.322Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-11T09:40:02.322Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-11T09:40:02.322Z] ? github.com/docker/docker/oci [no test files] [2019-09-11T09:40:02.322Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-11T09:40:02.482Z] === RUN Test/DockerSuite/TestInfoDisplaysPausedContainers [2019-09-11T09:40:03.347Z] ok github.com/docker/docker/pkg/discovery/nodes 0.006s coverage: 93.8% of statements [2019-09-11T09:40:03.347Z] ok github.com/docker/docker/pkg/dmesg 0.014s coverage: 83.3% of statements [2019-09-11T09:40:03.409Z] === RUN Test/DockerSuite/TestInfoDisplaysRunningContainers [2019-09-11T09:40:04.336Z] === RUN Test/DockerSuite/TestInfoDisplaysStoppedContainers [2019-09-11T09:40:04.365Z] ok github.com/docker/docker/pkg/chrootarchive 4.905s coverage: 43.2% of statements [2019-09-11T09:40:04.365Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-11T09:40:04.365Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-11T09:40:04.987Z] ok github.com/docker/docker/pkg/fileutils 0.023s coverage: 89.5% of statements [2019-09-11T09:40:04.988Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2019-09-11T09:40:05.700Z] === RUN Test/DockerSuite/TestInfoEnsureSucceeds [2019-09-11T09:40:05.700Z] === RUN Test/DockerSuite/TestInfoFormat [2019-09-11T09:40:05.700Z] === RUN Test/DockerSuite/TestInfoSecurityOptions [2019-09-11T09:40:05.700Z] === RUN Test/DockerSuite/TestInsecureRegistries [2019-09-11T09:40:06.260Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-11T09:40:06.500Z] ok github.com/docker/docker/pkg/fsutils 0.388s coverage: 85.1% of statements [2019-09-11T09:40:06.500Z] ok github.com/docker/docker/pkg/discovery/kv 3.286s coverage: 84.1% of statements [2019-09-11T09:40:06.787Z] ok github.com/docker/docker/pkg/homedir 0.033s coverage: 10.2% of statements [2019-09-11T09:40:07.234Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-11T09:40:08.160Z] === RUN Test/DockerSuite/TestInspectAPIContainerResponse [2019-09-11T09:40:08.824Z] ok github.com/docker/docker/pkg/locker 0.043s coverage: 88.9% of statements [2019-09-11T09:40:08.824Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2019-09-11T09:40:09.085Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-11T09:40:09.839Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 100.0% of statements [2019-09-11T09:40:09.839Z] ok github.com/docker/docker/pkg/idtools 1.025s coverage: 70.1% of statements [2019-09-11T09:40:10.011Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-11T09:40:10.571Z] === RUN Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-11T09:40:10.857Z] ok github.com/docker/docker/pkg/ioutils 2.425s coverage: 70.6% of statements [2019-09-11T09:40:10.857Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-11T09:40:11.143Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2019-09-11T09:40:11.496Z] === RUN Test/DockerSuite/TestInspectAPIImageResponse [2019-09-11T09:40:11.496Z] === RUN Test/DockerSuite/TestInspectAPIMultipleNetworks [2019-09-11T09:40:11.765Z] ok github.com/docker/docker/pkg/parsers 0.012s coverage: 97.0% of statements [2019-09-11T09:40:12.051Z] ok github.com/docker/docker/pkg/mount 0.931s coverage: 69.6% of statements [2019-09-11T09:40:12.051Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-11T09:40:12.338Z] ok github.com/docker/docker/pkg/parsers/kernel 0.032s coverage: 60.0% of statements [2019-09-11T09:40:12.625Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.013s coverage: 91.4% of statements [2019-09-11T09:40:13.248Z] ok github.com/docker/docker/pkg/pidfile 0.023s coverage: 82.4% of statements [2019-09-11T09:40:13.248Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-11T09:40:13.248Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-11T09:40:13.392Z] === RUN Test/DockerSuite/TestInspectAmpersand [2019-09-11T09:40:14.286Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.025s coverage: 56.8% of statements [2019-09-11T09:40:14.318Z] === RUN Test/DockerSuite/TestInspectBindMountPoint [2019-09-11T09:40:14.878Z] === RUN Test/DockerSuite/TestInspectByPrefix [2019-09-11T09:40:14.878Z] === RUN Test/DockerSuite/TestInspectContainerFilterInt [2019-09-11T09:40:15.772Z] ok github.com/docker/docker/pkg/progress 0.030s coverage: 75.9% of statements [2019-09-11T09:40:15.772Z] ok github.com/docker/docker/pkg/pools 0.006s coverage: 87.9% of statements [2019-09-11T09:40:15.803Z] === RUN Test/DockerSuite/TestInspectContainerGraphDriver [2019-09-11T09:40:15.803Z] === RUN Test/DockerSuite/TestInspectContainerNetworkCustom [2019-09-11T09:40:16.059Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2019-09-11T09:40:17.075Z] ok github.com/docker/docker/pkg/reexec 0.013s coverage: 82.4% of statements [2019-09-11T09:40:17.164Z] === RUN Test/DockerSuite/TestInspectContainerNetworkDefault [2019-09-11T09:40:18.089Z] === RUN Test/DockerSuite/TestInspectDefault [2019-09-11T09:40:18.089Z] ok github.com/docker/docker/pkg/pubsub 1.178s coverage: 73.9% of statements [2019-09-11T09:40:18.374Z] ok github.com/docker/docker/pkg/stdcopy 0.024s coverage: 100.0% of statements [2019-09-11T09:40:19.090Z] === RUN Test/DockerSuite/TestInspectHistory [2019-09-11T09:40:19.458Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2019-09-11T09:40:19.459Z] ok github.com/docker/docker/pkg/streamformatter 0.024s coverage: 66.2% of statements [2019-09-11T09:40:20.014Z] === RUN Test/DockerSuite/TestInspectImage [2019-09-11T09:40:20.014Z] === RUN Test/DockerSuite/TestInspectImageFilterInt [2019-09-11T09:40:20.014Z] === RUN Test/DockerSuite/TestInspectImageGraphDriver [2019-09-11T09:40:20.014Z] === RUN Test/DockerSuite/TestInspectInt64 [2019-09-11T09:40:20.079Z] ok github.com/docker/docker/pkg/symlink 0.016s coverage: 87.7% of statements [2019-09-11T09:40:20.707Z] ok github.com/docker/docker/pkg/sysinfo 0.012s coverage: 80.0% of statements [2019-09-11T09:40:20.940Z] === RUN Test/DockerSuite/TestInspectJSONFields [2019-09-11T09:40:20.993Z] ok github.com/docker/docker/pkg/signal 3.493s coverage: 61.0% of statements [2019-09-11T09:40:21.864Z] === RUN Test/DockerSuite/TestInspectLogConfigNoType [2019-09-11T09:40:21.865Z] === RUN Test/DockerSuite/TestInspectNamedMountPoint [2019-09-11T09:40:22.021Z] ok github.com/docker/docker/pkg/system 0.051s coverage: 36.9% of statements [2019-09-11T09:40:22.306Z] ok github.com/docker/docker/pkg/tailfile 0.121s coverage: 88.6% of statements [2019-09-11T09:40:22.792Z] === RUN Test/DockerSuite/TestInspectNoSizeFlagContainer [2019-09-11T09:40:23.717Z] === RUN Test/DockerSuite/TestInspectPlugin [2019-09-11T09:40:23.790Z] ok github.com/docker/docker/pkg/term 0.012s coverage: 85.9% of statements [2019-09-11T09:40:24.077Z] testing: warning: no tests to run [2019-09-11T09:40:24.077Z] ok github.com/docker/docker/pkg/term/windows 0.005s coverage: 0.0% of statements [no tests to run] [2019-09-11T09:40:24.362Z] ok github.com/docker/docker/pkg/tarsum 0.206s coverage: 89.3% of statements [2019-09-11T09:40:24.982Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2019-09-11T09:40:24.982Z] ok github.com/docker/docker/pkg/truncindex 0.106s coverage: 91.5% of statements [2019-09-11T09:40:25.269Z] ok github.com/docker/docker/pkg/useragent 0.004s coverage: 88.9% of statements [2019-09-11T09:40:25.602Z] === RUN Test/DockerSuite/TestInspectRootFS [2019-09-11T09:40:25.602Z] === RUN Test/DockerSuite/TestInspectSizeFlagContainer [2019-09-11T09:40:26.526Z] === RUN Test/DockerSuite/TestInspectStatus [2019-09-11T09:40:27.451Z] === RUN Test/DockerSuite/TestInspectStopWhenNotFound [2019-09-11T09:40:28.805Z] ok github.com/docker/docker/plugin/v2 0.014s coverage: 14.5% of statements [2019-09-11T09:40:29.338Z] === RUN Test/DockerSuite/TestInspectTemplateError [2019-09-11T09:40:29.431Z] ok github.com/docker/docker/profiles/seccomp 0.021s coverage: 68.8% of statements [2019-09-11T09:40:30.271Z] === RUN Test/DockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-11T09:40:30.449Z] ok github.com/docker/docker/reference 0.072s coverage: 84.4% of statements [2019-09-11T09:40:31.198Z] === RUN Test/DockerSuite/TestInspectTypeFlagContainer [2019-09-11T09:40:31.758Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithImage [2019-09-11T09:40:31.937Z] ok github.com/docker/docker/plugin 0.576s coverage: 27.0% of statements [2019-09-11T09:40:32.686Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-11T09:40:32.954Z] ok github.com/docker/docker/registry/resumable 0.023s coverage: 100.0% of statements [2019-09-11T09:40:33.611Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-11T09:40:33.974Z] ok github.com/docker/docker/restartmanager 0.015s coverage: 45.3% of statements [2019-09-11T09:40:34.171Z] === RUN Test/DockerSuite/TestInspectUnknownObject [2019-09-11T09:40:34.171Z] === RUN Test/DockerSuite/TestLegacyRunNoNewPrivSetuid [2019-09-11T09:40:35.483Z] ok github.com/docker/docker/runconfig 0.023s coverage: 68.2% of statements [2019-09-11T09:40:36.103Z] ok github.com/docker/docker/registry 0.478s coverage: 56.4% of statements [2019-09-11T09:40:36.721Z] === RUN Test/DockerSuite/TestLinkShortDefinition [2019-09-11T09:40:36.722Z] ok github.com/docker/docker/volume/drivers 0.053s coverage: 36.1% of statements [2019-09-11T09:40:38.496Z] === RUN Test/DockerSuite/TestBuildDockerignoreCleanPaths [2019-09-11T09:40:38.608Z] === RUN Test/DockerSuite/TestLinksEnvs [2019-09-11T09:40:39.416Z] ok github.com/docker/docker/volume/mounts 0.067s coverage: 67.0% of statements [2019-09-11T09:40:39.416Z] ok github.com/docker/docker/volume/local 0.062s coverage: 73.0% of statements [2019-09-11T09:40:40.493Z] === RUN Test/DockerSuite/TestLinksEtcHostsRegularFile [2019-09-11T09:40:40.493Z] === RUN Test/DockerSuite/TestLinksHostsFilesInject [2019-09-11T09:40:40.680Z] === RUN Test/DockerSuite/TestBuildDockerignoreComment [2019-09-11T09:40:41.055Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-09-11T09:40:41.141Z] === RUN Test/DockerSuite/TestBuildDockerignoreExceptions [2019-09-11T09:40:41.448Z] ok github.com/docker/docker/volume/service 0.039s coverage: 73.0% of statements [2019-09-11T09:40:42.940Z] === RUN Test/DockerSuite/TestLinksInspectLinksStarted [2019-09-11T09:40:45.586Z] === RUN Test/DockerSuite/TestLinksInspectLinksStopped [2019-09-11T09:40:48.097Z] === RUN Test/DockerSuite/TestLinksInvalidContainerTarget [2019-09-11T09:40:48.097Z] === RUN Test/DockerSuite/TestLinksMultipleWithSameName [2019-09-11T09:40:49.826Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.6% of statements [2019-09-11T09:40:49.826Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-11T09:40:49.826Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-11T09:40:49.826Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-11T09:40:49.826Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-11T09:40:49.826Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-11T09:40:49.826Z] ? github.com/docker/docker/rootless [no test files] [2019-09-11T09:40:49.826Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-11T09:40:49.826Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-11T09:40:49.826Z] ? github.com/docker/docker/volume [no test files] [2019-09-11T09:40:49.826Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-11T09:40:49.826Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === Skipped [2019-09-11T09:40:49.826Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-11T09:40:49.826Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-11T09:40:49.826Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:40:49.826Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:40:49.826Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:40:49.826Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:40:49.826Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:40:49.826Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:73: No driver to put! [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-11T09:40:49.826Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-11T09:40:49.826Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-11T09:40:49.826Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:40:49.826Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:40:49.826Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:40:49.826Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:40:49.826Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-11T09:40:49.826Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-11T09:40:49.826Z] graphtest_unix.go:73: No driver to put! [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-11T09:40:49.826Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-11T09:40:49.826Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] [2019-09-11T09:40:49.826Z] DONE 2083 tests, 20 skipped in 358.567s Post stage [Pipeline] junit [2019-09-11T09:40:50.477Z] Recording test results [2019-09-11T09:40:50.609Z] === RUN Test/DockerSuite/TestLinksNetworkHostContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-11T09:40:51.169Z] === RUN Test/DockerSuite/TestLinksNotStartedParentNotFail [2019-09-11T09:40:51.278Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39817/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a -e DOCKER_GRAPHDRIVER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:a3f9cb5b635a76484a926289bfa4fc6feee1763a hack/make.sh dynbinary test-integration [2019-09-11T09:40:51.562Z] [2019-09-11T09:40:51.844Z] Removing bundles/ [2019-09-11T09:40:51.844Z] [2019-09-11T09:40:51.844Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-11T09:40:51.844Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-11T09:40:51.844Z] GOOS="" GOARCH="" GOARM="" [2019-09-11T09:40:52.533Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainers [2019-09-11T09:41:07.364Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-11T09:41:07.619Z] === RUN Test/DockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-09-11T09:41:09.506Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-11T09:41:11.394Z] === RUN Test/DockerSuite/TestLinksPingUnlinkedContainers [2019-09-11T09:41:12.760Z] === RUN Test/DockerSuite/TestLinksUpdateOnRestart [2019-09-11T09:41:13.324Z] === RUN Test/DockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-09-11T09:41:15.843Z] === RUN Test/DockerSuite/TestLoadNoStdinFail [2019-09-11T09:41:15.843Z] === RUN Test/DockerSuite/TestLoadZeroSizeLayer [2019-09-11T09:41:16.098Z] === RUN Test/DockerSuite/TestLoginWithoutTTY [2019-09-11T09:41:16.098Z] === RUN Test/DockerSuite/TestLogsAPIContainerNotFound [2019-09-11T09:41:16.098Z] === RUN Test/DockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-11T09:41:16.353Z] === RUN Test/DockerSwarmSuite/TestDNSConfig [2019-09-11T09:41:17.278Z] === RUN Test/DockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-11T09:41:18.208Z] === RUN Test/DockerSuite/TestLogsAPIUntil [2019-09-11T09:41:19.570Z] === RUN Test/DockerSwarmSuite/TestDNSConfigUpdate [2019-09-11T09:41:22.082Z] === RUN Test/DockerSuite/TestLogsAPIUntilDefaultValue [2019-09-11T09:41:23.008Z] === RUN Test/DockerSwarmSuite/TestExtraHosts [2019-09-11T09:41:23.008Z] === RUN Test/DockerSuite/TestLogsAPIUntilFutureFollow [2019-09-11T09:41:26.269Z] === RUN Test/DockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-09-11T09:41:27.631Z] === RUN Test/DockerSuite/TestLogsAPIWithStdout [2019-09-11T09:41:28.557Z] === RUN Test/DockerSuite/TestLogsCLIContainerNotFound [2019-09-11T09:41:28.558Z] === RUN Test/DockerSuite/TestLogsContainerBiggerThanPage [2019-09-11T09:41:29.118Z] === RUN Test/DockerSwarmSuite/TestOverlayAttachable [2019-09-11T09:41:29.680Z] === RUN Test/DockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-11T09:41:31.043Z] === RUN Test/DockerSuite/TestLogsContainerSmallerThanPage [2019-09-11T09:41:32.406Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-11T09:41:33.770Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-11T09:41:34.696Z] === RUN Test/DockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-11T09:41:35.256Z] === RUN Test/DockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-09-11T09:41:37.769Z] === RUN Test/DockerSuite/TestLogsFollowStopped [2019-09-11T09:41:38.701Z] === RUN Test/DockerSuite/TestLogsSeparateStderr [2019-09-11T09:41:39.626Z] === RUN Test/DockerSuite/TestLogsSince [2019-09-11T09:41:41.517Z] === RUN Test/DockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-09-11T09:41:41.577Z] === RUN Test/DockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-11T09:41:41.577Z] === RUN Test/DockerSuite/TestBuildDockerignoringBadExclusion [2019-09-11T09:41:41.577Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerfile [2019-09-11T09:41:46.753Z] === RUN Test/DockerSuite/TestLogsSinceFutureFollow [2019-09-11T09:41:53.279Z] === RUN Test/DockerSuite/TestLogsStderrInStdout [2019-09-11T09:41:53.279Z] === RUN Test/DockerSuite/TestLogsTail [2019-09-11T09:41:54.204Z] === RUN Test/DockerSuite/TestLogsTimestamps [2019-09-11T09:41:55.129Z] === RUN Test/DockerSuite/TestLogsWithDetails [2019-09-11T09:41:56.054Z] === RUN Test/DockerSuite/TestMountIntoProc [2019-09-11T09:41:56.309Z] === RUN Test/DockerSuite/TestMountIntoSys [2019-09-11T09:41:57.234Z] === RUN Test/DockerSuite/TestNetHostname [2019-09-11T09:41:59.746Z] === RUN Test/DockerSuite/TestNetHostnameWithNetHost [2019-09-11T09:42:00.306Z] === RUN Test/DockerSuite/TestNetworkEvents [2019-09-11T09:42:01.669Z] === RUN Test/DockerSuite/TestNetworkRmWithActiveContainers [2019-09-11T09:42:02.654Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerignore [2019-09-11T09:42:04.181Z] === RUN Test/DockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-11T09:42:04.741Z] === RUN Test/DockerSuite/TestPluginActive [2019-09-11T09:42:06.626Z] === RUN Test/DockerSuite/TestPluginActiveNetwork [2019-09-11T09:42:07.187Z] === RUN Test/DockerSwarmSuite/TestPruneNetwork [2019-09-11T09:42:13.753Z] === RUN Test/DockerSuite/TestPluginInspectOnWindows [2019-09-11T09:42:13.753Z] === RUN Test/DockerSuite/TestPluginInstallDisableVolumeLs [2019-09-11T09:42:14.314Z] === RUN Test/DockerSuite/TestPluginLogDriver [2019-09-11T09:42:17.450Z] === RUN Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-11T09:42:18.477Z] === RUN Test/DockerSuite/TestPluginLogDriverInfoList [2019-09-11T09:42:19.037Z] === RUN Test/DockerSwarmSuite/TestPsListContainersFilterIsTask [2019-09-11T09:42:20.399Z] === RUN Test/DockerSuite/TestPluginMetricsCollector [2019-09-11T09:42:22.913Z] === RUN Test/DockerSuite/TestPluginUpgrade [2019-09-11T09:42:23.169Z] === RUN Test/DockerSwarmSuite/TestServiceCreateMountTmpfs [2019-09-11T09:42:26.009Z] === RUN Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-11T09:42:28.408Z] === RUN Test/DockerSuite/TestPortBindingOnSandbox [2019-09-11T09:42:30.293Z] === RUN Test/DockerSuite/TestPortExposeHostBinding [2019-09-11T09:42:31.657Z] === RUN Test/DockerSuite/TestPortHostBinding [2019-09-11T09:42:33.542Z] === RUN Test/DockerSuite/TestPortList [2019-09-11T09:42:36.803Z] === RUN Test/DockerSwarmSuite/TestServiceCreateMountVolume [2019-09-11T09:42:40.067Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-09-11T09:42:43.332Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-09-11T09:42:45.225Z] === RUN Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-11T09:42:46.151Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-09-11T09:42:47.076Z] === RUN Test/DockerSuite/TestPostContainersAttach [2019-09-11T09:42:50.338Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-09-11T09:42:54.501Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-09-11T09:42:54.757Z] === RUN Test/DockerSuite/TestPostContainersAttachContainerNotFound [2019-09-11T09:42:54.757Z] === RUN Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-11T09:42:55.013Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-11T09:42:55.937Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-11T09:42:55.937Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-11T09:42:56.863Z] === RUN Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-11T09:42:56.863Z] === RUN Test/DockerSuite/TestPostContainersCreateWithShmSize [2019-09-11T09:42:57.787Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-09-11T09:42:57.787Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-11T09:42:57.787Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-11T09:42:59.005Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-11T09:42:59.005Z] [2019-09-11T09:42:59.005Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-11T09:42:59.005Z] PKG_CONFIG=pkg-config [2019-09-11T09:42:59.005Z] GOLANG_VERSION=1.12.9 [2019-09-11T09:42:59.005Z] HOSTNAME=8e0781c7b4be [2019-09-11T09:42:59.005Z] DOCKER_EXPERIMENTAL=1 [2019-09-11T09:42:59.005Z] container=docker [2019-09-11T09:42:59.005Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-11T09:42:59.005Z] GOMETALINTER_OPTS=--deadline=2m [2019-09-11T09:42:59.005Z] GOPATH=/go [2019-09-11T09:42:59.005Z] PWD=/go/src/github.com/docker/docker [2019-09-11T09:42:59.005Z] HOME=/root [2019-09-11T09:42:59.005Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-11T09:42:59.005Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-11T09:42:59.005Z] DOCKER_GITCOMMIT=a3f9cb5b635a76484a926289bfa4fc6feee1763a [2019-09-11T09:42:59.005Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-11T09:42:59.005Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-11T09:42:59.005Z] TERM=xterm [2019-09-11T09:42:59.005Z] DEST=bundles/test-integration [2019-09-11T09:42:59.005Z] SHLVL=1 [2019-09-11T09:42:59.005Z] TIMEOUT=120m [2019-09-11T09:42:59.005Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-11T09:42:59.005Z] DOCKER_PKG=github.com/docker/docker [2019-09-11T09:42:59.005Z] _=/usr/bin/env [2019-09-11T09:42:59.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-11T09:42:59.672Z] === RUN Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-11T09:42:59.672Z] === RUN Test/DockerSuite/TestPruneContainerLabel [2019-09-11T09:43:00.597Z] === RUN Test/DockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-09-11T09:43:03.107Z] === RUN Test/DockerSuite/TestPruneContainerUntil [2019-09-11T09:43:04.472Z] === RUN Test/DockerSwarmSuite/TestServiceHealthRun [2019-09-11T09:43:05.397Z] === RUN Test/DockerSuite/TestPruneNetworkLabel [2019-09-11T09:43:05.652Z] === RUN Test/DockerSuite/TestPruneVolumeLabel [2019-09-11T09:43:05.652Z] === RUN Test/DockerSuite/TestPsByOrder [2019-09-11T09:43:09.815Z] === RUN Test/DockerSuite/TestPsImageIDAfterUpdate [2019-09-11T09:43:10.741Z] === RUN Test/DockerSuite/TestPsListContainersBase [2019-09-11T09:43:12.103Z] === RUN Test/DockerSwarmSuite/TestServiceHealthStart [2019-09-11T09:43:14.627Z] === RUN Test/DockerSuite/TestPsListContainersFilterAncestorImage [2019-09-11T09:43:16.671Z] === RUN Test/DockerSuite/TestBuildDockerignoringWholeDir [2019-09-11T09:43:17.888Z] === RUN Test/DockerSwarmSuite/TestServiceLogs [2019-09-11T09:43:20.399Z] === RUN Test/DockerSuite/TestPsListContainersFilterCreated [2019-09-11T09:43:20.399Z] === RUN Test/DockerSuite/TestPsListContainersFilterExited [2019-09-11T09:43:24.559Z] === RUN Test/DockerSuite/TestPsListContainersFilterHealth [2019-09-11T09:43:29.039Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildDirs [2019-09-11T09:43:32.636Z] === RUN Test/DockerSwarmSuite/TestServiceLogsCompleteness [2019-09-11T09:43:32.891Z] === RUN Test/DockerSuite/TestPsListContainersFilterID [2019-09-11T09:43:34.779Z] === RUN Test/DockerSuite/TestPsListContainersFilterLabel [2019-09-11T09:43:37.293Z] === RUN Test/DockerSuite/TestPsListContainersFilterName [2019-09-11T09:43:39.179Z] === RUN Test/DockerSuite/TestPsListContainersFilterNetwork [2019-09-11T09:43:39.355Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildTopDir [2019-09-11T09:43:41.064Z] === RUN Test/DockerSuite/TestPsListContainersFilterPorts [2019-09-11T09:43:42.490Z] === RUN Test/DockerSuite/TestPsListContainersFilterStatus [2019-09-11T09:43:45.000Z] === RUN Test/DockerSwarmSuite/TestServiceLogsDetails [2019-09-11T09:43:45.255Z] === RUN Test/DockerSuite/TestPsListContainersSize [2019-09-11T09:43:47.139Z] === RUN Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-11T09:43:47.395Z] === RUN Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-11T09:43:48.319Z] === RUN Test/DockerSuite/TestPsRightTagName [2019-09-11T09:43:50.828Z] === RUN Test/DockerSuite/TestPsShowMounts [2019-09-11T09:43:54.089Z] === RUN Test/DockerSuite/TestPtraceContainerProcsFromHost [2019-09-11T09:43:54.343Z] === RUN Test/DockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-11T09:43:54.344Z] === RUN Test/DockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-11T09:43:54.598Z] === RUN Test/DockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-11T09:43:54.598Z] === RUN Test/DockerSuite/TestPushUnprefixedRepo [2019-09-11T09:43:54.853Z] === RUN Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-11T09:43:55.777Z] === RUN Test/DockerSuite/TestRestartAutoRemoveContainer [2019-09-11T09:43:57.661Z] === RUN Test/DockerSuite/TestRestartContainerSuccess [2019-09-11T09:43:57.661Z] === RUN Test/DockerSuite/TestRestartContainerwithGoodContainer [2019-09-11T09:43:58.222Z] === RUN Test/DockerSwarmSuite/TestServiceLogsFollow [2019-09-11T09:43:58.222Z] === RUN Test/DockerSuite/TestRestartContainerwithRestartPolicy [2019-09-11T09:44:08.154Z] === RUN Test/DockerSuite/TestRestartDisconnectedContainer [2019-09-11T09:44:08.154Z] === RUN Test/DockerSuite/TestRestartPolicyAfterRestart [2019-09-11T09:44:08.154Z] === RUN Test/DockerSuite/TestRestartPolicyAlways [2019-09-11T09:44:08.154Z] === RUN Test/DockerSuite/TestRestartPolicyNO [2019-09-11T09:44:08.410Z] === RUN Test/DockerSuite/TestRestartPolicyOnFailure [2019-09-11T09:44:08.665Z] === RUN Test/DockerSuite/TestRestartRunningContainer [2019-09-11T09:44:11.177Z] === RUN Test/DockerSuite/TestRestartStoppedContainer [2019-09-11T09:44:11.737Z] === RUN Test/DockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-09-11T09:44:13.101Z] === RUN Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-11T09:44:17.264Z] === RUN Test/DockerSuite/TestRestartWithVolumes [2019-09-11T09:44:19.149Z] === RUN Test/DockerSuite/TestRmiBlank [2019-09-11T09:44:19.149Z] === RUN Test/DockerSuite/TestRmiByIDHardConflict [2019-09-11T09:44:19.149Z] === RUN Test/DockerSuite/TestRmiContainerImageNotFound [2019-09-11T09:44:21.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-11T09:44:21.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-11T09:44:23.326Z] === RUN Test/DockerSuite/TestRmiForceWithExistingContainers [2019-09-11T09:44:24.251Z] === RUN Test/DockerSuite/TestRmiForceWithMultipleRepositories [2019-09-11T09:44:24.811Z] === RUN Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-11T09:44:26.701Z] === RUN Test/DockerSuite/TestRmiImgIDForce [2019-09-11T09:44:26.956Z] === RUN Test/DockerSwarmSuite/TestServiceLogsSince [2019-09-11T09:44:27.885Z] === RUN Test/DockerSuite/TestRmiImgIDMultipleTag [2019-09-11T09:44:27.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-11T09:44:30.400Z] === RUN Test/DockerSuite/TestRmiParentImageFail [2019-09-11T09:44:30.961Z] === RUN Test/DockerSuite/TestRmiTag [2019-09-11T09:44:31.216Z] === RUN Test/DockerSuite/TestRmiTagWithExistingContainers [2019-09-11T09:44:32.141Z] === RUN Test/DockerSuite/TestRmiUntagHistoryLayer [2019-09-11T09:44:33.388Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-11T09:44:37.378Z] === RUN Test/DockerSuite/TestRmiWithContainerFails [2019-09-11T09:44:37.633Z] === RUN Test/DockerSuite/TestRmiWithMultipleRepositories [2019-09-11T09:44:38.560Z] === RUN Test/DockerSuite/TestRmiWithParentInUse [2019-09-11T09:44:38.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-11T09:44:39.121Z] === RUN Test/DockerSuite/TestRunAddDeviceCgroupRule [2019-09-11T09:44:40.485Z] === RUN Test/DockerSwarmSuite/TestServiceLogsTTY [2019-09-11T09:44:40.740Z] === RUN Test/DockerSuite/TestRunAddHost [2019-09-11T09:44:41.666Z] === RUN Test/DockerSuite/TestRunAddHostInHostMode [2019-09-11T09:44:42.227Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevices [2019-09-11T09:44:43.154Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-11T09:44:43.154Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-11T09:44:44.079Z] === RUN Test/DockerSuite/TestRunAllocatePortInReservedRange [2019-09-11T09:44:45.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-11T09:44:45.965Z] === RUN Test/DockerSuite/TestRunAllowBindMountingRoot [2019-09-11T09:44:46.525Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-11T09:44:47.461Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-11T09:44:48.850Z] === RUN Test/DockerSuite/TestRunApparmorProcDirectory [2019-09-11T09:44:50.212Z] === RUN Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-11T09:44:51.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-11T09:44:51.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-11T09:44:52.097Z] === RUN Test/DockerSuite/TestRunAttachDetach [2019-09-11T09:44:53.025Z] === RUN Test/DockerSuite/TestRunAttachDetachFromConfig [2019-09-11T09:44:53.950Z] === RUN Test/DockerSwarmSuite/TestServiceLogsTail [2019-09-11T09:44:53.950Z] === RUN Test/DockerSuite/TestRunAttachDetachFromFlag [2019-09-11T09:44:55.312Z] === RUN Test/DockerSuite/TestRunAttachDetachFromInvalidFlag [2019-09-11T09:44:56.239Z] === RUN Test/DockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-09-11T09:44:57.166Z] === RUN Test/DockerSuite/TestRunAttachFailedNoLeak [2019-09-11T09:44:58.033Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-11T09:44:58.091Z] === RUN Test/DockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-09-11T09:44:59.452Z] === RUN Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-11T09:44:59.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-11T09:45:00.378Z] === RUN Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-11T09:45:00.938Z] === RUN Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-11T09:45:01.864Z] === RUN Test/DockerSuite/TestRunAttachWithDetach [2019-09-11T09:45:01.864Z] === RUN Test/DockerSuite/TestRunBindMounts [2019-09-11T09:45:04.376Z] === RUN Test/DockerSuite/TestRunCapAddALLCanDownInterface [2019-09-11T09:45:05.307Z] === RUN Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-11T09:45:05.399Z] === RUN Test/DockerSuite/TestBuildDotDotFile [2019-09-11T09:45:05.399Z] === RUN Test/DockerSuite/TestBuildEOLInLine [2019-09-11T09:45:05.399Z] === RUN Test/DockerSuite/TestBuildEmptyCmd [2019-09-11T09:45:05.399Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypoint [2019-09-11T09:45:05.399Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-11T09:45:05.399Z] === RUN Test/DockerSuite/TestBuildEmptyScratch [2019-09-11T09:45:05.399Z] === RUN Test/DockerSuite/TestBuildEmptyStringVolume [2019-09-11T09:45:05.858Z] === RUN Test/DockerSuite/TestBuildEntrypoint [2019-09-11T09:45:06.234Z] === RUN Test/DockerSuite/TestRunCapAddCHOWN [2019-09-11T09:45:06.316Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-11T09:45:06.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-11T09:45:06.794Z] === RUN Test/DockerSuite/TestRunCapAddCanDownInterface [2019-09-11T09:45:07.355Z] === RUN Test/DockerSwarmSuite/TestServiceLogsTaskLogs [2019-09-11T09:45:07.611Z] === RUN Test/DockerSuite/TestRunCapAddInvalid [2019-09-11T09:45:07.611Z] === RUN Test/DockerSuite/TestRunCapAddSYSTIME [2019-09-11T09:45:08.537Z] === RUN Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-11T09:45:09.902Z] === RUN Test/DockerSuite/TestRunCapDropALLCannotMknod [2019-09-11T09:45:10.829Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknod [2019-09-11T09:45:10.998Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-11T09:45:11.389Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-11T09:45:11.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-11T09:45:12.318Z] === RUN Test/DockerSuite/TestRunCapDropInvalid [2019-09-11T09:45:12.318Z] === RUN Test/DockerSuite/TestRunCidFileCheckIDLength [2019-09-11T09:45:13.256Z] === RUN Test/DockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-11T09:45:13.256Z] === RUN Test/DockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-11T09:45:13.898Z] === RUN Test/DockerSuite/TestBuildEntrypointRunCleanup [2019-09-11T09:45:14.619Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-11T09:45:15.545Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithExposePort [2019-09-11T09:45:16.471Z] === RUN Test/DockerSuite/TestRunContainerNetwork [2019-09-11T09:45:17.032Z] === RUN Test/DockerSuite/TestRunContainerNetworkModeToSelf [2019-09-11T09:45:17.287Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupMountRO [2019-09-11T09:45:18.213Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupParent [2019-09-11T09:45:18.581Z] === RUN Test/DockerSuite/TestBuildEnv [2019-09-11T09:45:18.581Z] === RUN Test/DockerSuite/TestBuildEnvEscapes [2019-09-11T09:45:18.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-11T09:45:19.039Z] === RUN Test/DockerSuite/TestBuildEnvOverwrite [2019-09-11T09:45:19.039Z] === RUN Test/DockerSuite/TestBuildEnvUsage [2019-09-11T09:45:19.039Z] === RUN Test/DockerSuite/TestBuildEnvUsage2 [2019-09-11T09:45:19.039Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-11T09:45:20.099Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-11T09:45:21.025Z] === RUN Test/DockerSwarmSuite/TestServiceScale [2019-09-11T09:45:21.951Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-11T09:45:22.768Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-11T09:45:22.768Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-11T09:45:22.768Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementUser [2019-09-11T09:45:22.768Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-11T09:45:23.227Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-11T09:45:23.315Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-11T09:45:24.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-11T09:45:24.240Z] === RUN Test/DockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-09-11T09:45:24.240Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-11T09:45:25.165Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-11T09:45:26.094Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-11T09:45:27.020Z] === RUN Test/DockerSuite/TestRunContainerWithWritableRootfs [2019-09-11T09:45:27.906Z] === RUN Test/DockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-11T09:45:27.945Z] === RUN Test/DockerSuite/TestRunCopyVolumeContent [2019-09-11T09:45:29.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-11T09:45:29.831Z] === RUN Test/DockerSuite/TestRunCopyVolumeUIDGID [2019-09-11T09:45:32.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-11T09:45:35.070Z] === RUN Test/DockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-11T09:45:35.070Z] === RUN Test/DockerSuite/TestRunCreateVolume [2019-09-11T09:45:35.070Z] === RUN Test/DockerSuite/TestRunCreateVolumeEtc [2019-09-11T09:45:37.582Z] === RUN Test/DockerSuite/TestRunCreateVolumeWithSymlink [2019-09-11T09:45:37.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-11T09:45:40.096Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-11T09:45:40.507Z] === RUN Test/DockerSuite/TestAPIImagesSearchJSONContentType [2019-09-11T09:45:40.507Z] === RUN Test/DockerSuite/TestAPIImagesSizeCompatibility [2019-09-11T09:45:40.507Z] === RUN Test/DockerSuite/TestAPINetworkConnectDisconnect [2019-09-11T09:45:40.507Z] === RUN Test/DockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-11T09:45:40.507Z] === RUN Test/DockerSuite/TestAPINetworkFilter [2019-09-11T09:45:40.507Z] === RUN Test/DockerSuite/TestAPINetworkGetDefaults [2019-09-11T09:45:40.507Z] === RUN Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-11T09:45:40.507Z] === RUN Test/DockerSuite/TestAPINetworkInspectBridge [2019-09-11T09:45:40.507Z] === RUN Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-11T09:45:40.507Z] === RUN Test/DockerSuite/TestAPIOptionsRoute [2019-09-11T09:45:40.507Z] === RUN Test/DockerSuite/TestAPIStatsContainerNotFound [2019-09-11T09:45:40.507Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStats [2019-09-11T09:45:40.544Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-11T09:45:40.544Z] Using test binary docker [2019-09-11T09:45:40.544Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-11T09:45:40.544Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-11T09:45:40.544Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-11T09:45:40.544Z] Warning failed to create cache: (null) [2019-09-11T09:45:40.544Z] . [2019-09-11T09:45:40.544Z] INFO: Waiting for daemon to start... [2019-09-11T09:45:40.544Z] Starting dockerd [2019-09-11T09:45:42.570Z] . [2019-09-11T09:45:42.570Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-11T09:45:42.570Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-11T09:45:42.570Z] Error: No such image: emptyfs [2019-09-11T09:45:42.570Z] Running integration-test (iteration 1) [2019-09-11T09:45:42.570Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m [2019-09-11T09:45:42.687Z] === RUN Test/DockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-11T09:45:42.687Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-11T09:45:42.687Z] === RUN Test/DockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-11T09:45:43.376Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-11T09:45:43.631Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsConfig [2019-09-11T09:45:45.575Z] === RUN Test/DockerSuite/TestBuildEscapeWhitespace [2019-09-11T09:45:45.575Z] === RUN Test/DockerSuite/TestBuildExoticShellInterpolation [2019-09-11T09:45:45.575Z] === RUN Test/DockerSuite/TestBuildExpose [2019-09-11T09:45:45.575Z] === RUN Test/DockerSuite/TestBuildExposeMorePorts [2019-09-11T09:45:45.575Z] === RUN Test/DockerSuite/TestBuildExposeOrder [2019-09-11T09:45:45.575Z] === RUN Test/DockerSuite/TestBuildExposeUpperCaseProto [2019-09-11T09:45:45.575Z] === RUN Test/DockerSuite/TestBuildFails [2019-09-11T09:45:46.143Z] === RUN Test/DockerSuite/TestRunCredentialSpecFailures [2019-09-11T09:45:46.143Z] === RUN Test/DockerSuite/TestRunCredentialSpecWellFormed [2019-09-11T09:45:46.143Z] === RUN Test/DockerSuite/TestRunDNSDefaultOptions [2019-09-11T09:45:47.067Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-09-11T09:45:47.067Z] === RUN Test/DockerSuite/TestRunDNSInHostMode [2019-09-11T09:45:47.377Z] === RUN Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-11T09:45:47.749Z] === RUN Test/DockerSuite/TestBuildFailsGitNotCallable [2019-09-11T09:45:47.750Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToDir [2019-09-11T09:45:49.582Z] === RUN Test/DockerSuite/TestRunDNSOptions [2019-09-11T09:45:50.142Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-11T09:45:51.067Z] === RUN Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-11T09:45:51.140Z] === RUN Test/DockerSuite/TestAppArmorDeniesChmodProc [2019-09-11T09:45:51.140Z] === RUN Test/DockerSuite/TestAppArmorDeniesPtrace [2019-09-11T09:45:51.140Z] === RUN Test/DockerSuite/TestAppArmorTraceSelf [2019-09-11T09:45:51.140Z] === RUN Test/DockerSuite/TestAttachDisconnect [2019-09-11T09:45:51.140Z] === RUN Test/DockerSuite/TestAttachMultipleAndRestart [2019-09-11T09:45:53.533Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToFile [2019-09-11T09:45:54.328Z] === RUN Test/DockerSuite/TestRunDNSRepeatOptions [2019-09-11T09:45:54.889Z] === RUN Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-11T09:45:54.893Z] === RUN Test/DockerSuite/TestAttachPausedContainer [2019-09-11T09:45:54.893Z] === RUN Test/DockerSuite/TestAttachTTYWithoutStdin [2019-09-11T09:45:54.893Z] === RUN Test/DockerSuite/TestBuildAPIBuildGitWithF [2019-09-11T09:45:56.775Z] === RUN Test/DockerSuite/TestRunDetachedContainerIDPrinting [2019-09-11T09:45:57.335Z] === RUN Test/DockerSuite/TestRunDeviceDirectory [2019-09-11T09:45:57.335Z] === RUN Test/DockerSuite/TestRunDeviceNumbers [2019-09-11T09:45:57.812Z] Loaded image: buildpack-deps:jessie [2019-09-11T09:45:57.812Z] Loaded image: busybox:latest [2019-09-11T09:45:57.812Z] Loaded image: busybox:glibc [2019-09-11T09:45:57.812Z] Loaded image: debian:jessie [2019-09-11T09:45:57.812Z] Loaded image: hello-world:latest [2019-09-11T09:45:57.812Z] INFO: Testing against a local daemon [2019-09-11T09:45:57.812Z] === RUN TestCgroupNamespacesBuild [2019-09-11T09:45:58.096Z] --- PASS: TestCgroupNamespacesBuild (1.65s) [2019-09-11T09:45:58.096Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild [2019-09-11T09:45:58.096Z] daemon.go:336: [dede272993c8f] waiting for daemon to start [2019-09-11T09:45:58.096Z] daemon.go:336: [dede272993c8f] waiting for daemon to start [2019-09-11T09:45:58.096Z] daemon.go:364: [dede272993c8f] daemon started [2019-09-11T09:45:58.096Z] daemon.go:472: [dede272993c8f] Stopping daemon [2019-09-11T09:45:58.096Z] daemon.go:307: [dede272993c8f] exiting daemon [2019-09-11T09:45:58.096Z] daemon.go:459: [dede272993c8f] Daemon stopped [2019-09-11T09:45:58.096Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-11T09:45:58.214Z] === RUN Test/DockerSuite/TestBuildForceRm [2019-09-11T09:45:58.261Z] === RUN Test/DockerSuite/TestRunDeviceSymlink [2019-09-11T09:46:00.131Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.65s) [2019-09-11T09:46:00.131Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode [2019-09-11T09:46:00.131Z] daemon.go:336: [d729c0c5a79c0] waiting for daemon to start [2019-09-11T09:46:00.131Z] daemon.go:336: [d729c0c5a79c0] waiting for daemon to start [2019-09-11T09:46:00.131Z] daemon.go:364: [d729c0c5a79c0] daemon started [2019-09-11T09:46:00.131Z] daemon.go:472: [d729c0c5a79c0] Stopping daemon [2019-09-11T09:46:00.131Z] daemon.go:307: [d729c0c5a79c0] exiting daemon [2019-09-11T09:46:00.131Z] daemon.go:459: [d729c0c5a79c0] Daemon stopped [2019-09-11T09:46:00.131Z] === RUN TestBuildWithSession [2019-09-11T09:46:00.146Z] === RUN Test/DockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-11T09:46:00.146Z] === RUN Test/DockerSuite/TestRunDuplicateMount [2019-09-11T09:46:01.072Z] === RUN Test/DockerSuite/TestRunEchoNamedContainer [2019-09-11T09:46:01.997Z] === RUN Test/DockerSuite/TestRunEchoStdout [2019-09-11T09:46:02.159Z] --- PASS: TestBuildWithSession (2.24s) [2019-09-11T09:46:02.159Z] === RUN TestBuildSquashParent [2019-09-11T09:46:02.560Z] === RUN Test/DockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-09-11T09:46:03.463Z] === RUN Test/DockerSuite/TestBuildAPIDockerFileRemote [2019-09-11T09:46:03.486Z] === RUN Test/DockerSuite/TestRunEmptyEnv [2019-09-11T09:46:03.486Z] === RUN Test/DockerSuite/TestRunEntrypoint [2019-09-11T09:46:03.998Z] === RUN Test/DockerSuite/TestBuildFromGit [2019-09-11T09:46:04.412Z] === RUN Test/DockerSuite/TestRunEnvironment [2019-09-11T09:46:05.336Z] === RUN Test/DockerSuite/TestRunEnvironmentErase [2019-09-11T09:46:05.898Z] === RUN Test/DockerSuite/TestRunEnvironmentOverride [2019-09-11T09:46:06.825Z] === RUN Test/DockerSuite/TestRunExitCode [2019-09-11T09:46:07.653Z] --- PASS: TestBuildSquashParent (5.39s) [2019-09-11T09:46:07.653Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-11T09:46:07.653Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-11T09:46:07.653Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-11T09:46:07.653Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-11T09:46:07.653Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-11T09:46:07.653Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-11T09:46:07.653Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-11T09:46:07.653Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-11T09:46:07.653Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-11T09:46:07.653Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-11T09:46:07.653Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-11T09:46:07.653Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-11T09:46:07.653Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-11T09:46:07.653Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-11T09:46:07.653Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-11T09:46:07.653Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-11T09:46:07.653Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-11T09:46:07.758Z] === RUN Test/DockerSuite/TestRunExitCodeOne [2019-09-11T09:46:08.323Z] === RUN Test/DockerSuite/TestRunExitCodeZero [2019-09-11T09:46:09.249Z] === RUN Test/DockerSuite/TestRunExitOnStdinClose [2019-09-11T09:46:09.809Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsScope [2019-09-11T09:46:10.064Z] === RUN Test/DockerSuite/TestRunExposePort [2019-09-11T09:46:10.064Z] === RUN Test/DockerSuite/TestRunFullHostnameSet [2019-09-11T09:46:10.990Z] === RUN Test/DockerSuite/TestRunGroupAdd [2019-09-11T09:46:11.190Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-11T09:46:11.190Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-11T09:46:11.917Z] === RUN Test/DockerSuite/TestRunHostnameFQDN [2019-09-11T09:46:13.220Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2019-09-11T09:46:13.220Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.20s) [2019-09-11T09:46:13.220Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.32s) [2019-09-11T09:46:13.220Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.40s) [2019-09-11T09:46:13.220Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.46s) [2019-09-11T09:46:13.220Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.10s) [2019-09-11T09:46:13.220Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.12s) [2019-09-11T09:46:13.220Z] === RUN TestBuildMultiStageCopy [2019-09-11T09:46:13.220Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-11T09:46:13.803Z] === RUN Test/DockerSuite/TestRunHostnameInHostMode [2019-09-11T09:46:13.803Z] === RUN Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-11T09:46:13.803Z] === RUN Test/DockerSuite/TestRunInitLayerPathOwnership [2019-09-11T09:46:14.328Z] === RUN Test/DockerSuite/TestBuildFromGitWithContext [2019-09-11T09:46:15.244Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-11T09:46:15.244Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-11T09:46:15.860Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-11T09:46:15.872Z] === RUN Test/DockerSuite/TestBuildFromGitWithF [2019-09-11T09:46:16.146Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-11T09:46:16.429Z] --- PASS: TestBuildMultiStageCopy (3.53s) [2019-09-11T09:46:16.429Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.89s) [2019-09-11T09:46:16.429Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.39s) [2019-09-11T09:46:16.429Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.43s) [2019-09-11T09:46:16.429Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.41s) [2019-09-11T09:46:16.429Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.41s) [2019-09-11T09:46:16.429Z] === RUN TestBuildMultiStageParentConfig [2019-09-11T09:46:17.438Z] --- PASS: TestBuildMultiStageParentConfig (0.93s) [2019-09-11T09:46:17.438Z] === RUN TestBuildLabelWithTargets [2019-09-11T09:46:17.963Z] === RUN Test/DockerSuite/TestRunInspectMacAddress [2019-09-11T09:46:17.963Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsSecret [2019-09-11T09:46:18.524Z] === RUN Test/DockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-11T09:46:18.911Z] --- PASS: TestBuildLabelWithTargets (1.56s) [2019-09-11T09:46:18.911Z] === RUN TestBuildWithEmptyLayers [2019-09-11T09:46:19.936Z] --- PASS: TestBuildWithEmptyLayers (0.79s) [2019-09-11T09:46:19.936Z] === RUN TestBuildMultiStageOnBuild [2019-09-11T09:46:21.037Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsService [2019-09-11T09:46:21.681Z] === RUN Test/DockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-11T09:46:21.681Z] === RUN Test/DockerSuite/TestBuildFromOfficialNames [2019-09-11T09:46:21.963Z] --- PASS: TestBuildMultiStageOnBuild (2.14s) [2019-09-11T09:46:21.964Z] === RUN TestBuildUncleanTarFilenames [2019-09-11T09:46:22.143Z] === RUN Test/DockerSuite/TestBuildFromRemoteTarball [2019-09-11T09:46:22.606Z] === RUN Test/DockerSuite/TestBuildFromStdinWithF [2019-09-11T09:46:22.606Z] === RUN Test/DockerSuite/TestBuildFromURLWithF [2019-09-11T09:46:22.974Z] --- PASS: TestBuildUncleanTarFilenames (1.13s) [2019-09-11T09:46:22.974Z] === RUN TestBuildMultiStageLayerLeak [2019-09-11T09:46:25.648Z] --- PASS: TestBuildMultiStageLayerLeak (2.32s) [2019-09-11T09:46:25.648Z] === RUN TestBuildWithHugeFile [2019-09-11T09:46:30.970Z] === RUN Test/DockerSuite/TestRunInvalidCPUShares [2019-09-11T09:46:31.530Z] === RUN Test/DockerSuite/TestRunInvalidCgroupParent [2019-09-11T09:46:32.949Z] === RUN Test/DockerSuite/TestBuildHandleEscapesInVolume [2019-09-11T09:46:32.949Z] === RUN Test/DockerSuite/TestBuildHistory [2019-09-11T09:46:33.416Z] === RUN Test/DockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-09-11T09:46:33.416Z] === RUN Test/DockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-09-11T09:46:33.416Z] === RUN Test/DockerSuite/TestRunInvalidReference [2019-09-11T09:46:33.416Z] === RUN Test/DockerSuite/TestRunLeakyFileDescriptors [2019-09-11T09:46:33.979Z] === RUN Test/DockerSuite/TestRunLinkToContainerNetMode [2019-09-11T09:46:37.243Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-11T09:46:37.498Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerID [2019-09-11T09:46:39.386Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerName [2019-09-11T09:46:41.276Z] === RUN Test/DockerSuite/TestRunLookupGoogleDNS [2019-09-11T09:46:41.853Z] === RUN Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-11T09:46:42.417Z] === RUN Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-11T09:46:43.302Z] === RUN Test/DockerSuite/TestBuildIidFile [2019-09-11T09:46:43.303Z] === RUN Test/DockerSuite/TestBuildIidFileCleanupOnFail [2019-09-11T09:46:43.342Z] === RUN Test/DockerSuite/TestRunModeHostname [2019-09-11T09:46:44.710Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotExists [2019-09-11T09:46:44.710Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotRunning [2019-09-11T09:46:44.710Z] === RUN Test/DockerSuite/TestRunModeIpcHost [2019-09-11T09:46:45.492Z] === RUN Test/DockerSuite/TestBuildInheritance [2019-09-11T09:46:45.492Z] === RUN Test/DockerSuite/TestBuildIntermediateTarget [2019-09-11T09:46:45.954Z] === RUN Test/DockerSuite/TestBuildInvalidTag [2019-09-11T09:46:45.954Z] === RUN Test/DockerSuite/TestBuildJSONEmptyRun [2019-09-11T09:46:46.602Z] === RUN Test/DockerSuite/TestRunModeNetContainerHostname [2019-09-11T09:46:47.964Z] === RUN Test/DockerSuite/TestRunModePIDContainer [2019-09-11T09:46:49.327Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotExists [2019-09-11T09:46:49.327Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotRunning [2019-09-11T09:46:49.587Z] === RUN Test/DockerSuite/TestRunModePIDHost [2019-09-11T09:46:50.661Z] === RUN Test/DockerSuite/TestBuildLabel [2019-09-11T09:46:51.122Z] === RUN Test/DockerSuite/TestBuildLabelCacheCommit [2019-09-11T09:46:51.472Z] === RUN Test/DockerSuite/TestRunModeUTSHost [2019-09-11T09:46:51.583Z] === RUN Test/DockerSuite/TestBuildLabelMultiple [2019-09-11T09:46:52.555Z] === RUN Test/DockerSuite/TestBuildLabelOneNode [2019-09-11T09:46:53.016Z] === RUN Test/DockerSuite/TestBuildLabels [2019-09-11T09:46:53.356Z] === RUN Test/DockerSuite/TestRunMount [2019-09-11T09:46:53.990Z] === RUN Test/DockerSuite/TestBuildLabelsCache [2019-09-11T09:46:55.534Z] === RUN Test/DockerSuite/TestBuildLabelsOverride [2019-09-11T09:46:56.619Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterEventsType [2019-09-11T09:46:59.881Z] === RUN Test/DockerSuite/TestRunMountOrdering [2019-09-11T09:47:00.239Z] === RUN Test/DockerSuite/TestBuildLastModified [2019-09-11T09:47:00.239Z] === RUN Test/DockerSuite/TestBuildLineBreak [2019-09-11T09:47:00.701Z] === RUN Test/DockerSuite/TestBuildLineErrorOnBuild [2019-09-11T09:47:00.701Z] === RUN Test/DockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-11T09:47:00.701Z] === RUN Test/DockerSuite/TestBuildLineErrorWithComments [2019-09-11T09:47:00.701Z] === RUN Test/DockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-11T09:47:00.701Z] === RUN Test/DockerSuite/TestBuildMaintainer [2019-09-11T09:47:00.805Z] === RUN Test/DockerSuite/TestRunMountReadOnlyDevShm [2019-09-11T09:47:01.162Z] === RUN Test/DockerSuite/TestBuildMissingArgs [2019-09-11T09:47:01.730Z] === RUN Test/DockerSuite/TestRunMountShmMqueueFromHost [2019-09-11T09:47:02.134Z] === RUN Test/DockerSuite/TestBuildModifyFileInFolder [2019-09-11T09:47:03.092Z] === RUN Test/DockerSuite/TestRunMultipleVolumesFrom [2019-09-11T09:47:04.979Z] === RUN Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-11T09:47:05.904Z] === RUN Test/DockerSuite/TestRunMutableNetworkFiles [2019-09-11T09:47:06.837Z] === RUN Test/DockerSuite/TestBuildMultiStageArg [2019-09-11T09:47:10.069Z] === RUN Test/DockerSuite/TestRunNamedVolume [2019-09-11T09:47:11.984Z] === RUN Test/DockerSuite/TestRunNamedVolumeCopyImageData [2019-09-11T09:47:15.245Z] === RUN Test/DockerSuite/TestRunNamedVolumeNotRemoved [2019-09-11T09:47:16.608Z] === RUN Test/DockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-11T09:47:18.497Z] === RUN Test/DockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-11T09:47:18.497Z] === RUN Test/DockerSuite/TestRunNetContainerWhichHost [2019-09-11T09:47:19.058Z] === RUN Test/DockerSuite/TestRunNetHost [2019-09-11T09:47:20.420Z] === RUN Test/DockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-11T09:47:21.345Z] === RUN Test/DockerSuite/TestRunNetHostTwiceSameName [2019-09-11T09:47:21.906Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMount [2019-09-11T09:47:24.417Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountRO [2019-09-11T09:47:26.927Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-11T09:47:27.973Z] === RUN Test/DockerSuite/TestBuildMultiStageCache [2019-09-11T09:47:27.973Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-11T09:47:27.973Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-11T09:47:32.203Z] === RUN Test/DockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-11T09:47:32.763Z] === RUN Test/DockerSuite/TestRunNoDupVolumes [2019-09-11T09:47:32.763Z] === RUN Test/DockerSuite/TestRunNoNewPrivSetuid [2019-09-11T09:47:33.688Z] === RUN Test/DockerSuite/TestRunNoOutputFromPullInStdout [2019-09-11T09:47:33.688Z] === RUN Test/DockerSuite/TestRunNonExecutableCmd [2019-09-11T09:47:34.613Z] === RUN Test/DockerSuite/TestRunNonExistingCmd [2019-09-11T09:47:35.172Z] === RUN Test/DockerSuite/TestRunNonExistingImage [2019-09-11T09:47:35.172Z] === RUN Test/DockerSuite/TestRunNonLocalMacAddress [2019-09-11T09:47:36.097Z] === RUN Test/DockerSuite/TestRunNonRootUserResolvName [2019-09-11T09:47:37.022Z] === RUN Test/DockerSuite/TestRunOOMExitCode [2019-09-11T09:47:37.022Z] === RUN Test/DockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-11T09:47:37.949Z] === RUN Test/DockerSuite/TestRunPIDsLimit [2019-09-11T09:47:38.874Z] === RUN Test/DockerSuite/TestRunPortFromDockerRangeInUse [2019-09-11T09:47:40.774Z] === RUN Test/DockerSuite/TestRunPortInUse [2019-09-11T09:47:41.699Z] === RUN Test/DockerSuite/TestRunPrivilegedAllowedDevices [2019-09-11T09:47:42.624Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMknod [2019-09-11T09:47:43.183Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMount [2019-09-11T09:47:44.107Z] === RUN Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-11T09:47:45.032Z] === RUN Test/DockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-11T09:47:45.592Z] === RUN Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-11T09:47:45.592Z] === RUN Test/DockerSuite/TestRunPublishPort [2019-09-11T09:47:46.517Z] === RUN Test/DockerSuite/TestRunReadFilteredProc [2019-09-11T09:47:47.442Z] === RUN Test/DockerSuite/TestRunReadProcLatency [2019-09-11T09:47:47.442Z] === RUN Test/DockerSuite/TestRunReadProcTimer [2019-09-11T09:47:48.368Z] === RUN Test/DockerSuite/TestRunRedirectStdout [2019-09-11T09:47:49.732Z] === RUN Test/DockerSuite/TestRunResolvconfUpdate [2019-09-11T09:47:49.732Z] === RUN Test/DockerSuite/TestRunRestartMaxRetries [2019-09-11T09:47:53.894Z] === RUN Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-11T09:47:54.818Z] === RUN Test/DockerSuite/TestRunRm [2019-09-11T09:47:55.743Z] === RUN Test/DockerSuite/TestRunRmAndWait [2019-09-11T09:47:59.902Z] === RUN Test/DockerSuite/TestRunRmPre125Api [2019-09-11T09:48:00.462Z] === RUN Test/DockerSuite/TestRunRootWorkdir [2019-09-11T09:48:01.388Z] === RUN Test/DockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-09-11T09:48:02.712Z] --- PASS: TestBuildWithHugeFile (82.50s) [2019-09-11T09:48:02.713Z] === RUN TestBuildWithEmptyDockerfile [2019-09-11T09:48:02.713Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:48:02.713Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:48:02.713Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:48:02.713Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:48:02.713Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:48:02.713Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:48:02.713Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-11T09:48:02.713Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-11T09:48:02.713Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-11T09:48:02.713Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2019-09-11T09:48:02.713Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.32s) [2019-09-11T09:48:02.713Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.34s) [2019-09-11T09:48:02.713Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.34s) [2019-09-11T09:48:02.713Z] === RUN TestBuildPreserveOwnership [2019-09-11T09:48:02.713Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-11T09:48:02.713Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-11T09:48:02.713Z] --- PASS: TestBuildPreserveOwnership (4.84s) [2019-09-11T09:48:02.713Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.15s) [2019-09-11T09:48:02.713Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.67s) [2019-09-11T09:48:02.713Z] === RUN TestBuildPlatformInvalid [2019-09-11T09:48:02.713Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2019-09-11T09:48:02.713Z] PASS [2019-09-11T09:48:02.713Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m [2019-09-11T09:48:02.713Z] INFO: Testing against a local daemon [2019-09-11T09:48:02.713Z] === RUN TestConfigList [2019-09-11T09:48:02.713Z] --- PASS: TestConfigList (2.21s) [2019-09-11T09:48:02.713Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-11T09:48:02.713Z] daemon.go:336: [dee1dc145bd97] waiting for daemon to start [2019-09-11T09:48:02.713Z] daemon.go:336: [dee1dc145bd97] waiting for daemon to start [2019-09-11T09:48:02.713Z] daemon.go:364: [dee1dc145bd97] daemon started [2019-09-11T09:48:02.713Z] daemon.go:472: [dee1dc145bd97] Stopping daemon [2019-09-11T09:48:02.713Z] daemon.go:307: [dee1dc145bd97] exiting daemon [2019-09-11T09:48:02.713Z] daemon.go:459: [dee1dc145bd97] Daemon stopped [2019-09-11T09:48:02.713Z] === RUN TestConfigsCreateAndDelete [2019-09-11T09:48:02.713Z] --- PASS: TestConfigsCreateAndDelete (2.34s) [2019-09-11T09:48:02.713Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-11T09:48:02.713Z] daemon.go:336: [dbc0c7bead67c] waiting for daemon to start [2019-09-11T09:48:02.713Z] daemon.go:336: [dbc0c7bead67c] waiting for daemon to start [2019-09-11T09:48:02.713Z] daemon.go:364: [dbc0c7bead67c] daemon started [2019-09-11T09:48:02.713Z] daemon.go:472: [dbc0c7bead67c] Stopping daemon [2019-09-11T09:48:02.713Z] daemon.go:307: [dbc0c7bead67c] exiting daemon [2019-09-11T09:48:02.713Z] daemon.go:459: [dbc0c7bead67c] Daemon stopped [2019-09-11T09:48:02.713Z] === RUN TestConfigsUpdate [2019-09-11T09:48:02.713Z] --- PASS: TestConfigsUpdate (2.21s) [2019-09-11T09:48:02.713Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-11T09:48:02.713Z] daemon.go:336: [df002012eea43] waiting for daemon to start [2019-09-11T09:48:02.713Z] daemon.go:336: [df002012eea43] waiting for daemon to start [2019-09-11T09:48:02.713Z] daemon.go:364: [df002012eea43] daemon started [2019-09-11T09:48:02.713Z] daemon.go:472: [df002012eea43] Stopping daemon [2019-09-11T09:48:02.713Z] daemon.go:307: [df002012eea43] exiting daemon [2019-09-11T09:48:02.713Z] daemon.go:459: [df002012eea43] Daemon stopped [2019-09-11T09:48:02.713Z] === RUN TestTemplatedConfig [2019-09-11T09:48:02.995Z] --- PASS: TestTemplatedConfig (2.90s) [2019-09-11T09:48:02.995Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-11T09:48:02.995Z] daemon.go:336: [d8f0d9e15c378] waiting for daemon to start [2019-09-11T09:48:02.995Z] daemon.go:336: [d8f0d9e15c378] waiting for daemon to start [2019-09-11T09:48:02.995Z] daemon.go:364: [d8f0d9e15c378] daemon started [2019-09-11T09:48:02.995Z] daemon.go:472: [d8f0d9e15c378] Stopping daemon [2019-09-11T09:48:02.995Z] daemon.go:307: [d8f0d9e15c378] exiting daemon [2019-09-11T09:48:02.995Z] daemon.go:459: [d8f0d9e15c378] Daemon stopped [2019-09-11T09:48:02.995Z] === RUN TestConfigInspect [2019-09-11T09:48:03.275Z] === RUN Test/DockerSuite/TestRunSeccompAllowSetrlimit [2019-09-11T09:48:03.696Z] === RUN Test/DockerSuite/TestBuildMultiStageGlobalArg [2019-09-11T09:48:04.200Z] === RUN Test/DockerSuite/TestRunSeccompDefaultProfileAcct [2019-09-11T09:48:05.698Z] --- PASS: TestConfigInspect (2.19s) [2019-09-11T09:48:05.698Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-11T09:48:05.698Z] daemon.go:336: [d7067dcfc16ab] waiting for daemon to start [2019-09-11T09:48:05.698Z] daemon.go:336: [d7067dcfc16ab] waiting for daemon to start [2019-09-11T09:48:05.698Z] daemon.go:364: [d7067dcfc16ab] daemon started [2019-09-11T09:48:05.698Z] daemon.go:472: [d7067dcfc16ab] Stopping daemon [2019-09-11T09:48:05.698Z] daemon.go:307: [d7067dcfc16ab] exiting daemon [2019-09-11T09:48:05.698Z] daemon.go:459: [d7067dcfc16ab] Daemon stopped [2019-09-11T09:48:05.698Z] === RUN TestConfigCreateWithLabels [2019-09-11T09:48:07.721Z] --- PASS: TestConfigCreateWithLabels (2.23s) [2019-09-11T09:48:07.721Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-11T09:48:07.721Z] daemon.go:336: [dadc0b6da251a] waiting for daemon to start [2019-09-11T09:48:07.721Z] daemon.go:336: [dadc0b6da251a] waiting for daemon to start [2019-09-11T09:48:07.721Z] daemon.go:364: [dadc0b6da251a] daemon started [2019-09-11T09:48:07.721Z] daemon.go:472: [dadc0b6da251a] Stopping daemon [2019-09-11T09:48:07.721Z] daemon.go:307: [dadc0b6da251a] exiting daemon [2019-09-11T09:48:07.721Z] daemon.go:459: [dadc0b6da251a] Daemon stopped [2019-09-11T09:48:07.721Z] === RUN TestConfigCreateResolve [2019-09-11T09:48:08.359Z] === RUN Test/DockerSuite/TestRunSeccompDefaultProfileNS [2019-09-11T09:48:09.754Z] --- PASS: TestConfigCreateResolve (2.26s) [2019-09-11T09:48:09.754Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-11T09:48:09.754Z] daemon.go:336: [d91d2c95db389] waiting for daemon to start [2019-09-11T09:48:09.754Z] daemon.go:336: [d91d2c95db389] waiting for daemon to start [2019-09-11T09:48:09.754Z] daemon.go:364: [d91d2c95db389] daemon started [2019-09-11T09:48:09.754Z] daemon.go:472: [d91d2c95db389] Stopping daemon [2019-09-11T09:48:09.754Z] daemon.go:307: [d91d2c95db389] exiting daemon [2019-09-11T09:48:09.754Z] daemon.go:459: [d91d2c95db389] Daemon stopped [2019-09-11T09:48:09.754Z] === RUN TestConfigDaemonLibtrustID [2019-09-11T09:48:10.375Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2019-09-11T09:48:10.375Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-11T09:48:10.375Z] daemon.go:336: [deb42d7df208f] waiting for daemon to start [2019-09-11T09:48:10.375Z] daemon.go:336: [deb42d7df208f] waiting for daemon to start [2019-09-11T09:48:10.375Z] daemon.go:364: [deb42d7df208f] daemon started [2019-09-11T09:48:10.375Z] daemon.go:472: [deb42d7df208f] Stopping daemon [2019-09-11T09:48:10.375Z] daemon.go:307: [deb42d7df208f] exiting daemon [2019-09-11T09:48:10.375Z] daemon.go:459: [deb42d7df208f] Daemon stopped [2019-09-11T09:48:10.375Z] PASS [2019-09-11T09:48:10.375Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m [2019-09-11T09:48:10.375Z] INFO: Testing against a local daemon [2019-09-11T09:48:10.375Z] === RUN TestCheckpoint [2019-09-11T09:48:10.375Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-11T09:48:10.375Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-11T09:48:10.375Z] === RUN TestContainerInvalidJSON [2019-09-11T09:48:10.375Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:48:10.375Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:48:10.375Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:48:10.375Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:48:10.375Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:48:10.375Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:48:10.375Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-11T09:48:10.375Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-11T09:48:10.375Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-11T09:48:10.375Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-09-11T09:48:10.375Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-11T09:48:10.375Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-11T09:48:10.375Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-11T09:48:10.375Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-11T09:48:10.658Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-09-11T09:48:10.658Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-11T09:48:10.658Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2019-09-11T09:48:10.658Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-11T09:48:10.658Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2019-09-11T09:48:10.658Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-11T09:48:10.658Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2019-09-11T09:48:10.658Z] === RUN TestCopyFromContainer [2019-09-11T09:48:12.684Z] === RUN TestCopyFromContainer// [2019-09-11T09:48:12.684Z] === RUN TestCopyFromContainer//bar/root [2019-09-11T09:48:12.684Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-11T09:48:12.684Z] === RUN TestCopyFromContainer/bar/quux [2019-09-11T09:48:12.684Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-11T09:48:12.973Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-11T09:48:12.973Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-11T09:48:12.973Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-11T09:48:13.257Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-11T09:48:13.257Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-11T09:48:13.257Z] --- PASS: TestCopyFromContainer (2.57s) [2019-09-11T09:48:13.257Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-11T09:48:13.257Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-09-11T09:48:13.257Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-09-11T09:48:13.257Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-09-11T09:48:13.257Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-09-11T09:48:13.257Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2019-09-11T09:48:13.257Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-09-11T09:48:13.257Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-09-11T09:48:13.257Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-09-11T09:48:13.257Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-09-11T09:48:13.257Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-11T09:48:13.257Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:48:13.257Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:48:13.257Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:48:13.257Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:48:13.257Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:48:13.257Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:48:13.257Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-11T09:48:13.257Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-11T09:48:13.257Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-11T09:48:13.540Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-09-11T09:48:13.540Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-11T09:48:13.540Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-11T09:48:13.540Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-11T09:48:13.540Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-11T09:48:13.540Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-11T09:48:13.540Z] === RUN TestCreateWithInvalidEnv [2019-09-11T09:48:13.540Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-11T09:48:13.540Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-11T09:48:13.540Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-11T09:48:13.540Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-11T09:48:13.540Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-11T09:48:13.540Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-11T09:48:13.540Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-11T09:48:13.540Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-11T09:48:13.540Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-11T09:48:13.540Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-09-11T09:48:13.540Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-11T09:48:13.540Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-11T09:48:13.540Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-11T09:48:13.540Z] === RUN TestCreateTmpfsMountsTarget [2019-09-11T09:48:13.540Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-09-11T09:48:13.540Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-11T09:48:13.606Z] === RUN Test/DockerSuite/TestRunSeccompProfileAllow32Bit [2019-09-11T09:48:14.168Z] === RUN Test/DockerSuite/TestRunSeccompProfileDenyChmod [2019-09-11T09:48:15.093Z] === RUN Test/DockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-09-11T09:48:15.140Z] === RUN Test/DockerSuite/TestBuildAPIDoubleDockerfile [2019-09-11T09:48:15.140Z] === RUN Test/DockerSuite/TestBuildAPILowerDockerfile [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCustomMaskedPaths (1.98s) [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCapabilities [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-11T09:48:15.561Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-11T09:48:15.561Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-11T09:48:15.561Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-11T09:48:15.561Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-11T09:48:15.561Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-11T09:48:15.561Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-11T09:48:15.561Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-11T09:48:15.561Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-11T09:48:15.561Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-11T09:48:15.561Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-11T09:48:15.561Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-11T09:48:15.561Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-11T09:48:15.561Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-11T09:48:15.561Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-11T09:48:15.561Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-11T09:48:15.561Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-11T09:48:15.561Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-11T09:48:15.561Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-11T09:48:15.561Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-11T09:48:15.561Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-11T09:48:15.561Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-11T09:48:15.561Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCapabilities (0.05s) [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.04s) [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2019-09-11T09:48:15.561Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2019-09-11T09:48:15.561Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-11T09:48:15.653Z] === RUN Test/DockerSuite/TestRunSeccompProfileDenyUnshare [2019-09-11T09:48:16.100Z] === RUN Test/DockerSuite/TestBuildMultiStageImplicitFrom [2019-09-11T09:48:16.577Z] === RUN Test/DockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-09-11T09:48:17.502Z] === RUN Test/DockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-09-11T09:48:17.584Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.97s) [2019-09-11T09:48:17.584Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-11T09:48:17.584Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:48:17.584Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:48:17.584Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:48:17.584Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:48:17.584Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:48:17.584Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:48:17.584Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:48:17.584Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:48:17.584Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:48:17.584Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:48:17.584Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-11T09:48:17.584Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-11T09:48:17.584Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-11T09:48:17.584Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-11T09:48:17.584Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-11T09:48:17.868Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-09-11T09:48:17.868Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-09-11T09:48:17.868Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2019-09-11T09:48:17.868Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-09-11T09:48:17.868Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-09-11T09:48:17.868Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-09-11T09:48:17.868Z] === RUN TestContainerStartOnDaemonRestart [2019-09-11T09:48:17.868Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-11T09:48:17.868Z] === RUN TestDaemonRestartIpcMode [2019-09-11T09:48:17.868Z] === PAUSE TestDaemonRestartIpcMode [2019-09-11T09:48:17.868Z] === RUN TestDiff [2019-09-11T09:48:18.062Z] === RUN Test/DockerSuite/TestRunSeccompWithDefaultProfile [2019-09-11T09:48:18.483Z] --- PASS: TestDiff (0.70s) [2019-09-11T09:48:18.483Z] === RUN TestExecWithCloseStdin [2019-09-11T09:48:18.986Z] === RUN Test/DockerSuite/TestRunSetDefaultRestartPolicy [2019-09-11T09:48:19.494Z] --- PASS: TestExecWithCloseStdin (0.91s) [2019-09-11T09:48:19.494Z] === RUN TestExec [2019-09-11T09:48:19.910Z] === RUN Test/DockerSuite/TestRunSetMacAddress [2019-09-11T09:48:20.110Z] --- PASS: TestExec (0.87s) [2019-09-11T09:48:20.110Z] === RUN TestExecUser [2019-09-11T09:48:20.837Z] === RUN Test/DockerSuite/TestRunSlowStdoutConsumer [2019-09-11T09:48:20.929Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContext [2019-09-11T09:48:20.929Z] === RUN Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-11T09:48:21.118Z] --- PASS: TestExecUser (0.86s) [2019-09-11T09:48:21.118Z] === RUN TestExportContainerAndImportImage [2019-09-11T09:48:22.126Z] --- PASS: TestExportContainerAndImportImage (0.97s) [2019-09-11T09:48:22.126Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-11T09:48:23.349Z] === RUN Test/DockerSuite/TestRunState [2019-09-11T09:48:23.598Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2019-09-11T09:48:23.598Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-11T09:48:23.598Z] daemon.go:336: [d92dad14c02bf] waiting for daemon to start [2019-09-11T09:48:23.598Z] daemon.go:336: [d92dad14c02bf] waiting for daemon to start [2019-09-11T09:48:23.598Z] daemon.go:364: [d92dad14c02bf] daemon started [2019-09-11T09:48:23.598Z] daemon.go:472: [d92dad14c02bf] Stopping daemon [2019-09-11T09:48:23.598Z] daemon.go:307: [d92dad14c02bf] exiting daemon [2019-09-11T09:48:23.598Z] daemon.go:459: [d92dad14c02bf] Daemon stopped [2019-09-11T09:48:23.598Z] daemon.go:336: [d92dad14c02bf] waiting for daemon to start [2019-09-11T09:48:23.598Z] daemon.go:336: [d92dad14c02bf] waiting for daemon to start [2019-09-11T09:48:23.598Z] daemon.go:364: [d92dad14c02bf] daemon started [2019-09-11T09:48:23.598Z] daemon.go:472: [d92dad14c02bf] Stopping daemon [2019-09-11T09:48:23.598Z] daemon.go:307: [d92dad14c02bf] exiting daemon [2019-09-11T09:48:23.598Z] daemon.go:459: [d92dad14c02bf] Daemon stopped [2019-09-11T09:48:23.598Z] === RUN TestHealthCheckWorkdir [2019-09-11T09:48:24.606Z] --- PASS: TestHealthCheckWorkdir (1.10s) [2019-09-11T09:48:24.606Z] === RUN TestHealthKillContainer [2019-09-11T09:48:24.684Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-11T09:48:25.233Z] === RUN Test/DockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-11T09:48:25.793Z] === RUN Test/DockerSuite/TestRunStdinPipe [2019-09-11T09:48:26.718Z] === RUN Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-11T09:48:26.973Z] === RUN Test/DockerSuite/TestRunSwapLessThanMemoryLimit [2019-09-11T09:48:26.973Z] === RUN Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-11T09:48:27.898Z] === RUN Test/DockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-11T09:48:28.000Z] === RUN Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-11T09:48:28.051Z] --- PASS: TestHealthKillContainer (2.92s) [2019-09-11T09:48:28.051Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-11T09:48:28.333Z] --- PASS: TestInspectCpusetInConfigPre120 (0.70s) [2019-09-11T09:48:28.333Z] === RUN TestIpcModeNone [2019-09-11T09:48:28.823Z] === RUN Test/DockerSuite/TestRunSysctls [2019-09-11T09:48:29.352Z] --- PASS: TestIpcModeNone (0.87s) [2019-09-11T09:48:29.352Z] === RUN TestIpcModePrivate [2019-09-11T09:48:29.384Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-11T09:48:29.965Z] --- PASS: TestIpcModePrivate (0.85s) [2019-09-11T09:48:29.965Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:54, shared: false, mustBeShared: false [2019-09-11T09:48:29.965Z] === RUN TestIpcModeShareable [2019-09-11T09:48:30.185Z] === RUN Test/DockerSuite/TestRunTLSVerify [2019-09-11T09:48:30.185Z] === RUN Test/DockerSuite/TestRunTTYWithPipe [2019-09-11T09:48:30.440Z] === RUN Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-11T09:48:30.904Z] === RUN Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-11T09:48:30.904Z] === RUN Test/DockerSuite/TestBuildAddBadLinks [2019-09-11T09:48:30.904Z] === RUN Test/DockerSuite/TestBuildAddBadLinksVolume [2019-09-11T09:48:30.904Z] === RUN Test/DockerSuite/TestBuildAddBrokenTar [2019-09-11T09:48:30.904Z] === RUN Test/DockerSuite/TestBuildAddCacheOnFileChange [2019-09-11T09:48:30.972Z] --- PASS: TestIpcModeShareable (0.90s) [2019-09-11T09:48:30.972Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:48, shared: true, mustBeShared: true [2019-09-11T09:48:30.972Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-11T09:48:31.366Z] === RUN Test/DockerSuite/TestRunTmpfsMounts [2019-09-11T09:48:33.649Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.50s) [2019-09-11T09:48:33.649Z] === RUN TestAPIIpcModeHost [2019-09-11T09:48:33.877Z] === RUN Test/DockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-09-11T09:48:34.266Z] --- PASS: TestAPIIpcModeHost (0.73s) [2019-09-11T09:48:34.266Z] === RUN TestDaemonIpcModeShareable [2019-09-11T09:48:34.636Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithCache [2019-09-11T09:48:34.803Z] === RUN Test/DockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-09-11T09:48:36.302Z] --- PASS: TestDaemonIpcModeShareable (1.84s) [2019-09-11T09:48:36.302Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-11T09:48:36.302Z] daemon.go:336: [db6a9384af378] waiting for daemon to start [2019-09-11T09:48:36.302Z] daemon.go:336: [db6a9384af378] waiting for daemon to start [2019-09-11T09:48:36.302Z] daemon.go:364: [db6a9384af378] daemon started [2019-09-11T09:48:36.302Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-11T09:48:36.302Z] daemon.go:472: [db6a9384af378] Stopping daemon [2019-09-11T09:48:36.302Z] daemon.go:307: [db6a9384af378] exiting daemon [2019-09-11T09:48:36.302Z] daemon.go:459: [db6a9384af378] Daemon stopped [2019-09-11T09:48:36.302Z] === RUN TestDaemonIpcModePrivate [2019-09-11T09:48:36.474Z] === RUN Test/DockerSuite/TestBuildMultiStageNameVariants [2019-09-11T09:48:36.693Z] === RUN Test/DockerSuite/TestRunTmpfsMountsWithOptions [2019-09-11T09:48:37.776Z] --- PASS: TestDaemonIpcModePrivate (1.78s) [2019-09-11T09:48:37.776Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-11T09:48:37.776Z] daemon.go:336: [d24da97780f41] waiting for daemon to start [2019-09-11T09:48:37.776Z] daemon.go:336: [d24da97780f41] waiting for daemon to start [2019-09-11T09:48:37.776Z] daemon.go:364: [d24da97780f41] daemon started [2019-09-11T09:48:37.776Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-11T09:48:37.776Z] daemon.go:472: [d24da97780f41] Stopping daemon [2019-09-11T09:48:37.776Z] daemon.go:307: [d24da97780f41] exiting daemon [2019-09-11T09:48:37.776Z] daemon.go:459: [d24da97780f41] Daemon stopped [2019-09-11T09:48:37.776Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-11T09:48:39.797Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s) [2019-09-11T09:48:39.797Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-11T09:48:39.797Z] daemon.go:336: [da8e9681f8410] waiting for daemon to start [2019-09-11T09:48:39.797Z] daemon.go:336: [da8e9681f8410] waiting for daemon to start [2019-09-11T09:48:39.797Z] daemon.go:364: [da8e9681f8410] daemon started [2019-09-11T09:48:39.797Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-11T09:48:39.797Z] daemon.go:472: [da8e9681f8410] Stopping daemon [2019-09-11T09:48:39.797Z] daemon.go:307: [da8e9681f8410] exiting daemon [2019-09-11T09:48:39.797Z] daemon.go:459: [da8e9681f8410] Daemon stopped [2019-09-11T09:48:39.797Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-11T09:48:41.293Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.75s) [2019-09-11T09:48:41.293Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-11T09:48:41.293Z] daemon.go:336: [d2189597baa26] waiting for daemon to start [2019-09-11T09:48:41.293Z] daemon.go:336: [d2189597baa26] waiting for daemon to start [2019-09-11T09:48:41.293Z] daemon.go:364: [d2189597baa26] daemon started [2019-09-11T09:48:41.293Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-11T09:48:41.293Z] daemon.go:472: [d2189597baa26] Stopping daemon [2019-09-11T09:48:41.293Z] daemon.go:307: [d2189597baa26] exiting daemon [2019-09-11T09:48:41.293Z] daemon.go:459: [d2189597baa26] Daemon stopped [2019-09-11T09:48:41.293Z] === RUN TestIpcModeOlderClient [2019-09-11T09:48:41.293Z] === PAUSE TestIpcModeOlderClient [2019-09-11T09:48:41.293Z] === RUN TestKillContainerInvalidSignal [2019-09-11T09:48:41.909Z] --- PASS: TestKillContainerInvalidSignal (0.67s) [2019-09-11T09:48:41.909Z] === RUN TestKillContainer [2019-09-11T09:48:41.909Z] === RUN TestKillContainer/no_signal [2019-09-11T09:48:41.934Z] === RUN Test/DockerSuite/TestRunTwoConcurrentContainers [2019-09-11T09:48:42.522Z] === RUN TestKillContainer/non_killing_signal [2019-09-11T09:48:43.141Z] === RUN TestKillContainer/killing_signal [2019-09-11T09:48:43.203Z] === RUN Test/DockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-11T09:48:44.156Z] --- PASS: TestKillContainer (2.19s) [2019-09-11T09:48:44.156Z] --- PASS: TestKillContainer/no_signal (0.68s) [2019-09-11T09:48:44.156Z] --- PASS: TestKillContainer/non_killing_signal (0.50s) [2019-09-11T09:48:44.156Z] --- PASS: TestKillContainer/killing_signal (0.67s) [2019-09-11T09:48:44.156Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-11T09:48:44.156Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-11T09:48:44.444Z] === RUN Test/DockerSuite/TestRunUnprivilegedCanMknod [2019-09-11T09:48:44.776Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-11T09:48:45.007Z] === RUN Test/DockerSuite/TestRunUnprivilegedCannotMount [2019-09-11T09:48:45.783Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.48s) [2019-09-11T09:48:45.783Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.70s) [2019-09-11T09:48:45.783Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2019-09-11T09:48:45.783Z] === RUN TestKillStoppedContainer [2019-09-11T09:48:45.783Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-09-11T09:48:45.783Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-11T09:48:45.783Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2019-09-11T09:48:45.783Z] === RUN TestKillDifferentUserContainer [2019-09-11T09:48:45.932Z] === RUN Test/DockerSuite/TestRunUnprivilegedWithChroot [2019-09-11T09:48:46.399Z] --- PASS: TestKillDifferentUserContainer (0.73s) [2019-09-11T09:48:46.399Z] === RUN TestInspectOomKilledTrue [2019-09-11T09:48:46.857Z] === RUN Test/DockerSuite/TestRunUnsetEntrypoint [2019-09-11T09:48:47.113Z] === RUN Test/DockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-09-11T09:48:47.873Z] --- PASS: TestInspectOomKilledTrue (1.18s) [2019-09-11T09:48:47.873Z] === RUN TestInspectOomKilledFalse [2019-09-11T09:48:47.887Z] === RUN Test/DockerSuite/TestBuildAddDirContentToExistingDir [2019-09-11T09:48:47.887Z] === RUN Test/DockerSuite/TestBuildAddDirContentToRoot [2019-09-11T09:48:47.887Z] === RUN Test/DockerSuite/TestBuildAddFileNotFound [2019-09-11T09:48:47.887Z] === RUN Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-11T09:48:48.485Z] --- PASS: TestInspectOomKilledFalse (0.67s) [2019-09-11T09:48:48.485Z] === RUN TestLinksEtcHostsContentMatch [2019-09-11T09:48:49.101Z] --- PASS: TestLinksEtcHostsContentMatch (0.65s) [2019-09-11T09:48:49.101Z] === RUN TestLinksContainerNames [2019-09-11T09:48:49.626Z] === RUN Test/DockerSuite/TestRunUnshareProc [2019-09-11T09:48:50.581Z] --- PASS: TestLinksContainerNames (1.33s) [2019-09-11T09:48:50.581Z] === RUN TestLogsFollowTailEmpty [2019-09-11T09:48:50.990Z] === RUN Test/DockerSuite/TestRunUserByID [2019-09-11T09:48:51.196Z] --- PASS: TestLogsFollowTailEmpty (0.72s) [2019-09-11T09:48:51.196Z] === RUN TestContainerNetworkMountsNoChown [2019-09-11T09:48:51.550Z] === RUN Test/DockerSuite/TestRunUserByIDBig [2019-09-11T09:48:51.806Z] === RUN Test/DockerSuite/TestRunUserByIDNegative [2019-09-11T09:48:51.810Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s) [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/default [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/default [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/private [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/private [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rprivate [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/slave [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/slave [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rslave [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/shared [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/shared [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rshared [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/default [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/rshared [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/shared [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/rslave [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/slave [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/rprivate [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/private [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-11T09:48:51.810Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-11T09:48:51.810Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-11T09:48:51.810Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-11T09:48:52.061Z] === RUN Test/DockerSuite/TestRunUserByIDZero [2019-09-11T09:48:52.093Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-11T09:48:52.093Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-11T09:48:52.093Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-11T09:48:52.093Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-11T09:48:52.093Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-11T09:48:52.093Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-11T09:48:52.093Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-11T09:48:52.093Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-11T09:48:52.093Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-11T09:48:52.093Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-11T09:48:52.093Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-11T09:48:52.093Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2019-09-11T09:48:52.093Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-09-11T09:48:52.093Z] === RUN TestContainerBindMountNonRecursive [2019-09-11T09:48:52.316Z] === RUN Test/DockerSwarmSuite/TestSwarmContainerAutoStart [2019-09-11T09:48:52.876Z] === RUN Test/DockerSuite/TestRunUserByName [2019-09-11T09:48:53.800Z] === RUN Test/DockerSuite/TestRunUserDefaults [2019-09-11T09:48:54.115Z] --- PASS: TestContainerBindMountNonRecursive (1.72s) [2019-09-11T09:48:54.115Z] === RUN TestNetworkNat [2019-09-11T09:48:54.729Z] --- PASS: TestNetworkNat (0.76s) [2019-09-11T09:48:54.729Z] === RUN TestNetworkLocalhostTCPNat [2019-09-11T09:48:55.163Z] === RUN Test/DockerSuite/TestRunUserDeviceAllowed [2019-09-11T09:48:55.163Z] === RUN Test/DockerSuite/TestRunUserNotFound [2019-09-11T09:48:55.163Z] === RUN Test/DockerSuite/TestRunVerifyContainerID [2019-09-11T09:48:55.347Z] --- PASS: TestNetworkLocalhostTCPNat (0.73s) [2019-09-11T09:48:55.347Z] === RUN TestNetworkLoopbackNat [2019-09-11T09:48:56.088Z] === RUN Test/DockerSuite/TestRunVolumeCopyFlag [2019-09-11T09:48:56.359Z] --- PASS: TestNetworkLoopbackNat (0.98s) [2019-09-11T09:48:56.359Z] === RUN TestPause [2019-09-11T09:48:56.973Z] --- PASS: TestPause (0.78s) [2019-09-11T09:48:56.973Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-11T09:48:56.973Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-11T09:48:56.973Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-11T09:48:56.973Z] === RUN TestPauseStopPausedContainer [2019-09-11T09:48:57.593Z] === RUN Test/DockerSuite/TestBuildMultiStageResetScratch [2019-09-11T09:48:57.593Z] === RUN Test/DockerSuite/TestBuildMultiStageUnusedArg [2019-09-11T09:48:57.987Z] --- PASS: TestPauseStopPausedContainer (0.77s) [2019-09-11T09:48:57.987Z] === RUN TestPsFilter [2019-09-11T09:48:57.987Z] --- PASS: TestPsFilter (0.19s) [2019-09-11T09:48:57.987Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-11T09:48:58.206Z] === RUN Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-11T09:48:58.608Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.69s) [2019-09-11T09:48:58.608Z] === RUN TestRemoveContainerWithVolume [2019-09-11T09:48:59.614Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2019-09-11T09:48:59.614Z] === RUN TestRemoveContainerRunning [2019-09-11T09:49:00.227Z] --- PASS: TestRemoveContainerRunning (0.71s) [2019-09-11T09:49:00.227Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-11T09:49:00.844Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s) [2019-09-11T09:49:00.845Z] === RUN TestRemoveInvalidContainer [2019-09-11T09:49:00.845Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2019-09-11T09:49:00.845Z] === RUN TestRenameLinkedContainer [2019-09-11T09:49:01.325Z] === RUN Test/DockerSuite/TestRunVolumeWithOneCharacter [2019-09-11T09:49:02.250Z] === RUN Test/DockerSuite/TestRunVolumesCleanPaths [2019-09-11T09:49:03.400Z] === RUN Test/DockerSuite/TestBuildMultipleTags [2019-09-11T09:49:03.400Z] === RUN Test/DockerSuite/TestBuildNetContainer [2019-09-11T09:49:03.400Z] === RUN Test/DockerSuite/TestBuildNetNone [2019-09-11T09:49:03.400Z] === RUN Test/DockerSuite/TestBuildNoContext [2019-09-11T09:49:03.613Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-11T09:49:04.173Z] === RUN Test/DockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-09-11T09:49:04.302Z] --- PASS: TestRenameLinkedContainer (2.83s) [2019-09-11T09:49:04.302Z] === RUN TestRenameStoppedContainer [2019-09-11T09:49:04.302Z] --- PASS: TestRenameStoppedContainer (0.66s) [2019-09-11T09:49:04.302Z] === RUN TestRenameRunningContainerAndReuse [2019-09-11T09:49:05.587Z] === RUN Test/DockerSuite/TestBuildNoDupOutput [2019-09-11T09:49:05.794Z] --- PASS: TestRenameRunningContainerAndReuse (1.45s) [2019-09-11T09:49:05.794Z] === RUN TestRenameInvalidName [2019-09-11T09:49:06.060Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-11T09:49:06.408Z] --- PASS: TestRenameInvalidName (0.70s) [2019-09-11T09:49:06.408Z] === RUN TestRenameAnonymousContainer [2019-09-11T09:49:08.587Z] === RUN Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-11T09:49:09.087Z] --- PASS: TestRenameAnonymousContainer (2.55s) [2019-09-11T09:49:09.087Z] === RUN TestRenameContainerWithSameName [2019-09-11T09:49:09.702Z] --- PASS: TestRenameContainerWithSameName (0.72s) [2019-09-11T09:49:09.702Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-11T09:49:10.289Z] === RUN Test/DockerSuite/TestBuildNoNamedVolume [2019-09-11T09:49:11.098Z] === RUN Test/DockerSuite/TestRunVolumesFromSymlinkPath [2019-09-11T09:49:11.176Z] --- PASS: TestRenameContainerWithLinkedContainer (1.43s) [2019-09-11T09:49:11.176Z] === RUN TestResize [2019-09-11T09:49:11.832Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailure [2019-09-11T09:49:12.184Z] --- PASS: TestResize (0.72s) [2019-09-11T09:49:12.184Z] === RUN TestResizeWithInvalidSize [2019-09-11T09:49:12.293Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureRemote [2019-09-11T09:49:12.293Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-11T09:49:12.798Z] --- PASS: TestResizeWithInvalidSize (0.72s) [2019-09-11T09:49:12.798Z] === RUN TestResizeWhenContainerNotStarted [2019-09-11T09:49:13.415Z] --- PASS: TestResizeWhenContainerNotStarted (0.73s) [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-11T09:49:13.415Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-11T09:49:13.415Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-11T09:49:13.415Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-11T09:49:13.415Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-11T09:49:13.415Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-11T09:49:13.415Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-11T09:49:13.415Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-11T09:49:13.415Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:49:13.415Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:49:13.415Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:49:13.415Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:49:13.415Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:49:13.415Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:49:13.415Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-11T09:49:13.415Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-11T09:49:13.415Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:49:13.415Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-11T09:49:13.610Z] === RUN Test/DockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-09-11T09:49:13.865Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsReadonly [2019-09-11T09:49:14.791Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsShared [2019-09-11T09:49:15.205Z] === RUN Test/DockerSuite/TestBuildNotVerboseSuccess [2019-09-11T09:49:15.463Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:49:15.463Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-11T09:49:15.666Z] === RUN Test/DockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-11T09:49:15.716Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsSlave [2019-09-11T09:49:16.641Z] === RUN Test/DockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-09-11T09:49:16.641Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUCount [2019-09-11T09:49:16.641Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUPercent [2019-09-11T09:49:16.641Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUShares [2019-09-11T09:49:16.641Z] === RUN Test/DockerSuite/TestRunWithBadDevice [2019-09-11T09:49:16.897Z] === RUN Test/DockerSuite/TestRunWithBlkioWeight [2019-09-11T09:49:16.957Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-11T09:49:16.957Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-11T09:49:17.209Z] === RUN Test/DockerSuite/TestBuildOnBuild [2019-09-11T09:49:17.577Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-11T09:49:17.823Z] === RUN Test/DockerSuite/TestRunWithCPUQuota [2019-09-11T09:49:18.597Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-11T09:49:18.883Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-11T09:49:19.185Z] === RUN Test/DockerSuite/TestRunWithCPUShares [2019-09-11T09:49:19.745Z] === RUN Test/DockerSuite/TestRunWithCpuPeriod [2019-09-11T09:49:19.902Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-11T09:49:21.631Z] === RUN Test/DockerSuite/TestRunWithCpusetCpus [2019-09-11T09:49:22.192Z] === RUN Test/DockerSwarmSuite/TestSwarmIngressNetwork [2019-09-11T09:49:22.448Z] === RUN Test/DockerSuite/TestRunWithCpusetMems [2019-09-11T09:49:23.330Z] === RUN Test/DockerSuite/TestBuildAddNonTar [2019-09-11T09:49:23.373Z] === RUN Test/DockerSuite/TestRunWithDaemonFlags [2019-09-11T09:49:23.373Z] === RUN Test/DockerSuite/TestRunWithDefaultShmSize [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.11s) [2019-09-11T09:49:23.388Z] 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-11T09:49:23.388Z] daemon.go:336: [d41e6fa94616a] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d41e6fa94616a] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d41e6fa94616a] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d41e6fa94616a] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d41e6fa94616a] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d41e6fa94616a] Daemon stopped [2019-09-11T09:49:23.388Z] daemon.go:336: [d41e6fa94616a] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d41e6fa94616a] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d41e6fa94616a] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d41e6fa94616a] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d41e6fa94616a] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d41e6fa94616a] Daemon stopped [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.16s) [2019-09-11T09:49:23.388Z] 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-11T09:49:23.388Z] daemon.go:336: [d6d5e9275598e] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d6d5e9275598e] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d6d5e9275598e] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d6d5e9275598e] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d6d5e9275598e] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d6d5e9275598e] Daemon stopped [2019-09-11T09:49:23.388Z] daemon.go:336: [d6d5e9275598e] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d6d5e9275598e] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d6d5e9275598e] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d6d5e9275598e] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d6d5e9275598e] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d6d5e9275598e] Daemon stopped [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.25s) [2019-09-11T09:49:23.388Z] 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-11T09:49:23.388Z] daemon.go:336: [d4a44ab850043] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d4a44ab850043] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d4a44ab850043] daemon started [2019-09-11T09:49:23.388Z] daemon.go:307: [d4a44ab850043] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:336: [d4a44ab850043] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d4a44ab850043] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d4a44ab850043] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d4a44ab850043] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d4a44ab850043] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d4a44ab850043] Daemon stopped [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.49s) [2019-09-11T09:49:23.388Z] 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-11T09:49:23.388Z] daemon.go:336: [dd3ce190d6211] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [dd3ce190d6211] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [dd3ce190d6211] daemon started [2019-09-11T09:49:23.388Z] daemon.go:336: [dd3ce190d6211] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:307: [dd3ce190d6211] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:336: [dd3ce190d6211] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [dd3ce190d6211] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [dd3ce190d6211] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [dd3ce190d6211] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [dd3ce190d6211] Daemon stopped [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.07s) [2019-09-11T09:49:23.388Z] 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-11T09:49:23.388Z] daemon.go:336: [d2a1e0b2b05cf] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d2a1e0b2b05cf] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d2a1e0b2b05cf] daemon started [2019-09-11T09:49:23.388Z] daemon.go:336: [d2a1e0b2b05cf] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:307: [d2a1e0b2b05cf] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:336: [d2a1e0b2b05cf] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d2a1e0b2b05cf] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d2a1e0b2b05cf] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d2a1e0b2b05cf] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d2a1e0b2b05cf] Daemon stopped [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.16s) [2019-09-11T09:49:23.388Z] 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-11T09:49:23.388Z] daemon.go:336: [d6866f60c8213] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d6866f60c8213] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d6866f60c8213] daemon started [2019-09-11T09:49:23.388Z] daemon.go:307: [d6866f60c8213] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:336: [d6866f60c8213] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d6866f60c8213] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d6866f60c8213] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d6866f60c8213] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d6866f60c8213] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d6866f60c8213] Daemon stopped [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.03s) [2019-09-11T09:49:23.388Z] 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-11T09:49:23.388Z] daemon.go:336: [d1ab114797092] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d1ab114797092] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d1ab114797092] daemon started [2019-09-11T09:49:23.388Z] daemon.go:336: [d1ab114797092] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:307: [d1ab114797092] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:336: [d1ab114797092] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d1ab114797092] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d1ab114797092] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d1ab114797092] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d1ab114797092] Daemon stopped [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.06s) [2019-09-11T09:49:23.388Z] 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-11T09:49:23.388Z] daemon.go:336: [da93da072ce67] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [da93da072ce67] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [da93da072ce67] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [da93da072ce67] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [da93da072ce67] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [da93da072ce67] Daemon stopped [2019-09-11T09:49:23.388Z] daemon.go:336: [da93da072ce67] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [da93da072ce67] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [da93da072ce67] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [da93da072ce67] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [da93da072ce67] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [da93da072ce67] Daemon stopped [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.08s) [2019-09-11T09:49:23.388Z] 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-11T09:49:23.388Z] daemon.go:336: [d737412e7dd77] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d737412e7dd77] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d737412e7dd77] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d737412e7dd77] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d737412e7dd77] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d737412e7dd77] Daemon stopped [2019-09-11T09:49:23.388Z] daemon.go:336: [d737412e7dd77] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d737412e7dd77] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d737412e7dd77] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d737412e7dd77] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d737412e7dd77] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d737412e7dd77] Daemon stopped [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.00s) [2019-09-11T09:49:23.388Z] 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-11T09:49:23.388Z] daemon.go:336: [d4e3760aba123] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d4e3760aba123] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d4e3760aba123] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d4e3760aba123] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d4e3760aba123] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d4e3760aba123] Daemon stopped [2019-09-11T09:49:23.388Z] daemon.go:336: [d4e3760aba123] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d4e3760aba123] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d4e3760aba123] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d4e3760aba123] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d4e3760aba123] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d4e3760aba123] Daemon stopped [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.63s) [2019-09-11T09:49:23.388Z] 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-11T09:49:23.388Z] daemon.go:336: [d3b0e6bb21706] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d3b0e6bb21706] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d3b0e6bb21706] daemon started [2019-09-11T09:49:23.388Z] daemon.go:307: [d3b0e6bb21706] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:336: [d3b0e6bb21706] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d3b0e6bb21706] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d3b0e6bb21706] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d3b0e6bb21706] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d3b0e6bb21706] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d3b0e6bb21706] Daemon stopped [2019-09-11T09:49:23.388Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.40s) [2019-09-11T09:49:23.388Z] 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-11T09:49:23.388Z] daemon.go:336: [d9dca8f263590] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d9dca8f263590] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d9dca8f263590] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d9dca8f263590] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d9dca8f263590] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d9dca8f263590] Daemon stopped [2019-09-11T09:49:23.388Z] daemon.go:336: [d9dca8f263590] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:336: [d9dca8f263590] waiting for daemon to start [2019-09-11T09:49:23.388Z] daemon.go:364: [d9dca8f263590] daemon started [2019-09-11T09:49:23.388Z] daemon.go:472: [d9dca8f263590] Stopping daemon [2019-09-11T09:49:23.388Z] daemon.go:307: [d9dca8f263590] exiting daemon [2019-09-11T09:49:23.388Z] daemon.go:459: [d9dca8f263590] Daemon stopped [2019-09-11T09:49:23.388Z] === RUN TestCgroupNamespacesRun [2019-09-11T09:49:24.299Z] === RUN Test/DockerSuite/TestRunWithInvalidBlkioWeight [2019-09-11T09:49:24.299Z] === RUN Test/DockerSuite/TestRunWithInvalidCpuPeriod [2019-09-11T09:49:24.554Z] === RUN Test/DockerSuite/TestRunWithInvalidKernelMemory [2019-09-11T09:49:24.554Z] === RUN Test/DockerSuite/TestRunWithInvalidMacAddress [2019-09-11T09:49:24.554Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-09-11T09:49:24.809Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-09-11T09:49:24.868Z] --- PASS: TestCgroupNamespacesRun (1.77s) [2019-09-11T09:49:24.868Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun [2019-09-11T09:49:24.868Z] daemon.go:336: [d432c8ef48a21] waiting for daemon to start [2019-09-11T09:49:24.868Z] daemon.go:336: [d432c8ef48a21] waiting for daemon to start [2019-09-11T09:49:24.868Z] daemon.go:364: [d432c8ef48a21] daemon started [2019-09-11T09:49:24.868Z] daemon.go:472: [d432c8ef48a21] Stopping daemon [2019-09-11T09:49:24.868Z] daemon.go:307: [d432c8ef48a21] exiting daemon [2019-09-11T09:49:24.868Z] daemon.go:459: [d432c8ef48a21] Daemon stopped [2019-09-11T09:49:24.868Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-11T09:49:25.065Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-09-11T09:49:25.065Z] === RUN Test/DockerSwarmSuite/TestSwarmInit [2019-09-11T09:49:25.065Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-09-11T09:49:25.373Z] === RUN Test/DockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-09-11T09:49:25.629Z] === RUN Test/DockerSuite/TestRunWithKernelMemory [2019-09-11T09:49:26.556Z] === RUN Test/DockerSuite/TestRunWithMemoryLimit [2019-09-11T09:49:26.891Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.75s) [2019-09-11T09:49:26.891Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged [2019-09-11T09:49:26.891Z] daemon.go:336: [d8b8a942e3a5c] waiting for daemon to start [2019-09-11T09:49:26.891Z] daemon.go:336: [d8b8a942e3a5c] waiting for daemon to start [2019-09-11T09:49:26.891Z] daemon.go:364: [d8b8a942e3a5c] daemon started [2019-09-11T09:49:26.891Z] daemon.go:472: [d8b8a942e3a5c] Stopping daemon [2019-09-11T09:49:26.891Z] daemon.go:307: [d8b8a942e3a5c] exiting daemon [2019-09-11T09:49:26.891Z] daemon.go:459: [d8b8a942e3a5c] Daemon stopped [2019-09-11T09:49:26.891Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-11T09:49:27.482Z] === RUN Test/DockerSuite/TestRunWithMemoryReservation [2019-09-11T09:49:27.550Z] === RUN Test/DockerSuite/TestBuildOnBuildCache [2019-09-11T09:49:27.550Z] === RUN Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-11T09:49:28.370Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.71s) [2019-09-11T09:49:28.370Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode [2019-09-11T09:49:28.370Z] daemon.go:336: [d962d934747a3] waiting for daemon to start [2019-09-11T09:49:28.370Z] daemon.go:336: [d962d934747a3] waiting for daemon to start [2019-09-11T09:49:28.370Z] daemon.go:364: [d962d934747a3] daemon started [2019-09-11T09:49:28.370Z] daemon.go:472: [d962d934747a3] Stopping daemon [2019-09-11T09:49:28.370Z] daemon.go:307: [d962d934747a3] exiting daemon [2019-09-11T09:49:28.370Z] daemon.go:459: [d962d934747a3] Daemon stopped [2019-09-11T09:49:28.370Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-11T09:49:28.407Z] === RUN Test/DockerSuite/TestRunWithMemoryReservationInvalid [2019-09-11T09:49:28.407Z] === RUN Test/DockerSuite/TestRunWithNanoCPUs [2019-09-11T09:49:29.332Z] === RUN Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-11T09:49:29.587Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdj [2019-09-11T09:49:30.148Z] === RUN Test/DockerSwarmSuite/TestSwarmInitIPv6 [2019-09-11T09:49:30.148Z] === RUN Test/DockerSwarmSuite/TestSwarmInitLocked [2019-09-11T09:49:30.393Z] --- PASS: TestCgroupNamespacesRunHostMode (1.72s) [2019-09-11T09:49:30.393Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode [2019-09-11T09:49:30.393Z] daemon.go:336: [d7da295f2b879] waiting for daemon to start [2019-09-11T09:49:30.393Z] daemon.go:336: [d7da295f2b879] waiting for daemon to start [2019-09-11T09:49:30.393Z] daemon.go:364: [d7da295f2b879] daemon started [2019-09-11T09:49:30.393Z] daemon.go:472: [d7da295f2b879] Stopping daemon [2019-09-11T09:49:30.393Z] daemon.go:307: [d7da295f2b879] exiting daemon [2019-09-11T09:49:30.393Z] daemon.go:459: [d7da295f2b879] Daemon stopped [2019-09-11T09:49:30.393Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-11T09:49:30.407Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-11T09:49:30.407Z] === RUN Test/DockerSuite/TestRunWithShmSize [2019-09-11T09:49:30.427Z] === RUN Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-11T09:49:31.332Z] === RUN Test/DockerSuite/TestRunWithSwappiness [2019-09-11T09:49:31.878Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.76s) [2019-09-11T09:49:31.878Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode [2019-09-11T09:49:31.878Z] daemon.go:336: [d6258901bb075] waiting for daemon to start [2019-09-11T09:49:31.878Z] daemon.go:336: [d6258901bb075] waiting for daemon to start [2019-09-11T09:49:31.878Z] daemon.go:364: [d6258901bb075] daemon started [2019-09-11T09:49:31.878Z] daemon.go:472: [d6258901bb075] Stopping daemon [2019-09-11T09:49:31.878Z] daemon.go:307: [d6258901bb075] exiting daemon [2019-09-11T09:49:31.878Z] daemon.go:459: [d6258901bb075] Daemon stopped [2019-09-11T09:49:31.878Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-11T09:49:32.261Z] === RUN Test/DockerSuite/TestRunWithSwappinessInvalid [2019-09-11T09:49:32.261Z] === RUN Test/DockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-11T09:49:32.261Z] === RUN Test/DockerSuite/TestRunWithUlimits [2019-09-11T09:49:32.821Z] === RUN Test/DockerSuite/TestRunWithVolumesFromExited [2019-09-11T09:49:32.887Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.90s) [2019-09-11T09:49:32.887Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-11T09:49:32.887Z] daemon.go:336: [da5a727966b71] waiting for daemon to start [2019-09-11T09:49:32.887Z] daemon.go:336: [da5a727966b71] waiting for daemon to start [2019-09-11T09:49:32.887Z] daemon.go:364: [da5a727966b71] daemon started [2019-09-11T09:49:32.887Z] daemon.go:472: [da5a727966b71] Stopping daemon [2019-09-11T09:49:32.887Z] daemon.go:307: [da5a727966b71] exiting daemon [2019-09-11T09:49:32.887Z] daemon.go:459: [da5a727966b71] Daemon stopped [2019-09-11T09:49:32.887Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-11T09:49:33.506Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s) [2019-09-11T09:49:33.506Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode [2019-09-11T09:49:33.506Z] daemon.go:336: [d6d3c33a47dc6] waiting for daemon to start [2019-09-11T09:49:33.506Z] daemon.go:336: [d6d3c33a47dc6] waiting for daemon to start [2019-09-11T09:49:33.506Z] daemon.go:364: [d6d3c33a47dc6] daemon started [2019-09-11T09:49:33.506Z] daemon.go:472: [d6d3c33a47dc6] Stopping daemon [2019-09-11T09:49:33.506Z] daemon.go:307: [d6d3c33a47dc6] exiting daemon [2019-09-11T09:49:33.506Z] daemon.go:459: [d6d3c33a47dc6] Daemon stopped [2019-09-11T09:49:33.506Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-11T09:49:34.160Z] === RUN Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-11T09:49:34.160Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileMTime [2019-09-11T09:49:34.709Z] === RUN Test/DockerSuite/TestRunWithVolumesIsRecursive [2019-09-11T09:49:35.269Z] === RUN Test/DockerSuite/TestRunWithoutMemoryswapLimit [2019-09-11T09:49:35.269Z] === RUN Test/DockerSuite/TestRunWithoutNetworking [2019-09-11T09:49:35.534Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.72s) [2019-09-11T09:49:35.534Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient [2019-09-11T09:49:35.534Z] daemon.go:336: [da849c557d487] waiting for daemon to start [2019-09-11T09:49:35.534Z] daemon.go:336: [da849c557d487] waiting for daemon to start [2019-09-11T09:49:35.534Z] daemon.go:364: [da849c557d487] daemon started [2019-09-11T09:49:35.534Z] daemon.go:472: [da849c557d487] Stopping daemon [2019-09-11T09:49:35.534Z] daemon.go:307: [da849c557d487] exiting daemon [2019-09-11T09:49:35.534Z] daemon.go:459: [da849c557d487] Daemon stopped [2019-09-11T09:49:35.534Z] === RUN TestKernelTCPMemory [2019-09-11T09:49:36.139Z] === RUN Test/DockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-11T09:49:36.153Z] --- PASS: TestKernelTCPMemory (0.90s) [2019-09-11T09:49:36.153Z] === RUN TestNISDomainname [2019-09-11T09:49:36.194Z] === RUN Test/DockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-11T09:49:36.194Z] === RUN Test/DockerSuite/TestRunWorkingDirectory [2019-09-11T09:49:37.161Z] --- PASS: TestNISDomainname (1.02s) [2019-09-11T09:49:37.161Z] === RUN TestHostnameDnsResolution [2019-09-11T09:49:38.080Z] === RUN Test/DockerSuite/TestRunWriteFilteredProc [2019-09-11T09:49:38.639Z] === RUN Test/DockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-09-11T09:49:38.639Z] === RUN Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-11T09:49:38.642Z] --- PASS: TestHostnameDnsResolution (1.15s) [2019-09-11T09:49:38.642Z] === RUN TestStats [2019-09-11T09:49:39.053Z] === RUN Test/DockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-11T09:49:39.564Z] === RUN Test/DockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-09-11T09:49:39.949Z] === RUN Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-11T09:49:40.125Z] === RUN Test/DockerSwarmSuite/TestSwarmInitWithDrain [2019-09-11T09:49:40.659Z] --- PASS: TestStats (2.17s) [2019-09-11T09:49:40.659Z] === RUN TestStopContainerWithTimeout [2019-09-11T09:49:40.659Z] === RUN TestStopContainerWithTimeout/0 [2019-09-11T09:49:40.659Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-11T09:49:40.659Z] === RUN TestStopContainerWithTimeout/1 [2019-09-11T09:49:40.659Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-11T09:49:40.659Z] === RUN TestStopContainerWithTimeout/3 [2019-09-11T09:49:40.659Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-11T09:49:40.659Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-11T09:49:40.659Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-11T09:49:40.659Z] === CONT TestStopContainerWithTimeout/0 [2019-09-11T09:49:40.659Z] === CONT TestStopContainerWithTimeout/3 [2019-09-11T09:49:40.659Z] === CONT TestStopContainerWithTimeout/1 [2019-09-11T09:49:40.659Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-11T09:49:41.488Z] === RUN Test/DockerSuite/TestRunWriteToProcAsound [2019-09-11T09:49:42.413Z] === RUN Test/DockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-11T09:49:42.413Z] === RUN Test/DockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-11T09:49:42.670Z] === RUN Test/DockerSuite/TestSaveAndLoadRepoFlags [2019-09-11T09:49:43.230Z] === RUN Test/DockerSwarmSuite/TestSwarmJoinLeave [2019-09-11T09:49:43.791Z] === RUN Test/DockerSuite/TestSaveAndLoadRepoStdout [2019-09-11T09:49:44.117Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-09-11T09:49:44.117Z] --- PASS: TestStopContainerWithTimeout/0 (1.20s) [2019-09-11T09:49:44.117Z] --- PASS: TestStopContainerWithTimeout/1 (2.15s) [2019-09-11T09:49:44.117Z] --- PASS: TestStopContainerWithTimeout/3 (2.77s) [2019-09-11T09:49:44.117Z] --- PASS: TestStopContainerWithTimeout/-1 (3.02s) [2019-09-11T09:49:44.117Z] === RUN TestDeleteDevicemapper [2019-09-11T09:49:44.117Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-11T09:49:44.117Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-11T09:49:44.117Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-11T09:49:44.638Z] === RUN Test/DockerSuite/TestBuildAddRemoteNoDecompress [2019-09-11T09:49:45.154Z] === RUN Test/DockerSuite/TestSaveAndLoadWithProgressBar [2019-09-11T09:49:45.590Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.04s) [2019-09-11T09:49:45.590Z] === RUN TestUpdateMemory [2019-09-11T09:49:46.516Z] === RUN Test/DockerSuite/TestSaveCheckTimes [2019-09-11T09:49:46.516Z] === RUN Test/DockerSuite/TestSaveDirectoryPermissions [2019-09-11T09:49:47.072Z] --- PASS: TestUpdateMemory (1.12s) [2019-09-11T09:49:47.072Z] === RUN TestUpdateCPUQuota [2019-09-11T09:49:47.639Z] === RUN Test/DockerSuite/TestBuildOnBuildLowercase [2019-09-11T09:49:48.544Z] --- PASS: TestUpdateCPUQuota (1.71s) [2019-09-11T09:49:48.544Z] === RUN TestUpdatePidsLimit [2019-09-11T09:49:48.544Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-11T09:49:48.826Z] === RUN TestUpdatePidsLimit/no_change [2019-09-11T09:49:49.027Z] === RUN Test/DockerSuite/TestSaveImageId [2019-09-11T09:49:49.027Z] === RUN Test/DockerSuite/TestSaveLoadNoTag [2019-09-11T09:49:49.282Z] === RUN Test/DockerSuite/TestSaveLoadParents [2019-09-11T09:49:49.444Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-11T09:49:49.725Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-11T09:49:50.341Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-11T09:49:50.623Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-11T09:49:50.906Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-11T09:49:51.791Z] === RUN Test/DockerSuite/TestSaveMultipleNames [2019-09-11T09:49:51.791Z] === RUN Test/DockerSuite/TestSaveRepoWithMultipleImages [2019-09-11T09:49:52.344Z] === RUN Test/DockerSuite/TestBuildOnBuildOutput [2019-09-11T09:49:52.929Z] --- PASS: TestUpdatePidsLimit (4.04s) [2019-09-11T09:49:52.929Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2019-09-11T09:49:52.929Z] --- PASS: TestUpdatePidsLimit/no_change (0.41s) [2019-09-11T09:49:52.929Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2019-09-11T09:49:52.929Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2019-09-11T09:49:52.929Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2019-09-11T09:49:52.929Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2019-09-11T09:49:52.930Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2019-09-11T09:49:52.930Z] === RUN TestUpdateRestartPolicy [2019-09-11T09:49:53.153Z] === RUN Test/DockerSuite/TestSaveSingleTag [2019-09-11T09:49:53.153Z] === RUN Test/DockerSuite/TestSaveWithNoExistImage [2019-09-11T09:49:53.199Z] === RUN Test/DockerSuite/TestBuildAddScript [2019-09-11T09:49:53.199Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToExistDir [2019-09-11T09:49:53.199Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-11T09:49:53.408Z] === RUN Test/DockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-11T09:49:53.660Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToRoot [2019-09-11T09:49:53.660Z] === RUN Test/DockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-11T09:49:54.769Z] === RUN Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-11T09:49:55.194Z] === RUN Test/DockerSuite/TestBuildAddTar [2019-09-11T09:49:56.656Z] === RUN Test/DockerSuite/TestSearchCmdOptions [2019-09-11T09:49:56.911Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistry [2019-09-11T09:49:56.911Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-11T09:49:56.911Z] === RUN Test/DockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-11T09:49:56.911Z] === RUN Test/DockerSuite/TestSearchWithLimit [2019-09-11T09:49:57.047Z] === RUN Test/DockerSuite/TestBuildOnBuildWithCopy [2019-09-11T09:49:57.493Z] === RUN Test/DockerSuite/TestSlowStdinClosing [2019-09-11T09:49:58.019Z] === RUN Test/DockerSuite/TestBuildOpaqueDirectory [2019-09-11T09:49:58.019Z] === RUN Test/DockerSuite/TestBuildPATH [2019-09-11T09:49:58.019Z] === RUN Test/DockerSuite/TestBuildRUNErrMsg [2019-09-11T09:50:00.006Z] === RUN Test/DockerSuite/TestStartAttachCorrectExitCode [2019-09-11T09:50:00.205Z] === RUN Test/DockerSuite/TestBuildRUNoneJSON [2019-09-11T09:50:00.205Z] === RUN Test/DockerSuite/TestBuildRelativeCopy [2019-09-11T09:50:05.448Z] --- PASS: TestUpdateRestartPolicy (12.20s) [2019-09-11T09:50:05.448Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-11T09:50:05.448Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2019-09-11T09:50:05.448Z] === RUN TestWaitNonBlocked [2019-09-11T09:50:05.448Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:50:05.448Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:50:05.448Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:50:05.448Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:50:05.448Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-11T09:50:05.448Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-11T09:50:06.457Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-11T09:50:06.457Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.83s) [2019-09-11T09:50:06.457Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.88s) [2019-09-11T09:50:06.457Z] === RUN TestWaitBlocked [2019-09-11T09:50:06.457Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-11T09:50:06.457Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-11T09:50:06.457Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-11T09:50:06.457Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-11T09:50:06.457Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-11T09:50:06.457Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-11T09:50:06.533Z] === RUN Test/DockerSuite/TestStartAttachMultipleContainers [2019-09-11T09:50:07.467Z] --- PASS: TestWaitBlocked (0.04s) [2019-09-11T09:50:07.467Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.99s) [2019-09-11T09:50:07.467Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.05s) [2019-09-11T09:50:07.467Z] === CONT TestContainerStartOnDaemonRestart [2019-09-11T09:50:07.467Z] === CONT TestIpcModeOlderClient [2019-09-11T09:50:07.467Z] === CONT TestDaemonRestartIpcMode [2019-09-11T09:50:07.750Z] --- PASS: TestIpcModeOlderClient (0.15s) [2019-09-11T09:50:08.421Z] === RUN Test/DockerSuite/TestStartAttachReturnsOnError [2019-09-11T09:50:09.346Z] === RUN Test/DockerSuite/TestStartAttachSilent [2019-09-11T09:50:11.228Z] --- PASS: TestContainerStartOnDaemonRestart (3.21s) [2019-09-11T09:50:11.228Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-11T09:50:11.228Z] daemon.go:336: [d5f49d391e06f] waiting for daemon to start [2019-09-11T09:50:11.228Z] daemon.go:336: [d5f49d391e06f] waiting for daemon to start [2019-09-11T09:50:11.228Z] daemon.go:364: [d5f49d391e06f] daemon started [2019-09-11T09:50:11.228Z] daemon.go:307: [d5f49d391e06f] exiting daemon [2019-09-11T09:50:11.228Z] daemon.go:336: [d5f49d391e06f] waiting for daemon to start [2019-09-11T09:50:11.228Z] daemon.go:336: [d5f49d391e06f] waiting for daemon to start [2019-09-11T09:50:11.228Z] daemon.go:364: [d5f49d391e06f] daemon started [2019-09-11T09:50:11.228Z] daemon.go:472: [d5f49d391e06f] Stopping daemon [2019-09-11T09:50:11.228Z] daemon.go:307: [d5f49d391e06f] exiting daemon [2019-09-11T09:50:11.228Z] daemon.go:459: [d5f49d391e06f] Daemon stopped [2019-09-11T09:50:11.228Z] --- PASS: TestDaemonRestartIpcMode (3.82s) [2019-09-11T09:50:11.228Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-11T09:50:11.228Z] daemon.go:336: [d51f63dc5b789] waiting for daemon to start [2019-09-11T09:50:11.228Z] daemon.go:336: [d51f63dc5b789] waiting for daemon to start [2019-09-11T09:50:11.228Z] daemon.go:364: [d51f63dc5b789] daemon started [2019-09-11T09:50:11.228Z] daemon.go:472: [d51f63dc5b789] Stopping daemon [2019-09-11T09:50:11.228Z] daemon.go:307: [d51f63dc5b789] exiting daemon [2019-09-11T09:50:11.228Z] daemon.go:459: [d51f63dc5b789] Daemon stopped [2019-09-11T09:50:11.228Z] daemon.go:336: [d51f63dc5b789] waiting for daemon to start [2019-09-11T09:50:11.228Z] daemon.go:336: [d51f63dc5b789] waiting for daemon to start [2019-09-11T09:50:11.228Z] daemon.go:364: [d51f63dc5b789] daemon started [2019-09-11T09:50:11.228Z] daemon.go:472: [d51f63dc5b789] Stopping daemon [2019-09-11T09:50:11.228Z] daemon.go:307: [d51f63dc5b789] exiting daemon [2019-09-11T09:50:11.228Z] daemon.go:459: [d51f63dc5b789] Daemon stopped [2019-09-11T09:50:11.228Z] PASS [2019-09-11T09:50:11.228Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m [2019-09-11T09:50:11.233Z] === RUN Test/DockerSuite/TestStartAttachWithRename [2019-09-11T09:50:11.510Z] INFO: Testing against a local daemon [2019-09-11T09:50:11.510Z] === RUN TestCommitInheritsEnv [2019-09-11T09:50:11.793Z] --- PASS: TestCommitInheritsEnv (0.41s) [2019-09-11T09:50:11.793Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-11T09:50:11.793Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-11T09:50:11.793Z] === RUN TestImagesFilterMultiReference [2019-09-11T09:50:11.793Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-09-11T09:50:11.793Z] === RUN TestImagePullPlatformInvalid [2019-09-11T09:50:12.077Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2019-09-11T09:50:12.077Z] === RUN TestRemoveImageOrphaning [2019-09-11T09:50:12.359Z] --- PASS: TestRemoveImageOrphaning (0.41s) [2019-09-11T09:50:12.359Z] === RUN TestRemoveImageGarbageCollector [2019-09-11T09:50:12.359Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-11T09:50:12.359Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:50:12.359Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-11T09:50:12.359Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-11T09:50:12.359Z] === RUN TestTagInvalidReference [2019-09-11T09:50:12.359Z] --- PASS: TestTagInvalidReference (0.05s) [2019-09-11T09:50:12.359Z] === RUN TestTagValidPrefixedRepo [2019-09-11T09:50:12.642Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-09-11T09:50:12.642Z] === RUN TestTagExistedNameWithoutForce [2019-09-11T09:50:12.642Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-09-11T09:50:12.642Z] === RUN TestTagOfficialNames [2019-09-11T09:50:12.642Z] --- PASS: TestTagOfficialNames (0.06s) [2019-09-11T09:50:12.642Z] === RUN TestTagMatchesDigest [2019-09-11T09:50:12.642Z] --- PASS: TestTagMatchesDigest (0.04s) [2019-09-11T09:50:12.642Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-11T09:50:13.743Z] === RUN Test/DockerSuite/TestStartMultipleContainers [2019-09-11T09:50:17.007Z] === RUN Test/DockerSuite/TestStartPausedContainer [2019-09-11T09:50:17.568Z] === RUN Test/DockerSuite/TestStartRecordError [2019-09-11T09:50:19.451Z] === RUN Test/DockerSuite/TestStartReturnCorrectExitCode [2019-09-11T09:50:21.965Z] === RUN Test/DockerSuite/TestStatsAllNewContainersAdded [2019-09-11T09:50:24.475Z] === RUN Test/DockerSuite/TestStatsAllNoStream [2019-09-11T09:50:27.738Z] === RUN Test/DockerSuite/TestStatsAllRunningNoStream [2019-09-11T09:50:32.983Z] === RUN Test/DockerSuite/TestStatsContainerNotFound [2019-09-11T09:50:35.494Z] === RUN Test/DockerSuite/TestStatsFormatAll [2019-09-11T09:50:38.008Z] === RUN Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-11T09:50:41.269Z] === RUN Test/DockerSuite/TestStatsNoStream [2019-09-11T09:50:42.764Z] === RUN Test/DockerSuite/TestBuildRelativeWorkdir [2019-09-11T09:50:44.528Z] === RUN Test/DockerSuite/TestStopContainerSignal [2019-09-11T09:50:45.890Z] === RUN Test/DockerSuite/TestTopMultipleArgs [2019-09-11T09:50:46.815Z] === RUN Test/DockerSuite/TestTopNonPrivileged [2019-09-11T09:50:47.741Z] === RUN Test/DockerSuite/TestTopPrivileged [2019-09-11T09:50:48.667Z] === RUN Test/DockerSuite/TestTopWindowsCoreProcesses [2019-09-11T09:50:48.667Z] === RUN Test/DockerSuite/TestTwoContainersInNetHost [2019-09-11T09:50:49.592Z] === RUN Test/DockerSuite/TestUnpublishedPortsInPsOutput [2019-09-11T09:50:54.833Z] === RUN Test/DockerSuite/TestUnsetEnvVarHealthCheck [2019-09-11T09:50:55.630Z] === RUN Test/DockerSuite/TestBuildAddTarXz [2019-09-11T09:50:55.631Z] === RUN Test/DockerSuite/TestBuildAddTarXzGz [2019-09-11T09:50:55.631Z] === RUN Test/DockerSuite/TestBuildAddToSymlinkDest [2019-09-11T09:50:58.092Z] === RUN Test/DockerSuite/TestUpdateContainerInvalidValue [2019-09-11T09:50:58.347Z] === RUN Test/DockerSuite/TestUpdateContainerWithoutFlags [2019-09-11T09:50:59.272Z] === RUN Test/DockerSuite/TestUpdateInvalidSwapMemory [2019-09-11T09:50:59.272Z] === RUN Test/DockerSuite/TestUpdateKernelMemory [2019-09-11T09:51:00.197Z] === RUN Test/DockerSuite/TestUpdateKernelMemoryUninitialized [2019-09-11T09:51:02.097Z] === RUN Test/DockerSuite/TestUpdateMemoryWithSwapMemory [2019-09-11T09:51:02.097Z] === RUN Test/DockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-09-11T09:51:03.986Z] === RUN Test/DockerSuite/TestUpdatePausedContainer [2019-09-11T09:51:04.911Z] === RUN Test/DockerSuite/TestUpdateRunningContainer [2019-09-11T09:51:05.837Z] === RUN Test/DockerSuite/TestUpdateRunningContainerWithRestart [2019-09-11T09:51:07.725Z] === RUN Test/DockerSuite/TestUpdateStats [2019-09-11T09:51:12.846Z] === RUN Test/DockerSuite/TestBuildRm [2019-09-11T09:51:12.963Z] === RUN Test/DockerSuite/TestUpdateStoppedContainer [2019-09-11T09:51:14.325Z] === RUN Test/DockerSuite/TestUpdateSwapMemoryOnly [2019-09-11T09:51:14.325Z] === RUN Test/DockerSuite/TestUpdateWithNanoCPUs [2019-09-11T09:51:15.688Z] === RUN Test/DockerSuite/TestUpdateWithUntouchedFields [2019-09-11T09:51:16.614Z] === RUN Test/DockerSuite/TestUserDefinedNetworkAlias [2019-09-11T09:51:16.715Z] === RUN Test/DockerSuite/TestBuildAddWholeDirToRoot [2019-09-11T09:51:17.175Z] === RUN Test/DockerSuite/TestBuildBlankName [2019-09-11T09:51:17.633Z] === RUN Test/DockerSuite/TestBuildBuildTimeArg [2019-09-11T09:51:21.449Z] === RUN Test/DockerSuite/TestBuildRunShEntrypoint [2019-09-11T09:51:21.854Z] === RUN Test/DockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-09-11T09:51:24.369Z] === RUN Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-11T09:51:24.369Z] === RUN Test/DockerSuite/TestBuildScratchCopy [2019-09-11T09:51:24.830Z] === RUN Test/DockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-11T09:51:25.116Z] === RUN Test/DockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-09-11T09:51:26.377Z] === RUN Test/DockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-11T09:51:28.389Z] === RUN Test/DockerSuite/TestUserDefinedNetworkConnectivity [2019-09-11T09:51:29.293Z] === RUN Test/DockerSuite/TestBuildShellEntrypoint [2019-09-11T09:51:30.899Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinks [2019-09-11T09:51:33.046Z] === RUN Test/DockerSuite/TestBuildShellInherited [2019-09-11T09:51:35.324Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-11T09:51:35.324Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-11T09:51:36.136Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-11T09:51:36.136Z] === RUN Test/DockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-11T09:51:37.753Z] === RUN Test/DockerSuite/TestBuildShellMultiple [2019-09-11T09:51:41.376Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-09-11T09:51:42.411Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-11T09:51:43.887Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-09-11T09:51:46.399Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-09-11T09:51:48.285Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-09-11T09:51:49.648Z] === RUN Test/DockerSwarmSuite/TestSwarmLeaveLocked [2019-09-11T09:51:49.648Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-09-11T09:51:52.912Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-09-11T09:51:52.928Z] === RUN Test/DockerSuite/TestBuildShellNotJSON [2019-09-11T09:51:53.389Z] === RUN Test/DockerSuite/TestBuildShellUpdatesConfig [2019-09-11T09:51:53.850Z] === RUN Test/DockerSuite/TestBuildShellWindowsPowershell [2019-09-11T09:51:54.790Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-11T09:51:55.423Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-09-11T09:51:55.423Z] === RUN Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-11T09:51:57.936Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-09-11T09:52:00.448Z] === RUN Test/DockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-09-11T09:52:02.961Z] === RUN Test/DockerSuite/TestVolumeCLICreate [2019-09-11T09:52:06.337Z] === RUN Test/DockerSuite/TestBuildSpaces [2019-09-11T09:52:06.338Z] === RUN Test/DockerSuite/TestBuildSpacesWithQuotes [2019-09-11T09:52:07.186Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-11T09:52:07.186Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-11T09:52:11.046Z] === RUN Test/DockerSuite/TestBuildStartsFromOne [2019-09-11T09:52:11.046Z] === RUN Test/DockerSuite/TestBuildStderr [2019-09-11T09:52:15.754Z] === RUN Test/DockerSuite/TestBuildStepsWithProgress [2019-09-11T09:52:17.514Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-11T09:52:17.514Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgEnv [2019-09-11T09:52:17.514Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansion [2019-09-11T09:52:17.790Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabel [2019-09-11T09:52:17.790Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-11T09:52:18.045Z] === RUN Test/DockerSuite/TestVolumeCLICreateWithOpts [2019-09-11T09:52:18.970Z] === RUN Test/DockerSuite/TestVolumeCLIInspect [2019-09-11T09:52:18.970Z] === RUN Test/DockerSuite/TestVolumeCLIInspectMulti [2019-09-11T09:52:18.970Z] === RUN Test/DockerSuite/TestVolumeCLIInspectTmplError [2019-09-11T09:52:18.970Z] === RUN Test/DockerSuite/TestVolumeCLILs [2019-09-11T09:52:19.899Z] === RUN Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-11T09:52:19.899Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDangling [2019-09-11T09:52:20.824Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDrivers [2019-09-11T09:52:20.824Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterLabels [2019-09-11T09:52:21.080Z] === RUN Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-11T09:52:21.080Z] === RUN Test/DockerSuite/TestVolumeCLINoArgs [2019-09-11T09:52:21.080Z] === RUN Test/DockerSuite/TestVolumeCLIRm [2019-09-11T09:52:23.590Z] === RUN Test/DockerSuite/TestVolumeCLIRmForce [2019-09-11T09:52:23.590Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceInUse [2019-09-11T09:52:23.845Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceUsage [2019-09-11T09:52:23.845Z] === RUN Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-11T09:52:23.845Z] === RUN Test/DockerSuite/TestVolumeEvents [2019-09-11T09:52:24.770Z] === RUN Test/DockerSuite/TestVolumeFromMixedRWOptions [2019-09-11T09:52:27.282Z] === RUN Test/DockerSuite/TestVolumeLsFormat [2019-09-11T09:52:27.282Z] === RUN Test/DockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-11T09:52:27.282Z] === RUN Test/DockerSuite/TestVolumesFromGetsProperMode [2019-09-11T09:52:31.443Z] === RUN Test/DockerSuite/TestVolumesNoCopyData [2019-09-11T09:52:36.989Z] === RUN Test/DockerSuite/TestWindowsRunAsSystem [2019-09-11T09:52:36.989Z] === RUN Test/DockerRegistrySuite/TestBuildByDigest [2019-09-11T09:52:36.989Z] === RUN Test/DockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-11T09:52:37.129Z] === RUN Test/DockerSuite/TestBuildStopSignal [2019-09-11T09:52:37.129Z] === RUN Test/DockerSuite/TestBuildSymlinkBasename [2019-09-11T09:52:37.592Z] === RUN Test/DockerSuite/TestBuildSymlinkBreakout [2019-09-11T09:52:38.352Z] === RUN Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-11T09:52:38.566Z] === RUN Test/DockerSuite/TestBuildTagEvent [2019-09-11T09:52:40.238Z] === RUN Test/DockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-11T09:52:40.533Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-11T09:52:40.533Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgHistory [2019-09-11T09:52:42.071Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-11T09:52:42.071Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-11T09:52:42.071Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-11T09:52:43.278Z] === RUN Test/DockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-11T09:52:45.476Z] === RUN Test/DockerRegistrySuite/TestConcurrentPush [2019-09-11T09:52:49.098Z] === RUN Test/DockerSuite/TestBuildUser [2019-09-11T09:52:49.098Z] === RUN Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-11T09:52:49.098Z] === RUN Test/DockerSuite/TestBuildUsersAndGroups [2019-09-11T09:52:49.098Z] === RUN Test/DockerSuite/TestBuildVerboseOut [2019-09-11T09:52:49.638Z] === RUN Test/DockerRegistrySuite/TestCreateByDigest [2019-09-11T09:52:51.001Z] === RUN Test/DockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-11T09:52:52.368Z] === RUN Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-11T09:52:53.732Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-11T09:52:53.806Z] === RUN Test/DockerSuite/TestBuildVerifyIntString [2019-09-11T09:52:53.806Z] === RUN Test/DockerSuite/TestBuildVerifySingleQuoteFails [2019-09-11T09:52:55.096Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-11T09:52:56.458Z] === RUN Test/DockerRegistrySuite/TestEventsImageFilterPush [2019-09-11T09:52:57.821Z] === RUN Test/DockerRegistrySuite/TestInspectImageWithDigests [2019-09-11T09:52:59.709Z] === RUN Test/DockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-11T09:53:00.897Z] === RUN Test/DockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-11T09:53:00.897Z] === RUN Test/DockerSuite/TestBuildVolumesRetainContents [2019-09-11T09:53:00.897Z] === RUN Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-11T09:53:02.222Z] === RUN Test/DockerRegistrySuite/TestListImagesWithDigests [2019-09-11T09:53:04.733Z] === RUN Test/DockerRegistrySuite/TestListImagesWithoutDigests [2019-09-11T09:53:06.096Z] === RUN Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-11T09:53:10.287Z] === RUN Test/DockerRegistrySuite/TestPullByDigest [2019-09-11T09:53:10.849Z] === RUN Test/DockerRegistrySuite/TestPullByDigestNoFallback [2019-09-11T09:53:11.105Z] === RUN Test/DockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-11T09:53:12.466Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-11T09:53:13.829Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-11T09:53:15.191Z] === RUN Test/DockerRegistrySuite/TestPullIDStability [2019-09-11T09:53:19.352Z] === RUN Test/DockerRegistrySuite/TestPullImageWithAliases [2019-09-11T09:53:19.352Z] === RUN Test/DockerRegistrySuite/TestPullManifestList [2019-09-11T09:53:20.713Z] === RUN Test/DockerRegistrySuite/TestPullNoLayers [2019-09-11T09:53:21.273Z] === RUN Test/DockerRegistrySuite/TestPushBadTag [2019-09-11T09:53:21.273Z] === RUN Test/DockerRegistrySuite/TestPushBusyboxImage [2019-09-11T09:53:21.528Z] === RUN Test/DockerRegistrySuite/TestPushEmptyLayer [2019-09-11T09:53:21.783Z] === RUN Test/DockerRegistrySuite/TestPushMultipleTags [2019-09-11T09:53:22.020Z] === RUN Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-11T09:53:22.345Z] === RUN Test/DockerRegistrySuite/TestPushUntagged [2019-09-11T09:53:22.345Z] === RUN Test/DockerRegistrySuite/TestRemoveImageByDigest [2019-09-11T09:53:22.991Z] === RUN Test/DockerSuite/TestBuildWindowsUser [2019-09-11T09:53:23.706Z] === RUN Test/DockerRegistrySuite/TestRunByDigest [2019-09-11T09:53:24.593Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-11T09:53:26.217Z] === RUN Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-11T09:53:27.141Z] === RUN Test/DockerRegistrySuite/TestTagByDigest [2019-09-11T09:53:29.025Z] === RUN Test/DockerRegistrySuite/TestUserAgentPassThrough [2019-09-11T09:53:29.584Z] === RUN Test/DockerRegistrySuite/TestV2Only [2019-09-11T09:53:30.392Z] === RUN Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-11T09:53:30.392Z] === RUN Test/DockerSuite/TestBuildCacheAdd [2019-09-11T09:53:30.509Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-11T09:53:30.852Z] === RUN Test/DockerSuite/TestBuildCacheBrokenSymlink [2019-09-11T09:53:34.586Z] === RUN Test/DockerSuite/TestBuildCacheFrom [2019-09-11T09:53:34.586Z] === RUN Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-11T09:53:35.749Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPush [2019-09-11T09:53:37.827Z] === RUN Test/DockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-11T09:53:39.926Z] === RUN Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-11T09:53:40.851Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigest [2019-09-11T09:53:42.212Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-11T09:53:42.212Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-11T09:53:42.532Z] === RUN Test/DockerSuite/TestBuildWithExtraHost [2019-09-11T09:53:42.993Z] === RUN Test/DockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-11T09:53:42.993Z] === RUN Test/DockerSuite/TestBuildWithFailure [2019-09-11T09:53:43.225Z] === RUN Test/DockerSuite/TestBuildCacheRootSource [2019-09-11T09:53:44.097Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-11T09:53:45.221Z] === RUN Test/DockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-11T09:53:45.459Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-11T09:53:45.682Z] === RUN Test/DockerSuite/TestBuildWithRecycleBin [2019-09-11T09:53:46.820Z] === RUN Test/DockerSchema1RegistrySuite/TestPullIDStability [2019-09-11T09:53:46.956Z] === RUN Test/DockerSuite/TestBuildChownOnCopy [2019-09-11T09:53:46.956Z] === RUN Test/DockerSuite/TestBuildChownSingleFile [2019-09-11T09:53:46.956Z] === RUN Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-11T09:53:50.980Z] === RUN Test/DockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-11T09:53:50.980Z] === RUN Test/DockerSchema1RegistrySuite/TestPullNoLayers [2019-09-11T09:53:51.539Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBadTag [2019-09-11T09:53:51.539Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-11T09:53:52.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-11T09:53:52.355Z] === RUN Test/DockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-11T09:53:52.744Z] === RUN Test/DockerSuite/TestBuildClearCmd [2019-09-11T09:53:52.915Z] === RUN Test/DockerSchema1RegistrySuite/TestPushUntagged [2019-09-11T09:53:52.915Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-11T09:53:53.840Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-11T09:53:54.401Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-11T09:53:54.401Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-11T09:53:55.645Z] === RUN Test/DockerSuite/TestBuildCmd [2019-09-11T09:53:55.762Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-11T09:53:55.762Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-11T09:53:56.323Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-11T09:53:56.883Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-11T09:53:57.138Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-11T09:53:57.179Z] === RUN Test/DockerSuite/TestBuildCmdJSONNoShDashC [2019-09-11T09:53:58.092Z] === RUN Test/DockerSuite/TestBuildWithTabs [2019-09-11T09:53:58.714Z] === RUN Test/DockerSuite/TestBuildCmdShDashC [2019-09-11T09:54:00.892Z] === RUN Test/DockerSuite/TestBuildCmdShellArgsEscaped [2019-09-11T09:54:01.840Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOM [2019-09-11T09:54:02.301Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-11T09:54:02.373Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-11T09:54:02.373Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-11T09:54:02.628Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-11T09:54:02.628Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-11T09:54:02.882Z] === RUN Test/DockerNetworkSuite/TestConntrackFlowsLeak [2019-09-11T09:54:06.144Z] === RUN Test/DockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-09-11T09:54:07.079Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-09-11T09:54:07.639Z] === RUN Test/DockerSwarmSuite/TestSwarmManagerAddress [2019-09-11T09:54:11.223Z] === RUN Test/DockerSuite/TestBuildCmdSpaces [2019-09-11T09:54:12.876Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-09-11T09:54:15.387Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-09-11T09:54:17.152Z] === RUN Test/DockerSuite/TestBuildWithVolumeOwnership [2019-09-11T09:54:17.152Z] === RUN Test/DockerSuite/TestBuildWithVolumes [2019-09-11T09:54:17.152Z] === RUN Test/DockerSuite/TestBuildWorkdirCmd [2019-09-11T09:54:17.152Z] === RUN Test/DockerSuite/TestBuildWorkdirImageCmd [2019-09-11T09:54:18.124Z] === RUN Test/DockerSuite/TestBuildWorkdirWindowsPath [2019-09-11T09:54:19.546Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-09-11T09:54:19.788Z] === RUN Test/DockerSuite/TestBuildCommentsShebangs [2019-09-11T09:54:19.788Z] === RUN Test/DockerSuite/TestBuildConditionalCache [2019-09-11T09:54:20.907Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-09-11T09:54:21.468Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkCreateDup [2019-09-11T09:54:23.519Z] === RUN Test/DockerSuite/TestBuildContChar [2019-09-11T09:54:24.732Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-09-11T09:54:26.715Z] === RUN Test/DockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-11T09:54:27.994Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-09-11T09:54:28.257Z] === RUN Test/DockerSuite/TestBuildXZHost [2019-09-11T09:54:28.718Z] === RUN Test/DockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-11T09:54:28.718Z] === RUN Test/DockerSuite/TestClientSetsTLSServerName [2019-09-11T09:54:28.718Z] === RUN Test/DockerSuite/TestCmdCannotBeInvoked [2019-09-11T09:54:30.903Z] === RUN Test/DockerSuite/TestCommitAfterContainerIsDone [2019-09-11T09:54:31.256Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-09-11T09:54:34.522Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-09-11T09:54:35.609Z] === RUN Test/DockerSuite/TestCommitChange [2019-09-11T09:54:35.884Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-09-11T09:54:36.810Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-09-11T09:54:37.370Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-09-11T09:54:37.625Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkPlugin [2019-09-11T09:54:39.004Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-09-11T09:54:40.312Z] === RUN Test/DockerSuite/TestCommitChangeLabels [2019-09-11T09:54:40.895Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreateDelete [2019-09-11T09:54:40.895Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-09-11T09:54:40.895Z] === RUN Test/DockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-11T09:54:41.206Z] === RUN Test/DockerSuite/TestBuildContainerWithCgroupParent [2019-09-11T09:54:41.206Z] === RUN Test/DockerSuite/TestBuildContextCleanup [2019-09-11T09:54:41.457Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-09-11T09:54:42.174Z] === RUN Test/DockerSuite/TestBuildContextCleanupFailedBuild [2019-09-11T09:54:42.822Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreateLabel [2019-09-11T09:54:42.822Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-09-11T09:54:43.077Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-09-11T09:54:43.333Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-09-11T09:54:44.061Z] === RUN Test/DockerSuite/TestCommitHardlink [2019-09-11T09:54:44.061Z] === RUN Test/DockerSuite/TestCommitNewFile [2019-09-11T09:54:44.353Z] === RUN Test/DockerSuite/TestBuildContextTarGzip [2019-09-11T09:54:44.697Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-09-11T09:54:46.583Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-09-11T09:54:46.583Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-09-11T09:54:47.143Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDriverOptions [2019-09-11T09:54:47.143Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-09-11T09:54:48.085Z] === RUN Test/DockerSuite/TestBuildContextTarNoCompression [2019-09-11T09:54:49.621Z] === RUN Test/DockerSuite/TestBuildCopyAddMultipleFiles [2019-09-11T09:54:49.621Z] === RUN Test/DockerSuite/TestBuildCopyCacheOnFileChange [2019-09-11T09:54:51.147Z] === RUN Test/DockerSuite/TestCommitPausedContainer [2019-09-11T09:54:51.147Z] === RUN Test/DockerSuite/TestCommitTTY [2019-09-11T09:54:53.352Z] === RUN Test/DockerSuite/TestBuildCopyDirButNotFile [2019-09-11T09:54:54.888Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToExistDir [2019-09-11T09:54:54.888Z] === RUN Test/DockerSuite/TestBuildCopyDirContentToRoot [2019-09-11T09:54:54.888Z] === RUN Test/DockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-11T09:55:01.972Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkFlagAlias [2019-09-11T09:55:03.546Z] === RUN Test/DockerSuite/TestCommitWithFilterLabel [2019-09-11T09:55:04.486Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-09-11T09:55:05.224Z] === RUN Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-11T09:55:06.462Z] === RUN Test/DockerSuite/TestCommitWithHostBindMount [2019-09-11T09:55:06.462Z] === RUN Test/DockerSuite/TestCommitWithoutPause [2019-09-11T09:55:06.462Z] === RUN Test/DockerSuite/TestConflictContainerNetworkAndLinks [2019-09-11T09:55:06.462Z] === RUN Test/DockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-11T09:55:06.462Z] === RUN Test/DockerSuite/TestConflictNetworkModeAndOptions [2019-09-11T09:55:06.462Z] === RUN Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-11T09:55:06.462Z] === RUN Test/DockerSuite/TestContainerAPIBadPort [2019-09-11T09:55:06.462Z] === RUN Test/DockerSuite/TestContainerAPIChunkedEncoding [2019-09-11T09:55:06.462Z] === RUN Test/DockerSuite/TestContainerAPICommit [2019-09-11T09:55:12.268Z] === RUN Test/DockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-11T09:55:16.648Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-09-11T09:55:16.648Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-09-11T09:55:16.648Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-09-11T09:55:16.648Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-09-11T09:55:16.648Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-09-11T09:55:16.648Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-09-11T09:55:16.648Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkInspectDefault [2019-09-11T09:55:16.648Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-09-11T09:55:19.361Z] === RUN Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-11T09:55:19.361Z] === RUN Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-11T09:55:20.807Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkLsDefault [2019-09-11T09:55:20.807Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkLsFilter [2019-09-11T09:55:20.807Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkMacInspect [2019-09-11T09:55:20.904Z] === RUN Test/DockerSuite/TestContainerAPICopyPre124 [2019-09-11T09:55:20.904Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-11T09:55:20.904Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-11T09:55:20.904Z] === RUN Test/DockerSuite/TestContainerAPICreate [2019-09-11T09:55:21.732Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-09-11T09:55:23.094Z] === RUN Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-11T09:55:23.094Z] === RUN Test/DockerSuite/TestContainerAPICreateEmptyConfig [2019-09-11T09:55:23.094Z] === RUN Test/DockerSuite/TestContainerAPICreateMountsBindRead [2019-09-11T09:55:25.279Z] === RUN Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-11T09:55:25.279Z] === RUN Test/DockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-11T09:55:25.279Z] === RUN Test/DockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-11T09:55:25.279Z] === RUN Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-11T09:55:25.279Z] === RUN Test/DockerSuite/TestContainerAPIDelete [2019-09-11T09:55:26.976Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-09-11T09:55:27.470Z] === RUN Test/DockerSuite/TestContainerAPIDeleteConflict [2019-09-11T09:55:29.013Z] === RUN Test/DockerSuite/TestContainerAPIDeleteForce [2019-09-11T09:55:31.135Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-09-11T09:55:31.135Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-09-11T09:55:31.199Z] === RUN Test/DockerSuite/TestContainerAPIDeleteNotExist [2019-09-11T09:55:31.199Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-11T09:55:31.199Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-11T09:55:32.060Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-09-11T09:55:33.386Z] === RUN Test/DockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-11T09:55:33.386Z] === RUN Test/DockerSuite/TestContainerAPIGetAll [2019-09-11T09:55:34.930Z] === RUN Test/DockerSuite/TestContainerAPIGetChanges [2019-09-11T09:55:34.930Z] === RUN Test/DockerSuite/TestContainerAPIGetExport [2019-09-11T09:55:34.931Z] === RUN Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-11T09:55:35.321Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkRmPredefined [2019-09-11T09:55:35.321Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkRunNetByID [2019-09-11T09:55:35.577Z] === RUN Test/DockerSwarmSuite/TestSwarmNodeListFilter [2019-09-11T09:55:36.139Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-09-11T09:55:37.065Z] === RUN Test/DockerNetworkSuite/TestDockerNetworkValidateIP [2019-09-11T09:55:37.116Z] === RUN Test/DockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-11T09:55:37.116Z] === RUN Test/DockerSuite/TestContainerAPIKill [2019-09-11T09:55:37.418Z] --- PASS: TestImportExtremelyLargeImageWorks (313.60s) [2019-09-11T09:55:37.418Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-11T09:55:37.418Z] daemon.go:336: [d1d6e1251b682] waiting for daemon to start [2019-09-11T09:55:37.418Z] daemon.go:336: [d1d6e1251b682] waiting for daemon to start [2019-09-11T09:55:37.418Z] daemon.go:364: [d1d6e1251b682] daemon started [2019-09-11T09:55:37.418Z] daemon.go:472: [d1d6e1251b682] Stopping daemon [2019-09-11T09:55:37.418Z] daemon.go:307: [d1d6e1251b682] exiting daemon [2019-09-11T09:55:37.418Z] daemon.go:459: [d1d6e1251b682] Daemon stopped [2019-09-11T09:55:37.418Z] PASS [2019-09-11T09:55:37.418Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m [2019-09-11T09:55:37.418Z] INFO: Testing against a local daemon [2019-09-11T09:55:37.418Z] === RUN TestNetworkCreateDelete [2019-09-11T09:55:37.418Z] --- PASS: TestNetworkCreateDelete (0.22s) [2019-09-11T09:55:37.418Z] === RUN TestDockerNetworkDeletePreferID [2019-09-11T09:55:37.418Z] --- PASS: TestDockerNetworkDeletePreferID (0.57s) [2019-09-11T09:55:37.418Z] === RUN TestInspectNetwork [2019-09-11T09:55:37.418Z] === RUN TestInspectNetwork/full_network_id [2019-09-11T09:55:37.418Z] === RUN TestInspectNetwork/partial_network_id [2019-09-11T09:55:37.418Z] === RUN TestInspectNetwork/network_name [2019-09-11T09:55:37.418Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-11T09:55:37.418Z] --- PASS: TestInspectNetwork (7.47s) [2019-09-11T09:55:37.418Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-11T09:55:37.418Z] daemon.go:336: [dc31396b1c3dc] waiting for daemon to start [2019-09-11T09:55:37.418Z] daemon.go:336: [dc31396b1c3dc] waiting for daemon to start [2019-09-11T09:55:37.418Z] daemon.go:364: [dc31396b1c3dc] daemon started [2019-09-11T09:55:37.418Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-11T09:55:37.418Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-11T09:55:37.418Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-11T09:55:37.418Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-11T09:55:37.418Z] daemon.go:472: [dc31396b1c3dc] Stopping daemon [2019-09-11T09:55:37.418Z] daemon.go:307: [dc31396b1c3dc] exiting daemon [2019-09-11T09:55:37.418Z] daemon.go:459: [dc31396b1c3dc] Daemon stopped [2019-09-11T09:55:37.418Z] === RUN TestRunContainerWithBridgeNone [2019-09-11T09:55:37.418Z] --- PASS: TestRunContainerWithBridgeNone (2.62s) [2019-09-11T09:55:37.418Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-11T09:55:37.418Z] daemon.go:336: [d22dc98cdb4c3] waiting for daemon to start [2019-09-11T09:55:37.418Z] daemon.go:336: [d22dc98cdb4c3] waiting for daemon to start [2019-09-11T09:55:37.418Z] daemon.go:364: [d22dc98cdb4c3] daemon started [2019-09-11T09:55:37.418Z] daemon.go:472: [d22dc98cdb4c3] Stopping daemon [2019-09-11T09:55:37.418Z] daemon.go:307: [d22dc98cdb4c3] exiting daemon [2019-09-11T09:55:37.418Z] daemon.go:459: [d22dc98cdb4c3] Daemon stopped [2019-09-11T09:55:37.418Z] === RUN TestNetworkInvalidJSON [2019-09-11T09:55:37.418Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-11T09:55:37.418Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-11T09:55:37.418Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:55:37.418Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:55:37.418Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:55:37.418Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:55:37.418Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-11T09:55:37.418Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-11T09:55:37.418Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-11T09:55:37.418Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-09-11T09:55:37.418Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-11T09:55:37.418Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-11T09:55:37.418Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-11T09:55:37.418Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-11T09:55:38.431Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-09-11T09:55:38.431Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-11T09:55:38.431Z] daemon.go:336: [d2674aa78ebd3] waiting for daemon to start [2019-09-11T09:55:38.431Z] daemon.go:336: [d2674aa78ebd3] waiting for daemon to start [2019-09-11T09:55:38.431Z] daemon.go:364: [d2674aa78ebd3] daemon started [2019-09-11T09:55:38.431Z] daemon.go:472: [d2674aa78ebd3] Stopping daemon [2019-09-11T09:55:38.431Z] daemon.go:307: [d2674aa78ebd3] exiting daemon [2019-09-11T09:55:38.431Z] daemon.go:459: [d2674aa78ebd3] Daemon stopped [2019-09-11T09:55:38.431Z] daemon.go:336: [d2674aa78ebd3] waiting for daemon to start [2019-09-11T09:55:38.431Z] daemon.go:336: [d2674aa78ebd3] waiting for daemon to start [2019-09-11T09:55:38.431Z] daemon.go:364: [d2674aa78ebd3] daemon started [2019-09-11T09:55:38.431Z] daemon.go:472: [d2674aa78ebd3] Stopping daemon [2019-09-11T09:55:38.431Z] daemon.go:307: [d2674aa78ebd3] exiting daemon [2019-09-11T09:55:38.431Z] daemon.go:459: [d2674aa78ebd3] Daemon stopped [2019-09-11T09:55:38.431Z] === RUN TestDaemonDefaultNetworkPools [2019-09-11T09:55:38.950Z] === RUN Test/DockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-09-11T09:55:38.950Z] === RUN Test/DockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-09-11T09:55:39.047Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2019-09-11T09:55:39.047Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-11T09:55:39.047Z] daemon.go:336: [d4c11ffa77701] waiting for daemon to start [2019-09-11T09:55:39.047Z] daemon.go:336: [d4c11ffa77701] waiting for daemon to start [2019-09-11T09:55:39.047Z] daemon.go:364: [d4c11ffa77701] daemon started [2019-09-11T09:55:39.047Z] daemon.go:472: [d4c11ffa77701] Stopping daemon [2019-09-11T09:55:39.047Z] daemon.go:307: [d4c11ffa77701] exiting daemon [2019-09-11T09:55:39.047Z] daemon.go:459: [d4c11ffa77701] Daemon stopped [2019-09-11T09:55:39.047Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-11T09:55:39.304Z] === RUN Test/DockerSuite/TestContainerAPIPause [2019-09-11T09:55:39.304Z] === RUN Test/DockerSuite/TestContainerAPIPostContainerStop [2019-09-11T09:55:40.524Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2019-09-11T09:55:40.524Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-11T09:55:40.524Z] daemon.go:336: [ddad10f126f4e] waiting for daemon to start [2019-09-11T09:55:40.524Z] daemon.go:336: [ddad10f126f4e] waiting for daemon to start [2019-09-11T09:55:40.524Z] daemon.go:364: [ddad10f126f4e] daemon started [2019-09-11T09:55:40.524Z] daemon.go:472: [ddad10f126f4e] Stopping daemon [2019-09-11T09:55:40.524Z] daemon.go:307: [ddad10f126f4e] exiting daemon [2019-09-11T09:55:40.524Z] daemon.go:459: [ddad10f126f4e] Daemon stopped [2019-09-11T09:55:40.524Z] daemon.go:336: [ddad10f126f4e] waiting for daemon to start [2019-09-11T09:55:40.524Z] daemon.go:336: [ddad10f126f4e] waiting for daemon to start [2019-09-11T09:55:40.524Z] daemon.go:364: [ddad10f126f4e] daemon started [2019-09-11T09:55:40.524Z] daemon.go:472: [ddad10f126f4e] Stopping daemon [2019-09-11T09:55:40.524Z] daemon.go:307: [ddad10f126f4e] exiting daemon [2019-09-11T09:55:40.524Z] daemon.go:459: [ddad10f126f4e] Daemon stopped [2019-09-11T09:55:40.524Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-11T09:55:41.489Z] === RUN Test/DockerSuite/TestContainerAPIPostCreateNull [2019-09-11T09:55:41.489Z] === RUN Test/DockerSuite/TestContainerAPIRename [2019-09-11T09:55:42.018Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.48s) [2019-09-11T09:55:42.018Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-11T09:55:42.018Z] daemon.go:336: [d54f0b44e5311] waiting for daemon to start [2019-09-11T09:55:42.018Z] daemon.go:336: [d54f0b44e5311] waiting for daemon to start [2019-09-11T09:55:42.018Z] daemon.go:364: [d54f0b44e5311] daemon started [2019-09-11T09:55:42.018Z] daemon.go:472: [d54f0b44e5311] Stopping daemon [2019-09-11T09:55:42.018Z] daemon.go:307: [d54f0b44e5311] exiting daemon [2019-09-11T09:55:42.018Z] daemon.go:459: [d54f0b44e5311] Daemon stopped [2019-09-11T09:55:42.018Z] daemon.go:336: [d54f0b44e5311] waiting for daemon to start [2019-09-11T09:55:42.018Z] daemon.go:336: [d54f0b44e5311] waiting for daemon to start [2019-09-11T09:55:42.018Z] daemon.go:364: [d54f0b44e5311] daemon started [2019-09-11T09:55:42.018Z] daemon.go:472: [d54f0b44e5311] Stopping daemon [2019-09-11T09:55:42.018Z] daemon.go:307: [d54f0b44e5311] exiting daemon [2019-09-11T09:55:42.018Z] daemon.go:459: [d54f0b44e5311] Daemon stopped [2019-09-11T09:55:42.018Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-11T09:55:42.635Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2019-09-11T09:55:42.636Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-11T09:55:42.636Z] daemon.go:336: [da325aa73feb7] waiting for daemon to start [2019-09-11T09:55:42.636Z] daemon.go:336: [da325aa73feb7] waiting for daemon to start [2019-09-11T09:55:42.636Z] daemon.go:364: [da325aa73feb7] daemon started [2019-09-11T09:55:42.636Z] daemon.go:472: [da325aa73feb7] Stopping daemon [2019-09-11T09:55:42.636Z] daemon.go:307: [da325aa73feb7] exiting daemon [2019-09-11T09:55:42.636Z] daemon.go:459: [da325aa73feb7] Daemon stopped [2019-09-11T09:55:42.636Z] === RUN TestServiceWithPredefinedNetwork [2019-09-11T09:55:43.676Z] === RUN Test/DockerSuite/TestContainerAPIRestart [2019-09-11T09:55:45.317Z] --- PASS: TestServiceWithPredefinedNetwork (2.46s) [2019-09-11T09:55:45.317Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-11T09:55:45.317Z] daemon.go:336: [dbde0a9fdc574] waiting for daemon to start [2019-09-11T09:55:45.317Z] daemon.go:336: [dbde0a9fdc574] waiting for daemon to start [2019-09-11T09:55:45.317Z] daemon.go:364: [dbde0a9fdc574] daemon started [2019-09-11T09:55:45.317Z] daemon.go:472: [dbde0a9fdc574] Stopping daemon [2019-09-11T09:55:45.317Z] daemon.go:307: [dbde0a9fdc574] exiting daemon [2019-09-11T09:55:45.317Z] daemon.go:459: [dbde0a9fdc574] Daemon stopped [2019-09-11T09:55:45.317Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-11T09:55:45.317Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-11T09:55:45.317Z] service_test.go:230: FLAKY_TEST [2019-09-11T09:55:45.317Z] === RUN TestServiceWithDataPathPortInit [2019-09-11T09:55:45.483Z] === RUN Test/DockerSwarmSuite/TestSwarmPublishAdd [2019-09-11T09:55:46.591Z] === RUN Test/DockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-11T09:55:47.369Z] === RUN Test/DockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-09-11T09:55:47.928Z] === RUN Test/DockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-09-11T09:55:48.489Z] === RUN Test/DockerHubPullSuite/TestPullClientDisconnect [2019-09-11T09:55:50.335Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-11T09:55:50.335Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-11T09:55:50.335Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-11T09:55:50.335Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-11T09:55:50.335Z] === RUN Test/DockerSuite/TestContainerAPIStart [2019-09-11T09:55:50.999Z] === RUN Test/DockerHubPullSuite/TestPullFromCentralRegistry [2019-09-11T09:55:51.254Z] === RUN Test/DockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-09-11T09:55:51.881Z] === RUN Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-11T09:55:51.881Z] === RUN Test/DockerSuite/TestContainerAPIStop [2019-09-11T09:55:52.617Z] === RUN Test/DockerSwarmSuite/TestSwarmReadonlyRootfs [2019-09-11T09:55:52.617Z] === RUN Test/DockerHubPullSuite/TestPullNonExistingImage [2019-09-11T09:55:52.873Z] === RUN Test/DockerHubPullSuite/TestPullScratchNotAllowed [2019-09-11T09:55:52.873Z] --- PASS: Test (2069.60s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIErrorJSON (0.02s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIErrorPlainText (0.01s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIImagesDelete (0.82s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIImagesFilter (0.23s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIImagesHistory (0.46s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIImagesImportBadSrc (0.03s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIImagesSaveAndLoad (0.57s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIImagesSearchJSONContentType (0.24s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPINetworkConnectDisconnect (1.72s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPINetworkCreateCheckDuplicate (0.26s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPINetworkFilter (0.00s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPINetworkGetDefaults (0.00s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.63s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPINetworkInspectBridge (1.04s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.26s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIOptionsRoute (0.01s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIStatsNetworkStats (4.53s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIStatsNetworkStatsVersioning (3.61s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers (6.61s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIStatsNoStreamGetCpu (3.47s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.80s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAppArmorDeniesChmodProc (1.90s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAppArmorDeniesPtrace (3.06s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAppArmorTraceSelf (1.75s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAttachAfterDetach (4.19s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAttachClosedOnContainerStop (3.70s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAttachDetach (2.20s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAttachDisconnect (1.69s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAttachMultipleAndRestart (2.98s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAttachPausedContainer (2.01s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestAttachTTYWithoutStdin (1.56s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAPIBuildGitWithF (2.40s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAPIDockerFileRemote (3.19s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAPIDoubleDockerfile (2.46s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAPILowerDockerfile (2.08s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.84s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths (1.50s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace (29.72s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddBadLinks (0.60s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddBadLinksVolume (1.65s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddBrokenTar (0.21s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddCacheOnFileChange (0.78s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddChangeOwnership (2.25s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithCache (2.33s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithoutCache (0.89s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddDirContentToExistingDir (8.65s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddDirContentToRoot (4.32s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddFileNotFound (0.14s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.00s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.82s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddNonTar (1.25s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.70s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits (3.54s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileMTime (2.72s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.04s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteNoDecompress (1.44s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddScript (3.79s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToExistDir (8.64s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir (5.57s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToRoot (3.65s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToWorkdir (0.41s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddTar (9.07s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddTarXz (1.40s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddTarXzGz (1.23s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddToSymlinkDest (4.15s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildAddWholeDirToRoot (8.24s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildBlankName (0.47s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArg (2.97s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg (2.45s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheHit (1.54s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.06s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.89s) [2019-09-11T09:55:52.873Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride (3.62s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.77s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.27s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgEnv (14.04s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgExpansion (3.98s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride (3.76s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.61s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.25s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.73s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.52s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.58s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCacheAdd (0.82s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCacheBrokenSymlink (0.86s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCacheFrom (5.93s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.59s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCacheRootSource (0.77s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCancellationKillsSleep (0.98s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildChownOnCopy (6.83s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildChownSingleFile (2.75s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint (1.05s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildClearCmd (0.77s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCmd (0.40s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCmdJSONNoShDashC (0.47s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCmdShDashC (0.46s) [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCmdSpaces (1.89s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCommentsShebangs (7.88s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildConditionalCache (1.30s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildContChar (4.26s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildContainerWithCgroupParent (1.87s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildContextCleanup (0.41s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildContextCleanupFailedBuild (1.13s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildContextTarGzip (0.90s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildContextTarNoCompression (0.59s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopyAddMultipleFiles (15.87s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopyCacheOnFileChange (1.07s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopyDirButNotFile (0.71s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopyDirContentToExistDir (4.03s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopyDirContentToRoot (5.72s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopyFileDotWithWorkdir (1.78s) [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToExistDir (4.98s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToNonExistDir (6.18s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToRoot (4.25s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToWorkdir (0.52s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopyWholeDirToRoot (8.04s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcard (7.70s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcardCache (0.64s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcardInName (1.59s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDeleteCommittedFile (4.75s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdin (0.69s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignore (1.53s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.73s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.67s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignore (14.43s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreCleanPaths (1.88s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreComment (4.09s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreExceptions (14.75s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreTouchDockerfile (1.25s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerfile (5.54s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerignore (3.13s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles (2.97s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile (7.77s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWholeDir (3.03s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildDirs (3.00s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildTopDir (21.86s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildDotDotFile (0.18s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEOLInLine (5.61s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEmptyCmd (0.32s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypoint (0.43s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypointInheritance (0.77s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEmptyScratch (0.10s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEmptyStringVolume (0.30s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEntrypoint (0.34s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.36s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.42s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEntrypointRunCleanup (1.71s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEnv (1.75s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEnvEscapes (1.80s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEnvOverwrite (1.46s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEnvUsage (8.46s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEnvUsage2 (24.61s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy (1.94s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementEnv (10.70s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementExpose (1.14s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementUser (0.66s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementVolume (0.65s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir (1.41s) [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildEscapeWhitespace (0.36s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildExoticShellInterpolation (12.38s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildExpose (0.37s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildExposeMorePorts (0.59s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildExposeOrder (0.49s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildExposeUpperCaseProto (0.36s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildFails (1.00s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildFailsGitNotCallable (0.04s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToDir (2.51s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToFile (2.56s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildForceRm (2.23s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildFromGit (1.63s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithContext (0.44s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithF (1.12s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildFromMixedcaseDockerfile (2.16s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildFromOfficialNames (0.77s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildFromRemoteTarball (0.37s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildFromStdinWithF (3.57s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildFromURLWithF (4.05s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildHandleEscapesInVolume (1.58s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildHistory (5.01s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildIidFile (0.50s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildIidFileCleanupOnFail (0.85s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildInheritance (0.72s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildIntermediateTarget (0.64s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildInvalidTag (0.03s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildJSONEmptyRun (1.20s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLabel (0.46s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLabelCacheCommit (0.45s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLabelMultiple (0.57s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLabelOneNode (0.30s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLabels (0.50s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLabelsCache (1.06s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLabelsOverride (2.86s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLastModified (5.86s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLineBreak (4.13s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLineErrorOnBuild (0.09s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLineErrorUnknownInstruction (0.13s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithComments (0.12s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithEmptyLines (0.14s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMaintainer (0.55s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMissingArgs (1.46s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildModifyFileInFolder (1.70s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMultiStageArg (5.32s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCache (0.83s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromErrors (0.95s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromSyntax (13.19s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMultiStageGlobalArg (4.83s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMultiStageImplicitFrom (1.46s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMultiStageMultipleBuilds (2.69s) [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMultiStageNameVariants (5.60s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMultiStageResetScratch (0.53s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMultiStageUnusedArg (2.41s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildMultipleTags (0.42s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildNetContainer (2.27s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildNetNone (1.05s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildNoContext (1.53s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildNoDupOutput (1.36s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildNoNamedVolume (1.96s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailure (0.49s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureRemote (0.07s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.38s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseSuccess (0.39s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildNullStringInAddCopyVolume (0.95s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildOnBuild (2.62s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCache (0.84s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.33s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildOnBuildEntrypointJSON (1.65s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLimitedInheritance (2.40s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLowercase (1.38s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildOnBuildOutput (1.73s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildOnBuildWithCopy (0.46s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildOpaqueDirectory (4.80s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildPATH (2.72s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildRUNErrMsg (0.94s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildRUNoneJSON (1.31s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildRelativeCopy (11.41s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildRelativeWorkdir (4.69s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildResourceConstraintsAreUsed (2.18s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildRm (3.27s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildRunShEntrypoint (1.14s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.34s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildScratchCopy (0.47s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildSetCommandWithDefinedShell (0.70s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildShCmdJSONEntrypoint (1.84s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildShellEntrypoint (1.46s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildShellInherited (1.31s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildShellMultiple (4.95s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildShellNotJSON (0.16s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildShellUpdatesConfig (0.31s) [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildSpaces (0.59s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildSpacesWithQuotes (1.01s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildStartsFromOne (0.11s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildStderr (1.33s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildStepsWithProgress (5.27s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildStopSignal (1.35s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBasename (1.31s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBreakout (0.54s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildTagEvent (1.13s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildTimeArgHistoryExclusions (1.70s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildUser (2.12s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.86s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildUsersAndGroups (20.57s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildVerboseOut (1.25s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildVerifyIntString (0.33s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildVerifySingleQuoteFails (1.55s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildVolumeFileExistsinContainer (1.44s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildVolumesRetainContents (1.76s) [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildWindowsUser (0.01s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildWithExtraHost (1.96s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildWithFailure (1.00s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildWithInaccessibleFilesInContext (0.63s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildWithTabs (1.08s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOM (0.11s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOMDockerignore (3.39s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildWithVolumeOwnership (2.23s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildWithVolumes (1.15s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildWorkdirCmd (0.48s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildWorkdirImageCmd (0.82s) [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-11T09:55:52.874Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildWorkdirWithEnvVariables (0.98s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestBuildXZHost (2.49s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2019-09-11T09:55:52.874Z] --- SKIP: Test/DockerSuite/TestClientSetsTLSServerName (0.01s) [2019-09-11T09:55:52.874Z] docker_cli_sni_test.go:18: Flakey test [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestCmdCannotBeInvoked (0.89s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestCommitAfterContainerIsDone (0.95s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestCommitChange (1.11s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestCommitChangeLabels (0.98s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestCommitHardlink (1.86s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestCommitNewFile (1.61s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestCommitPausedContainer (1.03s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestCommitTTY (1.83s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestCommitWithFilterLabel (1.07s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestCommitWithHostBindMount (2.25s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestCommitWithoutPause (1.10s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPIBadPort (0.01s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICommit (1.72s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICommitWithLabelInConfig (1.95s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore (0.99s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICopyPre124 (0.91s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.85s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.84s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICreate (0.70s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMountsBindRead (0.78s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICreateNoHostConfig118 (0.08s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICreateOtherNetworkModes (0.14s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPIDelete (0.88s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteConflict (0.87s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteForce (0.87s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteRemoveLinks (1.96s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteRemoveVolume (0.92s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPIGetAll (1.02s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPIGetChanges (0.83s) [2019-09-11T09:55:52.874Z] --- PASS: Test/DockerSuite/TestContainerAPIGetExport (0.84s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.91s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIKill (0.90s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIPause (0.89s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIPostContainerStop (1.09s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIPostCreateNull (0.09s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIRename (0.96s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIRestart (1.61s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartNotimeoutParam (1.64s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIStart (0.87s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.81s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIStop (1.05s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPITop (0.94s) [2019-09-11T09:55:52.875Z] --- SKIP: Test/DockerSuite/TestContainerAPITopWindows (0.01s) [2019-09-11T09:55:52.875Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIVerifyHeader (0.10s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerAPIWait (3.03s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerKillCustomStopSignal (0.90s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerNetworkMode (1.26s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerRestartInMultipleNetworks (4.73s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerWithConflictingHostNetworks (0.57s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerWithConflictingNoneNetwork (1.99s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainerWithConflictingSharedNetwork (1.38s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsCreate (24.08s) [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 0 - config: {volume /foo false } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 1 - config: {volume /foo/ false } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 2 - config: {volume test1 /foo false } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 3 - config: {volume test2 /foo true } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 4 - config: {volume test3 /foo false 0xc00089f340 } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 5 - config: {bind /tmp/test-mounts-api-1780218285 /foo false } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 6 - config: {bind /tmp/test-mounts-api-1780218285 /foo true } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 7 - config: {bind /tmp/test-mounts-api-3118615848 /foo false } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 8 - config: {bind /tmp/test-mounts-api-3118615848 /foo true } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 9 - config: {bind /tmp/test-mounts-api-3118615848 /foo true 0xc00089f7a0 } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 10 - config: {volume /foo false 0xc00089f7c0 } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 11 - config: {volume /foo/ false 0xc00089f7e0 } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 12 - config: {volume test4 /foo false 0xc00089f800 } [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:2107: case 13 - config: {volume test5 /foo true 0xc00089f820 } [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsTmpfs (1.61s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsValidation (0.54s) [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 0 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 1 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 2 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 3 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 4 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 5 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 6 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 7 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 8 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 9 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 10 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 11 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 12 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 13 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 14 [2019-09-11T09:55:52.875Z] docker_api_containers_test.go:1926: case 15 [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainersInMultipleNetworks (3.19s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainersInUserDefinedNetwork (2.45s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestContainersNetworkIsolation (3.01s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCopyAndRestart (1.87s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCopyCreatedContainer (0.22s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpAbsolutePath (0.94s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpAbsoluteSymlink (0.97s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpCheckDestOwnership (1.13s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership209369845/file1 a310511d6b5d682c28f8b8d874880244fe3899261cddb36a80b8b1fcc50620d5:/tmpvol/file1` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpFromCaseA (0.97s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 415e7be15c15c1263e298a0d093511c942bf800fe19a1486bbae22f68cb930f4:/root/file1 /tmp/test-cp-from-case-a953321424/itWorks.txt` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a953321424/itWorks.txt" contains "file1\n" [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpFromCaseB (0.99s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 5750e797b31c8723d360b157a4a88b4c6bb8c8d13a21ed5429a0b57fa31d06ee:/file1 /tmp/test-cp-from-case-b984573679/testDir/` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpFromCaseC (1.01s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c039971714/file2" contains "file2\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 9a7a13880f1107d41f70a193a0582f3bf5683bf97c00f12ac06b091aee26ac56:/root/file1 /tmp/test-cp-from-case-c039971714/file2` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c039971714/file2" contains "file1\n" [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpFromCaseD (1.12s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 0b080d496637c19494368d971c881e6a159f3accdc08d03d0816961a79f22d0b:/file1 /tmp/test-cp-from-case-d592767737/dir1` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d592767737/dir1/file1" contains "file1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 0b080d496637c19494368d971c881e6a159f3accdc08d03d0816961a79f22d0b:/file1 /tmp/test-cp-from-case-d592767737/dir1/` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d592767737/dir1/file1" contains "file1\n" [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpFromCaseE (1.09s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 907747e30bdf52bfcde285d7798c2f81af9f64f2ab8dbb9016552c45572cd073:dir1 /tmp/test-cp-from-case-e023891972/testDir` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e023891972/testDir/file1-1" contains "file1-1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 907747e30bdf52bfcde285d7798c2f81af9f64f2ab8dbb9016552c45572cd073:dir1 /tmp/test-cp-from-case-e023891972/testDir/` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e023891972/testDir/file1-1" contains "file1-1\n" [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpFromCaseF (1.00s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 5ecc6e4d1a9a160f23e9469e5d382fd9e46cd8508236f45003a4b5dbec039aaa:/root/dir1 /tmp/test-cp-from-case-f235937171/file1` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpFromCaseG (1.11s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp b5493d132fef24804faea6cb7efe6bcbff025783d132da2bde8bed2f2eeb61b9:/root/dir1 /tmp/test-cp-from-case-g113851350/dir2` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g113851350/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp b5493d132fef24804faea6cb7efe6bcbff025783d132da2bde8bed2f2eeb61b9:/root/dir1 /tmp/test-cp-from-case-g113851350/dir2/` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g113851350/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpFromCaseH (1.35s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp ebf97e72d4437cac5bcf5db3db88107931acea5b60829c3296a5854c861e9cce:dir1/. /tmp/test-cp-from-case-h129794877/testDir` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h129794877/testDir/file1-1" contains "file1-1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp ebf97e72d4437cac5bcf5db3db88107931acea5b60829c3296a5854c861e9cce:dir1/. /tmp/test-cp-from-case-h129794877/testDir/` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h129794877/testDir/file1-1" contains "file1-1\n" [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpFromCaseI (1.01s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp e0121a9a772f664ffd845bf8376145549c8d5b64d1f14205f1cf82bd0d2a9b20:/root/dir1/. /tmp/test-cp-from-case-i386619256/file1` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpFromCaseJ (1.26s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 4ea7e32ecf19073ddbda86888e306e76a2b2e903c91a6819b56ee5f9708e17ce:/root/dir1/. /tmp/test-cp-from-case-j380235383/dir2` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j380235383/dir2/file1-1" contains "file1-1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 4ea7e32ecf19073ddbda86888e306e76a2b2e903c91a6819b56ee5f9708e17ce:/root/dir1/. /tmp/test-cp-from-case-j380235383/dir2/` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j380235383/dir2/file1-1" contains "file1-1\n" [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpFromSymlinkDestination (1.62s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 6a5b261a3539b8dc22390fb2b1b619ce2b48bdcf1f7df2b0ccf23001a1972f8b:/file2 /tmp/test-cp-from-err-dst-not-dir473587050/symlinkToFile1` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir473587050/symlinkToFile1" points to "file1" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir473587050/file1" contains "file2\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 6a5b261a3539b8dc22390fb2b1b619ce2b48bdcf1f7df2b0ccf23001a1972f8b:/file2 /tmp/test-cp-from-err-dst-not-dir473587050/symlinkToDir1` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir473587050/symlinkToDir1" points to "dir1" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir473587050/file2" contains "file2\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 6a5b261a3539b8dc22390fb2b1b619ce2b48bdcf1f7df2b0ccf23001a1972f8b:/file2 /tmp/test-cp-from-err-dst-not-dir473587050/brokenSymlinkToFileX` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir473587050/brokenSymlinkToFileX" points to "fileX" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir473587050/fileX" contains "file2\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 6a5b261a3539b8dc22390fb2b1b619ce2b48bdcf1f7df2b0ccf23001a1972f8b:/dir2 /tmp/test-cp-from-err-dst-not-dir473587050/symlinkToDir1` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir473587050/symlinkToDir1" points to "dir1" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir473587050/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp 6a5b261a3539b8dc22390fb2b1b619ce2b48bdcf1f7df2b0ccf23001a1972f8b:/dir2 /tmp/test-cp-from-err-dst-not-dir473587050/brokenSymlinkToDirX` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir473587050/brokenSymlinkToDirX" points to "dirX" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir473587050/dirX/file2-1" contains "file2-1\n" [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpFromSymlinkToDirectory (1.14s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpGarbagePath (1.12s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpLocalOnly (0.01s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpNameHasColon (0.99s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpRelativePath (1.07s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpSpecialFiles (1.23s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpSymlinkComponent (0.99s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.21s) [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpToCaseA (1.91s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a213906514/file1 21e7fcacc32bc268bc19c011c76f5b90fb7778272c7b2fc3f7b54510756cae1e:/root/itWorks.txt` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "21e7fcacc32bc268bc19c011c76f5b90fb7778272c7b2fc3f7b54510756cae1e" start output contains "file1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 21e7fcacc32bc268bc19c011c76f5b90fb7778272c7b2fc3f7b54510756cae1e` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpToCaseB (0.96s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b339315593/file1 cd3aa31e7f8c0277916a134ebb13a6300ae5562ecb8ac813015da2e180221aff:testDir/` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpToCaseC (2.56s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "6868d4ce426d53c49e09f6f1fe75550f94b9bb4040f0f1e75f969a610c133a00" start output contains "file2\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6868d4ce426d53c49e09f6f1fe75550f94b9bb4040f0f1e75f969a610c133a00` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c511983956/file1 6868d4ce426d53c49e09f6f1fe75550f94b9bb4040f0f1e75f969a610c133a00:/root/file2` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "6868d4ce426d53c49e09f6f1fe75550f94b9bb4040f0f1e75f969a610c133a00" start output contains "file1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6868d4ce426d53c49e09f6f1fe75550f94b9bb4040f0f1e75f969a610c133a00` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpToCaseD (5.50s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "8a8d1745b877a88e086579cb3998252899abfb8b0ef613dd3876b500cec031b7" start output contains "" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 8a8d1745b877a88e086579cb3998252899abfb8b0ef613dd3876b500cec031b7` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d610960035/file1 8a8d1745b877a88e086579cb3998252899abfb8b0ef613dd3876b500cec031b7:dir1` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "8a8d1745b877a88e086579cb3998252899abfb8b0ef613dd3876b500cec031b7" start output contains "file1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 8a8d1745b877a88e086579cb3998252899abfb8b0ef613dd3876b500cec031b7` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "5c12524b34601dc0fc676f6d6fa894f82c92f24d180156159382e245768b46a0" start output contains "" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 5c12524b34601dc0fc676f6d6fa894f82c92f24d180156159382e245768b46a0` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d610960035/file1 5c12524b34601dc0fc676f6d6fa894f82c92f24d180156159382e245768b46a0:dir1/` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "5c12524b34601dc0fc676f6d6fa894f82c92f24d180156159382e245768b46a0" start output contains "file1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 5c12524b34601dc0fc676f6d6fa894f82c92f24d180156159382e245768b46a0` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpToCaseE (4.04s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e204783014/dir1 5aacec2f06f28c36a1148b25b7a1708ee0767b2ed84c81305abd4e39f0ad19ec:testDir` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "5aacec2f06f28c36a1148b25b7a1708ee0767b2ed84c81305abd4e39f0ad19ec" start output contains "file1-1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 5aacec2f06f28c36a1148b25b7a1708ee0767b2ed84c81305abd4e39f0ad19ec` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e204783014/dir1 f6e134c94a8cb3a2c9beb32c33ba6e9989915074c19be6bbebc2b2c2d12ad988:testDir/` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "f6e134c94a8cb3a2c9beb32c33ba6e9989915074c19be6bbebc2b2c2d12ad988" start output contains "file1-1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a f6e134c94a8cb3a2c9beb32c33ba6e9989915074c19be6bbebc2b2c2d12ad988` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpToCaseF (0.90s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f510303437/dir1 22523c4a1a30dbcd4221389c4a17277b7af9d1141bb32e8f03de4cf6a705c089:/root/file1` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpToCaseG (5.17s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "e98890c135e4a9111540872dc3425d45d7bf7578998f547aa1c614ed5273d095" start output contains "" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a e98890c135e4a9111540872dc3425d45d7bf7578998f547aa1c614ed5273d095` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g663748552/dir1 e98890c135e4a9111540872dc3425d45d7bf7578998f547aa1c614ed5273d095:/root/dir2` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "e98890c135e4a9111540872dc3425d45d7bf7578998f547aa1c614ed5273d095" start output contains "file1-1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a e98890c135e4a9111540872dc3425d45d7bf7578998f547aa1c614ed5273d095` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "81ba700ea751fd63c37cf1b17efcefde2981468bd77c59b63f91649b65f6624c" start output contains "" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 81ba700ea751fd63c37cf1b17efcefde2981468bd77c59b63f91649b65f6624c` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g663748552/dir1 81ba700ea751fd63c37cf1b17efcefde2981468bd77c59b63f91649b65f6624c:/dir2/` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "81ba700ea751fd63c37cf1b17efcefde2981468bd77c59b63f91649b65f6624c" start output contains "file1-1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 81ba700ea751fd63c37cf1b17efcefde2981468bd77c59b63f91649b65f6624c` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpToCaseH (3.72s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h778635399/dir1/. 750e44d8626ea70289eb56a32ecec069e6d15cad9f2e1fc0885f98537337e7ff:testDir` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "750e44d8626ea70289eb56a32ecec069e6d15cad9f2e1fc0885f98537337e7ff" start output contains "file1-1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 750e44d8626ea70289eb56a32ecec069e6d15cad9f2e1fc0885f98537337e7ff` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h778635399/dir1/. f16432a5af3a4d029ee92945ef553abbbe9e4603b272e978b5e644922f8f28c2:testDir/` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "f16432a5af3a4d029ee92945ef553abbbe9e4603b272e978b5e644922f8f28c2" start output contains "file1-1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a f16432a5af3a4d029ee92945ef553abbbe9e4603b272e978b5e644922f8f28c2` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpToCaseI (0.95s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i388783674/dir1/. 45e980987ff934aef8b8a4fd51317985a375bc512982689283d0013e073b1dbf:/root/file1` [2019-09-11T09:55:52.875Z] --- PASS: Test/DockerSuite/TestCpToCaseJ (5.10s) [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "92c064fc664655e4520cff71e5f4209223b5a752b51fd022114b6fe197a2cc78" start output contains "" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 92c064fc664655e4520cff71e5f4209223b5a752b51fd022114b6fe197a2cc78` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j630545489/dir1/. 92c064fc664655e4520cff71e5f4209223b5a752b51fd022114b6fe197a2cc78:/dir2` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "92c064fc664655e4520cff71e5f4209223b5a752b51fd022114b6fe197a2cc78" start output contains "file1-1\n" [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:209: running `docker start -a 92c064fc664655e4520cff71e5f4209223b5a752b51fd022114b6fe197a2cc78` [2019-09-11T09:55:52.875Z] docker_cli_cp_utils_test.go:279: checking that container "edac0654959c27ac59dfa1f3facfca8b672ba6faa2375b2b9e997084c7013b01" start output contains "" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:209: running `docker start -a edac0654959c27ac59dfa1f3facfca8b672ba6faa2375b2b9e997084c7013b01` [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j630545489/dir1/. edac0654959c27ac59dfa1f3facfca8b672ba6faa2375b2b9e997084c7013b01:/dir2/` [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:279: checking that container "edac0654959c27ac59dfa1f3facfca8b672ba6faa2375b2b9e997084c7013b01" start output contains "file1-1\n" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:209: running `docker start -a edac0654959c27ac59dfa1f3facfca8b672ba6faa2375b2b9e997084c7013b01` [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCpToContainerWithPermissions (1.05s) [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions880825724/permdirtest permtest:/` [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCpToDot (0.98s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCpToErrReadOnlyRootfs (1.73s) [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs963632142/file1 9517c642f1aa2a5c6a000c2bd4afba8fbeb018265c4a1e3d75a7d4c919895e5d:/root/shouldNotExist` [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:279: checking that container "9517c642f1aa2a5c6a000c2bd4afba8fbeb018265c4a1e3d75a7d4c919895e5d" start output contains "" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9517c642f1aa2a5c6a000c2bd4afba8fbeb018265c4a1e3d75a7d4c919895e5d` [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCpToErrReadOnlyVolume (1.90s) [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume908637205/file1 cbbfbb77fbbda8ab1dc552ba735b91d157296e780bb0956899310f02c94f3213:/vol_ro/shouldNotExist` [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:279: checking that container "cbbfbb77fbbda8ab1dc552ba735b91d157296e780bb0956899310f02c94f3213" start output contains "" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:209: running `docker start -a cbbfbb77fbbda8ab1dc552ba735b91d157296e780bb0956899310f02c94f3213` [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCpToStdout (0.94s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCpToSymlinkDestination (3.42s) [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-394074224/file2 d1f56e2ff2f1f41e863acc11f3b8eb5dd3ec274181798f2137e2087f8ed07935:/vol2/symlinkToFile1` [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-394074224/symlinkToFile1" points to "file1" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-394074224/file1" contains "file2\n" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-394074224/file2 d1f56e2ff2f1f41e863acc11f3b8eb5dd3ec274181798f2137e2087f8ed07935:/vol2/symlinkToDir1` [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-394074224/symlinkToDir1" points to "dir1" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-394074224/file2" contains "file2\n" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-394074224/file2 d1f56e2ff2f1f41e863acc11f3b8eb5dd3ec274181798f2137e2087f8ed07935:/vol2/brokenSymlinkToFileX` [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-394074224/brokenSymlinkToFileX" points to "fileX" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-394074224/fileX" contains "file2\n" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-394074224//dir2 d1f56e2ff2f1f41e863acc11f3b8eb5dd3ec274181798f2137e2087f8ed07935:/vol2/symlinkToDir1` [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-394074224/symlinkToDir1" points to "dir1" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-394074224/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-394074224//dir2 d1f56e2ff2f1f41e863acc11f3b8eb5dd3ec274181798f2137e2087f8ed07935:/vol2/brokenSymlinkToDirX` [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-394074224/brokenSymlinkToDirX" points to "dirX" [2019-09-11T09:55:52.876Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-394074224/dirX/file2-1" contains "file2-1\n" [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCpToSymlinkToDirectory (0.41s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCpUnprivilegedUser (1.00s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCpVolumePath (1.87s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreate64ByteHexID (0.11s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateArgs (0.10s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateByImageID (0.62s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateEchoStdout (0.83s) [2019-09-11T09:55:52.876Z] --- SKIP: Test/DockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-11T09:55:52.876Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateHostConfig (0.11s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateHostnameWithNumber (0.74s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateLabelFromImage (0.38s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateLabels (0.09s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateModeIpcContainer (0.16s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateRM (0.19s) [2019-09-11T09:55:52.876Z] --- SKIP: Test/DockerSuite/TestCreateShrinkRootfs (0.00s) [2019-09-11T09:55:52.876Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateStopSignal (0.10s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateStopTimeout (0.18s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateUnsetEntrypoint (2.51s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateVolumesCreated (0.11s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateWithInvalidLogOpts (0.02s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateWithLargePortRange (3.59s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateWithPortRange (0.09s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestCreateWithWorkdir (0.17s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.09s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.78s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.69s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.91s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.70s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.68s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.90s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDeprecatedStartWithNilDNS (0.95s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDevicePermissions (0.81s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDockerFails (0.01s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDockerInspectNetworkWithContainerName (1.33s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.90s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDockerNetworkDeleteMultiple (1.55s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDockerNetworkInspect (0.02s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDockerNetworkInspectWithID (0.12s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDockerNetworkInternalMode (6.85s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom (3.35s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.50s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.51s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestEmbeddedDNSInvalidInput (1.47s) [2019-09-11T09:55:52.876Z] --- PASS: Test/DockerSuite/TestEventsAttach (0.91s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsCommit (1.04s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsContainerEvents (0.86s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsAttrSort (0.84s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.87s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsContainerFilterBeforeCreate (1.90s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsContainerFilterByName (1.76s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsContainerRestart (3.50s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsContainerWithMultiNetwork (2.61s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsCopy (1.68s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFilterContainer (1.92s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFilterImageInContainerAction (0.88s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFilterImageLabels (0.38s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFilterImageName (1.66s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFilterLabels (0.63s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFilterNetworkID (0.11s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFilterType (0.38s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFilterVolumeAndNetworkType (0.13s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFilterVolumeID (0.03s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFilters (1.63s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFormat (1.63s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFormatBadField (0.01s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsFormatBadFunc (0.01s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsImageImport (1.07s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsImageLoad (0.21s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsImagePull (0.41s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsImageTag (1.05s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsImageUntagDelete (0.33s) [2019-09-11T09:55:53.134Z] --- SKIP: Test/DockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-11T09:55:53.134Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-11T09:55:53.134Z] --- SKIP: Test/DockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-11T09:55:53.134Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsPluginOps (1.78s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsRedirectStdout (0.97s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsRename (1.03s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsResize (1.06s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsSinceInTheFuture (0.79s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate (1.03s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsStreaming (0.84s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsTimestampFormats (3.10s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsTop (1.07s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsUntag (2.56s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestEventsUntilInThePast (1.57s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExec (1.11s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecAPICreateContainerPaused (1.22s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoCmd (1.05s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoValidContentType (1.25s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecAPIStart (2.04s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecAPIStartBackwardsCompatible (1.01s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecAPIStartEnsureHeaders (0.96s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecAPIStartInvalidCommand (1.03s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecAPIStartMultipleTimesError (1.09s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecAPIStartValidCommand (0.95s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecAPIStartWithDetach (1.02s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecAfterContainerRestart (1.97s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecCgroup (1.62s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecEnv (0.97s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecEnvLinksHost (1.75s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecExitStatus (0.96s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecInspectID (2.10s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecInteractive (1.00s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecInteractiveStdinClose (0.94s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecOnReadonlyContainer (0.98s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecParseError (0.83s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecPausedContainer (0.90s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt (0.86s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart (2.17s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecSetEnv (0.99s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecStartFails (0.92s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecStateCleanup (11.21s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecStopNotHanging (0.89s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecTTY (0.99s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecTTYCloseStdin (1.06s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecTTYWithoutStdin (0.91s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecUlimits (0.99s) [2019-09-11T09:55:53.134Z] --- SKIP: Test/DockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-11T09:55:53.134Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecWithImageUser (2.32s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecWithNoTERM (1.03s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecWithPrivileged (1.16s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecWithTERM (0.95s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestExecWithUser (1.09s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestGetContainerStats (4.85s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestGetContainerStatsNoStream (4.93s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestGetContainerStatsRmRunning (2.03s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestGetContainerStatsStream (5.07s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestGetContainersAttachWebsocket (0.87s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestGetStoppedContainerStats (0.09s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestHealth (21.57s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestHistoryExistentImage (0.03s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionFalse (0.04s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionTrue (0.05s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestHistoryImageWithComment (2.11s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestHistoryNonExistentImage (0.02s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.96s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageIsListed (0.01s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithTagIsListed (0.13s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.33s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesEnsureImagesFromScratchShown (0.29s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.58s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.03s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesFilterLabelMatch (1.14s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesFilterNameWithPort (0.06s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesFilterSinceAndBefore (0.93s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesFilterSpaceTrimCase (0.97s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesFormat (0.06s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesFormatDefaultFormat (0.90s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesOrderedByCreationDate (2.95s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImportBadURL (0.03s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImportDisplay (1.63s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImportFile (2.01s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImportFileNonExistentFile (0.02s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImportFileWithMessage (1.88s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImportGzipped (1.93s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestImportWithQuotedChanges (1.95s) [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestInfoDebug (0.54s) [2019-09-11T09:55:53.134Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSuite/TestInfoDebug [2019-09-11T09:55:53.134Z] daemon.go:336: [db3e42f744c39] waiting for daemon to start [2019-09-11T09:55:53.134Z] daemon.go:336: [db3e42f744c39] waiting for daemon to start [2019-09-11T09:55:53.134Z] daemon.go:364: [db3e42f744c39] daemon started [2019-09-11T09:55:53.134Z] daemon.go:472: [db3e42f744c39] Stopping daemon [2019-09-11T09:55:53.134Z] daemon.go:307: [db3e42f744c39] exiting daemon [2019-09-11T09:55:53.134Z] daemon.go:459: [db3e42f744c39] Daemon stopped [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.61s) [2019-09-11T09:55:53.134Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-11T09:55:53.134Z] daemon.go:336: [d914f5619f769] waiting for daemon to start [2019-09-11T09:55:53.134Z] daemon.go:336: [d914f5619f769] waiting for daemon to start [2019-09-11T09:55:53.134Z] daemon.go:364: [d914f5619f769] daemon started [2019-09-11T09:55:53.134Z] daemon.go:472: [d914f5619f769] Stopping daemon [2019-09-11T09:55:53.134Z] daemon.go:307: [d914f5619f769] exiting daemon [2019-09-11T09:55:53.134Z] daemon.go:459: [d914f5619f769] Daemon stopped [2019-09-11T09:55:53.134Z] --- PASS: Test/DockerSuite/TestInfoDiscoveryBackend (0.54s) [2019-09-11T09:55:53.135Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSuite/TestInfoDiscoveryBackend [2019-09-11T09:55:53.135Z] daemon.go:336: [d444f53364422] waiting for daemon to start [2019-09-11T09:55:53.135Z] daemon.go:336: [d444f53364422] waiting for daemon to start [2019-09-11T09:55:53.135Z] daemon.go:364: [d444f53364422] daemon started [2019-09-11T09:55:53.135Z] daemon.go:472: [d444f53364422] Stopping daemon [2019-09-11T09:55:53.135Z] daemon.go:307: [d444f53364422] exiting daemon [2019-09-11T09:55:53.135Z] daemon.go:459: [d444f53364422] Daemon stopped [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise (1.01s) [2019-09-11T09:55:53.135Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-11T09:55:53.135Z] daemon.go:336: [d88ae4d742f35] waiting for daemon to start [2019-09-11T09:55:53.135Z] daemon.go:307: [d88ae4d742f35] exiting daemon [2019-09-11T09:55:53.135Z] daemon.go:336: [d88ae4d742f35] waiting for daemon to start [2019-09-11T09:55:53.135Z] daemon.go:336: [d88ae4d742f35] waiting for daemon to start [2019-09-11T09:55:53.135Z] daemon.go:307: [d88ae4d742f35] exiting daemon [2019-09-11T09:55:53.135Z] daemon.go:336: [d88ae4d742f35] waiting for daemon to start [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInfoDisplaysPausedContainers (1.01s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInfoDisplaysRunningContainers (0.94s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInfoDisplaysStoppedContainers (1.40s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInfoEnsureSucceeds (0.03s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInfoFormat (0.03s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInfoSecurityOptions (0.02s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInsecureRegistries (0.54s) [2019-09-11T09:55:53.135Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSuite/TestInsecureRegistries [2019-09-11T09:55:53.135Z] daemon.go:336: [d36f0f1efd319] waiting for daemon to start [2019-09-11T09:55:53.135Z] daemon.go:336: [d36f0f1efd319] waiting for daemon to start [2019-09-11T09:55:53.135Z] daemon.go:364: [d36f0f1efd319] daemon started [2019-09-11T09:55:53.135Z] daemon.go:472: [d36f0f1efd319] Stopping daemon [2019-09-11T09:55:53.135Z] daemon.go:307: [d36f0f1efd319] exiting daemon [2019-09-11T09:55:53.135Z] daemon.go:459: [d36f0f1efd319] Daemon stopped [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.86s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.97s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerResponse (0.83s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerVolumeDriver (0.86s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.78s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.84s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectAPIImageResponse (0.03s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectAPIMultipleNetworks (1.73s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectAmpersand (0.95s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectBindMountPoint (0.75s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectByPrefix (0.03s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectContainerFilterInt (0.85s) [2019-09-11T09:55:53.135Z] --- SKIP: Test/DockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-09-11T09:55:53.135Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectContainerNetworkCustom (1.37s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectContainerNetworkDefault (0.90s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectDefault (0.85s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectHistory (1.03s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectImage (0.02s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectImageFilterInt (0.03s) [2019-09-11T09:55:53.135Z] --- SKIP: Test/DockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-11T09:55:53.135Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectInt64 (0.82s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectJSONFields (0.88s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectLogConfigNoType (0.13s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectNamedMountPoint (1.02s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectNoSizeFlagContainer (0.91s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectPlugin (1.77s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectRootFS (0.02s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectSizeFlagContainer (0.91s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectStatus (0.95s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectStopWhenNotFound (1.77s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectTemplateError (0.96s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectTimesAsRFC3339Nano (0.77s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagContainer (0.87s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithImage (0.81s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithInvalidValue (0.79s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithNoContainer (0.81s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestInspectUnknownObject (0.02s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLegacyRunNoNewPrivSetuid (2.50s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinkShortDefinition (1.71s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksEnvs (1.67s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksEtcHostsRegularFile (0.38s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksHostsFilesInject (2.07s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksInspectLinksStarted (2.95s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksInspectLinksStopped (2.58s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksInvalidContainerTarget (0.07s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksMultipleWithSameName (2.50s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksNetworkHostContainer (0.48s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksNotStartedParentNotFail (1.08s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksPingLinkedContainers (14.04s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksPingLinkedContainersAfterRename (2.98s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksPingLinkedContainersOnRename (2.15s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksPingUnlinkedContainers (1.11s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLinksUpdateOnRestart (3.14s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLoadNoStdinFail (0.02s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLoadZeroSizeLayer (0.44s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLoginWithoutTTY (0.02s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsAPIFollowEmptyOutput (0.96s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsAPINoStdoutNorStderr (0.91s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsAPIUntil (3.91s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsAPIUntilDefaultValue (0.88s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsAPIUntilFutureFollow (4.85s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsAPIWithStdout (0.93s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsContainerBiggerThanPage (1.17s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsContainerMuchBiggerThanPage (1.31s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsContainerSmallerThanPage (1.24s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesNoOutput (1.32s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesWithStdout (1.10s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsFollowSlowStdoutConsumer (2.83s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsFollowStopped (1.11s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsSeparateStderr (1.00s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsSince (6.91s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsSinceFutureFollow (5.86s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsStderrInStdout (0.82s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsTail (0.90s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsTimestamps (0.81s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestLogsWithDetails (0.83s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestMountIntoProc (0.52s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestMountIntoSys (0.87s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestNetHostname (2.50s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestNetHostnameWithNetHost (0.42s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestNetworkEvents (1.31s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestNetworkRmWithActiveContainers (2.48s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPermissionsPtsReadonlyRootfs (0.86s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPluginActive (1.82s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPluginActiveNetwork (6.98s) [2019-09-11T09:55:53.135Z] --- SKIP: Test/DockerSuite/TestPluginInspectOnWindows (0.01s) [2019-09-11T09:55:53.135Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPluginInstallDisableVolumeLs (0.83s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPluginLogDriver (3.62s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPluginLogDriverInfoList (2.35s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPluginMetricsCollector (2.14s) [2019-09-11T09:55:53.135Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSuite/TestPluginMetricsCollector [2019-09-11T09:55:53.135Z] daemon.go:336: [d55b22ab0baad] waiting for daemon to start [2019-09-11T09:55:53.135Z] daemon.go:336: [d55b22ab0baad] waiting for daemon to start [2019-09-11T09:55:53.135Z] daemon.go:364: [d55b22ab0baad] daemon started [2019-09-11T09:55:53.135Z] daemon.go:472: [d55b22ab0baad] Stopping daemon [2019-09-11T09:55:53.135Z] daemon.go:307: [d55b22ab0baad] exiting daemon [2019-09-11T09:55:53.135Z] daemon.go:459: [d55b22ab0baad] Daemon stopped [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPluginUpgrade (5.36s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPortBindingOnSandbox (2.27s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPortExposeHostBinding (1.58s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPortHostBinding (1.66s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPortList (11.74s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.95s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPostContainersAttach (7.69s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.11s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.87s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPostContainersCreateShmSizeOmitted (0.99s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithShmSize (0.80s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.17s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.72s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPruneContainerLabel (3.67s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPruneContainerUntil (2.05s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPruneNetworkLabel (0.40s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPruneVolumeLabel (0.12s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsByOrder (3.71s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsImageIDAfterUpdate (1.15s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsListContainersBase (3.94s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterAncestorImage (5.65s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterCreated (0.17s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterExited (4.29s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterHealth (8.19s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterID (1.64s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterLabel (2.52s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterName (1.83s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterNetwork (1.88s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterPorts (1.78s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterStatus (2.83s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsListContainersSize (1.67s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.29s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer (0.95s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsRightTagName (2.59s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPsShowMounts (2.68s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPtraceContainerProcsFromHost (0.88s) [2019-09-11T09:55:53.135Z] --- SKIP: Test/DockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-09-11T09:55:53.135Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPullWindowsImageFailsOnLinux (0.17s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPushToCentralRegistryUnauthorized (0.14s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPushUnprefixedRepo (0.07s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.98s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRestartAutoRemoveContainer (1.76s) [2019-09-11T09:55:53.135Z] --- SKIP: Test/DockerSuite/TestRestartContainerSuccess (0.00s) [2019-09-11T09:55:53.135Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRestartContainerwithGoodContainer (0.83s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRestartContainerwithRestartPolicy (8.29s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRestartDisconnectedContainer (1.47s) [2019-09-11T09:55:53.135Z] --- SKIP: Test/DockerSuite/TestRestartPolicyAfterRestart (0.00s) [2019-09-11T09:55:53.135Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRestartPolicyAlways (0.11s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRestartPolicyNO (0.10s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRestartPolicyOnFailure (0.31s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRestartRunningContainer (2.68s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRestartStoppedContainer (1.70s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.15s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRestartWithVolumes (1.69s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiBlank (0.01s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiByIDHardConflict (0.12s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiContainerImageNotFound (4.23s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiForceWithExistingContainers (1.13s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiForceWithMultipleRepositories (0.34s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.06s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiImgIDForce (1.07s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiImgIDMultipleTag (2.15s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiParentImageFail (1.07s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiTag (0.14s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiTagWithExistingContainers (0.90s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiUntagHistoryLayer (4.70s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiWithContainerFails (0.84s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiWithMultipleRepositories (1.04s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRmiWithParentInUse (0.45s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAddDeviceCgroupRule (1.73s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAddHost (0.91s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAddHostInHostMode (0.40s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAddingOptionalDevices (0.87s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc (0.93s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAllocatePortInReservedRange (1.80s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAllowBindMountingRoot (0.91s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAllowPortRangeThroughExpose (0.93s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAllowPortRangeThroughPublish (0.98s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunApparmorProcDirectory (1.68s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.70s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAttachDetach (1.00s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAttachDetachFromConfig (1.04s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAttachDetachFromFlag (1.13s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAttachDetachFromInvalidFlag (0.92s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAttachDetachKeysOverrideConfig (1.05s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAttachFailedNoLeak (1.09s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.18s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode (0.83s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode (0.84s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode (0.83s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunAttachWithDetach (0.02s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunBindMounts (2.55s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCapAddALLCanDownInterface (0.86s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.78s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCapAddCHOWN (0.83s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCapAddCanDownInterface (0.82s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCapAddInvalid (0.02s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCapAddSYSTIME (0.89s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod (1.09s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCapDropALLCannotMknod (0.94s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCapDropCannotMknod (0.82s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCapDropCannotMknodLowerCase (0.84s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCapDropInvalid (0.01s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCidFileCheckIDLength (0.87s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCleanupCmdOnEntrypoint (1.40s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.90s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerNetModeWithExposePort (0.90s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerNetwork (0.73s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerNetworkModeToSelf (0.12s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerWithCgroupMountRO (0.87s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerWithCgroupParent (1.74s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.87s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerWithReadonlyRootfs (1.69s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.90s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.88s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.89s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.92s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunContainerWithWritableRootfs (0.83s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCopyVolumeContent (1.88s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCopyVolumeUIDGID (4.50s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCreateContainerFailedCleanUp (0.08s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCreateVolume (0.79s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCreateVolumeEtc (2.58s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCreateVolumeWithSymlink (2.00s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir (3.35s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 (3.06s) [2019-09-11T09:55:53.135Z] --- SKIP: Test/DockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-09-11T09:55:53.135Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:53.135Z] --- SKIP: Test/DockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-09-11T09:55:53.135Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunDNSDefaultOptions (0.88s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunDNSInHostMode (2.15s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunDNSOptions (1.95s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.75s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunDNSRepeatOptions (0.94s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.80s) [2019-09-11T09:55:53.135Z] --- PASS: Test/DockerSuite/TestRunDetachedContainerIDPrinting (0.85s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-11T09:55:53.136Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunDeviceNumbers (0.82s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunDeviceSymlink (1.85s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunDuplicateMount (0.86s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunEchoNamedContainer (0.82s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunEchoStdout (0.84s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.79s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunEmptyEnv (0.03s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunEntrypoint (0.83s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunEnvironment (0.83s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunEnvironmentErase (0.80s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunEnvironmentOverride (0.83s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunExitCode (0.85s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunExitCodeOne (0.81s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunExitCodeZero (0.80s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunExitOnStdinClose (0.86s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunExposePort (0.01s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunFullHostnameSet (0.89s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunGroupAdd (0.90s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunHostnameFQDN (1.63s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunHostnameInHostMode (0.38s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-11T09:55:53.136Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunInitLayerPathOwnership (3.72s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunInspectMacAddress (0.78s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunInteractiveWithRestartPolicy (11.72s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunInvalidCPUShares (1.29s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunInvalidCgroupParent (1.68s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunInvalidReference (0.01s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunLeakyFileDescriptors (0.85s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunLinkToContainerNetMode (3.48s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunLinksContainerWithContainerID (1.89s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunLinksContainerWithContainerName (1.72s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunLookupGoogleDNS (0.82s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.68s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled (0.68s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunModeHostname (1.21s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunModeIpcContainerNotRunning (0.27s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunModeIpcHost (1.64s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunModeNetContainerHostname (1.30s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunModePIDContainer (1.70s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunModePIDContainerNotRunning (0.27s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunModePIDHost (1.65s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunModeUTSHost (1.70s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunMount (6.93s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunMountOrdering (0.84s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunMountReadOnlyDevShm (0.81s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunMountShmMqueueFromHost (1.62s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunMultipleVolumesFrom (2.55s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunMutableNetworkFiles (3.82s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNamedVolume (2.54s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNamedVolumeCopyImageData (2.63s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNamedVolumeNotRemoved (1.72s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNamedVolumesFromNotRemoved (1.73s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNetContainerWhichHost (0.81s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNetHost (1.26s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNetHostNotAllowedWithLinks (0.82s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNetHostTwiceSameName (0.78s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNetworkFilesBindMount (2.45s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNetworkFilesBindMountRO (2.49s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.06s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNetworkNotInitializedNoneMode (0.72s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNoDupVolumes (0.11s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNoNewPrivSetuid (0.82s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNonExecutableCmd (0.80s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNonExistingCmd (0.78s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNonExistingImage (0.08s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNonLocalMacAddress (0.88s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunNonRootUserResolvName (0.87s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestRunOOMExitCode (0.00s) [2019-09-11T09:55:53.136Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunPIDHostWithChildIsKillable (0.88s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunPIDsLimit (0.75s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunPortFromDockerRangeInUse (1.80s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunPortInUse (1.27s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunPrivilegedAllowedDevices (0.77s) [2019-09-11T09:55:53.136Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunPrivilegedCanMknod (0.75s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunPrivilegedCanMount (0.75s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.85s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunProcWritableInPrivilegedContainers (0.76s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-11T09:55:53.136Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunPublishPort (0.96s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunReadFilteredProc (0.77s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestRunReadProcLatency (0.01s) [2019-09-11T09:55:53.136Z] docker_cli_run_test.go:2874: kernel doesn't have latency_stats configured [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunReadProcTimer (0.84s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunRedirectStdout (1.64s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestRunResolvconfUpdate (0.00s) [2019-09-11T09:55:53.136Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunRestartMaxRetries (3.40s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.70s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunRm (0.84s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunRmAndWait (3.83s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunRmPre125Api (0.86s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunRootWorkdir (0.81s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSeccompAllowPrivCloneUserns (1.81s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSeccompAllowSetrlimit (0.97s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSeccompDefaultProfileAcct (4.11s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSeccompDefaultProfileNS (5.08s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileAllow32Bit (0.81s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileDenyChmod (0.84s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileDenyCloneUserns (0.82s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileDenyUnshare (0.79s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.78s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSeccompUnconfinedCloneUserns (0.79s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSeccompWithDefaultProfile (0.82s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSetDefaultRestartPolicy (0.87s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSetMacAddress (0.83s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSlowStdoutConsumer (2.70s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunState (1.76s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunStdinBlockedAfterContainerExit (0.81s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunStdinPipe (0.87s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak (0.28s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-11T09:55:53.136Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.83s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSysWritableInPrivilegedContainers (0.77s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunSysctls (1.66s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunTLSVerify (0.03s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunTTYWithPipe (0.02s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.82s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunTmpfsMounts (2.76s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunTmpfsMountsEnsureOrdered (0.84s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.05s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunTmpfsMountsWithOptions (4.28s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunTwoConcurrentContainers (3.18s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunUnprivilegedCanMknod (0.84s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunUnprivilegedCannotMount (0.83s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunUnprivilegedWithChroot (0.85s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunUnsetEntrypoint (2.64s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunUnshareProc (1.33s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunUserByID (0.77s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunUserByIDBig (0.32s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunUserByIDNegative (0.24s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunUserByIDZero (0.91s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunUserByName (0.94s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunUserDefaults (0.99s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-11T09:55:53.136Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunUserNotFound (0.23s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunVerifyContainerID (0.94s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunVolumeCopyFlag (5.26s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunVolumeWithOneCharacter (0.83s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunVolumesCleanPaths (1.30s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadWriteMode (2.72s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails (1.99s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved (2.49s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunVolumesFromSymlinkPath (3.22s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsReadonly (0.86s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsShared (0.99s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsSlave (0.97s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-11T09:55:53.136Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-11T09:55:53.136Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-11T09:55:53.136Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithBadDevice (0.25s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithBlkioWeight (0.87s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithCPUQuota (1.17s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithCPUShares (0.87s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithCpuPeriod (1.84s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithCpusetCpus (0.78s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithCpusetMems (0.87s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithDaemonFlags (0.01s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithDefaultShmSize (1.00s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.21s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.28s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.22s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.19s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.31s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithKernelMemory (0.86s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithMemoryLimit (0.94s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithMemoryReservation (0.76s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithNanoCPUs (0.92s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.35s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithOomScoreAdj (0.80s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithShmSize (0.83s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithSwappiness (0.86s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithUlimits (0.82s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithVolumesFromExited (1.60s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithVolumesIsRecursive (0.79s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-11T09:55:53.136Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWithoutNetworking (0.73s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWorkdirExistsAndIsFile (0.09s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWorkingDirectory (1.83s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWriteFilteredProc (0.72s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.89s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWriteToProcAsound (0.93s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveAndLoadRepoFlags (1.17s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveAndLoadRepoStdout (1.24s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveAndLoadWithProgressBar (1.52s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveCheckTimes (0.04s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveDirectoryPermissions (2.03s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveImageId (0.07s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveLoadNoTag (0.54s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveLoadParents (2.20s) [2019-09-11T09:55:53.136Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents915309458 [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveMultipleNames (0.06s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveRepoWithMultipleImages (1.79s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveSingleTag (0.06s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveXzAndLoadRepoStdout (1.55s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout (1.56s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSearchCmdOptions (0.39s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistry (0.06s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSearchWithLimit (0.41s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestSlowStdinClosing (2.45s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStartAttachCorrectExitCode (5.57s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStartAttachMultipleContainers (2.71s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStartAttachReturnsOnError (1.13s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStartAttachSilent (1.60s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStartAttachWithRename (2.92s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStartMultipleContainers (2.71s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStartPausedContainer (0.93s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStartRecordError (1.88s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStartReturnCorrectExitCode (2.46s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStatsAllNewContainersAdded (2.30s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStatsAllNoStream (3.78s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStatsAllRunningNoStream (4.33s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStatsContainerNotFound (3.06s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStatsFormatAll (5.71s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStatsNoStream (3.03s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestStopContainerSignal (1.84s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestTopMultipleArgs (1.00s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestTopNonPrivileged (0.91s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestTopPrivileged (0.86s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-11T09:55:53.136Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestTwoContainersInNetHost (0.95s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUnpublishedPortsInPsOutput (4.43s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUnsetEnvVarHealthCheck (3.59s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUpdateContainerInvalidValue (0.82s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUpdateContainerWithoutFlags (0.87s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-11T09:55:53.136Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUpdateKernelMemory (0.94s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUpdateKernelMemoryUninitialized (1.93s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-11T09:55:53.136Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.79s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUpdatePausedContainer (1.06s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUpdateRunningContainer (0.97s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUpdateRunningContainerWithRestart (1.77s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUpdateStats (4.86s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUpdateStoppedContainer (1.63s) [2019-09-11T09:55:53.136Z] --- SKIP: Test/DockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-09-11T09:55:53.136Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUpdateWithNanoCPUs (1.22s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUpdateWithUntouchedFields (1.00s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkAlias (4.62s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.74s) [2019-09-11T09:55:53.136Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.44s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkConnectivity (2.76s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkLinks (4.49s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart (5.75s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesChown (2.66s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.51s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.69s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.68s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.63s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.76s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.67s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.52s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.46s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLICreate (15.07s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabel (0.02s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateWithOpts (0.86s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspect (0.06s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLILs (0.88s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDangling (1.00s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLINoArgs (0.03s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLIRm (2.58s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForce (0.07s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceInUse (0.17s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeEvents (0.84s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeFromMixedRWOptions (2.50s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeLsFormat (0.06s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumesFromGetsProperMode (3.41s) [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSuite/TestVolumesNoCopyData (4.42s) [2019-09-11T09:55:53.137Z] --- SKIP: Test/DockerSuite/TestWindowsRunAsSystem (0.01s) [2019-09-11T09:55:53.137Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestBuildByDigest (1.72s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestBuildByDigest [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d5eca729b854f is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestBuildCopyFromForcePull (1.48s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d6c4c21595585 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull (1.89s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon db20d27d5542c is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestConcurrentPullMultipleTags (4.47s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d8cd57708eb0b is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestConcurrentPush (4.61s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestConcurrentPush [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d5d155cac9ae9 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestCreateByDigest (1.49s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestCreateByDigest [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d98fe97d3273b is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestCrossRepositoryLayerPush (1.21s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon defc56b9d364b is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.43s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d8db7a510420b is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.48s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d99582f7311dd is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.58s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d51fd31732547 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestEventsImageFilterPush (1.35s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestEventsImageFilterPush [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon dc6f3d5384487 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestInspectImageWithDigests (1.42s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestInspectImageWithDigests [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d8c98432d03fd is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestListDanglingImagesWithDigests (2.71s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-11T09:55:53.137Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0df8b2626a0beb1e2ec89ed2436a6098021a27c8060f5ac79e6c1cbf4a88aaaf [2019-09-11T09:55:53.137Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9176fa4f8bf8ac1da809897f306f2644a9b32e83db24daeaddf08497aa4aa247 [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon da8626eaa4860 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestListImagesWithDigests (2.80s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestListImagesWithDigests [2019-09-11T09:55:53.137Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4ba32b485b939a4b00f676dc2725c6b72fa3cbf7779405fa4ca8b4b3637e93f4 [2019-09-11T09:55:53.137Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0f4a246839062f67695665d7a87ef932582f76f9067b0a0dda44682d19a169a4 [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d9ce54065e33b is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestListImagesWithoutDigests (1.36s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestListImagesWithoutDigests [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon dc039b07dc6ed is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.37s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon de111643e388a is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPullByDigest (1.41s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPullByDigest [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d324f1cc0713b is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPullByDigestNoFallback [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d8ede0a122c51 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPullByTagDisplaysDigest (1.41s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d55a643eba05f is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer (1.41s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d67cd6e3ef878 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest (1.28s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d037c3f368304 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPullIDStability (3.76s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPullIDStability [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d7afd75d31386 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPullImageWithAliases (0.36s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPullImageWithAliases [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d522c1dc98b5c is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPullManifestList (1.44s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPullManifestList [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon da5a6fe9d82d5 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPullNoLayers (0.46s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPullNoLayers [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d796102fda087 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPushBadTag (0.12s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPushBadTag [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d229298e06d62 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPushBusyboxImage (0.27s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPushBusyboxImage [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d9f88d8be7613 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPushEmptyLayer (0.29s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPushEmptyLayer [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d90aa14773d80 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPushMultipleTags (0.31s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPushMultipleTags [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d777fe20a168a is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestPushUntagged (0.12s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestPushUntagged [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon d5f4ab997eaeb is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestRemoveImageByDigest (1.47s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestRemoveImageByDigest [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon dc15f3b67d604 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestRunByDigest (2.22s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestRunByDigest [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon dd9215360ec2e is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag (1.20s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon dcc451498901f is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestTagByDigest (1.42s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestTagByDigest [2019-09-11T09:55:53.137Z] check_test.go:148: Daemon dddd5f1420b6f is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestUserAgentPassThrough (1.00s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestUserAgentPassThrough [2019-09-11T09:55:53.137Z] daemon.go:336: [d06dd8dbfec84] waiting for daemon to start [2019-09-11T09:55:53.137Z] daemon.go:336: [d06dd8dbfec84] waiting for daemon to start [2019-09-11T09:55:53.137Z] daemon.go:364: [d06dd8dbfec84] daemon started [2019-09-11T09:55:53.137Z] daemon.go:472: [d06dd8dbfec84] Stopping daemon [2019-09-11T09:55:53.137Z] daemon.go:307: [d06dd8dbfec84] exiting daemon [2019-09-11T09:55:53.137Z] daemon.go:459: [d06dd8dbfec84] Daemon stopped [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerRegistrySuite/TestV2Only (0.78s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistrySuite/TestV2Only [2019-09-11T09:55:53.137Z] daemon.go:336: [d0349bfe2b9ba] waiting for daemon to start [2019-09-11T09:55:53.137Z] daemon.go:336: [d0349bfe2b9ba] waiting for daemon to start [2019-09-11T09:55:53.137Z] daemon.go:364: [d0349bfe2b9ba] daemon started [2019-09-11T09:55:53.137Z] daemon.go:472: [d0349bfe2b9ba] Stopping daemon [2019-09-11T09:55:53.137Z] daemon.go:307: [d0349bfe2b9ba] exiting daemon [2019-09-11T09:55:53.137Z] daemon.go:459: [d0349bfe2b9ba] Daemon stopped [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.51s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon d948aad17070e is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestConcurrentPush (4.48s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestConcurrentPush [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon d83a9dfbd86af is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.31s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon de6335cf4b4d4 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullByDigest (1.41s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPullByDigest [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon ddc7d96bb11dc is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon db1f111f250dc is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.74s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon d3fcb4e11baaa is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.31s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon df61bbe6274b8 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.25s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon d4b9c038ae7be is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullIDStability (4.06s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPullIDStability [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon d739dfdfb905a is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon d23cc6c896eb9 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPullNoLayers (0.49s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPullNoLayers [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon deeff14270624 is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPushBadTag [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon d7fc7237be1fe is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushBusyboxImage (0.47s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon de900b26d1bae is not started [2019-09-11T09:55:53.137Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushEmptyLayer (0.29s) [2019-09-11T09:55:53.137Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-11T09:55:53.137Z] check_test.go:175: Daemon dbf7bdf45fd40 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushMultipleTags (0.36s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-11T09:55:53.138Z] check_test.go:175: Daemon d2b332ab76fb1 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerSchema1RegistrySuite/TestPushUntagged [2019-09-11T09:55:53.138Z] check_test.go:175: Daemon d155cfb1d2989 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.96s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-11T09:55:53.138Z] check_test.go:204: Daemon de99b6f114a3f is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.52s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-11T09:55:53.138Z] check_test.go:204: Daemon dfeab06be8a5c is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-11T09:55:53.138Z] check_test.go:204: Daemon d03952837f13e is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.12s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-11T09:55:53.138Z] daemon.go:336: [d70e6dc4134bd] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:336: [d70e6dc4134bd] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:364: [d70e6dc4134bd] daemon started [2019-09-11T09:55:53.138Z] daemon.go:472: [d70e6dc4134bd] Stopping daemon [2019-09-11T09:55:53.138Z] daemon.go:307: [d70e6dc4134bd] exiting daemon [2019-09-11T09:55:53.138Z] daemon.go:459: [d70e6dc4134bd] Daemon stopped [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.23s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-11T09:55:53.138Z] check_test.go:204: Daemon d6d27146b7a6d is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.43s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-11T09:55:53.138Z] check_test.go:204: Daemon dac90c240fea2 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.63s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-11T09:55:53.138Z] check_test.go:204: Daemon d5e6da459e35f is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-11T09:55:53.138Z] check_test.go:204: Daemon deddb8f2060e5 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-11T09:55:53.138Z] check_test.go:231: Daemon d261f353000dd is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-11T09:55:53.138Z] check_test.go:231: Daemon deb6d52b819af is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-11T09:55:53.138Z] check_test.go:231: Daemon dab62b8a3f424 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-11T09:55:53.138Z] check_test.go:231: Daemon d26f49e07cf9f is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-11T09:55:53.138Z] check_test.go:231: Daemon de73c8feb6777 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestConntrackFlowsLeak (2.87s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestConntrackFlowsLeak [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d7e70313c513e is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.27s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon dbca10eb59f8d is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.52s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon dfb6acbc05f6a is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.70s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d9a8f8cf2153e is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.68s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:1233: Daemon d4524cee7ab85 is not started [2019-09-11T09:55:53.138Z] daemon.go:336: [d4524cee7ab85] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:336: [d4524cee7ab85] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:364: [d4524cee7ab85] daemon started [2019-09-11T09:55:53.138Z] daemon.go:472: [d4524cee7ab85] Stopping daemon [2019-09-11T09:55:53.138Z] daemon.go:307: [d4524cee7ab85] exiting daemon [2019-09-11T09:55:53.138Z] daemon.go:459: [d4524cee7ab85] Daemon stopped [2019-09-11T09:55:53.138Z] daemon.go:336: [d4524cee7ab85] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:336: [d4524cee7ab85] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:364: [d4524cee7ab85] daemon started [2019-09-11T09:55:53.138Z] daemon.go:472: [d4524cee7ab85] Stopping daemon [2019-09-11T09:55:53.138Z] daemon.go:307: [d4524cee7ab85] exiting daemon [2019-09-11T09:55:53.138Z] daemon.go:459: [d4524cee7ab85] Daemon stopped [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.89s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d29e86f9c3851 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (10.01s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon dca886e1c1369 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.27s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d00ea0b4dc29f is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.65s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d7014b4db8b11 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.90s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon dd5a2b4dfcb15 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.77s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon dff33a92710c1 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectWithMac (1.53s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d5f7b796e987c is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.81s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon dc5e882a04f06 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreateDelete (0.18s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkCreateDelete [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d0439000a2a57 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.39s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d5676084820e0 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreateHostBind (1.46s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon de3c9fe8bfafd is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkCreateLabel [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon da1b0f363ecc6 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCreatePredefined (0.11s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon dade5ef7b4a73 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkCustomIPAM (0.27s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d7260c70f048b is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.44s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d378808e0c50a is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.75s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d9d2e46928519 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.11s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon dfde853d61231 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.47s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon ddce6cdf2bc04 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkDriverOptions [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d6bdda4492b0b is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (13.68s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-09-11T09:55:53.138Z] daemon.go:336: [d703ac1bd39ef] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:336: [d703ac1bd39ef] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:364: [d703ac1bd39ef] daemon started [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:968: Daemon d703ac1bd39ef is not started [2019-09-11T09:55:53.138Z] daemon.go:307: [d703ac1bd39ef] exiting daemon [2019-09-11T09:55:53.138Z] daemon.go:336: [d703ac1bd39ef] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:336: [d703ac1bd39ef] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:364: [d703ac1bd39ef] daemon started [2019-09-11T09:55:53.138Z] daemon.go:472: [d703ac1bd39ef] Stopping daemon [2019-09-11T09:55:53.138Z] daemon.go:307: [d703ac1bd39ef] exiting daemon [2019-09-11T09:55:53.138Z] daemon.go:459: [d703ac1bd39ef] Daemon stopped [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkFlagAlias (3.73s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkFlagAlias [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d937d33b0f18c is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.11s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-09-11T09:55:53.138Z] daemon.go:336: [d73bd68eef534] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:336: [d73bd68eef534] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:364: [d73bd68eef534] daemon started [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:1116: Daemon d73bd68eef534 is not started [2019-09-11T09:55:53.138Z] daemon.go:336: [d73bd68eef534] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:307: [d73bd68eef534] exiting daemon [2019-09-11T09:55:53.138Z] daemon.go:336: [d73bd68eef534] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:336: [d73bd68eef534] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:336: [d73bd68eef534] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:364: [d73bd68eef534] daemon started [2019-09-11T09:55:53.138Z] daemon.go:472: [d73bd68eef534] Stopping daemon [2019-09-11T09:55:53.138Z] daemon.go:307: [d73bd68eef534] exiting daemon [2019-09-11T09:55:53.138Z] daemon.go:459: [d73bd68eef534] Daemon stopped [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.17s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d47b19384310b is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.68s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon dcf43d82fa021 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkIPAMOptions (0.12s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon de47d0881e0a7 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.10s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon de05821e7ff08 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.13s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon da4ce682e37fa is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.13s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d30d03572cff3 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkInspectDefault [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d389b2249dc0d is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.18s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon dcc36ca7a8569 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkLsDefault [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon d47690da26920 is not started [2019-09-11T09:55:53.138Z] --- SKIP: Test/DockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkLsFilter [2019-09-11T09:55:53.138Z] requirement.go:26: unmatched requirement OnlyDefaultNetworks [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon df9a8bdf09c24 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkMacInspect (1.35s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkMacInspect [2019-09-11T09:55:53.138Z] docker_cli_network_unix_test.go:46: Daemon dad00cbc35393 is not started [2019-09-11T09:55:53.138Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.54s) [2019-09-11T09:55:53.138Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-09-11T09:55:53.138Z] daemon.go:336: [d1e8e0f6551ab] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:336: [d1e8e0f6551ab] waiting for daemon to start [2019-09-11T09:55:53.138Z] daemon.go:364: [d1e8e0f6551ab] daemon started [2019-09-11T09:55:53.138Z] daemon.go:472: [d1e8e0f6551ab] Stopping daemon [2019-09-11T09:55:53.138Z] daemon.go:307: [d1e8e0f6551ab] exiting daemon [2019-09-11T09:55:53.138Z] daemon.go:459: [d1e8e0f6551ab] Daemon stopped [2019-09-11T09:55:53.139Z] daemon.go:336: [d1e8e0f6551ab] waiting for daemon to start [2019-09-11T09:55:53.139Z] daemon.go:336: [d1e8e0f6551ab] waiting for daemon to start [2019-09-11T09:55:53.139Z] daemon.go:364: [d1e8e0f6551ab] daemon started [2019-09-11T09:55:53.139Z] daemon.go:472: [d1e8e0f6551ab] Stopping daemon [2019-09-11T09:55:53.139Z] daemon.go:307: [d1e8e0f6551ab] exiting daemon [2019-09-11T09:55:53.139Z] daemon.go:459: [d1e8e0f6551ab] Daemon stopped [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.66s) [2019-09-11T09:55:53.139Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-09-11T09:55:53.139Z] daemon.go:336: [dafe9f5b6ae45] waiting for daemon to start [2019-09-11T09:55:53.139Z] daemon.go:336: [dafe9f5b6ae45] waiting for daemon to start [2019-09-11T09:55:53.139Z] daemon.go:364: [dafe9f5b6ae45] daemon started [2019-09-11T09:55:53.139Z] docker_cli_network_unix_test.go:1084: Daemon dafe9f5b6ae45 is not started [2019-09-11T09:55:53.139Z] daemon.go:336: [dafe9f5b6ae45] waiting for daemon to start [2019-09-11T09:55:53.139Z] daemon.go:307: [dafe9f5b6ae45] exiting daemon [2019-09-11T09:55:53.139Z] daemon.go:336: [dafe9f5b6ae45] waiting for daemon to start [2019-09-11T09:55:53.139Z] daemon.go:364: [dafe9f5b6ae45] daemon started [2019-09-11T09:55:53.139Z] daemon.go:472: [dafe9f5b6ae45] Stopping daemon [2019-09-11T09:55:53.139Z] daemon.go:307: [dafe9f5b6ae45] exiting daemon [2019-09-11T09:55:53.139Z] daemon.go:459: [dafe9f5b6ae45] Daemon stopped [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2019-09-11T09:55:53.139Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-09-11T09:55:53.139Z] docker_cli_network_unix_test.go:46: Daemon dbe8fb857c2b8 is not started [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.32s) [2019-09-11T09:55:53.139Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-09-11T09:55:53.139Z] docker_cli_network_unix_test.go:46: Daemon d0969016a63c3 is not started [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.79s) [2019-09-11T09:55:53.139Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-09-11T09:55:53.139Z] docker_cli_network_unix_test.go:46: Daemon db29816bd7b6b is not started [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s) [2019-09-11T09:55:53.139Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkRmPredefined [2019-09-11T09:55:53.139Z] docker_cli_network_unix_test.go:46: Daemon d6551938f9b21 is not started [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkRunNetByID (1.28s) [2019-09-11T09:55:53.139Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkRunNetByID [2019-09-11T09:55:53.139Z] docker_cli_network_unix_test.go:46: Daemon d0028c9d780dc is not started [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.85s) [2019-09-11T09:55:53.139Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-09-11T09:55:53.139Z] docker_cli_network_unix_test.go:46: Daemon db60d805b689b is not started [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerNetworkSuite/TestDockerNetworkValidateIP (1.62s) [2019-09-11T09:55:53.139Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerNetworkValidateIP [2019-09-11T09:55:53.139Z] docker_cli_network_unix_test.go:46: Daemon da33f78a80c15 is not started [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerNetworkSuite/TestDockerPluginV2NetworkDriver (8.29s) [2019-09-11T09:55:53.139Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-09-11T09:55:53.139Z] docker_cli_network_unix_test.go:46: Daemon d8ebbe63cd63c is not started [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.58s) [2019-09-11T09:55:53.139Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/2/Test/DockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-09-11T09:55:53.139Z] daemon.go:336: [da1fb6d08158f] waiting for daemon to start [2019-09-11T09:55:53.139Z] daemon.go:336: [da1fb6d08158f] waiting for daemon to start [2019-09-11T09:55:53.139Z] daemon.go:364: [da1fb6d08158f] daemon started [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerHubPullSuite/TestPullClientDisconnect (2.15s) [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerHubPullSuite/TestPullFromCentralRegistry (0.45s) [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.50s) [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerHubPullSuite/TestPullNonExistingImage (0.22s) [2019-09-11T09:55:53.139Z] --- PASS: Test/DockerHubPullSuite/TestPullScratchNotAllowed (0.09s) [2019-09-11T09:55:53.139Z] daemon.go:472: [da1fb6d08158f] Stopping daemon [2019-09-11T09:55:53.139Z] daemon.go:307: [da1fb6d08158f] exiting daemon [2019-09-11T09:55:53.139Z] daemon.go:459: [da1fb6d08158f] Daemon stopped [2019-09-11T09:55:53.139Z] PASS [2019-09-11T09:55:53.139Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/2) [2019-09-11T09:55:54.068Z] === RUN Test/DockerSuite/TestContainerAPITop [2019-09-11T09:55:54.068Z] === RUN Test/DockerSuite/TestContainerAPITopWindows [2019-09-11T09:55:56.253Z] === RUN Test/DockerSuite/TestContainerAPIVerifyHeader [2019-09-11T09:55:56.253Z] === RUN Test/DockerSuite/TestContainerAPIWait [2019-09-11T09:55:56.405Z] === RUN Test/DockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-11T09:55:59.997Z] === RUN Test/DockerSuite/TestContainerKillCustomStopSignal [2019-09-11T09:56:00.548Z] --- PASS: TestServiceWithDataPathPortInit (15.70s) [2019-09-11T09:56:00.548Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-11T09:56:00.548Z] daemon.go:336: [df1d4a9a994d0] waiting for daemon to start [2019-09-11T09:56:00.548Z] daemon.go:336: [df1d4a9a994d0] waiting for daemon to start [2019-09-11T09:56:00.548Z] daemon.go:364: [df1d4a9a994d0] daemon started [2019-09-11T09:56:00.548Z] daemon.go:472: [df1d4a9a994d0] Stopping daemon [2019-09-11T09:56:00.548Z] daemon.go:307: [df1d4a9a994d0] exiting daemon [2019-09-11T09:56:00.548Z] daemon.go:459: [df1d4a9a994d0] Daemon stopped [2019-09-11T09:56:00.548Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-11T09:56:00.548Z] daemon.go:336: [de486abc3855c] waiting for daemon to start [2019-09-11T09:56:00.548Z] daemon.go:336: [de486abc3855c] waiting for daemon to start [2019-09-11T09:56:00.548Z] daemon.go:364: [de486abc3855c] daemon started [2019-09-11T09:56:00.548Z] daemon.go:472: [de486abc3855c] Stopping daemon [2019-09-11T09:56:00.548Z] daemon.go:307: [de486abc3855c] exiting daemon [2019-09-11T09:56:00.548Z] daemon.go:459: [de486abc3855c] Daemon stopped [2019-09-11T09:56:00.548Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-11T09:56:01.545Z] === RUN Test/DockerSuite/TestContainerNetworkMode [2019-09-11T09:56:01.545Z] === RUN Test/DockerSuite/TestContainerRestartInMultipleNetworks [2019-09-11T09:56:01.545Z] === RUN Test/DockerSuite/TestContainerWithConflictingHostNetworks [2019-09-11T09:56:01.545Z] === RUN Test/DockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-11T09:56:01.545Z] === RUN Test/DockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-11T09:56:01.545Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-09-11T09:56:01.645Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/2/root: mountpoint not found [2019-09-11T09:56:01.645Z] Clearing AppArmor profiles cache:. [2019-09-11T09:56:01.645Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-11T09:56:01.645Z] Unloading profiles will leave already running processes permanently [2019-09-11T09:56:01.645Z] unconfined, which can lead to unexpected situations. [2019-09-11T09:56:01.645Z] [2019-09-11T09:56:01.645Z] To set a process to complain mode, use the command line tool [2019-09-11T09:56:01.645Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-11T09:56:01.645Z] with the 'teardown' option." [2019-09-11T09:56:01.645Z] Removing test suite binaries [2019-09-11T09:56:01.645Z] [2019-09-11T09:56:03.090Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsCreate [2019-09-11T09:56:05.666Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-11T09:56:05.666Z] === RUN Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-11T09:56:05.666Z] === RUN Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-11T09:56:08.923Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.38s) [2019-09-11T09:56:08.923Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-11T09:56:08.923Z] daemon.go:336: [d58b8fdd40eb4] waiting for daemon to start [2019-09-11T09:56:08.923Z] daemon.go:336: [d58b8fdd40eb4] waiting for daemon to start [2019-09-11T09:56:08.923Z] daemon.go:364: [d58b8fdd40eb4] daemon started [2019-09-11T09:56:08.923Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:drw06egsq8dgryctzxry1b0fv Created:2019-09-11 09:56:01.762571921 +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[7e5dc875f021b44cb7e9d9f39d51df0631b1de775c7d78fd3fc4c24f3c845e92:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kghqyjm12561c2d9739klcjgp EndpointID:3a17f9a226c35ba19b2d820e2bcaf3a11f579105a738155ca225c40108805fe9 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f89ad5597868cedbe67dc809e7f8f4c29b53be84532228dadcf1ac3c8db46dee MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:a1e0bd4c4fe8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kghqyjm12561c2d9739klcjgp EndpointID:3a17f9a226c35ba19b2d820e2bcaf3a11f579105a738155ca225c40108805fe9 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-11T09:56:08.923Z] daemon.go:472: [d58b8fdd40eb4] Stopping daemon [2019-09-11T09:56:08.923Z] daemon.go:307: [d58b8fdd40eb4] exiting daemon [2019-09-11T09:56:08.923Z] daemon.go:459: [d58b8fdd40eb4] Daemon stopped [2019-09-11T09:56:08.923Z] PASS [2019-09-11T09:56:08.923Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m [2019-09-11T09:56:08.923Z] INFO: Testing against a local daemon [2019-09-11T09:56:08.923Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-11T09:56:09.403Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToExistDir [2019-09-11T09:56:09.403Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-11T09:56:09.540Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.48s) [2019-09-11T09:56:09.540Z] ipvlan_test.go:28: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance [2019-09-11T09:56:09.540Z] daemon.go:336: [d3e67ae1c481e] waiting for daemon to start [2019-09-11T09:56:09.540Z] daemon.go:336: [d3e67ae1c481e] waiting for daemon to start [2019-09-11T09:56:09.540Z] daemon.go:364: [d3e67ae1c481e] daemon started [2019-09-11T09:56:09.540Z] daemon.go:472: [d3e67ae1c481e] Stopping daemon [2019-09-11T09:56:09.540Z] daemon.go:307: [d3e67ae1c481e] exiting daemon [2019-09-11T09:56:09.540Z] daemon.go:459: [d3e67ae1c481e] Daemon stopped [2019-09-11T09:56:09.540Z] daemon.go:336: [d3e67ae1c481e] waiting for daemon to start [2019-09-11T09:56:09.540Z] daemon.go:336: [d3e67ae1c481e] waiting for daemon to start [2019-09-11T09:56:09.540Z] daemon.go:364: [d3e67ae1c481e] daemon started [2019-09-11T09:56:09.540Z] daemon.go:472: [d3e67ae1c481e] Stopping daemon [2019-09-11T09:56:09.540Z] daemon.go:307: [d3e67ae1c481e] exiting daemon [2019-09-11T09:56:09.540Z] daemon.go:459: [d3e67ae1c481e] Daemon stopped [2019-09-11T09:56:09.540Z] === RUN TestDockerNetworkIpvlan [2019-09-11T09:56:09.863Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToRoot [2019-09-11T09:56:09.863Z] === RUN Test/DockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-11T09:56:10.550Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-09-11T09:56:11.581Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-09-11T09:56:12.041Z] === RUN Test/DockerSuite/TestBuildCopyWholeDirToRoot [2019-09-11T09:56:12.041Z] === RUN Test/DockerSuite/TestBuildCopyWildcard [2019-09-11T09:56:12.589Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-09-11T09:56:15.267Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-09-11T09:56:18.720Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-09-11T09:56:19.674Z] === RUN Test/DockerSwarmSuite/TestSwarmRotateUnlockKey [2019-09-11T09:56:21.401Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-09-11T09:56:24.207Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-11T09:56:24.207Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsValidation [2019-09-11T09:56:24.207Z] === RUN Test/DockerSuite/TestContainersInMultipleNetworks [2019-09-11T09:56:24.207Z] === RUN Test/DockerSuite/TestContainersInUserDefinedNetwork [2019-09-11T09:56:24.207Z] === RUN Test/DockerSuite/TestContainersNetworkIsolation [2019-09-11T09:56:24.207Z] === RUN Test/DockerSuite/TestCopyAndRestart [2019-09-11T09:56:24.207Z] === RUN Test/DockerSuite/TestCopyCreatedContainer [2019-09-11T09:56:24.207Z] === RUN Test/DockerSuite/TestCpAbsolutePath [2019-09-11T09:56:24.856Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpAbsoluteSymlink [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpFromCaseA [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpFromCaseB [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpFromCaseC [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpFromCaseD [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpFromCaseE [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpFromCaseF [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpFromCaseG [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpFromCaseH [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpFromCaseI [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpFromCaseJ [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpFromSymlinkDestination [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpFromSymlinkToDirectory [2019-09-11T09:56:26.392Z] === RUN Test/DockerSuite/TestCpGarbagePath [2019-09-11T09:56:29.244Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-09-11T09:56:31.831Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceEnvFile [2019-09-11T09:56:33.492Z] === RUN Test/DockerSuite/TestCpLocalOnly [2019-09-11T09:56:33.492Z] === RUN Test/DockerSuite/TestCpNameHasColon [2019-09-11T09:56:33.492Z] === RUN Test/DockerSuite/TestCpRelativePath [2019-09-11T09:56:34.737Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-09-11T09:56:35.091Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceListFilter [2019-09-11T09:56:35.677Z] === RUN Test/DockerSuite/TestCpSpecialFiles [2019-09-11T09:56:35.678Z] === RUN Test/DockerSuite/TestCpSymlinkComponent [2019-09-11T09:56:35.678Z] === RUN Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-11T09:56:35.678Z] === RUN Test/DockerSuite/TestCpToCaseA [2019-09-11T09:56:36.214Z] --- PASS: TestDockerNetworkIpvlan (26.66s) [2019-09-11T09:56:36.214Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-11T09:56:36.214Z] daemon.go:336: [d5f9f217428dc] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:336: [d5f9f217428dc] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:364: [d5f9f217428dc] daemon started [2019-09-11T09:56:36.214Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.10s) [2019-09-11T09:56:36.214Z] daemon.go:472: [d5f9f217428dc] Stopping daemon [2019-09-11T09:56:36.214Z] daemon.go:307: [d5f9f217428dc] exiting daemon [2019-09-11T09:56:36.214Z] daemon.go:459: [d5f9f217428dc] Daemon stopped [2019-09-11T09:56:36.214Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-11T09:56:36.214Z] daemon.go:336: [dce9ce67c7afe] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:336: [dce9ce67c7afe] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:364: [dce9ce67c7afe] daemon started [2019-09-11T09:56:36.214Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.05s) [2019-09-11T09:56:36.214Z] daemon.go:472: [dce9ce67c7afe] Stopping daemon [2019-09-11T09:56:36.214Z] daemon.go:307: [dce9ce67c7afe] exiting daemon [2019-09-11T09:56:36.214Z] daemon.go:459: [dce9ce67c7afe] Daemon stopped [2019-09-11T09:56:36.214Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-11T09:56:36.214Z] daemon.go:336: [dc962ab341e6a] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:336: [dc962ab341e6a] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:364: [dc962ab341e6a] daemon started [2019-09-11T09:56:36.214Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.21s) [2019-09-11T09:56:36.214Z] daemon.go:472: [dc962ab341e6a] Stopping daemon [2019-09-11T09:56:36.214Z] daemon.go:307: [dc962ab341e6a] exiting daemon [2019-09-11T09:56:36.214Z] daemon.go:459: [dc962ab341e6a] Daemon stopped [2019-09-11T09:56:36.214Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-11T09:56:36.214Z] daemon.go:336: [d632c96dd7193] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:336: [d632c96dd7193] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:364: [d632c96dd7193] daemon started [2019-09-11T09:56:36.214Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.16s) [2019-09-11T09:56:36.214Z] daemon.go:472: [d632c96dd7193] Stopping daemon [2019-09-11T09:56:36.214Z] daemon.go:307: [d632c96dd7193] exiting daemon [2019-09-11T09:56:36.214Z] daemon.go:459: [d632c96dd7193] Daemon stopped [2019-09-11T09:56:36.214Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-11T09:56:36.214Z] daemon.go:336: [d08a7e388fafa] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:336: [d08a7e388fafa] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:364: [d08a7e388fafa] daemon started [2019-09-11T09:56:36.214Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.16s) [2019-09-11T09:56:36.214Z] daemon.go:472: [d08a7e388fafa] Stopping daemon [2019-09-11T09:56:36.214Z] daemon.go:307: [d08a7e388fafa] exiting daemon [2019-09-11T09:56:36.214Z] daemon.go:459: [d08a7e388fafa] Daemon stopped [2019-09-11T09:56:36.214Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-11T09:56:36.214Z] daemon.go:336: [d98ea85295cb5] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:336: [d98ea85295cb5] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:364: [d98ea85295cb5] daemon started [2019-09-11T09:56:36.214Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.18s) [2019-09-11T09:56:36.214Z] daemon.go:472: [d98ea85295cb5] Stopping daemon [2019-09-11T09:56:36.214Z] daemon.go:307: [d98ea85295cb5] exiting daemon [2019-09-11T09:56:36.214Z] daemon.go:459: [d98ea85295cb5] Daemon stopped [2019-09-11T09:56:36.214Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-11T09:56:36.214Z] daemon.go:336: [dce7b2f1dc4da] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:336: [dce7b2f1dc4da] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:364: [dce7b2f1dc4da] daemon started [2019-09-11T09:56:36.214Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.22s) [2019-09-11T09:56:36.214Z] daemon.go:472: [dce7b2f1dc4da] Stopping daemon [2019-09-11T09:56:36.214Z] daemon.go:307: [dce7b2f1dc4da] exiting daemon [2019-09-11T09:56:36.214Z] daemon.go:459: [dce7b2f1dc4da] Daemon stopped [2019-09-11T09:56:36.214Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-11T09:56:36.214Z] daemon.go:336: [da0d72723ae4d] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:336: [da0d72723ae4d] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:364: [da0d72723ae4d] daemon started [2019-09-11T09:56:36.214Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.23s) [2019-09-11T09:56:36.214Z] daemon.go:472: [da0d72723ae4d] Stopping daemon [2019-09-11T09:56:36.214Z] daemon.go:307: [da0d72723ae4d] exiting daemon [2019-09-11T09:56:36.214Z] daemon.go:459: [da0d72723ae4d] Daemon stopped [2019-09-11T09:56:36.214Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-11T09:56:36.214Z] daemon.go:336: [d910b2f0f061f] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:336: [d910b2f0f061f] waiting for daemon to start [2019-09-11T09:56:36.214Z] daemon.go:364: [d910b2f0f061f] daemon started [2019-09-11T09:56:36.214Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.89s) [2019-09-11T09:56:36.214Z] daemon.go:472: [d910b2f0f061f] Stopping daemon [2019-09-11T09:56:36.214Z] daemon.go:307: [d910b2f0f061f] exiting daemon [2019-09-11T09:56:36.214Z] daemon.go:459: [d910b2f0f061f] Daemon stopped [2019-09-11T09:56:36.214Z] PASS [2019-09-11T09:56:36.214Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m [2019-09-11T09:56:36.498Z] INFO: Testing against a local daemon [2019-09-11T09:56:36.498Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-11T09:56:37.601Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-09-11T09:56:37.970Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.48s) [2019-09-11T09:56:37.970Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-11T09:56:37.970Z] daemon.go:336: [d1edcf4a23e92] waiting for daemon to start [2019-09-11T09:56:37.970Z] daemon.go:336: [d1edcf4a23e92] waiting for daemon to start [2019-09-11T09:56:37.970Z] daemon.go:364: [d1edcf4a23e92] daemon started [2019-09-11T09:56:37.970Z] daemon.go:472: [d1edcf4a23e92] Stopping daemon [2019-09-11T09:56:37.970Z] daemon.go:307: [d1edcf4a23e92] exiting daemon [2019-09-11T09:56:37.970Z] daemon.go:459: [d1edcf4a23e92] Daemon stopped [2019-09-11T09:56:37.970Z] daemon.go:336: [d1edcf4a23e92] waiting for daemon to start [2019-09-11T09:56:37.970Z] daemon.go:336: [d1edcf4a23e92] waiting for daemon to start [2019-09-11T09:56:37.970Z] daemon.go:364: [d1edcf4a23e92] daemon started [2019-09-11T09:56:37.971Z] daemon.go:472: [d1edcf4a23e92] Stopping daemon [2019-09-11T09:56:37.971Z] daemon.go:307: [d1edcf4a23e92] exiting daemon [2019-09-11T09:56:37.971Z] daemon.go:459: [d1edcf4a23e92] Daemon stopped [2019-09-11T09:56:37.971Z] === RUN TestDockerNetworkMacvlan [2019-09-11T09:56:38.985Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-11T09:56:39.603Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-11T09:56:40.382Z] === RUN Test/DockerSuite/TestCpToCaseB [2019-09-11T09:56:40.612Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-11T09:56:41.764Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-09-11T09:56:41.925Z] === RUN Test/DockerSuite/TestCpToCaseC [2019-09-11T09:56:41.925Z] === RUN Test/DockerSuite/TestCpToCaseD [2019-09-11T09:56:41.925Z] === RUN Test/DockerSuite/TestCpToCaseE [2019-09-11T09:56:43.287Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-11T09:56:46.739Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-11T09:56:48.212Z] --- PASS: TestDockerNetworkMacvlan (10.14s) [2019-09-11T09:56:48.212Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-11T09:56:48.212Z] daemon.go:336: [dfe04cdd2cd4d] waiting for daemon to start [2019-09-11T09:56:48.212Z] daemon.go:336: [dfe04cdd2cd4d] waiting for daemon to start [2019-09-11T09:56:48.212Z] daemon.go:364: [dfe04cdd2cd4d] daemon started [2019-09-11T09:56:48.212Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2019-09-11T09:56:48.212Z] daemon.go:472: [dfe04cdd2cd4d] Stopping daemon [2019-09-11T09:56:48.212Z] daemon.go:307: [dfe04cdd2cd4d] exiting daemon [2019-09-11T09:56:48.212Z] daemon.go:459: [dfe04cdd2cd4d] Daemon stopped [2019-09-11T09:56:48.212Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-11T09:56:48.212Z] daemon.go:336: [d4d98edc56c5b] waiting for daemon to start [2019-09-11T09:56:48.212Z] daemon.go:336: [d4d98edc56c5b] waiting for daemon to start [2019-09-11T09:56:48.212Z] daemon.go:364: [d4d98edc56c5b] daemon started [2019-09-11T09:56:48.212Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2019-09-11T09:56:48.212Z] daemon.go:472: [d4d98edc56c5b] Stopping daemon [2019-09-11T09:56:48.212Z] daemon.go:307: [d4d98edc56c5b] exiting daemon [2019-09-11T09:56:48.212Z] daemon.go:459: [d4d98edc56c5b] Daemon stopped [2019-09-11T09:56:48.212Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-11T09:56:48.212Z] daemon.go:336: [da3b81aa8024f] waiting for daemon to start [2019-09-11T09:56:48.212Z] daemon.go:336: [da3b81aa8024f] waiting for daemon to start [2019-09-11T09:56:48.212Z] daemon.go:364: [da3b81aa8024f] daemon started [2019-09-11T09:56:48.212Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.21s) [2019-09-11T09:56:48.212Z] daemon.go:472: [da3b81aa8024f] Stopping daemon [2019-09-11T09:56:48.212Z] daemon.go:307: [da3b81aa8024f] exiting daemon [2019-09-11T09:56:48.212Z] daemon.go:459: [da3b81aa8024f] Daemon stopped [2019-09-11T09:56:48.212Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-11T09:56:48.212Z] daemon.go:336: [da4fd74404258] waiting for daemon to start [2019-09-11T09:56:48.212Z] daemon.go:336: [da4fd74404258] waiting for daemon to start [2019-09-11T09:56:48.212Z] daemon.go:364: [da4fd74404258] daemon started [2019-09-11T09:56:48.212Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.18s) [2019-09-11T09:56:48.212Z] daemon.go:472: [da4fd74404258] Stopping daemon [2019-09-11T09:56:48.212Z] daemon.go:307: [da4fd74404258] exiting daemon [2019-09-11T09:56:48.212Z] daemon.go:459: [da4fd74404258] Daemon stopped [2019-09-11T09:56:48.212Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-11T09:56:48.212Z] daemon.go:336: [d9a6cd0a63b43] waiting for daemon to start [2019-09-11T09:56:48.212Z] daemon.go:336: [d9a6cd0a63b43] waiting for daemon to start [2019-09-11T09:56:48.212Z] daemon.go:364: [d9a6cd0a63b43] daemon started [2019-09-11T09:56:48.212Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.94s) [2019-09-11T09:56:48.212Z] daemon.go:472: [d9a6cd0a63b43] Stopping daemon [2019-09-11T09:56:48.212Z] daemon.go:307: [d9a6cd0a63b43] exiting daemon [2019-09-11T09:56:48.212Z] daemon.go:459: [d9a6cd0a63b43] Daemon stopped [2019-09-11T09:56:48.212Z] PASS [2019-09-11T09:56:48.212Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m [2019-09-11T09:56:48.212Z] testing: warning: no tests to run [2019-09-11T09:56:48.212Z] PASS [2019-09-11T09:56:48.212Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m [2019-09-11T09:56:48.212Z] INFO: Testing against a local daemon [2019-09-11T09:56:48.212Z] === RUN TestAuthZPluginAllowRequest [2019-09-11T09:56:49.688Z] --- PASS: TestAuthZPluginAllowRequest (1.68s) [2019-09-11T09:56:49.688Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-11T09:56:49.688Z] daemon.go:336: [dc1ef2f63cb12] waiting for daemon to start [2019-09-11T09:56:49.688Z] daemon.go:336: [dc1ef2f63cb12] waiting for daemon to start [2019-09-11T09:56:49.688Z] daemon.go:364: [dc1ef2f63cb12] daemon started [2019-09-11T09:56:49.688Z] daemon.go:472: [dc1ef2f63cb12] Stopping daemon [2019-09-11T09:56:49.688Z] daemon.go:307: [dc1ef2f63cb12] exiting daemon [2019-09-11T09:56:49.688Z] daemon.go:459: [dc1ef2f63cb12] Daemon stopped [2019-09-11T09:56:49.688Z] === RUN TestAuthZPluginTLS [2019-09-11T09:56:49.838Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceTTY [2019-09-11T09:56:50.305Z] --- PASS: TestAuthZPluginTLS (0.59s) [2019-09-11T09:56:50.305Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-11T09:56:50.305Z] daemon.go:336: [daa6d891361b9] waiting for daemon to start [2019-09-11T09:56:50.305Z] daemon.go:336: [daa6d891361b9] waiting for daemon to start [2019-09-11T09:56:50.305Z] daemon.go:364: [daa6d891361b9] daemon started [2019-09-11T09:56:50.305Z] daemon.go:472: [daa6d891361b9] Stopping daemon [2019-09-11T09:56:50.305Z] daemon.go:307: [daa6d891361b9] exiting daemon [2019-09-11T09:56:50.305Z] daemon.go:459: [daa6d891361b9] Daemon stopped [2019-09-11T09:56:50.305Z] === RUN TestAuthZPluginDenyRequest [2019-09-11T09:56:50.920Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2019-09-11T09:56:50.920Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-11T09:56:50.920Z] daemon.go:336: [dfe11085291e6] waiting for daemon to start [2019-09-11T09:56:50.920Z] daemon.go:336: [dfe11085291e6] waiting for daemon to start [2019-09-11T09:56:50.920Z] daemon.go:364: [dfe11085291e6] daemon started [2019-09-11T09:56:50.920Z] daemon.go:472: [dfe11085291e6] Stopping daemon [2019-09-11T09:56:50.920Z] daemon.go:307: [dfe11085291e6] exiting daemon [2019-09-11T09:56:50.920Z] daemon.go:459: [dfe11085291e6] Daemon stopped [2019-09-11T09:56:50.920Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-11T09:56:51.536Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2019-09-11T09:56:51.536Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-11T09:56:51.536Z] daemon.go:336: [d60d1189722ff] waiting for daemon to start [2019-09-11T09:56:51.536Z] daemon.go:336: [d60d1189722ff] waiting for daemon to start [2019-09-11T09:56:51.536Z] daemon.go:364: [d60d1189722ff] daemon started [2019-09-11T09:56:51.536Z] daemon.go:472: [d60d1189722ff] Stopping daemon [2019-09-11T09:56:51.536Z] daemon.go:307: [d60d1189722ff] exiting daemon [2019-09-11T09:56:51.536Z] daemon.go:459: [d60d1189722ff] Daemon stopped [2019-09-11T09:56:51.536Z] === RUN TestAuthZPluginDenyResponse [2019-09-11T09:56:52.150Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2019-09-11T09:56:52.150Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-11T09:56:52.150Z] daemon.go:336: [d5f0a64f8fb2d] waiting for daemon to start [2019-09-11T09:56:52.150Z] daemon.go:336: [d5f0a64f8fb2d] waiting for daemon to start [2019-09-11T09:56:52.150Z] daemon.go:364: [d5f0a64f8fb2d] daemon started [2019-09-11T09:56:52.150Z] daemon.go:472: [d5f0a64f8fb2d] Stopping daemon [2019-09-11T09:56:52.150Z] daemon.go:307: [d5f0a64f8fb2d] exiting daemon [2019-09-11T09:56:52.150Z] daemon.go:459: [d5f0a64f8fb2d] Daemon stopped [2019-09-11T09:56:52.150Z] === RUN TestAuthZPluginAllowEventStream [2019-09-11T09:56:54.189Z] --- PASS: TestAuthZPluginAllowEventStream (1.72s) [2019-09-11T09:56:54.189Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-11T09:56:54.189Z] daemon.go:336: [d12e10e262de6] waiting for daemon to start [2019-09-11T09:56:54.189Z] daemon.go:336: [d12e10e262de6] waiting for daemon to start [2019-09-11T09:56:54.189Z] daemon.go:364: [d12e10e262de6] daemon started [2019-09-11T09:56:54.189Z] daemon.go:472: [d12e10e262de6] Stopping daemon [2019-09-11T09:56:54.189Z] daemon.go:307: [d12e10e262de6] exiting daemon [2019-09-11T09:56:54.189Z] daemon.go:459: [d12e10e262de6] Daemon stopped [2019-09-11T09:56:54.189Z] === RUN TestAuthZPluginErrorResponse [2019-09-11T09:56:54.473Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2019-09-11T09:56:54.473Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-11T09:56:54.473Z] daemon.go:336: [d86cf012994af] waiting for daemon to start [2019-09-11T09:56:54.473Z] daemon.go:336: [d86cf012994af] waiting for daemon to start [2019-09-11T09:56:54.473Z] daemon.go:364: [d86cf012994af] daemon started [2019-09-11T09:56:54.473Z] daemon.go:472: [d86cf012994af] Stopping daemon [2019-09-11T09:56:54.473Z] daemon.go:307: [d86cf012994af] exiting daemon [2019-09-11T09:56:54.473Z] daemon.go:459: [d86cf012994af] Daemon stopped [2019-09-11T09:56:54.473Z] === RUN TestAuthZPluginErrorRequest [2019-09-11T09:56:54.561Z] === RUN Test/DockerSuite/TestBuildCopyWildcardCache [2019-09-11T09:56:54.561Z] === RUN Test/DockerSuite/TestBuildCopyWildcardInName [2019-09-11T09:56:54.561Z] === RUN Test/DockerSuite/TestBuildDeleteCommittedFile [2019-09-11T09:56:55.092Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-09-11T09:56:55.097Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-09-11T09:56:55.097Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-11T09:56:55.097Z] daemon.go:336: [d014616f7539a] waiting for daemon to start [2019-09-11T09:56:55.097Z] daemon.go:336: [d014616f7539a] waiting for daemon to start [2019-09-11T09:56:55.097Z] daemon.go:364: [d014616f7539a] daemon started [2019-09-11T09:56:55.097Z] daemon.go:472: [d014616f7539a] Stopping daemon [2019-09-11T09:56:55.097Z] daemon.go:307: [d014616f7539a] exiting daemon [2019-09-11T09:56:55.097Z] daemon.go:459: [d014616f7539a] Daemon stopped [2019-09-11T09:56:55.097Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-11T09:56:55.713Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.59s) [2019-09-11T09:56:55.713Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-11T09:56:55.713Z] daemon.go:336: [d88b39358a01f] waiting for daemon to start [2019-09-11T09:56:55.713Z] daemon.go:336: [d88b39358a01f] waiting for daemon to start [2019-09-11T09:56:55.713Z] daemon.go:364: [d88b39358a01f] daemon started [2019-09-11T09:56:55.713Z] daemon.go:472: [d88b39358a01f] Stopping daemon [2019-09-11T09:56:55.713Z] daemon.go:307: [d88b39358a01f] exiting daemon [2019-09-11T09:56:55.713Z] daemon.go:459: [d88b39358a01f] Daemon stopped [2019-09-11T09:56:55.713Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-11T09:56:56.765Z] === RUN Test/DockerSuite/TestCpToCaseF [2019-09-11T09:56:56.765Z] === RUN Test/DockerSuite/TestCpToCaseG [2019-09-11T09:56:56.765Z] === RUN Test/DockerSuite/TestCpToCaseH [2019-09-11T09:56:57.605Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-09-11T09:56:57.742Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.17s) [2019-09-11T09:56:57.742Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-11T09:56:57.742Z] daemon.go:336: [db5e701b58d00] waiting for daemon to start [2019-09-11T09:56:57.742Z] daemon.go:336: [db5e701b58d00] waiting for daemon to start [2019-09-11T09:56:57.742Z] daemon.go:364: [db5e701b58d00] daemon started [2019-09-11T09:56:57.742Z] daemon.go:472: [db5e701b58d00] Stopping daemon [2019-09-11T09:56:57.742Z] daemon.go:307: [db5e701b58d00] exiting daemon [2019-09-11T09:56:57.742Z] daemon.go:459: [db5e701b58d00] Daemon stopped [2019-09-11T09:56:57.742Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-11T09:56:59.765Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.16s) [2019-09-11T09:56:59.765Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-11T09:56:59.765Z] daemon.go:336: [d18eaed92530b] waiting for daemon to start [2019-09-11T09:56:59.765Z] daemon.go:336: [d18eaed92530b] waiting for daemon to start [2019-09-11T09:56:59.765Z] daemon.go:364: [d18eaed92530b] daemon started [2019-09-11T09:56:59.765Z] daemon.go:472: [d18eaed92530b] Stopping daemon [2019-09-11T09:56:59.765Z] daemon.go:307: [d18eaed92530b] exiting daemon [2019-09-11T09:56:59.765Z] daemon.go:459: [d18eaed92530b] Daemon stopped [2019-09-11T09:56:59.765Z] === RUN TestAuthZPluginHeader [2019-09-11T09:57:00.776Z] --- PASS: TestAuthZPluginHeader (0.98s) [2019-09-11T09:57:00.776Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-11T09:57:00.776Z] daemon.go:336: [da6600a7400d9] waiting for daemon to start [2019-09-11T09:57:00.776Z] daemon.go:336: [da6600a7400d9] waiting for daemon to start [2019-09-11T09:57:00.776Z] daemon.go:364: [da6600a7400d9] daemon started [2019-09-11T09:57:00.776Z] daemon.go:472: [da6600a7400d9] Stopping daemon [2019-09-11T09:57:00.776Z] daemon.go:307: [da6600a7400d9] exiting daemon [2019-09-11T09:57:00.776Z] daemon.go:459: [da6600a7400d9] Daemon stopped [2019-09-11T09:57:00.776Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-11T09:57:00.776Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-11T09:57:00.776Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:57:00.776Z] === RUN TestAuthZPluginV2Disable [2019-09-11T09:57:00.776Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-11T09:57:00.776Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:57:00.776Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-11T09:57:00.776Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-11T09:57:00.776Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:57:00.776Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-11T09:57:00.776Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-11T09:57:00.776Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:57:00.776Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-11T09:57:00.866Z] === RUN Test/DockerSwarmSuite/TestSwarmServiceWithGroup [2019-09-11T09:57:02.572Z] === RUN Test/DockerSuite/TestCpToCaseI [2019-09-11T09:57:02.572Z] === RUN Test/DockerSuite/TestCpToCaseJ [2019-09-11T09:57:02.572Z] === RUN Test/DockerSuite/TestCpToDot [2019-09-11T09:57:04.127Z] === RUN Test/DockerSwarmSuite/TestSwarmStopSignal [2019-09-11T09:57:07.391Z] === RUN Test/DockerSwarmSuite/TestSwarmTaskListFilter [2019-09-11T09:57:09.664Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyRootfs [2019-09-11T09:57:09.664Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyVolume [2019-09-11T09:57:09.664Z] === RUN Test/DockerSuite/TestCpToStdout [2019-09-11T09:57:11.553Z] === RUN Test/DockerSwarmSuite/TestSwarmUpdate [2019-09-11T09:57:11.851Z] === RUN Test/DockerSuite/TestCpToSymlinkDestination [2019-09-11T09:57:11.851Z] === RUN Test/DockerSuite/TestCpToSymlinkToDirectory [2019-09-11T09:57:11.851Z] === RUN Test/DockerSuite/TestCpUnprivilegedUser [2019-09-11T09:57:11.851Z] === RUN Test/DockerSuite/TestCpVolumePath [2019-09-11T09:57:11.851Z] === RUN Test/DockerSuite/TestCreate64ByteHexID [2019-09-11T09:57:11.851Z] === RUN Test/DockerSuite/TestCreateArgs [2019-09-11T09:57:11.851Z] === RUN Test/DockerSuite/TestCreateByImageID [2019-09-11T09:57:13.395Z] === RUN Test/DockerSuite/TestCreateEchoStdout [2019-09-11T09:57:14.063Z] === RUN Test/DockerSwarmSuite/TestSwarmVolumePlugin [2019-09-11T09:57:15.581Z] === RUN Test/DockerSuite/TestCreateGrowRootfs [2019-09-11T09:57:16.041Z] === RUN Test/DockerSuite/TestCreateHostConfig [2019-09-11T09:57:16.041Z] === RUN Test/DockerSuite/TestCreateHostnameWithNumber [2019-09-11T09:57:18.227Z] === RUN Test/DockerSuite/TestCreateLabelFromImage [2019-09-11T09:57:18.689Z] === RUN Test/DockerSuite/TestCreateLabels [2019-09-11T09:57:18.689Z] === RUN Test/DockerSuite/TestCreateModeIpcContainer [2019-09-11T09:57:18.689Z] === RUN Test/DockerSuite/TestCreateRM [2019-09-11T09:57:18.689Z] === RUN Test/DockerSuite/TestCreateShrinkRootfs [2019-09-11T09:57:19.150Z] === RUN Test/DockerSuite/TestCreateStopSignal [2019-09-11T09:57:19.150Z] === RUN Test/DockerSuite/TestCreateStopTimeout [2019-09-11T09:57:19.220Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.90s) [2019-09-11T09:57:19.220Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-11T09:57:19.220Z] daemon.go:336: [d04413c7eeec2] waiting for daemon to start [2019-09-11T09:57:19.220Z] daemon.go:336: [d04413c7eeec2] waiting for daemon to start [2019-09-11T09:57:19.220Z] daemon.go:364: [d04413c7eeec2] daemon started [2019-09-11T09:57:19.220Z] daemon.go:472: [d04413c7eeec2] Stopping daemon [2019-09-11T09:57:19.220Z] daemon.go:307: [d04413c7eeec2] exiting daemon [2019-09-11T09:57:19.220Z] daemon.go:459: [d04413c7eeec2] Daemon stopped [2019-09-11T09:57:19.220Z] daemon.go:336: [d04413c7eeec2] waiting for daemon to start [2019-09-11T09:57:19.220Z] daemon.go:336: [d04413c7eeec2] waiting for daemon to start [2019-09-11T09:57:19.220Z] daemon.go:336: [d04413c7eeec2] waiting for daemon to start [2019-09-11T09:57:19.220Z] daemon.go:336: [d04413c7eeec2] waiting for daemon to start [2019-09-11T09:57:19.220Z] daemon.go:350: [d04413c7eeec2] error pinging daemon on start: Get http://d04413c7eeec2.sock/_ping: context deadline exceeded [2019-09-11T09:57:19.220Z] daemon.go:336: [d04413c7eeec2] waiting for daemon to start [2019-09-11T09:57:19.220Z] daemon.go:350: [d04413c7eeec2] error pinging daemon on start: Get http://d04413c7eeec2.sock/_ping: context deadline exceeded [2019-09-11T09:57:19.220Z] daemon.go:336: [d04413c7eeec2] waiting for daemon to start [2019-09-11T09:57:19.220Z] daemon.go:350: [d04413c7eeec2] error pinging daemon on start: Get http://d04413c7eeec2.sock/_ping: context deadline exceeded [2019-09-11T09:57:19.220Z] daemon.go:336: [d04413c7eeec2] waiting for daemon to start [2019-09-11T09:57:19.220Z] daemon.go:350: [d04413c7eeec2] error pinging daemon on start: Get http://d04413c7eeec2.sock/_ping: context deadline exceeded [2019-09-11T09:57:19.220Z] daemon.go:307: [d04413c7eeec2] exiting daemon [2019-09-11T09:57:19.220Z] daemon.go:336: [d04413c7eeec2] waiting for daemon to start [2019-09-11T09:57:19.220Z] daemon.go:336: [d04413c7eeec2] waiting for daemon to start [2019-09-11T09:57:19.220Z] daemon.go:336: [d04413c7eeec2] waiting for daemon to start [2019-09-11T09:57:19.220Z] daemon.go:364: [d04413c7eeec2] daemon started [2019-09-11T09:57:19.220Z] daemon.go:472: [d04413c7eeec2] Stopping daemon [2019-09-11T09:57:19.220Z] daemon.go:307: [d04413c7eeec2] exiting daemon [2019-09-11T09:57:19.220Z] daemon.go:459: [d04413c7eeec2] Daemon stopped [2019-09-11T09:57:19.220Z] PASS [2019-09-11T09:57:19.220Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m [2019-09-11T09:57:19.220Z] INFO: Testing against a local daemon [2019-09-11T09:57:19.220Z] === RUN TestPluginInvalidJSON [2019-09-11T09:57:19.220Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:57:19.220Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:57:19.220Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-11T09:57:19.220Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-09-11T09:57:19.220Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-11T09:57:19.220Z] PASS [2019-09-11T09:57:19.220Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m [2019-09-11T09:57:19.220Z] INFO: Testing against a local daemon [2019-09-11T09:57:19.220Z] === RUN TestExternalGraphDriver [2019-09-11T09:57:19.220Z] === RUN TestExternalGraphDriver/json [2019-09-11T09:57:19.611Z] === RUN Test/DockerSuite/TestCreateUnsetEntrypoint [2019-09-11T09:57:19.725Z] === RUN Test/DockerSuite/TestBuildDockerfileStdin [2019-09-11T09:57:20.227Z] === RUN TestExternalGraphDriver/spec [2019-09-11T09:57:21.260Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinConflict [2019-09-11T09:57:21.718Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-11T09:57:22.907Z] === RUN TestExternalGraphDriver/pull [2019-09-11T09:57:24.943Z] --- PASS: TestExternalGraphDriver (6.61s) [2019-09-11T09:57:24.943Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-11T09:57:24.943Z] daemon.go:336: [dcf8e56606f23] waiting for daemon to start [2019-09-11T09:57:24.943Z] daemon.go:336: [dcf8e56606f23] waiting for daemon to start [2019-09-11T09:57:24.943Z] daemon.go:364: [dcf8e56606f23] daemon started [2019-09-11T09:57:24.943Z] daemon.go:472: [dcf8e56606f23] Stopping daemon [2019-09-11T09:57:24.943Z] daemon.go:307: [dcf8e56606f23] exiting daemon [2019-09-11T09:57:24.943Z] daemon.go:459: [dcf8e56606f23] Daemon stopped [2019-09-11T09:57:24.943Z] daemon.go:336: [dcf8e56606f23] waiting for daemon to start [2019-09-11T09:57:24.943Z] daemon.go:336: [dcf8e56606f23] waiting for daemon to start [2019-09-11T09:57:24.943Z] daemon.go:364: [dcf8e56606f23] daemon started [2019-09-11T09:57:24.943Z] daemon.go:472: [dcf8e56606f23] Stopping daemon [2019-09-11T09:57:24.943Z] daemon.go:307: [dcf8e56606f23] exiting daemon [2019-09-11T09:57:24.943Z] daemon.go:459: [dcf8e56606f23] Daemon stopped [2019-09-11T09:57:24.943Z] --- PASS: TestExternalGraphDriver/json (2.09s) [2019-09-11T09:57:24.943Z] daemon.go:336: [dcf8e56606f23] waiting for daemon to start [2019-09-11T09:57:24.943Z] daemon.go:336: [dcf8e56606f23] waiting for daemon to start [2019-09-11T09:57:24.943Z] daemon.go:364: [dcf8e56606f23] daemon started [2019-09-11T09:57:24.943Z] daemon.go:472: [dcf8e56606f23] Stopping daemon [2019-09-11T09:57:24.943Z] daemon.go:307: [dcf8e56606f23] exiting daemon [2019-09-11T09:57:24.943Z] daemon.go:459: [dcf8e56606f23] Daemon stopped [2019-09-11T09:57:24.943Z] daemon.go:336: [dcf8e56606f23] waiting for daemon to start [2019-09-11T09:57:24.943Z] daemon.go:336: [dcf8e56606f23] waiting for daemon to start [2019-09-11T09:57:24.943Z] daemon.go:364: [dcf8e56606f23] daemon started [2019-09-11T09:57:24.943Z] daemon.go:472: [dcf8e56606f23] Stopping daemon [2019-09-11T09:57:24.943Z] daemon.go:307: [dcf8e56606f23] exiting daemon [2019-09-11T09:57:24.943Z] daemon.go:459: [dcf8e56606f23] Daemon stopped [2019-09-11T09:57:24.943Z] --- PASS: TestExternalGraphDriver/spec (2.07s) [2019-09-11T09:57:24.943Z] daemon.go:336: [dcf8e56606f23] waiting for daemon to start [2019-09-11T09:57:24.943Z] daemon.go:336: [dcf8e56606f23] waiting for daemon to start [2019-09-11T09:57:24.943Z] daemon.go:364: [dcf8e56606f23] daemon started [2019-09-11T09:57:24.943Z] daemon.go:472: [dcf8e56606f23] Stopping daemon [2019-09-11T09:57:24.943Z] daemon.go:307: [dcf8e56606f23] exiting daemon [2019-09-11T09:57:24.943Z] daemon.go:459: [dcf8e56606f23] Daemon stopped [2019-09-11T09:57:24.943Z] --- PASS: TestExternalGraphDriver/pull (2.24s) [2019-09-11T09:57:24.943Z] === RUN TestGraphdriverPluginV2 [2019-09-11T09:57:24.943Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-09-11T09:57:24.943Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:57:24.943Z] PASS [2019-09-11T09:57:24.943Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m [2019-09-11T09:57:24.943Z] INFO: Testing against a local daemon [2019-09-11T09:57:24.943Z] === RUN TestContinueAfterPluginCrash [2019-09-11T09:57:24.943Z] === PAUSE TestContinueAfterPluginCrash [2019-09-11T09:57:24.943Z] === RUN TestDaemonStartWithLogOpt [2019-09-11T09:57:24.943Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-11T09:57:24.943Z] === CONT TestContinueAfterPluginCrash [2019-09-11T09:57:24.943Z] === CONT TestDaemonStartWithLogOpt [2019-09-11T09:57:26.705Z] === RUN Test/DockerSuite/TestCreateVolumesCreated [2019-09-11T09:57:26.705Z] === RUN Test/DockerSuite/TestCreateWithInvalidLogOpts [2019-09-11T09:57:27.165Z] === RUN Test/DockerSuite/TestCreateWithLargePortRange [2019-09-11T09:57:28.789Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-11T09:57:31.869Z] === RUN Test/DockerSuite/TestCreateWithPortRange [2019-09-11T09:57:31.869Z] === RUN Test/DockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-11T09:57:31.869Z] === RUN Test/DockerSuite/TestCreateWithWorkdir [2019-09-11T09:57:33.477Z] === RUN Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDeprecatedStartWithNilDNS [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDevicePermissions [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDockerFails [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestEventsAttach [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestEventsCommit [2019-09-11T09:57:34.055Z] === RUN Test/DockerSuite/TestEventsContainerEvents [2019-09-11T09:57:36.240Z] === RUN Test/DockerSuite/TestEventsContainerEventsAttrSort [2019-09-11T09:57:38.435Z] === RUN Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-11T09:57:39.268Z] === RUN Test/DockerSuite/TestBuildDockerignore [2019-09-11T09:57:40.619Z] === RUN Test/DockerSuite/TestEventsContainerRestart [2019-09-11T09:57:43.442Z] --- PASS: TestDaemonStartWithLogOpt (16.27s) [2019-09-11T09:57:43.442Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-11T09:57:43.442Z] daemon.go:336: [df61da9bb3d35] waiting for daemon to start [2019-09-11T09:57:43.442Z] daemon.go:336: [df61da9bb3d35] waiting for daemon to start [2019-09-11T09:57:43.442Z] daemon.go:364: [df61da9bb3d35] daemon started [2019-09-11T09:57:43.442Z] daemon.go:472: [df61da9bb3d35] Stopping daemon [2019-09-11T09:57:43.442Z] daemon.go:307: [df61da9bb3d35] exiting daemon [2019-09-11T09:57:43.442Z] daemon.go:459: [df61da9bb3d35] Daemon stopped [2019-09-11T09:57:43.442Z] daemon.go:336: [df61da9bb3d35] waiting for daemon to start [2019-09-11T09:57:43.442Z] daemon.go:336: [df61da9bb3d35] waiting for daemon to start [2019-09-11T09:57:43.442Z] daemon.go:364: [df61da9bb3d35] daemon started [2019-09-11T09:57:43.442Z] daemon.go:472: [df61da9bb3d35] Stopping daemon [2019-09-11T09:57:43.442Z] daemon.go:307: [df61da9bb3d35] exiting daemon [2019-09-11T09:57:43.442Z] daemon.go:459: [df61da9bb3d35] Daemon stopped [2019-09-11T09:57:46.109Z] --- PASS: TestContinueAfterPluginCrash (21.06s) [2019-09-11T09:57:46.109Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-11T09:57:46.109Z] daemon.go:336: [d3692cf8468d8] waiting for daemon to start [2019-09-11T09:57:46.109Z] daemon.go:336: [d3692cf8468d8] waiting for daemon to start [2019-09-11T09:57:46.109Z] daemon.go:364: [d3692cf8468d8] daemon started [2019-09-11T09:57:46.109Z] daemon.go:472: [d3692cf8468d8] Stopping daemon [2019-09-11T09:57:46.109Z] daemon.go:307: [d3692cf8468d8] exiting daemon [2019-09-11T09:57:46.109Z] daemon.go:459: [d3692cf8468d8] Daemon stopped [2019-09-11T09:57:46.109Z] PASS [2019-09-11T09:57:46.109Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m [2019-09-11T09:57:46.109Z] INFO: Testing against a local daemon [2019-09-11T09:57:46.109Z] === RUN TestPluginWithDevMounts [2019-09-11T09:57:46.109Z] === PAUSE TestPluginWithDevMounts [2019-09-11T09:57:46.109Z] === CONT TestPluginWithDevMounts [2019-09-11T09:57:48.800Z] --- PASS: TestPluginWithDevMounts (2.37s) [2019-09-11T09:57:48.800Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-11T09:57:48.800Z] daemon.go:336: [d95566c69e8e0] waiting for daemon to start [2019-09-11T09:57:48.800Z] daemon.go:336: [d95566c69e8e0] waiting for daemon to start [2019-09-11T09:57:48.800Z] daemon.go:364: [d95566c69e8e0] daemon started [2019-09-11T09:57:48.800Z] daemon.go:472: [d95566c69e8e0] Stopping daemon [2019-09-11T09:57:48.800Z] daemon.go:307: [d95566c69e8e0] exiting daemon [2019-09-11T09:57:48.800Z] daemon.go:459: [d95566c69e8e0] Daemon stopped [2019-09-11T09:57:48.800Z] PASS [2019-09-11T09:57:48.800Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m [2019-09-11T09:57:48.800Z] INFO: Testing against a local daemon [2019-09-11T09:57:48.800Z] === RUN TestSecretInspect [2019-09-11T09:57:49.204Z] === RUN Test/DockerSuite/TestEventsCopy [2019-09-11T09:57:50.826Z] --- PASS: TestSecretInspect (2.32s) [2019-09-11T09:57:50.826Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-11T09:57:50.826Z] daemon.go:336: [d8bcf94ca15e9] waiting for daemon to start [2019-09-11T09:57:50.826Z] daemon.go:336: [d8bcf94ca15e9] waiting for daemon to start [2019-09-11T09:57:50.826Z] daemon.go:364: [d8bcf94ca15e9] daemon started [2019-09-11T09:57:50.826Z] daemon.go:472: [d8bcf94ca15e9] Stopping daemon [2019-09-11T09:57:50.826Z] daemon.go:307: [d8bcf94ca15e9] exiting daemon [2019-09-11T09:57:50.826Z] daemon.go:459: [d8bcf94ca15e9] Daemon stopped [2019-09-11T09:57:50.826Z] === RUN TestSecretList [2019-09-11T09:57:53.504Z] --- PASS: TestSecretList (2.27s) [2019-09-11T09:57:53.504Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-11T09:57:53.504Z] daemon.go:336: [db238bae97123] waiting for daemon to start [2019-09-11T09:57:53.504Z] daemon.go:336: [db238bae97123] waiting for daemon to start [2019-09-11T09:57:53.504Z] daemon.go:364: [db238bae97123] daemon started [2019-09-11T09:57:53.504Z] daemon.go:472: [db238bae97123] Stopping daemon [2019-09-11T09:57:53.504Z] daemon.go:307: [db238bae97123] exiting daemon [2019-09-11T09:57:53.504Z] daemon.go:459: [db238bae97123] Daemon stopped [2019-09-11T09:57:53.504Z] === RUN TestSecretsCreateAndDelete [2019-09-11T09:57:53.905Z] === RUN Test/DockerSuite/TestEventsFilterContainer [2019-09-11T09:57:55.534Z] --- PASS: TestSecretsCreateAndDelete (2.25s) [2019-09-11T09:57:55.534Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-11T09:57:55.534Z] daemon.go:336: [d8528f243b8da] waiting for daemon to start [2019-09-11T09:57:55.534Z] daemon.go:336: [d8528f243b8da] waiting for daemon to start [2019-09-11T09:57:55.534Z] daemon.go:364: [d8528f243b8da] daemon started [2019-09-11T09:57:55.534Z] daemon.go:472: [d8528f243b8da] Stopping daemon [2019-09-11T09:57:55.534Z] daemon.go:307: [d8528f243b8da] exiting daemon [2019-09-11T09:57:55.534Z] daemon.go:459: [d8528f243b8da] Daemon stopped [2019-09-11T09:57:55.534Z] === RUN TestSecretsUpdate [2019-09-11T09:57:57.568Z] --- PASS: TestSecretsUpdate (2.24s) [2019-09-11T09:57:57.568Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-11T09:57:57.568Z] daemon.go:336: [d9d3dc3124083] waiting for daemon to start [2019-09-11T09:57:57.568Z] daemon.go:336: [d9d3dc3124083] waiting for daemon to start [2019-09-11T09:57:57.568Z] daemon.go:364: [d9d3dc3124083] daemon started [2019-09-11T09:57:57.568Z] daemon.go:472: [d9d3dc3124083] Stopping daemon [2019-09-11T09:57:57.568Z] daemon.go:307: [d9d3dc3124083] exiting daemon [2019-09-11T09:57:57.568Z] daemon.go:459: [d9d3dc3124083] Daemon stopped [2019-09-11T09:57:57.568Z] === RUN TestTemplatedSecret [2019-09-11T09:57:58.611Z] === RUN Test/DockerSuite/TestEventsFilterImageInContainerAction [2019-09-11T09:58:00.154Z] === RUN Test/DockerSuite/TestEventsFilterImageLabels [2019-09-11T09:58:00.615Z] === RUN Test/DockerSuite/TestEventsFilterImageName [2019-09-11T09:58:01.024Z] --- PASS: TestTemplatedSecret (2.95s) [2019-09-11T09:58:01.024Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-11T09:58:01.024Z] daemon.go:336: [db1f946bc3af2] waiting for daemon to start [2019-09-11T09:58:01.024Z] daemon.go:336: [db1f946bc3af2] waiting for daemon to start [2019-09-11T09:58:01.024Z] daemon.go:364: [db1f946bc3af2] daemon started [2019-09-11T09:58:01.024Z] daemon.go:472: [db1f946bc3af2] Stopping daemon [2019-09-11T09:58:01.024Z] daemon.go:307: [db1f946bc3af2] exiting daemon [2019-09-11T09:58:01.024Z] daemon.go:459: [db1f946bc3af2] Daemon stopped [2019-09-11T09:58:01.024Z] === RUN TestSecretCreateResolve [2019-09-11T09:58:03.050Z] --- PASS: TestSecretCreateResolve (2.28s) [2019-09-11T09:58:03.050Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-11T09:58:03.050Z] daemon.go:336: [d41b130650e49] waiting for daemon to start [2019-09-11T09:58:03.050Z] daemon.go:336: [d41b130650e49] waiting for daemon to start [2019-09-11T09:58:03.050Z] daemon.go:364: [d41b130650e49] daemon started [2019-09-11T09:58:03.050Z] daemon.go:472: [d41b130650e49] Stopping daemon [2019-09-11T09:58:03.050Z] daemon.go:307: [d41b130650e49] exiting daemon [2019-09-11T09:58:03.050Z] daemon.go:459: [d41b130650e49] Daemon stopped [2019-09-11T09:58:03.050Z] PASS [2019-09-11T09:58:03.050Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m [2019-09-11T09:58:03.050Z] INFO: Testing against a local daemon [2019-09-11T09:58:03.050Z] === RUN TestServiceCreateInit [2019-09-11T09:58:03.050Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-11T09:58:07.448Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-11T09:58:09.204Z] === RUN Test/DockerSuite/TestEventsFilterLabels [2019-09-11T09:58:09.204Z] === RUN Test/DockerSuite/TestEventsFilterType [2019-09-11T09:58:10.176Z] === RUN Test/DockerSuite/TestEventsFilters [2019-09-11T09:58:10.210Z] === RUN Test/DockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-09-11T09:58:11.837Z] --- PASS: TestServiceCreateInit (8.35s) [2019-09-11T09:58:11.837Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.21s) [2019-09-11T09:58:11.837Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-11T09:58:11.837Z] daemon.go:336: [d8edf49d559f8] waiting for daemon to start [2019-09-11T09:58:11.837Z] daemon.go:336: [d8edf49d559f8] waiting for daemon to start [2019-09-11T09:58:11.837Z] daemon.go:364: [d8edf49d559f8] daemon started [2019-09-11T09:58:11.837Z] daemon.go:472: [d8edf49d559f8] Stopping daemon [2019-09-11T09:58:11.837Z] daemon.go:307: [d8edf49d559f8] exiting daemon [2019-09-11T09:58:11.837Z] daemon.go:459: [d8edf49d559f8] Daemon stopped [2019-09-11T09:58:11.837Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.10s) [2019-09-11T09:58:11.837Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-11T09:58:11.837Z] daemon.go:336: [df79c2a736864] waiting for daemon to start [2019-09-11T09:58:11.837Z] daemon.go:336: [df79c2a736864] waiting for daemon to start [2019-09-11T09:58:11.837Z] daemon.go:364: [df79c2a736864] daemon started [2019-09-11T09:58:11.837Z] daemon.go:472: [df79c2a736864] Stopping daemon [2019-09-11T09:58:11.837Z] daemon.go:307: [df79c2a736864] exiting daemon [2019-09-11T09:58:11.837Z] daemon.go:459: [df79c2a736864] Daemon stopped [2019-09-11T09:58:11.837Z] === RUN TestCreateServiceMultipleTimes [2019-09-11T09:58:14.881Z] === RUN Test/DockerSuite/TestEventsFormat [2019-09-11T09:58:23.469Z] === RUN Test/DockerSuite/TestEventsFormatBadField [2019-09-11T09:58:23.469Z] === RUN Test/DockerSuite/TestEventsFormatBadFunc [2019-09-11T09:58:23.469Z] === RUN Test/DockerSuite/TestEventsImageImport [2019-09-11T09:58:23.469Z] === RUN Test/DockerSuite/TestEventsImageLoad [2019-09-11T09:58:23.469Z] === RUN Test/DockerSuite/TestEventsImagePull [2019-09-11T09:58:23.469Z] === RUN Test/DockerSuite/TestEventsImageTag [2019-09-11T09:58:25.014Z] === RUN Test/DockerSuite/TestEventsPluginOps [2019-09-11T09:58:25.014Z] === RUN Test/DockerSuite/TestEventsRename [2019-09-11T09:58:25.040Z] === RUN Test/DockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-09-11T09:58:30.300Z] --- PASS: TestCreateServiceMultipleTimes (17.71s) [2019-09-11T09:58:30.300Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-11T09:58:30.300Z] daemon.go:336: [d4bb3e0da2370] waiting for daemon to start [2019-09-11T09:58:30.300Z] daemon.go:336: [d4bb3e0da2370] waiting for daemon to start [2019-09-11T09:58:30.300Z] daemon.go:364: [d4bb3e0da2370] daemon started [2019-09-11T09:58:30.300Z] daemon.go:472: [d4bb3e0da2370] Stopping daemon [2019-09-11T09:58:30.300Z] daemon.go:307: [d4bb3e0da2370] exiting daemon [2019-09-11T09:58:30.300Z] daemon.go:459: [d4bb3e0da2370] Daemon stopped [2019-09-11T09:58:30.300Z] === RUN TestCreateServiceConflict [2019-09-11T09:58:31.311Z] --- PASS: TestCreateServiceConflict (2.25s) [2019-09-11T09:58:31.311Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-11T09:58:31.311Z] daemon.go:336: [d6a43e9ea95ba] waiting for daemon to start [2019-09-11T09:58:31.311Z] daemon.go:336: [d6a43e9ea95ba] waiting for daemon to start [2019-09-11T09:58:31.311Z] daemon.go:364: [d6a43e9ea95ba] daemon started [2019-09-11T09:58:31.311Z] daemon.go:472: [d6a43e9ea95ba] Stopping daemon [2019-09-11T09:58:31.311Z] daemon.go:307: [d6a43e9ea95ba] exiting daemon [2019-09-11T09:58:31.311Z] daemon.go:459: [d6a43e9ea95ba] Daemon stopped [2019-09-11T09:58:31.311Z] === RUN TestCreateServiceMaxReplicas [2019-09-11T09:58:32.103Z] === RUN Test/DockerSuite/TestEventsResize [2019-09-11T09:58:34.005Z] --- PASS: TestCreateServiceMaxReplicas (2.94s) [2019-09-11T09:58:34.005Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-11T09:58:34.005Z] daemon.go:336: [d8f09ad1c07b9] waiting for daemon to start [2019-09-11T09:58:34.005Z] daemon.go:336: [d8f09ad1c07b9] waiting for daemon to start [2019-09-11T09:58:34.005Z] daemon.go:364: [d8f09ad1c07b9] daemon started [2019-09-11T09:58:34.005Z] daemon.go:472: [d8f09ad1c07b9] Stopping daemon [2019-09-11T09:58:34.005Z] daemon.go:307: [d8f09ad1c07b9] exiting daemon [2019-09-11T09:58:34.005Z] daemon.go:459: [d8f09ad1c07b9] Daemon stopped [2019-09-11T09:58:34.005Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-11T09:58:34.290Z] === RUN Test/DockerSuite/TestEventsSinceInTheFuture [2019-09-11T09:58:36.476Z] === RUN Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-11T09:58:38.662Z] === RUN Test/DockerSuite/TestEventsTimestampFormats [2019-09-11T09:58:43.069Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-11T09:58:43.371Z] === RUN Test/DockerSuite/TestEventsTop [2019-09-11T09:58:43.371Z] === RUN Test/DockerSuite/TestEventsUntag [2019-09-11T09:58:46.282Z] === RUN Test/DockerSuite/TestEventsUntilInThePast [2019-09-11T09:58:49.197Z] === RUN Test/DockerSuite/TestExec [2019-09-11T09:58:49.197Z] === RUN Test/DockerSuite/TestExecAPICreateContainerPaused [2019-09-11T09:58:49.197Z] === RUN Test/DockerSuite/TestExecAPICreateNoCmd [2019-09-11T09:58:49.227Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.28s) [2019-09-11T09:58:49.227Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-11T09:58:49.227Z] daemon.go:336: [db40d4e6bd6ff] waiting for daemon to start [2019-09-11T09:58:49.227Z] daemon.go:336: [db40d4e6bd6ff] waiting for daemon to start [2019-09-11T09:58:49.227Z] daemon.go:364: [db40d4e6bd6ff] daemon started [2019-09-11T09:58:49.227Z] daemon.go:472: [db40d4e6bd6ff] Stopping daemon [2019-09-11T09:58:49.227Z] daemon.go:307: [db40d4e6bd6ff] exiting daemon [2019-09-11T09:58:49.227Z] daemon.go:459: [db40d4e6bd6ff] Daemon stopped [2019-09-11T09:58:49.227Z] === RUN TestCreateServiceSecretFileMode [2019-09-11T09:58:50.232Z] --- PASS: TestCreateServiceSecretFileMode (2.66s) [2019-09-11T09:58:50.232Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-11T09:58:50.232Z] daemon.go:336: [dd436ebfda085] waiting for daemon to start [2019-09-11T09:58:50.232Z] daemon.go:336: [dd436ebfda085] waiting for daemon to start [2019-09-11T09:58:50.232Z] daemon.go:364: [dd436ebfda085] daemon started [2019-09-11T09:58:50.232Z] daemon.go:472: [dd436ebfda085] Stopping daemon [2019-09-11T09:58:50.232Z] daemon.go:307: [dd436ebfda085] exiting daemon [2019-09-11T09:58:50.232Z] daemon.go:459: [dd436ebfda085] Daemon stopped [2019-09-11T09:58:50.232Z] === RUN TestCreateServiceConfigFileMode [2019-09-11T09:58:50.740Z] === RUN Test/DockerSuite/TestExecAPICreateNoValidContentType [2019-09-11T09:58:52.910Z] --- PASS: TestCreateServiceConfigFileMode (2.63s) [2019-09-11T09:58:52.910Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-11T09:58:52.910Z] daemon.go:336: [df5e61c66e6af] waiting for daemon to start [2019-09-11T09:58:52.910Z] daemon.go:336: [df5e61c66e6af] waiting for daemon to start [2019-09-11T09:58:52.910Z] daemon.go:364: [df5e61c66e6af] daemon started [2019-09-11T09:58:52.910Z] daemon.go:472: [df5e61c66e6af] Stopping daemon [2019-09-11T09:58:52.910Z] daemon.go:307: [df5e61c66e6af] exiting daemon [2019-09-11T09:58:52.910Z] daemon.go:459: [df5e61c66e6af] Daemon stopped [2019-09-11T09:58:52.910Z] === RUN TestCreateServiceSysctls [2019-09-11T09:58:52.925Z] === RUN Test/DockerSuite/TestExecAPIStart [2019-09-11T09:58:52.925Z] === RUN Test/DockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-11T09:58:52.925Z] === RUN Test/DockerSuite/TestExecAPIStartEnsureHeaders [2019-09-11T09:58:52.925Z] === RUN Test/DockerSuite/TestExecAPIStartInvalidCommand [2019-09-11T09:58:54.468Z] === RUN Test/DockerSuite/TestExecAPIStartMultipleTimesError [2019-09-11T09:58:56.384Z] --- PASS: TestCreateServiceSysctls (3.62s) [2019-09-11T09:58:56.384Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-11T09:58:56.384Z] daemon.go:336: [d63940189de5f] waiting for daemon to start [2019-09-11T09:58:56.384Z] daemon.go:336: [d63940189de5f] waiting for daemon to start [2019-09-11T09:58:56.384Z] daemon.go:364: [d63940189de5f] daemon started [2019-09-11T09:58:56.384Z] daemon.go:472: [d63940189de5f] Stopping daemon [2019-09-11T09:58:56.384Z] daemon.go:307: [d63940189de5f] exiting daemon [2019-09-11T09:58:56.384Z] daemon.go:459: [d63940189de5f] Daemon stopped [2019-09-11T09:58:56.384Z] === RUN TestCreateServiceCapabilities [2019-09-11T09:58:56.655Z] === RUN Test/DockerSuite/TestExecAPIStartValidCommand [2019-09-11T09:58:58.197Z] === RUN Test/DockerSuite/TestExecAPIStartWithDetach [2019-09-11T09:58:59.059Z] --- PASS: TestCreateServiceCapabilities (2.63s) [2019-09-11T09:58:59.059Z] create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities [2019-09-11T09:58:59.059Z] daemon.go:336: [da2b09956883a] waiting for daemon to start [2019-09-11T09:58:59.059Z] daemon.go:336: [da2b09956883a] waiting for daemon to start [2019-09-11T09:58:59.059Z] daemon.go:364: [da2b09956883a] daemon started [2019-09-11T09:58:59.059Z] daemon.go:472: [da2b09956883a] Stopping daemon [2019-09-11T09:58:59.059Z] daemon.go:307: [da2b09956883a] exiting daemon [2019-09-11T09:58:59.059Z] daemon.go:459: [da2b09956883a] Daemon stopped [2019-09-11T09:58:59.059Z] === RUN TestInspect [2019-09-11T09:58:59.742Z] === RUN Test/DockerSuite/TestExecAfterContainerRestart [2019-09-11T09:59:01.095Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-09-11T09:59:01.737Z] --- PASS: TestInspect (2.81s) [2019-09-11T09:59:01.737Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-11T09:59:01.737Z] daemon.go:336: [db0a3d485a78c] waiting for daemon to start [2019-09-11T09:59:01.737Z] daemon.go:336: [db0a3d485a78c] waiting for daemon to start [2019-09-11T09:59:01.737Z] daemon.go:364: [db0a3d485a78c] daemon started [2019-09-11T09:59:01.737Z] daemon.go:472: [db0a3d485a78c] Stopping daemon [2019-09-11T09:59:01.737Z] daemon.go:307: [db0a3d485a78c] exiting daemon [2019-09-11T09:59:01.737Z] daemon.go:459: [db0a3d485a78c] Daemon stopped [2019-09-11T09:59:01.737Z] === RUN TestDockerNetworkConnectAlias [2019-09-11T09:59:04.447Z] === RUN Test/DockerSuite/TestExecCgroup [2019-09-11T09:59:04.447Z] === RUN Test/DockerSuite/TestExecEnv [2019-09-11T09:59:04.447Z] === RUN Test/DockerSuite/TestExecEnvLinksHost [2019-09-11T09:59:04.447Z] === RUN Test/DockerSuite/TestExecExitStatus [2019-09-11T09:59:05.311Z] === RUN Test/DockerSuite/TestBuildDockerignoreCleanPaths [2019-09-11T09:59:05.311Z] === RUN Test/DockerSuite/TestBuildDockerignoreComment [2019-09-11T09:59:05.311Z] === RUN Test/DockerSuite/TestBuildDockerignoreExceptions [2019-09-11T09:59:05.990Z] === RUN Test/DockerSuite/TestExecInspectID [2019-09-11T09:59:07.234Z] --- PASS: TestDockerNetworkConnectAlias (4.72s) [2019-09-11T09:59:07.234Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-11T09:59:07.234Z] daemon.go:336: [d3e6c4db2ec0b] waiting for daemon to start [2019-09-11T09:59:07.234Z] daemon.go:336: [d3e6c4db2ec0b] waiting for daemon to start [2019-09-11T09:59:07.234Z] daemon.go:364: [d3e6c4db2ec0b] daemon started [2019-09-11T09:59:07.234Z] daemon.go:472: [d3e6c4db2ec0b] Stopping daemon [2019-09-11T09:59:07.234Z] daemon.go:307: [d3e6c4db2ec0b] exiting daemon [2019-09-11T09:59:07.234Z] daemon.go:459: [d3e6c4db2ec0b] Daemon stopped [2019-09-11T09:59:07.234Z] === RUN TestDockerNetworkReConnect [2019-09-11T09:59:09.740Z] === RUN Test/DockerSuite/TestExecInteractive [2019-09-11T09:59:09.740Z] === RUN Test/DockerSuite/TestExecOnReadonlyContainer [2019-09-11T09:59:09.740Z] === RUN Test/DockerSuite/TestExecParseError [2019-09-11T09:59:09.740Z] === RUN Test/DockerSuite/TestExecPausedContainer [2019-09-11T09:59:09.740Z] === RUN Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-11T09:59:09.740Z] === RUN Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-11T09:59:10.693Z] --- PASS: TestDockerNetworkReConnect (3.66s) [2019-09-11T09:59:10.693Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-11T09:59:10.693Z] daemon.go:336: [d7e948d8fef19] waiting for daemon to start [2019-09-11T09:59:10.693Z] daemon.go:336: [d7e948d8fef19] waiting for daemon to start [2019-09-11T09:59:10.693Z] daemon.go:364: [d7e948d8fef19] daemon started [2019-09-11T09:59:10.693Z] daemon.go:472: [d7e948d8fef19] Stopping daemon [2019-09-11T09:59:10.693Z] daemon.go:307: [d7e948d8fef19] exiting daemon [2019-09-11T09:59:10.693Z] daemon.go:459: [d7e948d8fef19] Daemon stopped [2019-09-11T09:59:10.693Z] === RUN TestServicePlugin [2019-09-11T09:59:10.693Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-11T09:59:10.693Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-11T09:59:10.693Z] === RUN TestServiceUpdateLabel [2019-09-11T09:59:11.926Z] === RUN Test/DockerSuite/TestExecSetEnv [2019-09-11T09:59:11.926Z] === RUN Test/DockerSuite/TestExecStartFails [2019-09-11T09:59:11.926Z] === RUN Test/DockerSuite/TestExecStateCleanup [2019-09-11T09:59:11.926Z] === RUN Test/DockerSuite/TestExecStopNotHanging [2019-09-11T09:59:11.926Z] === RUN Test/DockerSuite/TestExecTTYCloseStdin [2019-09-11T09:59:11.926Z] === RUN Test/DockerSuite/TestExecTTYWithoutStdin [2019-09-11T09:59:12.715Z] --- PASS: TestServiceUpdateLabel (2.23s) [2019-09-11T09:59:12.715Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-11T09:59:12.715Z] daemon.go:336: [d5f7b3046c35f] waiting for daemon to start [2019-09-11T09:59:12.715Z] daemon.go:336: [d5f7b3046c35f] waiting for daemon to start [2019-09-11T09:59:12.715Z] daemon.go:364: [d5f7b3046c35f] daemon started [2019-09-11T09:59:12.715Z] daemon.go:472: [d5f7b3046c35f] Stopping daemon [2019-09-11T09:59:12.715Z] daemon.go:307: [d5f7b3046c35f] exiting daemon [2019-09-11T09:59:12.715Z] daemon.go:459: [d5f7b3046c35f] Daemon stopped [2019-09-11T09:59:12.715Z] === RUN TestServiceUpdateSecrets [2019-09-11T09:59:14.115Z] === RUN Test/DockerSuite/TestExecUlimits [2019-09-11T09:59:14.115Z] === RUN Test/DockerSuite/TestExecWindowsPathNotWiped [2019-09-11T09:59:21.216Z] === RUN Test/DockerSuite/TestExecWithImageUser [2019-09-11T09:59:21.216Z] === RUN Test/DockerSuite/TestExecWithPrivileged [2019-09-11T09:59:21.216Z] === RUN Test/DockerSuite/TestExecWithUser [2019-09-11T09:59:21.216Z] === RUN Test/DockerSuite/TestGetContainerStats [2019-09-11T09:59:27.025Z] === RUN Test/DockerSuite/TestGetContainerStatsNoStream [2019-09-11T09:59:27.937Z] --- PASS: TestServiceUpdateSecrets (14.81s) [2019-09-11T09:59:27.937Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-11T09:59:27.937Z] daemon.go:336: [d57987655a829] waiting for daemon to start [2019-09-11T09:59:27.937Z] daemon.go:336: [d57987655a829] waiting for daemon to start [2019-09-11T09:59:27.937Z] daemon.go:364: [d57987655a829] daemon started [2019-09-11T09:59:27.937Z] daemon.go:472: [d57987655a829] Stopping daemon [2019-09-11T09:59:27.937Z] daemon.go:307: [d57987655a829] exiting daemon [2019-09-11T09:59:27.937Z] daemon.go:459: [d57987655a829] Daemon stopped [2019-09-11T09:59:27.937Z] === RUN TestServiceUpdateConfigs [2019-09-11T09:59:32.837Z] === RUN Test/DockerSuite/TestGetContainerStatsRmRunning [2019-09-11T09:59:35.757Z] === RUN Test/DockerSuite/TestGetContainerStatsStream [2019-09-11T09:59:41.569Z] === RUN Test/DockerSuite/TestGetContainersAttachWebsocket [2019-09-11T09:59:41.569Z] === RUN Test/DockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-11T09:59:41.569Z] === RUN Test/DockerSuite/TestGetStoppedContainerStats [2019-09-11T09:59:41.569Z] === RUN Test/DockerSuite/TestHealth [2019-09-11T09:59:41.569Z] === RUN Test/DockerSuite/TestHistoryExistentImage [2019-09-11T09:59:41.569Z] === RUN Test/DockerSuite/TestHistoryHumanOptionFalse [2019-09-11T09:59:41.569Z] === RUN Test/DockerSuite/TestHistoryHumanOptionTrue [2019-09-11T09:59:41.569Z] === RUN Test/DockerSuite/TestHistoryImageWithComment [2019-09-11T09:59:43.144Z] --- PASS: TestServiceUpdateConfigs (14.82s) [2019-09-11T09:59:43.144Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-11T09:59:43.144Z] daemon.go:336: [d893673c0ea4e] waiting for daemon to start [2019-09-11T09:59:43.144Z] daemon.go:336: [d893673c0ea4e] waiting for daemon to start [2019-09-11T09:59:43.144Z] daemon.go:364: [d893673c0ea4e] daemon started [2019-09-11T09:59:43.144Z] daemon.go:472: [d893673c0ea4e] Stopping daemon [2019-09-11T09:59:43.144Z] daemon.go:307: [d893673c0ea4e] exiting daemon [2019-09-11T09:59:43.144Z] daemon.go:459: [d893673c0ea4e] Daemon stopped [2019-09-11T09:59:43.144Z] === RUN TestServiceUpdateNetwork [2019-09-11T09:59:46.271Z] === RUN Test/DockerSuite/TestHistoryNonExistentImage [2019-09-11T09:59:46.733Z] === RUN Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-11T09:59:46.733Z] === RUN Test/DockerSuite/TestImagesEnsureImageIsListed [2019-09-11T09:59:46.733Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-11T09:59:46.733Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-11T09:59:47.193Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-11T09:59:47.654Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-11T09:59:47.654Z] === RUN Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-11T09:59:48.626Z] === RUN Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-11T09:59:48.626Z] === RUN Test/DockerSuite/TestImagesFilterLabelMatch [2019-09-11T09:59:50.171Z] === RUN Test/DockerSuite/TestImagesFilterNameWithPort [2019-09-11T09:59:50.633Z] === RUN Test/DockerSuite/TestImagesFilterSinceAndBefore [2019-09-11T09:59:52.818Z] === RUN Test/DockerSuite/TestImagesFilterSpaceTrimCase [2019-09-11T09:59:55.002Z] === RUN Test/DockerSuite/TestImagesFormat [2019-09-11T09:59:55.002Z] === RUN Test/DockerSuite/TestImagesFormatDefaultFormat [2019-09-11T09:59:55.002Z] === RUN Test/DockerSuite/TestImagesOrderedByCreationDate [2019-09-11T09:59:55.687Z] --- PASS: TestServiceUpdateNetwork (13.03s) [2019-09-11T09:59:55.687Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-11T09:59:55.687Z] daemon.go:336: [d796f1e406889] waiting for daemon to start [2019-09-11T09:59:55.687Z] daemon.go:336: [d796f1e406889] waiting for daemon to start [2019-09-11T09:59:55.687Z] daemon.go:364: [d796f1e406889] daemon started [2019-09-11T09:59:55.687Z] daemon.go:472: [d796f1e406889] Stopping daemon [2019-09-11T09:59:55.687Z] daemon.go:307: [d796f1e406889] exiting daemon [2019-09-11T09:59:55.687Z] daemon.go:459: [d796f1e406889] Daemon stopped [2019-09-11T09:59:55.687Z] PASS [2019-09-11T09:59:55.687Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m [2019-09-11T09:59:55.687Z] INFO: Testing against a local daemon [2019-09-11T09:59:55.687Z] === RUN TestSessionCreate [2019-09-11T09:59:55.687Z] --- PASS: TestSessionCreate (0.06s) [2019-09-11T09:59:55.687Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-11T09:59:55.687Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-09-11T09:59:55.687Z] PASS [2019-09-11T09:59:55.687Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m [2019-09-11T09:59:55.687Z] INFO: Testing against a local daemon [2019-09-11T09:59:55.687Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-11T09:59:55.687Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-11T09:59:55.687Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-11T09:59:55.687Z] === RUN TestEventsExecDie [2019-09-11T09:59:56.302Z] --- PASS: TestEventsExecDie (0.91s) [2019-09-11T09:59:56.302Z] === RUN TestEventsBackwardsCompatible [2019-09-11T09:59:56.302Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-09-11T09:59:56.302Z] === RUN TestInfoBinaryCommits [2019-09-11T09:59:56.302Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-09-11T09:59:56.302Z] === RUN TestInfoAPIVersioned [2019-09-11T09:59:56.302Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-11T09:59:56.302Z] === RUN TestInfoAPI [2019-09-11T09:59:56.585Z] --- PASS: TestInfoAPI (0.05s) [2019-09-11T09:59:56.585Z] === RUN TestInfoAPIWarnings [2019-09-11T09:59:57.594Z] --- PASS: TestInfoAPIWarnings (0.92s) [2019-09-11T09:59:57.594Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-11T09:59:57.594Z] daemon.go:336: [d7a90badb1994] waiting for daemon to start [2019-09-11T09:59:57.594Z] daemon.go:336: [d7a90badb1994] waiting for daemon to start [2019-09-11T09:59:57.594Z] daemon.go:364: [d7a90badb1994] daemon started [2019-09-11T09:59:57.594Z] daemon.go:472: [d7a90badb1994] Stopping daemon [2019-09-11T09:59:57.594Z] daemon.go:307: [d7a90badb1994] exiting daemon [2019-09-11T09:59:57.594Z] daemon.go:459: [d7a90badb1994] Daemon stopped [2019-09-11T09:59:57.594Z] === RUN TestLoginFailsWithBadCredentials [2019-09-11T09:59:57.880Z] --- PASS: TestLoginFailsWithBadCredentials (0.54s) [2019-09-11T09:59:57.880Z] === RUN TestPingCacheHeaders [2019-09-11T09:59:57.880Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-09-11T09:59:57.880Z] === RUN TestPingGet [2019-09-11T09:59:58.170Z] --- PASS: TestPingGet (0.04s) [2019-09-11T09:59:58.170Z] === RUN TestPingHead [2019-09-11T09:59:58.170Z] --- PASS: TestPingHead (0.05s) [2019-09-11T09:59:58.170Z] === RUN TestVersion [2019-09-11T09:59:58.170Z] --- PASS: TestVersion (0.06s) [2019-09-11T09:59:58.170Z] PASS [2019-09-11T09:59:58.170Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m [2019-09-11T09:59:58.170Z] INFO: Testing against a local daemon [2019-09-11T09:59:58.170Z] === RUN TestVolumesCreateAndList [2019-09-11T09:59:58.170Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-09-11T09:59:58.170Z] === RUN TestVolumesRemove [2019-09-11T09:59:58.452Z] --- PASS: TestVolumesRemove (0.10s) [2019-09-11T09:59:58.452Z] === RUN TestVolumesInspect [2019-09-11T09:59:58.452Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-11T09:59:58.452Z] === RUN TestVolumesInvalidJSON [2019-09-11T09:59:58.452Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-11T09:59:58.452Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-11T09:59:58.452Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-11T09:59:58.452Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2019-09-11T09:59:58.452Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-11T09:59:58.452Z] PASS [2019-09-11T09:59:58.452Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-11T09:59:58.745Z] === RUN Test/DockerSuite/TestImagesWithIncorrectFilter [2019-09-11T09:59:58.745Z] === RUN Test/DockerSuite/TestImportBadURL [2019-09-11T10:00:00.471Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-11T10:00:00.471Z] Clearing AppArmor profiles cache:. [2019-09-11T10:00:00.471Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-11T10:00:00.471Z] Unloading profiles will leave already running processes permanently [2019-09-11T10:00:00.471Z] unconfined, which can lead to unexpected situations. [2019-09-11T10:00:00.471Z] [2019-09-11T10:00:00.471Z] To set a process to complain mode, use the command line tool [2019-09-11T10:00:00.471Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-11T10:00:00.471Z] with the 'teardown' option." [2019-09-11T10:00:00.471Z] Removing test suite binaries [2019-09-11T10:00:00.471Z] [2019-09-11T10:00:00.928Z] === RUN Test/DockerSuite/TestImportDisplay [2019-09-11T10:00:00.929Z] === RUN Test/DockerSuite/TestImportFile [2019-09-11T10:00:00.929Z] === RUN Test/DockerSuite/TestImportFileNonExistentFile [2019-09-11T10:00:00.929Z] === RUN Test/DockerSuite/TestImportFileWithMessage [2019-09-11T10:00:00.929Z] === RUN Test/DockerSuite/TestImportGzipped [2019-09-11T10:00:00.929Z] === RUN Test/DockerSuite/TestImportWithQuotedChanges [2019-09-11T10:00:00.929Z] === RUN Test/DockerSuite/TestInfoDebug [2019-09-11T10:00:00.929Z] === RUN Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-11T10:00:01.389Z] === RUN Test/DockerSuite/TestInfoDiscoveryBackend [2019-09-11T10:00:01.389Z] === RUN Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-11T10:00:01.389Z] === RUN Test/DockerSuite/TestInfoDisplaysPausedContainers [2019-09-11T10:00:01.389Z] === RUN Test/DockerSuite/TestInfoDisplaysRunningContainers [2019-09-11T10:00:01.389Z] === RUN Test/DockerSuite/TestInfoDisplaysStoppedContainers [2019-09-11T10:00:01.389Z] === RUN Test/DockerSuite/TestInfoEnsureSucceeds [2019-09-11T10:00:01.389Z] === RUN Test/DockerSuite/TestInfoFormat [2019-09-11T10:00:01.389Z] === RUN Test/DockerSuite/TestInsecureRegistries [2019-09-11T10:00:01.389Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-11T10:00:01.852Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-11T10:00:01.852Z] === RUN Test/DockerSuite/TestInspectAPIContainerResponse [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-11T10:00:02.365Z] + echo Ensuring container killed. [2019-09-11T10:00:02.365Z] Ensuring container killed. [2019-09-11T10:00:02.365Z] + docker rm -vf docker-pr3 [2019-09-11T10:00:02.365Z] Error: No such container: docker-pr3 [2019-09-11T10:00:02.365Z] + true [Pipeline] sh [2019-09-11T10:00:02.739Z] + echo Chowning /workspace to jenkins user [2019-09-11T10:00:02.739Z] Chowning /workspace to jenkins user [2019-09-11T10:00:02.739Z] + id -u [2019-09-11T10:00:02.739Z] + id -g [2019-09-11T10:00:02.739Z] + docker run --rm -v /home/docker/workspace/moby_PR-39817:/workspace busybox chown -R 1001:1001 /workspace [2019-09-11T10:00:02.739Z] Unable to find image 'busybox:latest' locally [2019-09-11T10:00:03.023Z] latest: Pulling from library/busybox [2019-09-11T10:00:03.307Z] e38168a01e65: Pulling fs layer [2019-09-11T10:00:03.396Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-11T10:00:03.589Z] e38168a01e65: Download complete [2019-09-11T10:00:03.872Z] e38168a01e65: Pull complete [2019-09-11T10:00:03.872Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-11T10:00:03.872Z] Status: Downloaded newer image for busybox:latest [2019-09-11T10:00:05.581Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-11T10:00:05.581Z] === RUN Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-11T10:00:05.581Z] === RUN Test/DockerSuite/TestInspectAPIImageResponse [2019-09-11T10:00:05.581Z] === RUN Test/DockerSuite/TestInspectAmpersand [2019-09-11T10:00:05.581Z] === RUN Test/DockerSuite/TestInspectBindMountPoint [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-11T10:00:06.279Z] + bundleName=powerpc-integration [2019-09-11T10:00:06.279Z] + echo Creating powerpc-integration-bundles.tar.gz [2019-09-11T10:00:06.279Z] Creating powerpc-integration-bundles.tar.gz [2019-09-11T10:00:06.279Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *.log -o -name *.prof ) -print [2019-09-11T10:00:06.279Z] + xargs tar -czf powerpc-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-09-11T10:00:06.598Z] Archiving artifacts [2019-09-11T10:00:06.926Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39817/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-11T10:00:07.314Z] + make clean [2019-09-11T10:00:07.772Z] === RUN Test/DockerSuite/TestInspectByPrefix [2019-09-11T10:00:07.772Z] === RUN Test/DockerSuite/TestInspectContainerFilterInt [2019-09-11T10:00:07.928Z] docker volume rm -f docker-dev-cache [2019-09-11T10:00:07.928Z] docker-dev-cache [Pipeline] deleteDir [2019-09-11T10:00:08.697Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-09-11T10:00:09.960Z] === RUN Test/DockerSuite/TestInspectContainerGraphDriver [2019-09-11T10:00:09.960Z] === RUN Test/DockerSuite/TestInspectContainerNetworkCustom [2019-09-11T10:00:09.960Z] === RUN Test/DockerSuite/TestInspectContainerNetworkDefault [2019-09-11T10:00:09.960Z] === RUN Test/DockerSuite/TestInspectDefault [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-11T10:00:12.149Z] === RUN Test/DockerSuite/TestInspectHistory [2019-09-11T10:00:16.848Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-09-11T10:00:16.855Z] === RUN Test/DockerSuite/TestInspectImage [2019-09-11T10:00:16.855Z] === RUN Test/DockerSuite/TestInspectImageFilterInt [2019-09-11T10:00:16.855Z] === RUN Test/DockerSuite/TestInspectImageGraphDriver [2019-09-11T10:00:16.855Z] === RUN Test/DockerSuite/TestInspectInt64 [2019-09-11T10:00:18.397Z] === RUN Test/DockerSuite/TestInspectJSONFields [2019-09-11T10:00:20.583Z] === RUN Test/DockerSuite/TestInspectLogConfigNoType [2019-09-11T10:00:20.583Z] === RUN Test/DockerSuite/TestInspectNamedMountPoint [2019-09-11T10:00:22.769Z] === RUN Test/DockerSuite/TestInspectNoSizeFlagContainer [2019-09-11T10:00:24.956Z] === RUN Test/DockerSuite/TestInspectPlugin [2019-09-11T10:00:24.956Z] === RUN Test/DockerSuite/TestInspectRootFS [2019-09-11T10:00:24.956Z] === RUN Test/DockerSuite/TestInspectSizeFlagContainer [2019-09-11T10:00:27.143Z] === RUN Test/DockerSuite/TestInspectStatus [2019-09-11T10:00:29.330Z] === RUN Test/DockerSuite/TestInspectStopWhenNotFound [2019-09-11T10:00:33.082Z] === RUN Test/DockerSuite/TestInspectTemplateError [2019-09-11T10:00:35.269Z] === RUN Test/DockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-11T10:00:36.813Z] === RUN Test/DockerSuite/TestInspectTypeFlagContainer [2019-09-11T10:00:39.002Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithImage [2019-09-11T10:00:41.191Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-11T10:00:42.734Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-11T10:00:44.928Z] === RUN Test/DockerSuite/TestInspectUnknownObject [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinkShortDefinition [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksEnvs [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksEtcHostsRegularFile [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksHostsFilesInject [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksInspectLinksStarted [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksInspectLinksStopped [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksInvalidContainerTarget [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksMultipleWithSameName [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksNetworkHostContainer [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksNotStartedParentNotFail [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainers [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksPingUnlinkedContainers [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLinksUpdateOnRestart [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLoadZeroSizeLayer [2019-09-11T10:00:44.929Z] === RUN Test/DockerSuite/TestLoginWithoutTTY [2019-09-11T10:00:45.389Z] === RUN Test/DockerSuite/TestLogsAPIContainerNotFound [2019-09-11T10:00:45.389Z] === RUN Test/DockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-11T10:00:46.558Z] === RUN Test/DockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-11T10:00:46.559Z] === RUN Test/DockerSuite/TestBuildDockerignoringBadExclusion [2019-09-11T10:00:46.559Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerfile [2019-09-11T10:00:46.933Z] === RUN Test/DockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-11T10:00:48.476Z] === RUN Test/DockerSuite/TestLogsAPIUntil [2019-09-11T10:00:48.866Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-11T10:00:54.283Z] === RUN Test/DockerSuite/TestLogsAPIUntilDefaultValue [2019-09-11T10:00:56.468Z] === RUN Test/DockerSuite/TestLogsAPIUntilFutureFollow [2019-09-11T10:00:56.468Z] === RUN Test/DockerSuite/TestLogsAPIWithStdout [2019-09-11T10:00:58.017Z] === RUN Test/DockerSuite/TestLogsCLIContainerNotFound [2019-09-11T10:00:58.479Z] === RUN Test/DockerSuite/TestLogsContainerBiggerThanPage [2019-09-11T10:01:01.021Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-09-11T10:01:05.570Z] === RUN Test/DockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-11T10:01:11.697Z] === RUN Test/DockerSuite/TestBuildDockerignoringDockerignore [2019-09-11T10:01:12.672Z] === RUN Test/DockerSuite/TestLogsContainerSmallerThanPage [2019-09-11T10:01:19.769Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-11T10:01:21.958Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-11T10:01:24.148Z] === RUN Test/DockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-11T10:01:24.148Z] === RUN Test/DockerSuite/TestLogsFollowStopped [2019-09-11T10:01:26.338Z] === RUN Test/DockerSuite/TestLogsSeparateStderr [2019-09-11T10:01:26.516Z] === RUN Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-11T10:01:28.532Z] === RUN Test/DockerSuite/TestLogsSince [2019-09-11T10:01:33.030Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-11T10:01:37.123Z] === RUN Test/DockerSuite/TestLogsSinceFutureFollow [2019-09-11T10:01:37.123Z] === RUN Test/DockerSuite/TestLogsStderrInStdout [2019-09-11T10:01:37.123Z] === RUN Test/DockerSuite/TestLogsTail [2019-09-11T10:01:40.047Z] === RUN Test/DockerSuite/TestLogsTimestamps [2019-09-11T10:01:42.246Z] === RUN Test/DockerSuite/TestLogsWithDetails [2019-09-11T10:01:44.195Z] === RUN Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-11T10:01:44.433Z] === RUN Test/DockerSuite/TestMountIntoProc [2019-09-11T10:01:44.433Z] === RUN Test/DockerSuite/TestMountIntoSys [2019-09-11T10:01:44.433Z] === RUN Test/DockerSuite/TestNetHostname [2019-09-11T10:01:44.433Z] === RUN Test/DockerSuite/TestNetHostnameWithNetHost [2019-09-11T10:01:44.433Z] === RUN Test/DockerSuite/TestNetworkRmWithActiveContainers [2019-09-11T10:01:44.433Z] === RUN Test/DockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-11T10:01:44.433Z] === RUN Test/DockerSuite/TestPluginActive [2019-09-11T10:01:44.894Z] === RUN Test/DockerSuite/TestPluginActiveNetwork [2019-09-11T10:01:44.894Z] === RUN Test/DockerSuite/TestPluginInspectOnWindows [2019-09-11T10:01:44.894Z] === RUN Test/DockerSuite/TestPluginInstallDisableVolumeLs [2019-09-11T10:01:44.894Z] === RUN Test/DockerSuite/TestPluginLogDriver [2019-09-11T10:01:44.894Z] === RUN Test/DockerSuite/TestPluginLogDriverInfoList [2019-09-11T10:01:44.894Z] === RUN Test/DockerSuite/TestPluginMetricsCollector [2019-09-11T10:01:44.894Z] === RUN Test/DockerSuite/TestPluginUpgrade [2019-09-11T10:01:44.894Z] === RUN Test/DockerSuite/TestPortBindingOnSandbox [2019-09-11T10:01:44.894Z] === RUN Test/DockerSuite/TestPortExposeHostBinding [2019-09-11T10:01:44.894Z] === RUN Test/DockerSuite/TestPortHostBinding [2019-09-11T10:01:44.894Z] === RUN Test/DockerSuite/TestPortList [2019-09-11T10:01:44.894Z] === RUN Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-11T10:01:47.857Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-09-11T10:01:53.479Z] === RUN Test/DockerSuite/TestPostContainersAttach [2019-09-11T10:01:53.479Z] === RUN Test/DockerSuite/TestPostContainersAttachContainerNotFound [2019-09-11T10:01:53.479Z] === RUN Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-11T10:01:53.479Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-11T10:01:53.479Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-11T10:01:53.479Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-11T10:01:53.479Z] === RUN Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-11T10:01:53.479Z] === RUN Test/DockerSuite/TestPostContainersCreateWithShmSize [2019-09-11T10:01:53.479Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-11T10:01:53.479Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-11T10:02:02.069Z] === RUN Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-11T10:02:02.069Z] === RUN Test/DockerSuite/TestPsByOrder [2019-09-11T10:02:10.660Z] === RUN Test/DockerSuite/TestPsImageIDAfterUpdate [2019-09-11T10:02:10.660Z] === RUN Test/DockerSuite/TestPsListContainersBase [2019-09-11T10:02:17.766Z] === RUN Test/DockerSuite/TestPsListContainersFilterAncestorImage [2019-09-11T10:02:19.886Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-09-11T10:02:32.607Z] === RUN Test/DockerSuite/TestPsListContainersFilterCreated [2019-09-11T10:02:32.607Z] === RUN Test/DockerSuite/TestPsListContainersFilterExited [2019-09-11T10:02:34.714Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-11T10:02:34.876Z] === RUN Test/DockerSuite/TestBuildDockerignoringWholeDir [2019-09-11T10:02:41.203Z] === RUN Test/DockerSuite/TestPsListContainersFilterHealth [2019-09-11T10:02:47.276Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildDirs [2019-09-11T10:02:52.748Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-09-11T10:02:53.610Z] === RUN Test/DockerSuite/TestPsListContainersFilterID [2019-09-11T10:02:55.797Z] === RUN Test/DockerSuite/TestPsListContainersFilterLabel [2019-09-11T10:03:04.957Z] === RUN Test/DockerSuite/TestBuildDockerignoringWildTopDir [2019-09-11T10:03:08.210Z] === RUN Test/DockerSuite/TestPsListContainersFilterName [2019-09-11T10:03:16.802Z] === RUN Test/DockerSuite/TestPsListContainersFilterNetwork [2019-09-11T10:03:16.802Z] === RUN Test/DockerSuite/TestPsListContainersFilterPorts [2019-09-11T10:03:16.802Z] === RUN Test/DockerSuite/TestPsListContainersFilterStatus [2019-09-11T10:03:20.555Z] === RUN Test/DockerSuite/TestPsListContainersSize [2019-09-11T10:03:20.555Z] === RUN Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-11T10:03:20.555Z] === RUN Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-11T10:03:20.555Z] === RUN Test/DockerSuite/TestPsRightTagName [2019-09-11T10:03:20.555Z] === RUN Test/DockerSuite/TestPsShowMounts [2019-09-11T10:03:26.364Z] === RUN Test/DockerSuite/TestPtraceContainerProcsFromHost [2019-09-11T10:03:26.824Z] === RUN Test/DockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-11T10:03:28.366Z] === RUN Test/DockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-11T10:03:28.366Z] === RUN Test/DockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-11T10:03:29.337Z] === RUN Test/DockerSuite/TestPushUnprefixedRepo [2019-09-11T10:03:30.308Z] === RUN Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-11T10:03:30.308Z] === RUN Test/DockerSuite/TestRestartAutoRemoveContainer [2019-09-11T10:03:35.020Z] === RUN Test/DockerSuite/TestRestartContainerSuccess [2019-09-11T10:03:38.768Z] === RUN Test/DockerSuite/TestRestartContainerwithGoodContainer [2019-09-11T10:03:39.345Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-11T10:03:40.956Z] === RUN Test/DockerSuite/TestRestartContainerwithRestartPolicy [2019-09-11T10:03:57.378Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-11T10:04:06.140Z] === RUN Test/DockerSuite/TestRestartDisconnectedContainer [2019-09-11T10:04:06.140Z] === RUN Test/DockerSuite/TestRestartPolicyAfterRestart [2019-09-11T10:04:09.059Z] === RUN Test/DockerSuite/TestRestartPolicyAlways [2019-09-11T10:04:09.059Z] === RUN Test/DockerSuite/TestRestartPolicyNO [2019-09-11T10:04:09.520Z] === RUN Test/DockerSuite/TestRestartPolicyOnFailure [2019-09-11T10:04:10.496Z] === RUN Test/DockerSuite/TestRestartRunningContainer [2019-09-11T10:04:15.207Z] === RUN Test/DockerSuite/TestRestartStoppedContainer [2019-09-11T10:04:18.953Z] === RUN Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-11T10:04:18.953Z] === RUN Test/DockerSuite/TestRestartWithVolumes [2019-09-11T10:04:22.708Z] === RUN Test/DockerSuite/TestRmiBlank [2019-09-11T10:04:22.708Z] === RUN Test/DockerSuite/TestRmiByIDHardConflict [2019-09-11T10:04:23.170Z] === RUN Test/DockerSuite/TestRmiContainerImageNotFound [2019-09-11T10:04:29.418Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-11T10:04:38.019Z] === RUN Test/DockerSuite/TestRmiForceWithExistingContainers [2019-09-11T10:04:40.207Z] === RUN Test/DockerSuite/TestRmiForceWithMultipleRepositories [2019-09-11T10:04:40.671Z] === RUN Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-11T10:04:47.765Z] === RUN Test/DockerSuite/TestRmiImgIDForce [2019-09-11T10:04:58.107Z] === RUN Test/DockerSuite/TestRmiImgIDMultipleTag [2019-09-11T10:05:01.424Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-09-11T10:05:01.435Z] === RUN Test/DockerSuite/TestBuildDotDotFile [2019-09-11T10:05:01.435Z] === RUN Test/DockerSuite/TestBuildEOLInLine [2019-09-11T10:05:01.435Z] === RUN Test/DockerSuite/TestBuildEmptyCmd [2019-09-11T10:05:01.435Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypoint [2019-09-11T10:05:01.435Z] === RUN Test/DockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-11T10:05:04.338Z] === RUN Test/DockerSuite/TestBuildEmptyScratch [2019-09-11T10:05:04.338Z] === RUN Test/DockerSuite/TestBuildEmptyStringVolume [2019-09-11T10:05:05.198Z] === RUN Test/DockerSuite/TestRmiParentImageFail [2019-09-11T10:05:06.517Z] === RUN Test/DockerSuite/TestBuildEntrypoint [2019-09-11T10:05:08.054Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-11T10:05:09.913Z] === RUN Test/DockerSuite/TestRmiTag [2019-09-11T10:05:10.375Z] === RUN Test/DockerSuite/TestRmiTagWithExistingContainers [2019-09-11T10:05:16.249Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-09-11T10:05:17.467Z] === RUN Test/DockerSuite/TestRmiUntagHistoryLayer [2019-09-11T10:05:18.373Z] === RUN Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-11T10:05:24.162Z] === RUN Test/DockerSuite/TestBuildEntrypointRunCleanup [2019-09-11T10:05:34.278Z] === RUN Test/DockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-11T10:05:35.177Z] === RUN Test/DockerSuite/TestRmiWithContainerFails [2019-09-11T10:05:36.151Z] === RUN Test/DockerSuite/TestRmiWithMultipleRepositories [2019-09-11T10:05:36.565Z] === RUN Test/DockerSuite/TestBuildEnv [2019-09-11T10:05:36.565Z] === RUN Test/DockerSuite/TestBuildEnvEscapes [2019-09-11T10:05:36.565Z] === RUN Test/DockerSuite/TestBuildEnvOverwrite [2019-09-11T10:05:36.565Z] === RUN Test/DockerSuite/TestBuildEnvUsage [2019-09-11T10:05:36.565Z] === RUN Test/DockerSuite/TestBuildEnvUsage2 [2019-09-11T10:05:36.565Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-11T10:05:41.963Z] === RUN Test/DockerSuite/TestRmiWithParentInUse [2019-09-11T10:05:42.426Z] === RUN Test/DockerSuite/TestRunAddDeviceCgroupRule [2019-09-11T10:05:42.426Z] === RUN Test/DockerSuite/TestRunAddHost [2019-09-11T10:05:42.426Z] === RUN Test/DockerSuite/TestRunAddHostInHostMode [2019-09-11T10:05:42.426Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevices [2019-09-11T10:05:42.426Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-11T10:05:42.426Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-11T10:05:42.426Z] === RUN Test/DockerSuite/TestRunAllocatePortInReservedRange [2019-09-11T10:05:42.426Z] === RUN Test/DockerSuite/TestRunAllowBindMountingRoot [2019-09-11T10:05:44.614Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-11T10:05:44.614Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-11T10:05:44.614Z] === RUN Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-11T10:05:48.365Z] === RUN Test/DockerSuite/TestRunAttachFailedNoLeak [2019-09-11T10:05:51.284Z] === RUN Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-11T10:05:51.369Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-11T10:05:51.369Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-11T10:05:51.369Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementUser [2019-09-11T10:05:51.369Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-11T10:05:52.317Z] === RUN Test/DockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-09-11T10:05:53.473Z] === RUN Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-11T10:05:53.545Z] === RUN Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-11T10:05:55.016Z] === RUN Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-11T10:05:57.206Z] === RUN Test/DockerSuite/TestRunAttachWithDetach [2019-09-11T10:05:57.206Z] === RUN Test/DockerSuite/TestRunBindMounts [2019-09-11T10:06:01.915Z] === RUN Test/DockerSuite/TestRunCapAddALLCanDownInterface [2019-09-11T10:06:01.915Z] === RUN Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-11T10:06:01.915Z] === RUN Test/DockerSuite/TestRunCapAddCHOWN [2019-09-11T10:06:01.915Z] === RUN Test/DockerSuite/TestRunCapAddCanDownInterface [2019-09-11T10:06:01.915Z] === RUN Test/DockerSuite/TestRunCapAddInvalid [2019-09-11T10:06:01.915Z] === RUN Test/DockerSuite/TestRunCapAddSYSTIME [2019-09-11T10:06:01.915Z] === RUN Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-11T10:06:01.915Z] === RUN Test/DockerSuite/TestRunCapDropALLCannotMknod [2019-09-11T10:06:01.915Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknod [2019-09-11T10:06:01.915Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-11T10:06:01.915Z] === RUN Test/DockerSuite/TestRunCapDropInvalid [2019-09-11T10:06:01.915Z] === RUN Test/DockerSuite/TestRunCidFileCheckIDLength [2019-09-11T10:06:02.130Z] === RUN Test/DockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-11T10:06:03.459Z] === RUN Test/DockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-11T10:06:03.459Z] === RUN Test/DockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-11T10:06:04.477Z] --- PASS: Test (2679.35s) [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (4.54s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-09-11T10:06:04.477Z] daemon.go:336: [deb63e3028927] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [deb63e3028927] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [deb63e3028927] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [deb63e3028927] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [deb63e3028927] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [deb63e3028927] Daemon stopped [2019-09-11T10:06:04.477Z] daemon.go:336: [deb63e3028927] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [deb63e3028927] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [deb63e3028927] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [deb63e3028927] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [deb63e3028927] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [deb63e3028927] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.81s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-09-11T10:06:04.477Z] daemon.go:336: [d7518b4d56b26] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d7518b4d56b26] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d7518b4d56b26] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d7518b4d56b26] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d7518b4d56b26] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d7518b4d56b26] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock (0.56s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-11T10:06:04.477Z] daemon.go:336: [d28c0b7c18173] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d28c0b7c18173] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d28c0b7c18173] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d28c0b7c18173] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d28c0b7c18173] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d28c0b7c18173] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.40s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-11T10:06:04.477Z] daemon.go:336: [d5c1e362cc007] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d5c1e362cc007] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d5c1e362cc007] daemon started [2019-09-11T10:06:04.477Z] daemon.go:307: [d5c1e362cc007] exiting daemon [2019-09-11T10:06:04.477Z] docker_cli_daemon_test.go:1449: Daemon d5c1e362cc007 is not started [2019-09-11T10:06:04.477Z] daemon.go:336: [d5c1e362cc007] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d5c1e362cc007] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d5c1e362cc007] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d5c1e362cc007] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d5c1e362cc007] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d5c1e362cc007] Daemon stopped [2019-09-11T10:06:04.477Z] check_test.go:261: Daemon de8b9b7c398ac is not started [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (4.13s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-09-11T10:06:04.477Z] daemon.go:336: [d14388171abcf] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d14388171abcf] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d14388171abcf] daemon started [2019-09-11T10:06:04.477Z] daemon.go:307: [d14388171abcf] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:336: [d14388171abcf] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d14388171abcf] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d14388171abcf] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d14388171abcf] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d14388171abcf] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d14388171abcf] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (4.39s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-11T10:06:04.477Z] daemon.go:336: [d8b6bb2864fb2] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d8b6bb2864fb2] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d8b6bb2864fb2] daemon started [2019-09-11T10:06:04.477Z] daemon.go:307: [d8b6bb2864fb2] exiting daemon [2019-09-11T10:06:04.477Z] check_test.go:261: Daemon d340ecf24c62c is not started [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonAllocatesListeningPort (3.28s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-09-11T10:06:04.477Z] daemon.go:336: [dca60164f2590] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [dca60164f2590] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [dca60164f2590] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [dca60164f2590] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [dca60164f2590] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [dca60164f2590] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeExternal (4.65s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonBridgeExternal [2019-09-11T10:06:04.477Z] daemon.go:336: [d6d1a3519c1a1] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:307: [d6d1a3519c1a1] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:336: [d6d1a3519c1a1] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d6d1a3519c1a1] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d6d1a3519c1a1] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d6d1a3519c1a1] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d6d1a3519c1a1] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d6d1a3519c1a1] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d6d1a3519c1a1] Daemon stopped [2019-09-11T10:06:04.477Z] daemon.go:336: [d6d1a3519c1a1] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d6d1a3519c1a1] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d6d1a3519c1a1] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d6d1a3519c1a1] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d6d1a3519c1a1] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d6d1a3519c1a1] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (6.75s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-09-11T10:06:04.477Z] daemon.go:336: [d76080c64c09d] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d76080c64c09d] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d76080c64c09d] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d76080c64c09d] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d76080c64c09d] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d76080c64c09d] Daemon stopped [2019-09-11T10:06:04.477Z] daemon.go:336: [d76080c64c09d] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d76080c64c09d] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d76080c64c09d] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d76080c64c09d] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d76080c64c09d] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d76080c64c09d] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr (8.02s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-09-11T10:06:04.477Z] daemon.go:336: [d806fff3a3549] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d806fff3a3549] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d806fff3a3549] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d806fff3a3549] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d806fff3a3549] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d806fff3a3549] Daemon stopped [2019-09-11T10:06:04.477Z] daemon.go:336: [d806fff3a3549] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d806fff3a3549] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d806fff3a3549] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d806fff3a3549] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d806fff3a3549] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d806fff3a3549] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.84s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-09-11T10:06:04.477Z] daemon.go:336: [d7a56230f4659] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d7a56230f4659] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d7a56230f4659] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d7a56230f4659] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d7a56230f4659] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d7a56230f4659] Daemon stopped [2019-09-11T10:06:04.477Z] daemon.go:336: [d7a56230f4659] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d7a56230f4659] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d7a56230f4659] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d7a56230f4659] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d7a56230f4659] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d7a56230f4659] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeIP (4.13s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonBridgeIP [2019-09-11T10:06:04.477Z] daemon.go:336: [d6b00c3019445] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d6b00c3019445] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d6b00c3019445] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d6b00c3019445] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d6b00c3019445] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d6b00c3019445] Daemon stopped [2019-09-11T10:06:04.477Z] daemon.go:336: [d6b00c3019445] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d6b00c3019445] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d6b00c3019445] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d6b00c3019445] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d6b00c3019445] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d6b00c3019445] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonBridgeNone (1.76s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonBridgeNone [2019-09-11T10:06:04.477Z] daemon.go:336: [d70d474085be2] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d70d474085be2] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d70d474085be2] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d70d474085be2] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d70d474085be2] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d70d474085be2] Daemon stopped [2019-09-11T10:06:04.477Z] daemon.go:336: [d70d474085be2] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d70d474085be2] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d70d474085be2] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d70d474085be2] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d70d474085be2] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d70d474085be2] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonCgroupParent (3.52s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonCgroupParent [2019-09-11T10:06:04.477Z] daemon.go:336: [d29e984da584f] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d29e984da584f] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d29e984da584f] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d29e984da584f] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d29e984da584f] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d29e984da584f] Daemon stopped [2019-09-11T10:06:04.477Z] daemon.go:336: [d29e984da584f] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d29e984da584f] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d29e984da584f] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d29e984da584f] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d29e984da584f] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d29e984da584f] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-11T10:06:04.477Z] daemon.go:336: [d88a9c3cf0a2d] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:307: [d88a9c3cf0a2d] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:336: [d88a9c3cf0a2d] waiting for daemon to start [2019-09-11T10:06:04.477Z] check_test.go:261: Daemon dfa577964ff36 is not started [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-11T10:06:04.477Z] daemon.go:336: [d3678bc77e3ea] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:307: [d3678bc77e3ea] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:336: [d3678bc77e3ea] waiting for daemon to start [2019-09-11T10:06:04.477Z] check_test.go:261: Daemon d6031f38337fe is not started [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.26s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-09-11T10:06:04.477Z] daemon.go:336: [d7373f1c5ea1a] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d7373f1c5ea1a] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d7373f1c5ea1a] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d7373f1c5ea1a] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d7373f1c5ea1a] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d7373f1c5ea1a] Daemon stopped [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDebugLog (0.77s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonDebugLog [2019-09-11T10:06:04.477Z] daemon.go:336: [d7e361ea66361] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [d7e361ea66361] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [d7e361ea66361] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [d7e361ea66361] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [d7e361ea66361] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [d7e361ea66361] Daemon stopped [2019-09-11T10:06:04.477Z] check_test.go:261: Daemon d7e361ea66361 is not started [2019-09-11T10:06:04.477Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (4.02s) [2019-09-11T10:06:04.477Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-09-11T10:06:04.477Z] daemon.go:336: [dd6cc2465b752] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:336: [dd6cc2465b752] waiting for daemon to start [2019-09-11T10:06:04.477Z] daemon.go:364: [dd6cc2465b752] daemon started [2019-09-11T10:06:04.477Z] daemon.go:472: [dd6cc2465b752] Stopping daemon [2019-09-11T10:06:04.477Z] daemon.go:307: [dd6cc2465b752] exiting daemon [2019-09-11T10:06:04.477Z] daemon.go:459: [dd6cc2465b752] Daemon stopped [2019-09-11T10:06:04.477Z] daemon.go:336: [dd6cc2465b752] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [dd6cc2465b752] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [dd6cc2465b752] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [dd6cc2465b752] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [dd6cc2465b752] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [dd6cc2465b752] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.72s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-09-11T10:06:04.478Z] daemon.go:336: [d4394dc4480a2] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d4394dc4480a2] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d4394dc4480a2] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d4394dc4480a2] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d4394dc4480a2] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d4394dc4480a2] Daemon stopped [2019-09-11T10:06:04.478Z] daemon.go:336: [d4394dc4480a2] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d4394dc4480a2] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d4394dc4480a2] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d4394dc4480a2] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d4394dc4480a2] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d4394dc4480a2] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.83s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-09-11T10:06:04.478Z] daemon.go:336: [da906081f2619] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [da906081f2619] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [da906081f2619] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [da906081f2619] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [da906081f2619] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [da906081f2619] Daemon stopped [2019-09-11T10:06:04.478Z] daemon.go:336: [da906081f2619] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [da906081f2619] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [da906081f2619] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [da906081f2619] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [da906081f2619] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [da906081f2619] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.62s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-09-11T10:06:04.478Z] daemon.go:336: [d9e672842be2a] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d9e672842be2a] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d9e672842be2a] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d9e672842be2a] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d9e672842be2a] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d9e672842be2a] Daemon stopped [2019-09-11T10:06:04.478Z] daemon.go:336: [d9e672842be2a] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d9e672842be2a] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d9e672842be2a] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d9e672842be2a] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d9e672842be2a] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d9e672842be2a] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.61s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-09-11T10:06:04.478Z] daemon.go:336: [de9f30ba0f58a] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [de9f30ba0f58a] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [de9f30ba0f58a] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [de9f30ba0f58a] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [de9f30ba0f58a] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [de9f30ba0f58a] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonEvents (3.80s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonEvents [2019-09-11T10:06:04.478Z] daemon.go:336: [d89855275575c] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d89855275575c] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d89855275575c] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d89855275575c] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d89855275575c] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d89855275575c] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonEventsWithFilters (4.42s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonEventsWithFilters [2019-09-11T10:06:04.478Z] daemon.go:336: [d32909ce86837] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d32909ce86837] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d32909ce86837] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d32909ce86837] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d32909ce86837] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d32909ce86837] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonExitOnFailure [2019-09-11T10:06:04.478Z] daemon.go:336: [d4b32fd3bc2df] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:307: [d4b32fd3bc2df] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:336: [d4b32fd3bc2df] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:472: [d4b32fd3bc2df] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:461: [d4b32fd3bc2df] Error when stopping daemon: daemon not started [2019-09-11T10:06:04.478Z] check_test.go:261: Daemon d4b32fd3bc2df is not started [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonFlagD (0.55s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonFlagD [2019-09-11T10:06:04.478Z] daemon.go:336: [d63e90f11f959] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d63e90f11f959] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d63e90f11f959] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d63e90f11f959] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d63e90f11f959] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d63e90f11f959] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonFlagDebug [2019-09-11T10:06:04.478Z] daemon.go:336: [d988a41a65ccc] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d988a41a65ccc] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d988a41a65ccc] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d988a41a65ccc] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d988a41a65ccc] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d988a41a65ccc] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-09-11T10:06:04.478Z] daemon.go:336: [de3eb9b51e144] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [de3eb9b51e144] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [de3eb9b51e144] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [de3eb9b51e144] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [de3eb9b51e144] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [de3eb9b51e144] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonICCLinkExpose (3.35s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonICCLinkExpose [2019-09-11T10:06:04.478Z] daemon.go:336: [d3aecf044688e] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d3aecf044688e] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d3aecf044688e] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d3aecf044688e] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d3aecf044688e] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d3aecf044688e] Daemon stopped [2019-09-11T10:06:04.478Z] daemon.go:336: [d3aecf044688e] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d3aecf044688e] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d3aecf044688e] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d3aecf044688e] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d3aecf044688e] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d3aecf044688e] Daemon stopped [2019-09-11T10:06:04.478Z] --- SKIP: Test/DockerDaemonSuite/TestDaemonICCPing (0.01s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonICCPing [2019-09-11T10:06:04.478Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-09-11T10:06:04.478Z] check_test.go:261: Daemon dbbfa4a4c44e5 is not started [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIP (2.94s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonIP [2019-09-11T10:06:04.478Z] daemon.go:336: [d07ef0e4a2b45] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d07ef0e4a2b45] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d07ef0e4a2b45] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d07ef0e4a2b45] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d07ef0e4a2b45] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d07ef0e4a2b45] Daemon stopped [2019-09-11T10:06:04.478Z] daemon.go:336: [d07ef0e4a2b45] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d07ef0e4a2b45] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d07ef0e4a2b45] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d07ef0e4a2b45] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d07ef0e4a2b45] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d07ef0e4a2b45] Daemon stopped [2019-09-11T10:06:04.478Z] --- SKIP: Test/DockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonIPv6Enabled [2019-09-11T10:06:04.478Z] requirement.go:26: unmatched requirement IPv6 [2019-09-11T10:06:04.478Z] check_test.go:261: Daemon dc019ff8482f2 is not started [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDR (12.29s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-09-11T10:06:04.478Z] daemon.go:336: [dbe02a135a07a] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [dbe02a135a07a] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [dbe02a135a07a] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [dbe02a135a07a] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [dbe02a135a07a] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [dbe02a135a07a] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (12.32s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-09-11T10:06:04.478Z] daemon.go:336: [d10844e1890d0] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d10844e1890d0] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d10844e1890d0] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d10844e1890d0] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d10844e1890d0] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d10844e1890d0] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIPv6HostMode (11.79s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonIPv6HostMode [2019-09-11T10:06:04.478Z] daemon.go:336: [de7df80dd8103] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [de7df80dd8103] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [de7df80dd8103] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [de7df80dd8103] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [de7df80dd8103] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [de7df80dd8103] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIptablesClean (1.60s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonIptablesClean [2019-09-11T10:06:04.478Z] daemon.go:336: [d901b459150c4] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d901b459150c4] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d901b459150c4] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d901b459150c4] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d901b459150c4] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d901b459150c4] Daemon stopped [2019-09-11T10:06:04.478Z] check_test.go:261: Daemon d901b459150c4 is not started [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonIptablesCreate (3.03s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonIptablesCreate [2019-09-11T10:06:04.478Z] daemon.go:336: [d066bbdb4dab4] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d066bbdb4dab4] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d066bbdb4dab4] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d066bbdb4dab4] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d066bbdb4dab4] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d066bbdb4dab4] Daemon stopped [2019-09-11T10:06:04.478Z] daemon.go:336: [d066bbdb4dab4] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d066bbdb4dab4] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d066bbdb4dab4] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d066bbdb4dab4] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d066bbdb4dab4] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d066bbdb4dab4] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonKeyGeneration [2019-09-11T10:06:04.478Z] daemon.go:336: [d4deb4ed3dae0] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d4deb4ed3dae0] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d4deb4ed3dae0] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d4deb4ed3dae0] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d4deb4ed3dae0] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d4deb4ed3dae0] Daemon stopped [2019-09-11T10:06:04.478Z] check_test.go:261: Daemon d4deb4ed3dae0 is not started [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.99s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-09-11T10:06:04.478Z] daemon.go:336: [d0f9b12138c41] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d0f9b12138c41] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d0f9b12138c41] daemon started [2019-09-11T10:06:04.478Z] daemon.go:307: [d0f9b12138c41] exiting daemon [2019-09-11T10:06:04.478Z] docker_cli_daemon_plugins_test.go:80: Daemon d0f9b12138c41 is not started [2019-09-11T10:06:04.478Z] daemon.go:336: [d0f9b12138c41] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d0f9b12138c41] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d0f9b12138c41] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d0f9b12138c41] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d0f9b12138c41] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d0f9b12138c41] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonKillWithPlugins (4.37s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonKillWithPlugins [2019-09-11T10:06:04.478Z] daemon.go:336: [d847394154c76] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d847394154c76] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d847394154c76] daemon started [2019-09-11T10:06:04.478Z] daemon.go:307: [d847394154c76] exiting daemon [2019-09-11T10:06:04.478Z] docker_cli_daemon_plugins_test.go:170: Daemon d847394154c76 is not started [2019-09-11T10:06:04.478Z] daemon.go:336: [d847394154c76] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d847394154c76] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d847394154c76] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d847394154c76] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d847394154c76] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d847394154c76] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.59s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-09-11T10:06:04.478Z] daemon.go:336: [d139de3bbe0c9] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d139de3bbe0c9] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d139de3bbe0c9] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d139de3bbe0c9] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d139de3bbe0c9] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d139de3bbe0c9] Daemon stopped [2019-09-11T10:06:04.478Z] daemon.go:336: [d139de3bbe0c9] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d139de3bbe0c9] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d139de3bbe0c9] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [d139de3bbe0c9] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [d139de3bbe0c9] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [d139de3bbe0c9] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonLogLevelDebug [2019-09-11T10:06:04.478Z] daemon.go:336: [dda06f2ab4d71] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [dda06f2ab4d71] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [dda06f2ab4d71] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [dda06f2ab4d71] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [dda06f2ab4d71] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [dda06f2ab4d71] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonLogLevelFatal [2019-09-11T10:06:04.478Z] daemon.go:336: [dec865f30503f] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [dec865f30503f] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [dec865f30503f] daemon started [2019-09-11T10:06:04.478Z] daemon.go:472: [dec865f30503f] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:307: [dec865f30503f] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:459: [dec865f30503f] Daemon stopped [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonLogLevelWrong [2019-09-11T10:06:04.478Z] daemon.go:336: [df662fc601658] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:307: [df662fc601658] exiting daemon [2019-09-11T10:06:04.478Z] daemon.go:336: [df662fc601658] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:472: [df662fc601658] Stopping daemon [2019-09-11T10:06:04.478Z] daemon.go:461: [df662fc601658] Error when stopping daemon: daemon not started [2019-09-11T10:06:04.478Z] check_test.go:261: Daemon df662fc601658 is not started [2019-09-11T10:06:04.478Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLogOptions (1.79s) [2019-09-11T10:06:04.478Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonLogOptions [2019-09-11T10:06:04.478Z] daemon.go:336: [d53724a048778] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:336: [d53724a048778] waiting for daemon to start [2019-09-11T10:06:04.478Z] daemon.go:364: [d53724a048778] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d53724a048778] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d53724a048778] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d53724a048778] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverDefault (1.84s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-09-11T10:06:04.479Z] daemon.go:336: [d08d2fdff7136] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d08d2fdff7136] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d08d2fdff7136] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d08d2fdff7136] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d08d2fdff7136] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d08d2fdff7136] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.75s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-09-11T10:06:04.479Z] daemon.go:336: [d64b760f9b21d] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d64b760f9b21d] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d64b760f9b21d] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d64b760f9b21d] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d64b760f9b21d] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d64b760f9b21d] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverNone (1.90s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonLoggingDriverNone [2019-09-11T10:06:04.479Z] daemon.go:336: [d1332d6323d1e] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d1332d6323d1e] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d1332d6323d1e] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d1332d6323d1e] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d1332d6323d1e] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d1332d6323d1e] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.78s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-09-11T10:06:04.479Z] daemon.go:336: [d79955980d09b] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d79955980d09b] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d79955980d09b] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d79955980d09b] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d79955980d09b] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d79955980d09b] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.90s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-09-11T10:06:04.479Z] daemon.go:336: [df91b2520a0ff] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [df91b2520a0ff] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [df91b2520a0ff] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [df91b2520a0ff] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [df91b2520a0ff] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [df91b2520a0ff] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.19s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-09-11T10:06:04.479Z] daemon.go:336: [d85f76bef0228] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d85f76bef0228] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d85f76bef0228] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d85f76bef0228] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d85f76bef0228] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d85f76bef0228] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonMaxConcurrency [2019-09-11T10:06:04.479Z] daemon.go:336: [d3f9aa5b65dba] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d3f9aa5b65dba] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d3f9aa5b65dba] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d3f9aa5b65dba] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d3f9aa5b65dba] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d3f9aa5b65dba] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-09-11T10:06:04.479Z] daemon.go:336: [dcf741063fcb3] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [dcf741063fcb3] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [dcf741063fcb3] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [dcf741063fcb3] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [dcf741063fcb3] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [dcf741063fcb3] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-09-11T10:06:04.479Z] daemon.go:336: [db6079667bd58] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [db6079667bd58] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [db6079667bd58] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [db6079667bd58] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [db6079667bd58] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [db6079667bd58] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.26s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-09-11T10:06:04.479Z] daemon.go:336: [da845df4229ad] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [da845df4229ad] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [da845df4229ad] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [da845df4229ad] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [da845df4229ad] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [da845df4229ad] Daemon stopped [2019-09-11T10:06:04.479Z] check_test.go:261: Daemon da845df4229ad is not started [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartCleanupNetns (2.52s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-09-11T10:06:04.479Z] daemon.go:336: [d10af8f10062f] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d10af8f10062f] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d10af8f10062f] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d10af8f10062f] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d10af8f10062f] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d10af8f10062f] Daemon stopped [2019-09-11T10:06:04.479Z] daemon.go:336: [d10af8f10062f] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d10af8f10062f] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d10af8f10062f] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d10af8f10062f] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d10af8f10062f] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d10af8f10062f] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.79s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-09-11T10:06:04.479Z] daemon.go:336: [d7bfceaba9dfa] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d7bfceaba9dfa] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d7bfceaba9dfa] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d7bfceaba9dfa] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d7bfceaba9dfa] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d7bfceaba9dfa] Daemon stopped [2019-09-11T10:06:04.479Z] daemon.go:336: [d7bfceaba9dfa] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d7bfceaba9dfa] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d7bfceaba9dfa] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d7bfceaba9dfa] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d7bfceaba9dfa] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d7bfceaba9dfa] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d7bfceaba9dfa] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartKillWait (2.82s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartKillWait [2019-09-11T10:06:04.479Z] daemon.go:336: [d478fae4fb4ad] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d478fae4fb4ad] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d478fae4fb4ad] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d478fae4fb4ad] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d478fae4fb4ad] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d478fae4fb4ad] Daemon stopped [2019-09-11T10:06:04.479Z] daemon.go:336: [d478fae4fb4ad] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d478fae4fb4ad] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d478fae4fb4ad] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d478fae4fb4ad] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d478fae4fb4ad] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d478fae4fb4ad] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartLocalVolumes (1.22s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-09-11T10:06:04.479Z] daemon.go:336: [dd8f9ac80ed7f] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [dd8f9ac80ed7f] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [dd8f9ac80ed7f] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [dd8f9ac80ed7f] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [dd8f9ac80ed7f] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [dd8f9ac80ed7f] Daemon stopped [2019-09-11T10:06:04.479Z] daemon.go:336: [dd8f9ac80ed7f] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [dd8f9ac80ed7f] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [dd8f9ac80ed7f] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [dd8f9ac80ed7f] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [dd8f9ac80ed7f] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [dd8f9ac80ed7f] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartOnFailure (5.87s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartOnFailure [2019-09-11T10:06:04.479Z] daemon.go:336: [ddd1e08f50687] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [ddd1e08f50687] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [ddd1e08f50687] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [ddd1e08f50687] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [ddd1e08f50687] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [ddd1e08f50687] Daemon stopped [2019-09-11T10:06:04.479Z] daemon.go:336: [ddd1e08f50687] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [ddd1e08f50687] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [ddd1e08f50687] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [ddd1e08f50687] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [ddd1e08f50687] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [ddd1e08f50687] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartRenameContainer (3.85s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartRenameContainer [2019-09-11T10:06:04.479Z] daemon.go:336: [d6390bd548ce4] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d6390bd548ce4] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d6390bd548ce4] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d6390bd548ce4] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d6390bd548ce4] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d6390bd548ce4] Daemon stopped [2019-09-11T10:06:04.479Z] daemon.go:336: [d6390bd548ce4] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d6390bd548ce4] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d6390bd548ce4] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d6390bd548ce4] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d6390bd548ce4] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d6390bd548ce4] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.72s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-09-11T10:06:04.479Z] daemon.go:336: [d007790508b46] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d007790508b46] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d007790508b46] daemon started [2019-09-11T10:06:04.479Z] daemon.go:336: [d007790508b46] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:307: [d007790508b46] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:336: [d007790508b46] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d007790508b46] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d007790508b46] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d007790508b46] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d007790508b46] Daemon stopped [2019-09-11T10:06:04.479Z] check_test.go:261: Daemon d007790508b46 is not started [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.47s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-09-11T10:06:04.479Z] daemon.go:336: [d35d7b2349bee] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d35d7b2349bee] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d35d7b2349bee] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d35d7b2349bee] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d35d7b2349bee] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d35d7b2349bee] Daemon stopped [2019-09-11T10:06:04.479Z] daemon.go:336: [d35d7b2349bee] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d35d7b2349bee] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d35d7b2349bee] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d35d7b2349bee] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d35d7b2349bee] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d35d7b2349bee] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.39s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-09-11T10:06:04.479Z] daemon.go:336: [da16be03422e3] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [da16be03422e3] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [da16be03422e3] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [da16be03422e3] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [da16be03422e3] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [da16be03422e3] Daemon stopped [2019-09-11T10:06:04.479Z] daemon.go:336: [da16be03422e3] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [da16be03422e3] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [da16be03422e3] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [da16be03422e3] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [da16be03422e3] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [da16be03422e3] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartUnlessStopped (10.87s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-09-11T10:06:04.479Z] daemon.go:336: [dd8fba31dc0e8] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [dd8fba31dc0e8] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [dd8fba31dc0e8] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [dd8fba31dc0e8] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [dd8fba31dc0e8] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [dd8fba31dc0e8] Daemon stopped [2019-09-11T10:06:04.479Z] daemon.go:336: [dd8fba31dc0e8] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [dd8fba31dc0e8] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [dd8fba31dc0e8] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [dd8fba31dc0e8] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [dd8fba31dc0e8] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [dd8fba31dc0e8] Daemon stopped [2019-09-11T10:06:04.479Z] daemon.go:336: [dd8fba31dc0e8] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [dd8fba31dc0e8] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [dd8fba31dc0e8] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [dd8fba31dc0e8] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [dd8fba31dc0e8] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [dd8fba31dc0e8] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.25s) [2019-09-11T10:06:04.479Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-09-11T10:06:04.479Z] daemon.go:336: [d4be56d9c1df4] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d4be56d9c1df4] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d4be56d9c1df4] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d4be56d9c1df4] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d4be56d9c1df4] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d4be56d9c1df4] Daemon stopped [2019-09-11T10:06:04.479Z] daemon.go:336: [d4be56d9c1df4] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:336: [d4be56d9c1df4] waiting for daemon to start [2019-09-11T10:06:04.479Z] daemon.go:364: [d4be56d9c1df4] daemon started [2019-09-11T10:06:04.479Z] daemon.go:472: [d4be56d9c1df4] Stopping daemon [2019-09-11T10:06:04.479Z] daemon.go:307: [d4be56d9c1df4] exiting daemon [2019-09-11T10:06:04.479Z] daemon.go:459: [d4be56d9c1df4] Daemon stopped [2019-09-11T10:06:04.479Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.59s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-09-11T10:06:04.480Z] daemon.go:336: [d44437e0a419f] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d44437e0a419f] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d44437e0a419f] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d44437e0a419f] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d44437e0a419f] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d44437e0a419f] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [d44437e0a419f] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d44437e0a419f] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d44437e0a419f] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d44437e0a419f] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d44437e0a419f] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d44437e0a419f] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [d44437e0a419f] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d44437e0a419f] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d44437e0a419f] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d44437e0a419f] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d44437e0a419f] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d44437e0a419f] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.40s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-09-11T10:06:04.480Z] daemon.go:336: [dbb2d76c2a4c0] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [dbb2d76c2a4c0] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [dbb2d76c2a4c0] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [dbb2d76c2a4c0] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [dbb2d76c2a4c0] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [dbb2d76c2a4c0] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [dbb2d76c2a4c0] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [dbb2d76c2a4c0] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [dbb2d76c2a4c0] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [dbb2d76c2a4c0] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [dbb2d76c2a4c0] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [dbb2d76c2a4c0] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.44s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-09-11T10:06:04.480Z] daemon.go:336: [d4bc047cf2039] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d4bc047cf2039] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d4bc047cf2039] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d4bc047cf2039] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d4bc047cf2039] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d4bc047cf2039] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [d4bc047cf2039] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d4bc047cf2039] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d4bc047cf2039] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d4bc047cf2039] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d4bc047cf2039] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d4bc047cf2039] Daemon stopped [2019-09-11T10:06:04.480Z] --- SKIP: Test/DockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-09-11T10:06:04.480Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-11T10:06:04.480Z] check_test.go:261: Daemon db1d5682e8464 is not started [2019-09-11T10:06:04.480Z] --- SKIP: Test/DockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-09-11T10:06:04.480Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-11T10:06:04.480Z] check_test.go:261: Daemon d6a33a956caab is not started [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.23s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-09-11T10:06:04.480Z] daemon.go:336: [d3a237a9b5331] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d3a237a9b5331] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d3a237a9b5331] daemon started [2019-09-11T10:06:04.480Z] daemon.go:307: [d3a237a9b5331] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:336: [d3a237a9b5331] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d3a237a9b5331] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d3a237a9b5331] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d3a237a9b5331] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d3a237a9b5331] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d3a237a9b5331] Daemon stopped [2019-09-11T10:06:04.480Z] check_test.go:261: Daemon d3a237a9b5331 is not started [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithLinks (5.32s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithLinks [2019-09-11T10:06:04.480Z] daemon.go:336: [de96e55fd22b4] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [de96e55fd22b4] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [de96e55fd22b4] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [de96e55fd22b4] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [de96e55fd22b4] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [de96e55fd22b4] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [de96e55fd22b4] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [de96e55fd22b4] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [de96e55fd22b4] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [de96e55fd22b4] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [de96e55fd22b4] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [de96e55fd22b4] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithNames (3.19s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithNames [2019-09-11T10:06:04.480Z] daemon.go:336: [dc36c40b7262f] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [dc36c40b7262f] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [dc36c40b7262f] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [dc36c40b7262f] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [dc36c40b7262f] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [dc36c40b7262f] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [dc36c40b7262f] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [dc36c40b7262f] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [dc36c40b7262f] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [dc36c40b7262f] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [dc36c40b7262f] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [dc36c40b7262f] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.25s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-09-11T10:06:04.480Z] daemon.go:336: [d640aee764a53] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d640aee764a53] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d640aee764a53] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d640aee764a53] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d640aee764a53] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d640aee764a53] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [d640aee764a53] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d640aee764a53] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d640aee764a53] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d640aee764a53] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d640aee764a53] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d640aee764a53] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.03s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-09-11T10:06:04.480Z] daemon.go:336: [d3de96d719983] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d3de96d719983] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d3de96d719983] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d3de96d719983] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d3de96d719983] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d3de96d719983] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [d3de96d719983] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d3de96d719983] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d3de96d719983] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d3de96d719983] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d3de96d719983] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d3de96d719983] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.97s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-09-11T10:06:04.480Z] daemon.go:336: [dacabc722afcd] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [dacabc722afcd] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [dacabc722afcd] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [dacabc722afcd] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [dacabc722afcd] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [dacabc722afcd] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [dacabc722afcd] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [dacabc722afcd] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [dacabc722afcd] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [dacabc722afcd] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [dacabc722afcd] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [dacabc722afcd] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.25s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-09-11T10:06:04.480Z] daemon.go:336: [d5d15c3c94e4a] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d5d15c3c94e4a] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d5d15c3c94e4a] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d5d15c3c94e4a] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d5d15c3c94e4a] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d5d15c3c94e4a] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [d5d15c3c94e4a] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d5d15c3c94e4a] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d5d15c3c94e4a] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d5d15c3c94e4a] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d5d15c3c94e4a] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d5d15c3c94e4a] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (5.38s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-09-11T10:06:04.480Z] daemon.go:336: [d27e692d71a04] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d27e692d71a04] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d27e692d71a04] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d27e692d71a04] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d27e692d71a04] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d27e692d71a04] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [d27e692d71a04] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d27e692d71a04] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d27e692d71a04] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d27e692d71a04] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d27e692d71a04] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d27e692d71a04] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.75s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-09-11T10:06:04.480Z] daemon.go:336: [d7cfe8aad5926] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d7cfe8aad5926] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d7cfe8aad5926] daemon started [2019-09-11T10:06:04.480Z] daemon.go:307: [d7cfe8aad5926] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:336: [d7cfe8aad5926] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d7cfe8aad5926] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d7cfe8aad5926] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d7cfe8aad5926] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d7cfe8aad5926] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d7cfe8aad5926] Daemon stopped [2019-09-11T10:06:04.480Z] check_test.go:261: Daemon d7cfe8aad5926 is not started [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.67s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-09-11T10:06:04.480Z] daemon.go:336: [dcd2c22233b66] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [dcd2c22233b66] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [dcd2c22233b66] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [dcd2c22233b66] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [dcd2c22233b66] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [dcd2c22233b66] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [dcd2c22233b66] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [dcd2c22233b66] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [dcd2c22233b66] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [dcd2c22233b66] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [dcd2c22233b66] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [dcd2c22233b66] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.15s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-09-11T10:06:04.480Z] daemon.go:336: [d861c33061d58] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d861c33061d58] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d861c33061d58] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d861c33061d58] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d861c33061d58] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d861c33061d58] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [d861c33061d58] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d861c33061d58] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d861c33061d58] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d861c33061d58] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d861c33061d58] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d861c33061d58] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonShutdownTimeout (2.38s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonShutdownTimeout [2019-09-11T10:06:04.480Z] daemon.go:336: [dc89400b99958] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [dc89400b99958] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [dc89400b99958] daemon started [2019-09-11T10:06:04.480Z] daemon.go:307: [dc89400b99958] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:472: [dc89400b99958] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:461: [dc89400b99958] Error when stopping daemon: daemon not started [2019-09-11T10:06:04.480Z] check_test.go:261: Daemon dc89400b99958 is not started [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-09-11T10:06:04.480Z] daemon.go:336: [d9a27ea8fabee] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d9a27ea8fabee] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d9a27ea8fabee] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d9a27ea8fabee] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d9a27ea8fabee] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d9a27ea8fabee] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonShutdownWithPlugins (6.26s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-09-11T10:06:04.480Z] daemon.go:336: [d02347ff2e5d1] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d02347ff2e5d1] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d02347ff2e5d1] daemon started [2019-09-11T10:06:04.480Z] daemon.go:307: [d02347ff2e5d1] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:336: [d02347ff2e5d1] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d02347ff2e5d1] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d02347ff2e5d1] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d02347ff2e5d1] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d02347ff2e5d1] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d02347ff2e5d1] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [d02347ff2e5d1] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d02347ff2e5d1] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d02347ff2e5d1] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d02347ff2e5d1] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d02347ff2e5d1] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d02347ff2e5d1] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.09s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-09-11T10:06:04.480Z] daemon.go:336: [d878aa8c6ecb7] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d878aa8c6ecb7] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d878aa8c6ecb7] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d878aa8c6ecb7] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d878aa8c6ecb7] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d878aa8c6ecb7] Daemon stopped [2019-09-11T10:06:04.480Z] daemon.go:336: [d878aa8c6ecb7] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d878aa8c6ecb7] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d878aa8c6ecb7] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d878aa8c6ecb7] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d878aa8c6ecb7] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d878aa8c6ecb7] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartIptablesFalse [2019-09-11T10:06:04.480Z] daemon.go:336: [d22644beceec2] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:336: [d22644beceec2] waiting for daemon to start [2019-09-11T10:06:04.480Z] daemon.go:364: [d22644beceec2] daemon started [2019-09-11T10:06:04.480Z] daemon.go:472: [d22644beceec2] Stopping daemon [2019-09-11T10:06:04.480Z] daemon.go:307: [d22644beceec2] exiting daemon [2019-09-11T10:06:04.480Z] daemon.go:459: [d22644beceec2] Daemon stopped [2019-09-11T10:06:04.480Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2019-09-11T10:06:04.480Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-09-11T10:06:04.480Z] daemon.go:336: [d50b1fd1f531d] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d50b1fd1f531d] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d50b1fd1f531d] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d50b1fd1f531d] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d50b1fd1f531d] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d50b1fd1f531d] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-11T10:06:04.481Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-09-11T10:06:04.481Z] daemon.go:336: [d5492944ed781] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d5492944ed781] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d5492944ed781] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d5492944ed781] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d5492944ed781] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d5492944ed781] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-11T10:06:04.481Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-09-11T10:06:04.481Z] daemon.go:336: [dfd31c1f93402] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [dfd31c1f93402] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [dfd31c1f93402] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [dfd31c1f93402] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [dfd31c1f93402] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [dfd31c1f93402] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-11T10:06:04.481Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-09-11T10:06:04.481Z] daemon.go:336: [d7c14dde63262] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:307: [d7c14dde63262] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:336: [d7c14dde63262] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-11T10:06:04.481Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-09-11T10:06:04.481Z] daemon.go:336: [da78dad98b829] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:307: [da78dad98b829] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:336: [da78dad98b829] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-11T10:06:04.481Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-09-11T10:06:04.481Z] daemon.go:336: [d1003d5acc784] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:307: [d1003d5acc784] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:336: [d1003d5acc784] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-11T10:06:04.481Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-09-11T10:06:04.481Z] daemon.go:336: [d88391214a177] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d88391214a177] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d88391214a177] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d88391214a177] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d88391214a177] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d88391214a177] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-11T10:06:04.481Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-09-11T10:06:04.481Z] daemon.go:336: [dfcaa994c6515] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [dfcaa994c6515] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [dfcaa994c6515] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [dfcaa994c6515] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [dfcaa994c6515] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [dfcaa994c6515] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-11T10:06:04.481Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-09-11T10:06:04.481Z] daemon.go:336: [d15c4d2273983] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:307: [d15c4d2273983] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:336: [d15c4d2273983] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-11T10:06:04.481Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-09-11T10:06:04.481Z] daemon.go:336: [deb958b6bf80a] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:307: [deb958b6bf80a] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:336: [deb958b6bf80a] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-11T10:06:04.481Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-09-11T10:06:04.481Z] daemon.go:336: [d0177a34eb225] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:307: [d0177a34eb225] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:336: [d0177a34eb225] waiting for daemon to start [2019-09-11T10:06:04.481Z] check_test.go:261: Daemon ddd354d5cb55c is not started [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartWithoutColors (1.16s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithoutColors [2019-09-11T10:06:04.481Z] daemon.go:336: [df2b690965ebe] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [df2b690965ebe] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [df2b690965ebe] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [df2b690965ebe] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [df2b690965ebe] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [df2b690965ebe] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:336: [df2b690965ebe] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [df2b690965ebe] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [df2b690965ebe] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [df2b690965ebe] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [df2b690965ebe] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [df2b690965ebe] Daemon stopped [2019-09-11T10:06:04.481Z] check_test.go:261: Daemon df2b690965ebe is not started [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonStartWithoutHost [2019-09-11T10:06:04.481Z] daemon.go:336: [d9e28b36d23d0] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d9e28b36d23d0] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d9e28b36d23d0] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d9e28b36d23d0] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d9e28b36d23d0] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d9e28b36d23d0] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.55s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-09-11T10:06:04.481Z] daemon.go:336: [dc52488d0a6b7] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [dc52488d0a6b7] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [dc52488d0a6b7] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [dc52488d0a6b7] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [dc52488d0a6b7] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [dc52488d0a6b7] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestDaemonUlimitDefaults (3.78s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonUlimitDefaults [2019-09-11T10:06:04.481Z] daemon.go:336: [d119b7f492ff6] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d119b7f492ff6] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d119b7f492ff6] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d119b7f492ff6] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d119b7f492ff6] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d119b7f492ff6] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:336: [d119b7f492ff6] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d119b7f492ff6] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d119b7f492ff6] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d119b7f492ff6] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d119b7f492ff6] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d119b7f492ff6] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-09-11T10:06:04.481Z] daemon.go:336: [dfdd7b2757be0] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [dfdd7b2757be0] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [dfdd7b2757be0] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [dfdd7b2757be0] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [dfdd7b2757be0] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [dfdd7b2757be0] Daemon stopped [2019-09-11T10:06:04.481Z] check_test.go:261: Daemon dfdd7b2757be0 is not started [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestDaemonUserNamespaceRootSetting (13.30s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-09-11T10:06:04.481Z] daemon.go:336: [dd3f4f0132f57] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [dd3f4f0132f57] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [dd3f4f0132f57] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [dd3f4f0132f57] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [dd3f4f0132f57] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [dd3f4f0132f57] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestDaemonWideLogConfig (2.14s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonWideLogConfig [2019-09-11T10:06:04.481Z] daemon.go:336: [db9b1acfc4494] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [db9b1acfc4494] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [db9b1acfc4494] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [db9b1acfc4494] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [db9b1acfc4494] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [db9b1acfc4494] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.56s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-09-11T10:06:04.481Z] daemon.go:336: [d85d98996c5ef] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d85d98996c5ef] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d85d98996c5ef] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d85d98996c5ef] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d85d98996c5ef] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d85d98996c5ef] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:336: [d85d98996c5ef] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d85d98996c5ef] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d85d98996c5ef] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d85d98996c5ef] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d85d98996c5ef] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d85d98996c5ef] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:336: [d85d98996c5ef] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d85d98996c5ef] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d85d98996c5ef] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d85d98996c5ef] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d85d98996c5ef] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d85d98996c5ef] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDaemonWithWrongkey [2019-09-11T10:06:04.481Z] daemon.go:336: [d651e3d25bb63] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d651e3d25bb63] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d651e3d25bb63] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d651e3d25bb63] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d651e3d25bb63] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d651e3d25bb63] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:336: [d651e3d25bb63] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:307: [d651e3d25bb63] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:336: [d651e3d25bb63] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:472: [d651e3d25bb63] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:461: [d651e3d25bb63] Error when stopping daemon: daemon not started [2019-09-11T10:06:04.481Z] check_test.go:261: Daemon d651e3d25bb63 is not started [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.60s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-09-11T10:06:04.481Z] daemon.go:336: [d303f7f81b19e] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d303f7f81b19e] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d303f7f81b19e] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d303f7f81b19e] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d303f7f81b19e] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d303f7f81b19e] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:336: [d303f7f81b19e] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d303f7f81b19e] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d303f7f81b19e] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d303f7f81b19e] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d303f7f81b19e] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d303f7f81b19e] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestExecAfterDaemonRestart (4.42s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-11T10:06:04.481Z] daemon.go:336: [dfd3d13b9b422] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [dfd3d13b9b422] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [dfd3d13b9b422] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [dfd3d13b9b422] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [dfd3d13b9b422] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [dfd3d13b9b422] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:336: [dfd3d13b9b422] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [dfd3d13b9b422] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [dfd3d13b9b422] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [dfd3d13b9b422] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [dfd3d13b9b422] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [dfd3d13b9b422] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestExecWithUserAfterLiveRestore (13.46s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-09-11T10:06:04.481Z] daemon.go:336: [d3d2978d71559] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d3d2978d71559] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d3d2978d71559] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d3d2978d71559] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d3d2978d71559] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d3d2978d71559] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:336: [d3d2978d71559] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d3d2978d71559] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d3d2978d71559] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d3d2978d71559] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d3d2978d71559] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d3d2978d71559] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestFailedPluginRemove (2.14s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestFailedPluginRemove [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestFailedPluginRemove [2019-09-11T10:06:04.481Z] daemon.go:336: [dfae490ba44d3] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [dfae490ba44d3] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [dfae490ba44d3] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [dfae490ba44d3] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [dfae490ba44d3] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [dfae490ba44d3] Daemon stopped [2019-09-11T10:06:04.481Z] daemon.go:336: [dfae490ba44d3] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [dfae490ba44d3] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [dfae490ba44d3] daemon started [2019-09-11T10:06:04.481Z] check_test.go:261: Daemon d95538bb82ca4 is not started [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestHTTPSInfo (0.60s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestHTTPSInfo [2019-09-11T10:06:04.481Z] daemon.go:336: [d164cfeed7e75] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d164cfeed7e75] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d164cfeed7e75] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d164cfeed7e75] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d164cfeed7e75] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d164cfeed7e75] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestHTTPSInfoRogueCert (0.56s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestHTTPSInfoRogueCert [2019-09-11T10:06:04.481Z] daemon.go:336: [d1183b2b4864f] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d1183b2b4864f] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d1183b2b4864f] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d1183b2b4864f] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d1183b2b4864f] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d1183b2b4864f] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-09-11T10:06:04.481Z] daemon.go:336: [d5f9ceb85b3ee] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d5f9ceb85b3ee] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d5f9ceb85b3ee] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d5f9ceb85b3ee] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d5f9ceb85b3ee] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d5f9ceb85b3ee] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestHTTPSRun (2.29s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestHTTPSRun [2019-09-11T10:06:04.481Z] daemon.go:336: [d5fd7f447bed8] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:336: [d5fd7f447bed8] waiting for daemon to start [2019-09-11T10:06:04.481Z] daemon.go:364: [d5fd7f447bed8] daemon started [2019-09-11T10:06:04.481Z] daemon.go:472: [d5fd7f447bed8] Stopping daemon [2019-09-11T10:06:04.481Z] daemon.go:307: [d5fd7f447bed8] exiting daemon [2019-09-11T10:06:04.481Z] daemon.go:459: [d5fd7f447bed8] Daemon stopped [2019-09-11T10:06:04.481Z] --- PASS: Test/DockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2019-09-11T10:06:04.481Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestLegacyDaemonCommand [2019-09-11T10:06:04.482Z] check_test.go:261: Daemon d1e22e5e021a2 is not started [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestPluginListFilterCapability (1.81s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestPluginListFilterCapability [2019-09-11T10:06:04.482Z] daemon.go:336: [dc39e1982f301] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [dc39e1982f301] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [dc39e1982f301] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [dc39e1982f301] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [dc39e1982f301] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [dc39e1982f301] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestPluginListFilterEnabled (1.84s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestPluginListFilterEnabled [2019-09-11T10:06:04.482Z] daemon.go:336: [d6a95a0d7cf90] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d6a95a0d7cf90] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d6a95a0d7cf90] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d6a95a0d7cf90] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d6a95a0d7cf90] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d6a95a0d7cf90] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.15s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-09-11T10:06:04.482Z] daemon.go:336: [d7081fd7c56bb] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d7081fd7c56bb] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d7081fd7c56bb] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d7081fd7c56bb] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d7081fd7c56bb] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d7081fd7c56bb] Daemon stopped [2019-09-11T10:06:04.482Z] daemon.go:336: [d7081fd7c56bb] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d7081fd7c56bb] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d7081fd7c56bb] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d7081fd7c56bb] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d7081fd7c56bb] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d7081fd7c56bb] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestPruneImageDangling (1.67s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestPruneImageDangling [2019-09-11T10:06:04.482Z] daemon.go:336: [d74132255bb77] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d74132255bb77] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d74132255bb77] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d74132255bb77] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d74132255bb77] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d74132255bb77] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestPruneImageLabel (2.09s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestPruneImageLabel [2019-09-11T10:06:04.482Z] daemon.go:336: [d098d08304422] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d098d08304422] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d098d08304422] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d098d08304422] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d098d08304422] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d098d08304422] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestRegistryMirrors (0.58s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestRegistryMirrors [2019-09-11T10:06:04.482Z] daemon.go:336: [df910cd6e8560] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [df910cd6e8560] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [df910cd6e8560] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [df910cd6e8560] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [df910cd6e8560] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [df910cd6e8560] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.02s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-09-11T10:06:04.482Z] daemon.go:336: [d987db6135d0e] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d987db6135d0e] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d987db6135d0e] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d987db6135d0e] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d987db6135d0e] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d987db6135d0e] Daemon stopped [2019-09-11T10:06:04.482Z] daemon.go:336: [d987db6135d0e] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d987db6135d0e] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d987db6135d0e] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d987db6135d0e] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d987db6135d0e] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d987db6135d0e] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.80s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-09-11T10:06:04.482Z] daemon.go:336: [d050fae47ea9a] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d050fae47ea9a] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d050fae47ea9a] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d050fae47ea9a] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d050fae47ea9a] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d050fae47ea9a] Daemon stopped [2019-09-11T10:06:04.482Z] daemon.go:336: [d050fae47ea9a] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d050fae47ea9a] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d050fae47ea9a] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d050fae47ea9a] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d050fae47ea9a] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d050fae47ea9a] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestRunLinksChanged (5.40s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestRunLinksChanged [2019-09-11T10:06:04.482Z] daemon.go:336: [d6a0887929001] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d6a0887929001] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d6a0887929001] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d6a0887929001] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d6a0887929001] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d6a0887929001] Daemon stopped [2019-09-11T10:06:04.482Z] daemon.go:336: [d6a0887929001] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d6a0887929001] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d6a0887929001] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d6a0887929001] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d6a0887929001] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d6a0887929001] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestRunSeccompJSONNewFormat (1.96s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-09-11T10:06:04.482Z] daemon.go:336: [d0b44d9bbb1e5] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d0b44d9bbb1e5] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d0b44d9bbb1e5] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d0b44d9bbb1e5] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d0b44d9bbb1e5] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d0b44d9bbb1e5] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.25s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-09-11T10:06:04.482Z] daemon.go:336: [d59bfdf296295] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d59bfdf296295] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d59bfdf296295] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d59bfdf296295] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d59bfdf296295] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d59bfdf296295] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.16s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-09-11T10:06:04.482Z] daemon.go:336: [dd8f9ba25e836] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [dd8f9ba25e836] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [dd8f9ba25e836] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [dd8f9ba25e836] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [dd8f9ba25e836] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [dd8f9ba25e836] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.58s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-09-11T10:06:04.482Z] daemon.go:336: [d6078ed94675a] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d6078ed94675a] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d6078ed94675a] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d6078ed94675a] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d6078ed94675a] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d6078ed94675a] Daemon stopped [2019-09-11T10:06:04.482Z] daemon.go:336: [d6078ed94675a] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d6078ed94675a] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d6078ed94675a] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d6078ed94675a] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d6078ed94675a] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d6078ed94675a] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.54s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-09-11T10:06:04.482Z] daemon.go:336: [d5329a545d5cd] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d5329a545d5cd] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d5329a545d5cd] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d5329a545d5cd] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d5329a545d5cd] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d5329a545d5cd] Daemon stopped [2019-09-11T10:06:04.482Z] daemon.go:336: [d5329a545d5cd] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d5329a545d5cd] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d5329a545d5cd] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d5329a545d5cd] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d5329a545d5cd] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d5329a545d5cd] Daemon stopped [2019-09-11T10:06:04.482Z] daemon.go:336: [d5329a545d5cd] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:307: [d5329a545d5cd] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:336: [d5329a545d5cd] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:472: [d5329a545d5cd] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:461: [d5329a545d5cd] Error when stopping daemon: daemon not started [2019-09-11T10:06:04.482Z] docker_cli_daemon_test.go:2542: Daemon d5329a545d5cd is not started [2019-09-11T10:06:04.482Z] daemon.go:336: [d5329a545d5cd] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d5329a545d5cd] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d5329a545d5cd] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d5329a545d5cd] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d5329a545d5cd] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d5329a545d5cd] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.44s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-09-11T10:06:04.482Z] daemon.go:336: [d27ce63c3a872] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d27ce63c3a872] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d27ce63c3a872] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d27ce63c3a872] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d27ce63c3a872] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d27ce63c3a872] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.13s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-11T10:06:04.482Z] daemon.go:336: [dffd5e498714c] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [dffd5e498714c] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [dffd5e498714c] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [dffd5e498714c] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [dffd5e498714c] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [dffd5e498714c] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestShmSize (2.34s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestShmSize [2019-09-11T10:06:04.482Z] daemon.go:336: [d2a7f5526da07] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d2a7f5526da07] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d2a7f5526da07] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d2a7f5526da07] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d2a7f5526da07] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d2a7f5526da07] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestShmSizeReload (3.33s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestShmSizeReload [2019-09-11T10:06:04.482Z] daemon.go:336: [d4cb579846830] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d4cb579846830] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d4cb579846830] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d4cb579846830] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d4cb579846830] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d4cb579846830] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestTLSVerify (0.10s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestTLSVerify [2019-09-11T10:06:04.482Z] check_test.go:261: Daemon da64acf51d3c2 is not started [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerDaemonSuite/TestVolumePlugin (6.60s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestVolumePlugin [2019-09-11T10:06:04.482Z] daemon.go:336: [df11f11c56d42] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [df11f11c56d42] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [df11f11c56d42] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [df11f11c56d42] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [df11f11c56d42] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [df11f11c56d42] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerSwarmSuite/TestAPIDuplicateNetworks (3.62s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPIDuplicateNetworks [2019-09-11T10:06:04.482Z] daemon.go:336: [d9d1a7085469d] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d9d1a7085469d] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d9d1a7085469d] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d9d1a7085469d] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d9d1a7085469d] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d9d1a7085469d] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerSwarmSuite/TestAPINetworkInspectWithScope (3.68s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPINetworkInspectWithScope [2019-09-11T10:06:04.482Z] daemon.go:336: [d24de51ecd738] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d24de51ecd738] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d24de51ecd738] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d24de51ecd738] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d24de51ecd738] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d24de51ecd738] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerSwarmSuite/TestAPIServiceUpdatePort (5.64s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPIServiceUpdatePort [2019-09-11T10:06:04.482Z] daemon.go:336: [d4a00a213119b] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d4a00a213119b] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d4a00a213119b] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d4a00a213119b] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d4a00a213119b] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d4a00a213119b] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmCAHash (13.32s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmCAHash [2019-09-11T10:06:04.482Z] daemon.go:336: [d3ecc824f41b5] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d3ecc824f41b5] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d3ecc824f41b5] daemon started [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmCAHash [2019-09-11T10:06:04.482Z] daemon.go:336: [d67614ca7feb2] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d67614ca7feb2] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d67614ca7feb2] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d3ecc824f41b5] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d3ecc824f41b5] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d3ecc824f41b5] Daemon stopped [2019-09-11T10:06:04.482Z] daemon.go:472: [d67614ca7feb2] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d67614ca7feb2] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d67614ca7feb2] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmErrorHandling (1.03s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmErrorHandling [2019-09-11T10:06:04.482Z] daemon.go:336: [d708c4b1e2472] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:336: [d708c4b1e2472] waiting for daemon to start [2019-09-11T10:06:04.482Z] daemon.go:364: [d708c4b1e2472] daemon started [2019-09-11T10:06:04.482Z] daemon.go:472: [d708c4b1e2472] Stopping daemon [2019-09-11T10:06:04.482Z] daemon.go:307: [d708c4b1e2472] exiting daemon [2019-09-11T10:06:04.482Z] daemon.go:459: [d708c4b1e2472] Daemon stopped [2019-09-11T10:06:04.482Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmForceNewCluster (27.51s) [2019-09-11T10:06:04.482Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-11T10:06:04.483Z] daemon.go:336: [da1ee6be7046b] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [da1ee6be7046b] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [da1ee6be7046b] daemon started [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-11T10:06:04.483Z] daemon.go:336: [d8690d68b458c] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d8690d68b458c] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d8690d68b458c] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [d8690d68b458c] joining swarm manager [da1ee6be7046b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.483Z] daemon.go:472: [d8690d68b458c] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d8690d68b458c] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d8690d68b458c] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-11T10:06:04.483Z] daemon.go:336: [d2ab48daa3558] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d2ab48daa3558] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d2ab48daa3558] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [d2ab48daa3558] joining swarm manager [da1ee6be7046b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.483Z] daemon.go:472: [da1ee6be7046b] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [da1ee6be7046b] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [da1ee6be7046b] Daemon stopped [2019-09-11T10:06:04.483Z] check_test.go:331: Daemon d8690d68b458c is not started [2019-09-11T10:06:04.483Z] daemon.go:472: [d2ab48daa3558] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d2ab48daa3558] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d2ab48daa3558] Daemon stopped [2019-09-11T10:06:04.483Z] --- SKIP: Test/DockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-09-11T10:06:04.483Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-09-11T10:06:04.483Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmInit (20.33s) [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmInit [2019-09-11T10:06:04.483Z] daemon.go:336: [d7307414c5047] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d7307414c5047] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d7307414c5047] daemon started [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmInit [2019-09-11T10:06:04.483Z] daemon.go:336: [d396dbe3340b7] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d396dbe3340b7] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d396dbe3340b7] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [d396dbe3340b7] joining swarm manager [d7307414c5047]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.483Z] daemon.go:472: [d7307414c5047] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d7307414c5047] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d7307414c5047] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [d396dbe3340b7] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d396dbe3340b7] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d396dbe3340b7] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:336: [d7307414c5047] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d7307414c5047] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d7307414c5047] daemon started [2019-09-11T10:06:04.483Z] daemon.go:336: [d396dbe3340b7] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d396dbe3340b7] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d396dbe3340b7] daemon started [2019-09-11T10:06:04.483Z] daemon.go:472: [d7307414c5047] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d7307414c5047] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d7307414c5047] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [d396dbe3340b7] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d396dbe3340b7] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d396dbe3340b7] Daemon stopped [2019-09-11T10:06:04.483Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmInvalidAddress (0.85s) [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmInvalidAddress [2019-09-11T10:06:04.483Z] daemon.go:336: [d7a9fc2653ab8] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d7a9fc2653ab8] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d7a9fc2653ab8] daemon started [2019-09-11T10:06:04.483Z] daemon.go:472: [d7a9fc2653ab8] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d7a9fc2653ab8] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d7a9fc2653ab8] Daemon stopped [2019-09-11T10:06:04.483Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmJoinToken (48.66s) [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmJoinToken [2019-09-11T10:06:04.483Z] daemon.go:336: [d8fb83d8a44ae] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d8fb83d8a44ae] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d8fb83d8a44ae] daemon started [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmJoinToken [2019-09-11T10:06:04.483Z] daemon.go:336: [d2a15f99f26da] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d2a15f99f26da] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d2a15f99f26da] daemon started [2019-09-11T10:06:04.483Z] daemon.go:472: [d8fb83d8a44ae] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d8fb83d8a44ae] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d8fb83d8a44ae] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [d2a15f99f26da] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d2a15f99f26da] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d2a15f99f26da] Daemon stopped [2019-09-11T10:06:04.483Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmLeaderElection (43.23s) [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-11T10:06:04.483Z] daemon.go:336: [d93fc3dbf24ff] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d93fc3dbf24ff] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d93fc3dbf24ff] daemon started [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-11T10:06:04.483Z] daemon.go:336: [df4f0d0f5cb84] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [df4f0d0f5cb84] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [df4f0d0f5cb84] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [df4f0d0f5cb84] joining swarm manager [d93fc3dbf24ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-11T10:06:04.483Z] daemon.go:336: [d9318b2eb67c0] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d9318b2eb67c0] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d9318b2eb67c0] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [d9318b2eb67c0] joining swarm manager [d93fc3dbf24ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.483Z] daemon.go:472: [d93fc3dbf24ff] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d93fc3dbf24ff] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d93fc3dbf24ff] Daemon stopped [2019-09-11T10:06:04.483Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-09-11T10:06:04.483Z] daemon.go:336: [d93fc3dbf24ff] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d93fc3dbf24ff] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d93fc3dbf24ff] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d93fc3dbf24ff] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:350: [d93fc3dbf24ff] error pinging daemon on start: Get http://d93fc3dbf24ff.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.483Z] daemon.go:336: [d93fc3dbf24ff] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:350: [d93fc3dbf24ff] error pinging daemon on start: Get http://d93fc3dbf24ff.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.483Z] daemon.go:336: [d93fc3dbf24ff] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d93fc3dbf24ff] daemon started [2019-09-11T10:06:04.483Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-09-11T10:06:04.483Z] daemon.go:472: [d93fc3dbf24ff] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d93fc3dbf24ff] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d93fc3dbf24ff] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [df4f0d0f5cb84] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [df4f0d0f5cb84] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [df4f0d0f5cb84] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [d9318b2eb67c0] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d9318b2eb67c0] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d9318b2eb67c0] Daemon stopped [2019-09-11T10:06:04.483Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmLeaderProxy (21.78s) [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-11T10:06:04.483Z] daemon.go:336: [d14d5194f3891] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d14d5194f3891] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d14d5194f3891] daemon started [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-11T10:06:04.483Z] daemon.go:336: [da2349b84cc91] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [da2349b84cc91] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [da2349b84cc91] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [da2349b84cc91] joining swarm manager [d14d5194f3891]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-11T10:06:04.483Z] daemon.go:336: [d57e8d42f20c6] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d57e8d42f20c6] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d57e8d42f20c6] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [d57e8d42f20c6] joining swarm manager [d14d5194f3891]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.483Z] daemon.go:472: [d14d5194f3891] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d14d5194f3891] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d14d5194f3891] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [da2349b84cc91] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [da2349b84cc91] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [da2349b84cc91] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [d57e8d42f20c6] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d57e8d42f20c6] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d57e8d42f20c6] Daemon stopped [2019-09-11T10:06:04.483Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.19s) [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-11T10:06:04.483Z] daemon.go:336: [d2907e861a057] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d2907e861a057] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d2907e861a057] daemon started [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-11T10:06:04.483Z] daemon.go:336: [d4696d14abf6e] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d4696d14abf6e] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d4696d14abf6e] daemon started [2019-09-11T10:06:04.483Z] daemon.go:472: [d2907e861a057] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d2907e861a057] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d2907e861a057] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [d4696d14abf6e] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d4696d14abf6e] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d4696d14abf6e] Daemon stopped [2019-09-11T10:06:04.483Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.37s) [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-09-11T10:06:04.483Z] daemon.go:336: [dbdb5117b7611] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [dbdb5117b7611] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [dbdb5117b7611] daemon started [2019-09-11T10:06:04.483Z] daemon.go:472: [dbdb5117b7611] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [dbdb5117b7611] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [dbdb5117b7611] Daemon stopped [2019-09-11T10:06:04.483Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmListNodes (14.11s) [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmListNodes [2019-09-11T10:06:04.483Z] daemon.go:336: [df46bda13a3bf] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [df46bda13a3bf] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [df46bda13a3bf] daemon started [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmListNodes [2019-09-11T10:06:04.483Z] daemon.go:336: [dcf71e7915021] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [dcf71e7915021] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [dcf71e7915021] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [dcf71e7915021] joining swarm manager [df46bda13a3bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmListNodes [2019-09-11T10:06:04.483Z] daemon.go:336: [de05440d4158a] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [de05440d4158a] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [de05440d4158a] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [de05440d4158a] joining swarm manager [df46bda13a3bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.483Z] daemon.go:472: [df46bda13a3bf] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [df46bda13a3bf] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [df46bda13a3bf] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [dcf71e7915021] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [dcf71e7915021] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [dcf71e7915021] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [de05440d4158a] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [de05440d4158a] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [de05440d4158a] Daemon stopped [2019-09-11T10:06:04.483Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmManagerRestore (46.01s) [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-11T10:06:04.483Z] daemon.go:336: [de83ebba23d56] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [de83ebba23d56] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [de83ebba23d56] daemon started [2019-09-11T10:06:04.483Z] daemon.go:472: [de83ebba23d56] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [de83ebba23d56] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [de83ebba23d56] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:336: [de83ebba23d56] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [de83ebba23d56] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [de83ebba23d56] daemon started [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-11T10:06:04.483Z] daemon.go:336: [dfff3d79801c4] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [dfff3d79801c4] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [dfff3d79801c4] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [dfff3d79801c4] joining swarm manager [de83ebba23d56]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.483Z] daemon.go:472: [dfff3d79801c4] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [dfff3d79801c4] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [dfff3d79801c4] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:336: [dfff3d79801c4] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [dfff3d79801c4] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [dfff3d79801c4] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [dfff3d79801c4] daemon started [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-11T10:06:04.483Z] daemon.go:336: [d7395b00e035f] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d7395b00e035f] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d7395b00e035f] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [d7395b00e035f] joining swarm manager [de83ebba23d56]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.483Z] daemon.go:472: [d7395b00e035f] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d7395b00e035f] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d7395b00e035f] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:336: [d7395b00e035f] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d7395b00e035f] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d7395b00e035f] daemon started [2019-09-11T10:06:04.483Z] daemon.go:307: [d7395b00e035f] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:336: [d7395b00e035f] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d7395b00e035f] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d7395b00e035f] daemon started [2019-09-11T10:06:04.483Z] daemon.go:472: [de83ebba23d56] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [de83ebba23d56] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [de83ebba23d56] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [dfff3d79801c4] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [dfff3d79801c4] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [dfff3d79801c4] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [d7395b00e035f] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d7395b00e035f] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d7395b00e035f] Daemon stopped [2019-09-11T10:06:04.483Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmNodeDrainPause (17.31s) [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-11T10:06:04.483Z] daemon.go:336: [d7550de8ddca7] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d7550de8ddca7] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d7550de8ddca7] daemon started [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-11T10:06:04.483Z] daemon.go:336: [db6078a0ff4b0] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [db6078a0ff4b0] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [db6078a0ff4b0] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [db6078a0ff4b0] joining swarm manager [d7550de8ddca7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.483Z] daemon.go:472: [d7550de8ddca7] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [d7550de8ddca7] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [d7550de8ddca7] Daemon stopped [2019-09-11T10:06:04.483Z] daemon.go:472: [db6078a0ff4b0] Stopping daemon [2019-09-11T10:06:04.483Z] daemon.go:307: [db6078a0ff4b0] exiting daemon [2019-09-11T10:06:04.483Z] daemon.go:459: [db6078a0ff4b0] Daemon stopped [2019-09-11T10:06:04.483Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmNodeRemove (35.79s) [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-11T10:06:04.483Z] daemon.go:336: [d3e0221213ef4] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d3e0221213ef4] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d3e0221213ef4] daemon started [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-11T10:06:04.483Z] daemon.go:336: [df2b5d46b9065] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [df2b5d46b9065] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [df2b5d46b9065] daemon started [2019-09-11T10:06:04.483Z] check_test.go:310: [df2b5d46b9065] joining swarm manager [d3e0221213ef4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.483Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-11T10:06:04.483Z] daemon.go:336: [d28050ba6dfd3] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:336: [d28050ba6dfd3] waiting for daemon to start [2019-09-11T10:06:04.483Z] daemon.go:364: [d28050ba6dfd3] daemon started [2019-09-11T10:06:04.484Z] check_test.go:310: [d28050ba6dfd3] joining swarm manager [d3e0221213ef4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.484Z] daemon.go:472: [df2b5d46b9065] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [df2b5d46b9065] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [df2b5d46b9065] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:336: [df2b5d46b9065] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [df2b5d46b9065] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [df2b5d46b9065] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [df2b5d46b9065] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:350: [df2b5d46b9065] error pinging daemon on start: Get http://df2b5d46b9065.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:336: [df2b5d46b9065] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:350: [df2b5d46b9065] error pinging daemon on start: Get http://df2b5d46b9065.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:336: [df2b5d46b9065] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:350: [df2b5d46b9065] error pinging daemon on start: Get http://df2b5d46b9065.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:336: [df2b5d46b9065] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:350: [df2b5d46b9065] error pinging daemon on start: Get http://df2b5d46b9065.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:336: [df2b5d46b9065] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:350: [df2b5d46b9065] error pinging daemon on start: Get http://df2b5d46b9065.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:336: [df2b5d46b9065] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:350: [df2b5d46b9065] error pinging daemon on start: Get http://df2b5d46b9065.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:336: [df2b5d46b9065] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [df2b5d46b9065] daemon started [2019-09-11T10:06:04.484Z] daemon.go:472: [d3e0221213ef4] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d3e0221213ef4] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d3e0221213ef4] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:472: [df2b5d46b9065] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [df2b5d46b9065] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [df2b5d46b9065] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:472: [d28050ba6dfd3] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d28050ba6dfd3] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d28050ba6dfd3] Daemon stopped [2019-09-11T10:06:04.484Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmNodeUpdate (6.54s) [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmNodeUpdate [2019-09-11T10:06:04.484Z] daemon.go:336: [d60011e3a8074] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d60011e3a8074] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d60011e3a8074] daemon started [2019-09-11T10:06:04.484Z] daemon.go:472: [d60011e3a8074] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d60011e3a8074] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d60011e3a8074] Daemon stopped [2019-09-11T10:06:04.484Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmPromoteDemote (25.91s) [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-11T10:06:04.484Z] daemon.go:336: [d244b9da6fb8b] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d244b9da6fb8b] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d244b9da6fb8b] daemon started [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-11T10:06:04.484Z] daemon.go:336: [d55df5a414e73] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d55df5a414e73] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d55df5a414e73] daemon started [2019-09-11T10:06:04.484Z] check_test.go:310: [d55df5a414e73] joining swarm manager [d244b9da6fb8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.484Z] daemon.go:472: [d244b9da6fb8b] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d244b9da6fb8b] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d244b9da6fb8b] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:472: [d55df5a414e73] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d55df5a414e73] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d55df5a414e73] Daemon stopped [2019-09-11T10:06:04.484Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmRaftQuorum (67.02s) [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-11T10:06:04.484Z] daemon.go:336: [d1ac3e0928edd] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d1ac3e0928edd] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d1ac3e0928edd] daemon started [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-11T10:06:04.484Z] daemon.go:336: [db7f9cf9b91c9] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [db7f9cf9b91c9] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [db7f9cf9b91c9] daemon started [2019-09-11T10:06:04.484Z] check_test.go:310: [db7f9cf9b91c9] joining swarm manager [d1ac3e0928edd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-11T10:06:04.484Z] daemon.go:336: [dfbc974f068bd] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [dfbc974f068bd] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [dfbc974f068bd] daemon started [2019-09-11T10:06:04.484Z] check_test.go:310: [dfbc974f068bd] joining swarm manager [d1ac3e0928edd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.484Z] daemon.go:472: [db7f9cf9b91c9] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [db7f9cf9b91c9] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [db7f9cf9b91c9] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:472: [dfbc974f068bd] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [dfbc974f068bd] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [dfbc974f068bd] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:336: [db7f9cf9b91c9] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [db7f9cf9b91c9] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [db7f9cf9b91c9] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [db7f9cf9b91c9] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:350: [db7f9cf9b91c9] error pinging daemon on start: Get http://db7f9cf9b91c9.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:336: [db7f9cf9b91c9] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:350: [db7f9cf9b91c9] error pinging daemon on start: Get http://db7f9cf9b91c9.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:336: [db7f9cf9b91c9] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:350: [db7f9cf9b91c9] error pinging daemon on start: Get http://db7f9cf9b91c9.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:336: [db7f9cf9b91c9] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [db7f9cf9b91c9] daemon started [2019-09-11T10:06:04.484Z] daemon.go:472: [d1ac3e0928edd] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d1ac3e0928edd] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d1ac3e0928edd] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:472: [db7f9cf9b91c9] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [db7f9cf9b91c9] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [db7f9cf9b91c9] Daemon stopped [2019-09-11T10:06:04.484Z] check_test.go:331: Daemon dfbc974f068bd is not started [2019-09-11T10:06:04.484Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmRestartCluster (62.36s) [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-11T10:06:04.484Z] daemon.go:336: [d4cf012665d95] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d4cf012665d95] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d4cf012665d95] daemon started [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-11T10:06:04.484Z] daemon.go:336: [d335701d49756] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d335701d49756] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d335701d49756] daemon started [2019-09-11T10:06:04.484Z] check_test.go:310: [d335701d49756] joining swarm manager [d4cf012665d95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-11T10:06:04.484Z] daemon.go:336: [d85fbfcd2b33e] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d85fbfcd2b33e] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d85fbfcd2b33e] daemon started [2019-09-11T10:06:04.484Z] check_test.go:310: [d85fbfcd2b33e] joining swarm manager [d4cf012665d95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-11T10:06:04.484Z] daemon.go:336: [de480339003a6] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [de480339003a6] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [de480339003a6] daemon started [2019-09-11T10:06:04.484Z] check_test.go:310: [de480339003a6] joining swarm manager [d4cf012665d95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-11T10:06:04.484Z] daemon.go:336: [df37109462284] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [df37109462284] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [df37109462284] daemon started [2019-09-11T10:06:04.484Z] check_test.go:310: [df37109462284] joining swarm manager [d4cf012665d95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-11T10:06:04.484Z] daemon.go:336: [d8a952782c78f] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d8a952782c78f] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d8a952782c78f] daemon started [2019-09-11T10:06:04.484Z] check_test.go:310: [d8a952782c78f] joining swarm manager [d4cf012665d95]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-09-11T10:06:04.484Z] daemon.go:472: [d8a952782c78f] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:472: [d85fbfcd2b33e] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:472: [df37109462284] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:472: [d335701d49756] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:472: [d4cf012665d95] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:472: [de480339003a6] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d4cf012665d95] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d4cf012665d95] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:307: [d85fbfcd2b33e] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d85fbfcd2b33e] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:307: [d335701d49756] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d335701d49756] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:307: [d8a952782c78f] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d8a952782c78f] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:307: [df37109462284] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [df37109462284] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:307: [de480339003a6] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [de480339003a6] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:336: [d8a952782c78f] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d85fbfcd2b33e] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [df37109462284] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d335701d49756] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d4cf012665d95] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [de480339003a6] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d85fbfcd2b33e] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d8a952782c78f] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [df37109462284] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d335701d49756] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d4cf012665d95] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [de480339003a6] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d85fbfcd2b33e] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d8a952782c78f] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [df37109462284] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d335701d49756] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d4cf012665d95] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [de480339003a6] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d85fbfcd2b33e] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d8a952782c78f] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [df37109462284] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d335701d49756] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d4cf012665d95] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [de480339003a6] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:350: [d8a952782c78f] error pinging daemon on start: Get http://d8a952782c78f.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:350: [d85fbfcd2b33e] error pinging daemon on start: Get http://d85fbfcd2b33e.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:350: [df37109462284] error pinging daemon on start: Get http://df37109462284.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:350: [d335701d49756] error pinging daemon on start: Get http://d335701d49756.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:350: [d4cf012665d95] error pinging daemon on start: Get http://d4cf012665d95.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:350: [de480339003a6] error pinging daemon on start: Get http://de480339003a6.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:336: [d85fbfcd2b33e] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d8a952782c78f] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [df37109462284] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d335701d49756] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d4cf012665d95] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [de480339003a6] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:350: [d8a952782c78f] error pinging daemon on start: Get http://d8a952782c78f.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:350: [d85fbfcd2b33e] error pinging daemon on start: Get http://d85fbfcd2b33e.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:350: [df37109462284] error pinging daemon on start: Get http://df37109462284.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:350: [d335701d49756] error pinging daemon on start: Get http://d335701d49756.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:350: [d4cf012665d95] error pinging daemon on start: Get http://d4cf012665d95.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:350: [de480339003a6] error pinging daemon on start: Get http://de480339003a6.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:336: [d8a952782c78f] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d85fbfcd2b33e] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [df37109462284] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d335701d49756] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d4cf012665d95] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [de480339003a6] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d85fbfcd2b33e] daemon started [2019-09-11T10:06:04.484Z] daemon.go:364: [d4cf012665d95] daemon started [2019-09-11T10:06:04.484Z] daemon.go:364: [d335701d49756] daemon started [2019-09-11T10:06:04.484Z] daemon.go:364: [df37109462284] daemon started [2019-09-11T10:06:04.484Z] daemon.go:364: [de480339003a6] daemon started [2019-09-11T10:06:04.484Z] daemon.go:350: [d8a952782c78f] error pinging daemon on start: Get http://d8a952782c78f.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.484Z] daemon.go:336: [d8a952782c78f] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d8a952782c78f] daemon started [2019-09-11T10:06:04.484Z] daemon.go:472: [d4cf012665d95] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d4cf012665d95] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d4cf012665d95] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:472: [d335701d49756] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d335701d49756] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d335701d49756] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:472: [d85fbfcd2b33e] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d85fbfcd2b33e] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d85fbfcd2b33e] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:472: [de480339003a6] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [de480339003a6] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [de480339003a6] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:472: [df37109462284] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [df37109462284] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [df37109462284] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:472: [d8a952782c78f] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d8a952782c78f] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d8a952782c78f] Daemon stopped [2019-09-11T10:06:04.484Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.45s) [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-09-11T10:06:04.484Z] daemon.go:336: [d154134db27ca] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d154134db27ca] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d154134db27ca] daemon started [2019-09-11T10:06:04.484Z] daemon.go:472: [d154134db27ca] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d154134db27ca] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d154134db27ca] Daemon stopped [2019-09-11T10:06:04.484Z] daemon.go:336: [d154134db27ca] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d154134db27ca] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d154134db27ca] daemon started [2019-09-11T10:06:04.484Z] daemon.go:472: [d154134db27ca] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d154134db27ca] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d154134db27ca] Daemon stopped [2019-09-11T10:06:04.484Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.78s) [2019-09-11T10:06:04.484Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-09-11T10:06:04.484Z] daemon.go:336: [d75500266ebcd] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:336: [d75500266ebcd] waiting for daemon to start [2019-09-11T10:06:04.484Z] daemon.go:364: [d75500266ebcd] daemon started [2019-09-11T10:06:04.484Z] daemon.go:472: [d75500266ebcd] Stopping daemon [2019-09-11T10:06:04.484Z] daemon.go:307: [d75500266ebcd] exiting daemon [2019-09-11T10:06:04.484Z] daemon.go:459: [d75500266ebcd] Daemon stopped [2019-09-11T10:06:04.484Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.71s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-11T10:06:04.485Z] daemon.go:336: [d0eca0c419971] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d0eca0c419971] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d0eca0c419971] daemon started [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-11T10:06:04.485Z] daemon.go:336: [d208a60c04551] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d208a60c04551] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d208a60c04551] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [d208a60c04551] joining swarm manager [d0eca0c419971]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-11T10:06:04.485Z] daemon.go:336: [d04168ad9e4c5] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d04168ad9e4c5] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d04168ad9e4c5] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [d04168ad9e4c5] joining swarm manager [d0eca0c419971]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.485Z] daemon.go:472: [d0eca0c419971] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d0eca0c419971] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d0eca0c419971] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [d208a60c04551] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d208a60c04551] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d208a60c04551] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [d04168ad9e4c5] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d04168ad9e4c5] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d04168ad9e4c5] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.88s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-11T10:06:04.485Z] daemon.go:336: [d6ff2069e8bf5] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d6ff2069e8bf5] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d6ff2069e8bf5] daemon started [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-11T10:06:04.485Z] daemon.go:336: [dbad6e587ad01] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [dbad6e587ad01] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [dbad6e587ad01] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [dbad6e587ad01] joining swarm manager [d6ff2069e8bf5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-11T10:06:04.485Z] daemon.go:336: [d25066e22e0e1] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d25066e22e0e1] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d25066e22e0e1] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [d25066e22e0e1] joining swarm manager [d6ff2069e8bf5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.485Z] daemon.go:472: [d6ff2069e8bf5] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d6ff2069e8bf5] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d6ff2069e8bf5] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [dbad6e587ad01] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [dbad6e587ad01] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [dbad6e587ad01] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [d25066e22e0e1] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d25066e22e0e1] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d25066e22e0e1] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.27s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-11T10:06:04.485Z] daemon.go:336: [dd5fcb28b9004] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [dd5fcb28b9004] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [dd5fcb28b9004] daemon started [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-11T10:06:04.485Z] daemon.go:336: [d76aa6ead3666] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d76aa6ead3666] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d76aa6ead3666] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [d76aa6ead3666] joining swarm manager [dd5fcb28b9004]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-11T10:06:04.485Z] daemon.go:336: [d92bf534c8982] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d92bf534c8982] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d92bf534c8982] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [d92bf534c8982] joining swarm manager [dd5fcb28b9004]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.485Z] daemon.go:472: [dd5fcb28b9004] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [dd5fcb28b9004] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [dd5fcb28b9004] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [d76aa6ead3666] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d76aa6ead3666] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d76aa6ead3666] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [d92bf534c8982] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d92bf534c8982] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d92bf534c8982] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesCreate (6.56s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesCreate [2019-09-11T10:06:04.485Z] daemon.go:336: [db67de8556777] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [db67de8556777] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [db67de8556777] daemon started [2019-09-11T10:06:04.485Z] daemon.go:472: [db67de8556777] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [db67de8556777] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [db67de8556777] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.07s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-11T10:06:04.485Z] daemon.go:336: [d7889f4bddb73] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d7889f4bddb73] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d7889f4bddb73] daemon started [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-11T10:06:04.485Z] daemon.go:336: [d46ee2730d0ce] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d46ee2730d0ce] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d46ee2730d0ce] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [d46ee2730d0ce] joining swarm manager [d7889f4bddb73]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-11T10:06:04.485Z] daemon.go:336: [dc6125f413dc2] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [dc6125f413dc2] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [dc6125f413dc2] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [dc6125f413dc2] joining swarm manager [d7889f4bddb73]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-11T10:06:04.485Z] daemon.go:336: [dd675510fa05f] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [dd675510fa05f] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [dd675510fa05f] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [dd675510fa05f] joining swarm manager [d7889f4bddb73]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-11T10:06:04.485Z] daemon.go:336: [d569c1473c465] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d569c1473c465] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d569c1473c465] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [d569c1473c465] joining swarm manager [d7889f4bddb73]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-11T10:06:04.485Z] daemon.go:472: [d7889f4bddb73] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d7889f4bddb73] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d7889f4bddb73] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [d46ee2730d0ce] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d46ee2730d0ce] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d46ee2730d0ce] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [dc6125f413dc2] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [dc6125f413dc2] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [dc6125f413dc2] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [dd675510fa05f] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [dd675510fa05f] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [dd675510fa05f] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [d569c1473c465] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d569c1473c465] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d569c1473c465] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesEmptyList (2.90s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-09-11T10:06:04.485Z] daemon.go:336: [db0ce0c141a99] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [db0ce0c141a99] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [db0ce0c141a99] daemon started [2019-09-11T10:06:04.485Z] daemon.go:472: [db0ce0c141a99] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [db0ce0c141a99] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [db0ce0c141a99] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.02s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-11T10:06:04.485Z] daemon.go:336: [d9b5713eae931] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d9b5713eae931] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d9b5713eae931] daemon started [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-11T10:06:04.485Z] daemon.go:336: [dbf108df3df34] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [dbf108df3df34] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [dbf108df3df34] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [dbf108df3df34] joining swarm manager [d9b5713eae931]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-11T10:06:04.485Z] daemon.go:336: [ddc3f58c11e13] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [ddc3f58c11e13] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [ddc3f58c11e13] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [ddc3f58c11e13] joining swarm manager [d9b5713eae931]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.485Z] daemon.go:472: [d9b5713eae931] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d9b5713eae931] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d9b5713eae931] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [dbf108df3df34] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [dbf108df3df34] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [dbf108df3df34] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [ddc3f58c11e13] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [ddc3f58c11e13] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [ddc3f58c11e13] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.50s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-11T10:06:04.485Z] daemon.go:336: [d60b9222c38a7] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d60b9222c38a7] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d60b9222c38a7] daemon started [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-11T10:06:04.485Z] daemon.go:336: [dad74bb26958d] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [dad74bb26958d] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [dad74bb26958d] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [dad74bb26958d] joining swarm manager [d60b9222c38a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-11T10:06:04.485Z] daemon.go:336: [d5bd71b61e24f] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d5bd71b61e24f] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d5bd71b61e24f] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [d5bd71b61e24f] joining swarm manager [d60b9222c38a7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.485Z] daemon.go:472: [dad74bb26958d] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [dad74bb26958d] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [dad74bb26958d] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [d60b9222c38a7] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d60b9222c38a7] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d60b9222c38a7] Daemon stopped [2019-09-11T10:06:04.485Z] check_test.go:331: Daemon dad74bb26958d is not started [2019-09-11T10:06:04.485Z] daemon.go:472: [d5bd71b61e24f] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d5bd71b61e24f] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d5bd71b61e24f] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting (27.35s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-11T10:06:04.485Z] daemon.go:336: [dc5b9aae3faa9] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [dc5b9aae3faa9] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [dc5b9aae3faa9] daemon started [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-11T10:06:04.485Z] daemon.go:336: [d58a11e3f1475] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d58a11e3f1475] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d58a11e3f1475] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [d58a11e3f1475] joining swarm manager [dc5b9aae3faa9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-11T10:06:04.485Z] daemon.go:336: [d3a5409edae09] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d3a5409edae09] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d3a5409edae09] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [d3a5409edae09] joining swarm manager [dc5b9aae3faa9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.485Z] daemon.go:472: [dc5b9aae3faa9] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [dc5b9aae3faa9] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [dc5b9aae3faa9] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [d58a11e3f1475] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d58a11e3f1475] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d58a11e3f1475] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [d3a5409edae09] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d3a5409edae09] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d3a5409edae09] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesUpdate (40.49s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-11T10:06:04.485Z] daemon.go:336: [d496a53a76fb5] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d496a53a76fb5] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d496a53a76fb5] daemon started [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-11T10:06:04.485Z] daemon.go:336: [d53d3de6c3b17] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d53d3de6c3b17] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d53d3de6c3b17] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [d53d3de6c3b17] joining swarm manager [d496a53a76fb5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-11T10:06:04.485Z] daemon.go:336: [d07cd9b696b7a] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d07cd9b696b7a] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d07cd9b696b7a] daemon started [2019-09-11T10:06:04.485Z] check_test.go:310: [d07cd9b696b7a] joining swarm manager [d496a53a76fb5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.485Z] daemon.go:472: [d496a53a76fb5] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d496a53a76fb5] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d496a53a76fb5] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [d53d3de6c3b17] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d53d3de6c3b17] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d53d3de6c3b17] Daemon stopped [2019-09-11T10:06:04.485Z] daemon.go:472: [d07cd9b696b7a] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d07cd9b696b7a] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d07cd9b696b7a] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.73s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-09-11T10:06:04.485Z] daemon.go:336: [d9023b5d8c284] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d9023b5d8c284] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d9023b5d8c284] daemon started [2019-09-11T10:06:04.485Z] daemon.go:472: [d9023b5d8c284] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d9023b5d8c284] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d9023b5d8c284] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.60s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-09-11T10:06:04.485Z] daemon.go:336: [d86d6d90cf259] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d86d6d90cf259] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d86d6d90cf259] daemon started [2019-09-11T10:06:04.485Z] daemon.go:472: [d86d6d90cf259] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d86d6d90cf259] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d86d6d90cf259] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.00s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-09-11T10:06:04.485Z] daemon.go:336: [d70c21702d7c6] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d70c21702d7c6] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:364: [d70c21702d7c6] daemon started [2019-09-11T10:06:04.485Z] daemon.go:472: [d70c21702d7c6] Stopping daemon [2019-09-11T10:06:04.485Z] daemon.go:307: [d70c21702d7c6] exiting daemon [2019-09-11T10:06:04.485Z] daemon.go:459: [d70c21702d7c6] Daemon stopped [2019-09-11T10:06:04.485Z] --- PASS: Test/DockerSwarmSuite/TestDNSConfig (3.19s) [2019-09-11T10:06:04.485Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestDNSConfig [2019-09-11T10:06:04.485Z] daemon.go:336: [d7e5d3f995e99] waiting for daemon to start [2019-09-11T10:06:04.485Z] daemon.go:336: [d7e5d3f995e99] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d7e5d3f995e99] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d7e5d3f995e99] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d7e5d3f995e99] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d7e5d3f995e99] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestDNSConfigUpdate (3.34s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestDNSConfigUpdate [2019-09-11T10:06:04.486Z] daemon.go:336: [d9994cdd59617] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d9994cdd59617] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d9994cdd59617] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d9994cdd59617] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d9994cdd59617] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d9994cdd59617] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestExtraHosts (3.30s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestExtraHosts [2019-09-11T10:06:04.486Z] daemon.go:336: [d7b337b34fb11] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d7b337b34fb11] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d7b337b34fb11] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d7b337b34fb11] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d7b337b34fb11] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d7b337b34fb11] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.99s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-09-11T10:06:04.486Z] daemon.go:336: [de1fef9290cfd] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [de1fef9290cfd] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [de1fef9290cfd] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [de1fef9290cfd] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [de1fef9290cfd] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [de1fef9290cfd] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestOverlayAttachable (6.05s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestOverlayAttachable [2019-09-11T10:06:04.486Z] daemon.go:336: [d7a4092feff94] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d7a4092feff94] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d7a4092feff94] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d7a4092feff94] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d7a4092feff94] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d7a4092feff94] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (6.27s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-09-11T10:06:04.486Z] daemon.go:336: [d8a7a982a1b40] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d8a7a982a1b40] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d8a7a982a1b40] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d8a7a982a1b40] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d8a7a982a1b40] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d8a7a982a1b40] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.87s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-09-11T10:06:04.486Z] daemon.go:336: [da240fc73a7fc] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [da240fc73a7fc] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [da240fc73a7fc] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [da240fc73a7fc] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [da240fc73a7fc] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [da240fc73a7fc] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestPruneNetwork (11.82s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestPruneNetwork [2019-09-11T10:06:04.486Z] daemon.go:336: [db0565cac1c73] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [db0565cac1c73] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [db0565cac1c73] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [db0565cac1c73] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [db0565cac1c73] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [db0565cac1c73] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestPsListContainersFilterIsTask (4.14s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestPsListContainersFilterIsTask [2019-09-11T10:06:04.486Z] daemon.go:336: [dbdef5e0d486c] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [dbdef5e0d486c] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [dbdef5e0d486c] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [dbdef5e0d486c] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [dbdef5e0d486c] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [dbdef5e0d486c] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateMountTmpfs (12.98s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceCreateMountTmpfs [2019-09-11T10:06:04.486Z] daemon.go:336: [d5565a061bb9c] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d5565a061bb9c] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d5565a061bb9c] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d5565a061bb9c] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d5565a061bb9c] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d5565a061bb9c] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateMountVolume (3.27s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceCreateMountVolume [2019-09-11T10:06:04.486Z] daemon.go:336: [db5140cd6fd74] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [db5140cd6fd74] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [db5140cd6fd74] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [db5140cd6fd74] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [db5140cd6fd74] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [db5140cd6fd74] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.67s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-09-11T10:06:04.486Z] daemon.go:336: [d3a280fc1a82f] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d3a280fc1a82f] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d3a280fc1a82f] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d3a280fc1a82f] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d3a280fc1a82f] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d3a280fc1a82f] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithConfigSimple (2.97s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-09-11T10:06:04.486Z] daemon.go:336: [dbe38a3e36b7e] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [dbe38a3e36b7e] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [dbe38a3e36b7e] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [dbe38a3e36b7e] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [dbe38a3e36b7e] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [dbe38a3e36b7e] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.70s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-09-11T10:06:04.486Z] daemon.go:336: [d2fa702803177] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d2fa702803177] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d2fa702803177] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d2fa702803177] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d2fa702803177] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d2fa702803177] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.33s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-09-11T10:06:04.486Z] daemon.go:336: [dff150fae4353] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [dff150fae4353] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [dff150fae4353] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [dff150fae4353] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [dff150fae4353] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [dff150fae4353] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.44s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-09-11T10:06:04.486Z] daemon.go:336: [d01d2b7354b3d] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d01d2b7354b3d] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d01d2b7354b3d] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d01d2b7354b3d] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d01d2b7354b3d] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d01d2b7354b3d] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithSecretSimple (2.94s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-09-11T10:06:04.486Z] daemon.go:336: [d5baa0ad63d55] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d5baa0ad63d55] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d5baa0ad63d55] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d5baa0ad63d55] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d5baa0ad63d55] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d5baa0ad63d55] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.07s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-09-11T10:06:04.486Z] daemon.go:336: [d8d1cf024a797] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d8d1cf024a797] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d8d1cf024a797] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d8d1cf024a797] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d8d1cf024a797] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d8d1cf024a797] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceHealthRun (7.26s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceHealthRun [2019-09-11T10:06:04.486Z] daemon.go:336: [d0696e82196b5] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d0696e82196b5] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d0696e82196b5] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d0696e82196b5] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d0696e82196b5] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d0696e82196b5] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceHealthStart (6.00s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceHealthStart [2019-09-11T10:06:04.486Z] daemon.go:336: [d9ada5c5e83f3] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d9ada5c5e83f3] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d9ada5c5e83f3] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d9ada5c5e83f3] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d9ada5c5e83f3] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d9ada5c5e83f3] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogs (13.80s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceLogs [2019-09-11T10:06:04.486Z] daemon.go:336: [d8c7b1c9bb95b] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d8c7b1c9bb95b] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d8c7b1c9bb95b] daemon started [2019-09-11T10:06:04.486Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.vwefhq7f83vf@c88717a53ba7 | hello1\n" [2019-09-11T10:06:04.486Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.rpufam2tsxab@c88717a53ba7 | hello2\n" [2019-09-11T10:06:04.486Z] daemon.go:472: [d8c7b1c9bb95b] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d8c7b1c9bb95b] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d8c7b1c9bb95b] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsCompleteness (13.34s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceLogsCompleteness [2019-09-11T10:06:04.486Z] daemon.go:336: [d0a1fff12e567] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d0a1fff12e567] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d0a1fff12e567] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d0a1fff12e567] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d0a1fff12e567] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d0a1fff12e567] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsDetails (13.25s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceLogsDetails [2019-09-11T10:06:04.486Z] daemon.go:336: [d7033c5d136de] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d7033c5d136de] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d7033c5d136de] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d7033c5d136de] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d7033c5d136de] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d7033c5d136de] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsFollow (13.59s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceLogsFollow [2019-09-11T10:06:04.486Z] daemon.go:336: [dca134c11b016] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [dca134c11b016] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [dca134c11b016] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [dca134c11b016] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [dca134c11b016] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [dca134c11b016] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (15.08s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-09-11T10:06:04.486Z] daemon.go:336: [d6eb0af3faf5a] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d6eb0af3faf5a] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d6eb0af3faf5a] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d6eb0af3faf5a] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d6eb0af3faf5a] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d6eb0af3faf5a] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsSince (13.61s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceLogsSince [2019-09-11T10:06:04.486Z] daemon.go:336: [d8df21cb97502] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d8df21cb97502] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d8df21cb97502] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d8df21cb97502] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d8df21cb97502] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d8df21cb97502] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsTTY (13.35s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceLogsTTY [2019-09-11T10:06:04.486Z] daemon.go:336: [ddf4ad8e9d1d8] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [ddf4ad8e9d1d8] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [ddf4ad8e9d1d8] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [ddf4ad8e9d1d8] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [ddf4ad8e9d1d8] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [ddf4ad8e9d1d8] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsTail (13.47s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceLogsTail [2019-09-11T10:06:04.486Z] daemon.go:336: [d4c77e5ce6c1a] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d4c77e5ce6c1a] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d4c77e5ce6c1a] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d4c77e5ce6c1a] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d4c77e5ce6c1a] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d4c77e5ce6c1a] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceLogsTaskLogs (13.59s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceLogsTaskLogs [2019-09-11T10:06:04.486Z] daemon.go:336: [d1334b6057c88] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d1334b6057c88] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d1334b6057c88] daemon started [2019-09-11T10:06:04.486Z] docker_cli_service_logs_test.go:242: checking task lo37b1mko2ls [2019-09-11T10:06:04.486Z] docker_cli_service_logs_test.go:247: checking messages for lo37b1mko2ls [2019-09-11T10:06:04.486Z] docker_cli_service_logs_test.go:242: checking task un7hyop9x8nv [2019-09-11T10:06:04.486Z] docker_cli_service_logs_test.go:247: checking messages for un7hyop9x8nv [2019-09-11T10:06:04.486Z] daemon.go:472: [d1334b6057c88] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d1334b6057c88] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d1334b6057c88] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestServiceScale (3.32s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestServiceScale [2019-09-11T10:06:04.486Z] daemon.go:336: [d4964eaaf0c7a] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [d4964eaaf0c7a] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [d4964eaaf0c7a] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [d4964eaaf0c7a] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [d4964eaaf0c7a] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [d4964eaaf0c7a] Daemon stopped [2019-09-11T10:06:04.486Z] --- PASS: Test/DockerSwarmSuite/TestSwarmAlternateLockUnlock (19.50s) [2019-09-11T10:06:04.486Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-09-11T10:06:04.486Z] daemon.go:336: [daf8708d2d7ef] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [daf8708d2d7ef] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [daf8708d2d7ef] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [daf8708d2d7ef] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [daf8708d2d7ef] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [daf8708d2d7ef] Daemon stopped [2019-09-11T10:06:04.486Z] daemon.go:336: [daf8708d2d7ef] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [daf8708d2d7ef] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [daf8708d2d7ef] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [daf8708d2d7ef] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [daf8708d2d7ef] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [daf8708d2d7ef] Daemon stopped [2019-09-11T10:06:04.486Z] daemon.go:336: [daf8708d2d7ef] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [daf8708d2d7ef] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [daf8708d2d7ef] daemon started [2019-09-11T10:06:04.486Z] daemon.go:472: [daf8708d2d7ef] Stopping daemon [2019-09-11T10:06:04.486Z] daemon.go:307: [daf8708d2d7ef] exiting daemon [2019-09-11T10:06:04.486Z] daemon.go:459: [daf8708d2d7ef] Daemon stopped [2019-09-11T10:06:04.486Z] daemon.go:336: [daf8708d2d7ef] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:336: [daf8708d2d7ef] waiting for daemon to start [2019-09-11T10:06:04.486Z] daemon.go:364: [daf8708d2d7ef] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [daf8708d2d7ef] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [daf8708d2d7ef] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [daf8708d2d7ef] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:336: [daf8708d2d7ef] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [daf8708d2d7ef] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [daf8708d2d7ef] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [daf8708d2d7ef] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [daf8708d2d7ef] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [daf8708d2d7ef] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsConfig (3.11s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterEventsConfig [2019-09-11T10:06:04.487Z] daemon.go:336: [d25bb4526fbca] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d25bb4526fbca] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d25bb4526fbca] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d25bb4526fbca] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d25bb4526fbca] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d25bb4526fbca] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsNetwork (3.14s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-09-11T10:06:04.487Z] daemon.go:336: [d9b4f4b8aa011] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d9b4f4b8aa011] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d9b4f4b8aa011] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d9b4f4b8aa011] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d9b4f4b8aa011] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d9b4f4b8aa011] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsNode (19.78s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-11T10:06:04.487Z] daemon.go:336: [db5586354c80a] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [db5586354c80a] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [db5586354c80a] daemon started [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-11T10:06:04.487Z] daemon.go:336: [d9d72ee911674] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d9d72ee911674] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d9d72ee911674] daemon started [2019-09-11T10:06:04.487Z] check_test.go:310: [d9d72ee911674] joining swarm manager [db5586354c80a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-11T10:06:04.487Z] daemon.go:336: [df7479f39d26a] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [df7479f39d26a] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [df7479f39d26a] daemon started [2019-09-11T10:06:04.487Z] check_test.go:310: [df7479f39d26a] joining swarm manager [db5586354c80a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.487Z] daemon.go:472: [db5586354c80a] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [db5586354c80a] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [db5586354c80a] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:472: [d9d72ee911674] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d9d72ee911674] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d9d72ee911674] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:472: [df7479f39d26a] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [df7479f39d26a] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [df7479f39d26a] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsScope (8.25s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterEventsScope [2019-09-11T10:06:04.487Z] daemon.go:336: [d9cd55cbaaac4] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d9cd55cbaaac4] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d9cd55cbaaac4] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d9cd55cbaaac4] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d9cd55cbaaac4] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d9cd55cbaaac4] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsSecret (3.05s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterEventsSecret [2019-09-11T10:06:04.487Z] daemon.go:336: [d508ed527f90f] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d508ed527f90f] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d508ed527f90f] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d508ed527f90f] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d508ed527f90f] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d508ed527f90f] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsService (16.01s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterEventsService [2019-09-11T10:06:04.487Z] daemon.go:336: [de21503db61c7] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [de21503db61c7] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [de21503db61c7] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [de21503db61c7] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [de21503db61c7] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [de21503db61c7] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsSource (19.34s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-11T10:06:04.487Z] daemon.go:336: [d78c066636ae8] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d78c066636ae8] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d78c066636ae8] daemon started [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-11T10:06:04.487Z] daemon.go:336: [ddeb788addda0] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [ddeb788addda0] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [ddeb788addda0] daemon started [2019-09-11T10:06:04.487Z] check_test.go:310: [ddeb788addda0] joining swarm manager [d78c066636ae8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-11T10:06:04.487Z] daemon.go:336: [d0efbd6f37561] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d0efbd6f37561] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d0efbd6f37561] daemon started [2019-09-11T10:06:04.487Z] check_test.go:310: [d0efbd6f37561] joining swarm manager [d78c066636ae8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.487Z] daemon.go:472: [d78c066636ae8] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d78c066636ae8] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d78c066636ae8] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:472: [ddeb788addda0] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [ddeb788addda0] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [ddeb788addda0] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:472: [d0efbd6f37561] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d0efbd6f37561] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d0efbd6f37561] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterEventsType (8.19s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterEventsType [2019-09-11T10:06:04.487Z] daemon.go:336: [d3eb43d4a63fb] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d3eb43d4a63fb] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d3eb43d4a63fb] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d3eb43d4a63fb] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d3eb43d4a63fb] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d3eb43d4a63fb] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey (102.45s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-11T10:06:04.487Z] daemon.go:336: [d67d58e320f94] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d67d58e320f94] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d67d58e320f94] daemon started [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-11T10:06:04.487Z] daemon.go:336: [d2d01325c8ff6] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d2d01325c8ff6] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d2d01325c8ff6] daemon started [2019-09-11T10:06:04.487Z] check_test.go:310: [d2d01325c8ff6] joining swarm manager [d67d58e320f94]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-11T10:06:04.487Z] daemon.go:336: [d29da9260d255] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d29da9260d255] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d29da9260d255] daemon started [2019-09-11T10:06:04.487Z] check_test.go:310: [d29da9260d255] joining swarm manager [d67d58e320f94]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.487Z] daemon.go:472: [d2d01325c8ff6] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d2d01325c8ff6] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d2d01325c8ff6] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:336: [d2d01325c8ff6] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d2d01325c8ff6] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d2d01325c8ff6] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d29da9260d255] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d29da9260d255] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d29da9260d255] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:336: [d29da9260d255] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d29da9260d255] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d29da9260d255] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d2d01325c8ff6] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d2d01325c8ff6] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d2d01325c8ff6] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:336: [d2d01325c8ff6] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d2d01325c8ff6] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d2d01325c8ff6] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d29da9260d255] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d29da9260d255] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d29da9260d255] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:336: [d29da9260d255] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d29da9260d255] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d29da9260d255] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d2d01325c8ff6] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d2d01325c8ff6] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d2d01325c8ff6] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:336: [d2d01325c8ff6] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d2d01325c8ff6] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d2d01325c8ff6] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d29da9260d255] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d29da9260d255] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d29da9260d255] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:336: [d29da9260d255] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d29da9260d255] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d29da9260d255] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d67d58e320f94] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d67d58e320f94] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d67d58e320f94] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:472: [d2d01325c8ff6] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d2d01325c8ff6] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d2d01325c8ff6] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:472: [d29da9260d255] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d29da9260d255] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d29da9260d255] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.22s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-09-11T10:06:04.487Z] daemon.go:336: [d559a58efe19f] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d559a58efe19f] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d559a58efe19f] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d559a58efe19f] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d559a58efe19f] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d559a58efe19f] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmContainerAutoStart (11.98s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmContainerAutoStart [2019-09-11T10:06:04.487Z] daemon.go:336: [d8c52cb067d3a] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d8c52cb067d3a] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d8c52cb067d3a] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d8c52cb067d3a] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d8c52cb067d3a] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d8c52cb067d3a] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:336: [d8c52cb067d3a] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d8c52cb067d3a] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d8c52cb067d3a] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d8c52cb067d3a] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d8c52cb067d3a] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d8c52cb067d3a] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d8c52cb067d3a] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmContainerEndpointOptions (9.23s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-09-11T10:06:04.487Z] daemon.go:336: [d39a789cc9d39] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d39a789cc9d39] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d39a789cc9d39] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d39a789cc9d39] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d39a789cc9d39] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d39a789cc9d39] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.05s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-09-11T10:06:04.487Z] daemon.go:336: [d560c0d4a0df7] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d560c0d4a0df7] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d560c0d4a0df7] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d560c0d4a0df7] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d560c0d4a0df7] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d560c0d4a0df7] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmIncompatibleDaemon (5.48s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-09-11T10:06:04.487Z] daemon.go:336: [d55d24628d419] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d55d24628d419] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d55d24628d419] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d55d24628d419] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d55d24628d419] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d55d24628d419] Daemon stopped [2019-09-11T10:06:04.487Z] daemon.go:336: [d55d24628d419] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:307: [d55d24628d419] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:336: [d55d24628d419] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d55d24628d419] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:307: [d55d24628d419] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:336: [d55d24628d419] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d55d24628d419] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d55d24628d419] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [d55d24628d419] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [d55d24628d419] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [d55d24628d419] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [d55d24628d419] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmIngressNetwork (2.98s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmIngressNetwork [2019-09-11T10:06:04.487Z] daemon.go:336: [db0deaf49610f] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [db0deaf49610f] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [db0deaf49610f] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [db0deaf49610f] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [db0deaf49610f] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [db0deaf49610f] Daemon stopped [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInit (5.19s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmInit [2019-09-11T10:06:04.487Z] daemon.go:336: [da5e3ed2daf9c] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [da5e3ed2daf9c] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:364: [da5e3ed2daf9c] daemon started [2019-09-11T10:06:04.487Z] daemon.go:472: [da5e3ed2daf9c] Stopping daemon [2019-09-11T10:06:04.487Z] daemon.go:307: [da5e3ed2daf9c] exiting daemon [2019-09-11T10:06:04.487Z] daemon.go:459: [da5e3ed2daf9c] Daemon stopped [2019-09-11T10:06:04.487Z] --- SKIP: Test/DockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-09-11T10:06:04.487Z] requirement.go:26: unmatched requirement IPv6 [2019-09-11T10:06:04.487Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInitLocked (8.31s) [2019-09-11T10:06:04.487Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmInitLocked [2019-09-11T10:06:04.487Z] daemon.go:336: [d2a5bba15b144] waiting for daemon to start [2019-09-11T10:06:04.487Z] daemon.go:336: [d2a5bba15b144] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d2a5bba15b144] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d2a5bba15b144] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d2a5bba15b144] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d2a5bba15b144] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d2a5bba15b144] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d2a5bba15b144] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d2a5bba15b144] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d2a5bba15b144] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d2a5bba15b144] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d2a5bba15b144] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d2a5bba15b144] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d2a5bba15b144] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d2a5bba15b144] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d2a5bba15b144] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d2a5bba15b144] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d2a5bba15b144] Daemon stopped [2019-09-11T10:06:04.488Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.85s) [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-09-11T10:06:04.488Z] daemon.go:336: [d130e21926b0e] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d130e21926b0e] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d130e21926b0e] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d130e21926b0e] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d130e21926b0e] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d130e21926b0e] Daemon stopped [2019-09-11T10:06:04.488Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.82s) [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-09-11T10:06:04.488Z] daemon.go:336: [da6a33abe07f5] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [da6a33abe07f5] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [da6a33abe07f5] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [da6a33abe07f5] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [da6a33abe07f5] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [da6a33abe07f5] Daemon stopped [2019-09-11T10:06:04.488Z] --- PASS: Test/DockerSwarmSuite/TestSwarmInitWithDrain (3.15s) [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmInitWithDrain [2019-09-11T10:06:04.488Z] daemon.go:336: [d12f180cd8510] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d12f180cd8510] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d12f180cd8510] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d12f180cd8510] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d12f180cd8510] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d12f180cd8510] Daemon stopped [2019-09-11T10:06:04.488Z] --- PASS: Test/DockerSwarmSuite/TestSwarmJoinLeave (54.29s) [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmJoinLeave [2019-09-11T10:06:04.488Z] daemon.go:336: [d248d02140b2c] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d248d02140b2c] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d248d02140b2c] daemon started [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmJoinLeave [2019-09-11T10:06:04.488Z] daemon.go:336: [dcff8db882fad] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [dcff8db882fad] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [dcff8db882fad] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d248d02140b2c] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d248d02140b2c] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d248d02140b2c] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:472: [dcff8db882fad] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [dcff8db882fad] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [dcff8db882fad] Daemon stopped [2019-09-11T10:06:04.488Z] --- PASS: Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked (58.26s) [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-11T10:06:04.488Z] daemon.go:336: [d8fdb35751a46] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d8fdb35751a46] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d8fdb35751a46] daemon started [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-11T10:06:04.488Z] daemon.go:336: [d5cd24b2b29aa] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d5cd24b2b29aa] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d5cd24b2b29aa] daemon started [2019-09-11T10:06:04.488Z] check_test.go:310: [d5cd24b2b29aa] joining swarm manager [d8fdb35751a46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.488Z] daemon.go:472: [d5cd24b2b29aa] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d5cd24b2b29aa] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d5cd24b2b29aa] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d5cd24b2b29aa] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d5cd24b2b29aa] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d5cd24b2b29aa] daemon started [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-11T10:06:04.488Z] daemon.go:336: [d799edb8242f7] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d799edb8242f7] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d799edb8242f7] daemon started [2019-09-11T10:06:04.488Z] check_test.go:310: [d799edb8242f7] joining swarm manager [d8fdb35751a46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.488Z] daemon.go:472: [d5cd24b2b29aa] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d5cd24b2b29aa] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d5cd24b2b29aa] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d5cd24b2b29aa] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d5cd24b2b29aa] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d5cd24b2b29aa] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d799edb8242f7] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d799edb8242f7] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d799edb8242f7] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d799edb8242f7] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d799edb8242f7] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d799edb8242f7] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d799edb8242f7] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d799edb8242f7] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d799edb8242f7] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d799edb8242f7] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d799edb8242f7] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d799edb8242f7] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d8fdb35751a46] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d8fdb35751a46] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d8fdb35751a46] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:472: [d5cd24b2b29aa] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d5cd24b2b29aa] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d5cd24b2b29aa] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:472: [d799edb8242f7] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d799edb8242f7] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d799edb8242f7] Daemon stopped [2019-09-11T10:06:04.488Z] --- PASS: Test/DockerSwarmSuite/TestSwarmJoinWithDrain (13.70s) [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-11T10:06:04.488Z] daemon.go:336: [dcef03f64f132] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [dcef03f64f132] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [dcef03f64f132] daemon started [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-11T10:06:04.488Z] daemon.go:336: [d928aa03e4780] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d928aa03e4780] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d928aa03e4780] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [dcef03f64f132] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [dcef03f64f132] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [dcef03f64f132] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:472: [d928aa03e4780] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d928aa03e4780] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d928aa03e4780] Daemon stopped [2019-09-11T10:06:04.488Z] --- PASS: Test/DockerSwarmSuite/TestSwarmLeaveLocked (5.56s) [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmLeaveLocked [2019-09-11T10:06:04.488Z] daemon.go:336: [d0ede00116bac] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d0ede00116bac] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d0ede00116bac] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d0ede00116bac] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d0ede00116bac] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d0ede00116bac] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d0ede00116bac] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d0ede00116bac] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d0ede00116bac] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d0ede00116bac] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d0ede00116bac] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d0ede00116bac] Daemon stopped [2019-09-11T10:06:04.488Z] --- PASS: Test/DockerSwarmSuite/TestSwarmLockUnlockCluster (132.47s) [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-11T10:06:04.488Z] daemon.go:336: [ddae660409e4a] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [ddae660409e4a] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [ddae660409e4a] daemon started [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d1cb79161f80b] daemon started [2019-09-11T10:06:04.488Z] check_test.go:310: [d1cb79161f80b] joining swarm manager [ddae660409e4a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-11T10:06:04.488Z] daemon.go:336: [d5067837084a5] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d5067837084a5] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d5067837084a5] daemon started [2019-09-11T10:06:04.488Z] check_test.go:310: [d5067837084a5] joining swarm manager [ddae660409e4a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.488Z] daemon.go:472: [d1cb79161f80b] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d1cb79161f80b] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d1cb79161f80b] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d1cb79161f80b] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d1cb79161f80b] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d1cb79161f80b] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d1cb79161f80b] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:472: [ddae660409e4a] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [ddae660409e4a] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [ddae660409e4a] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [ddae660409e4a] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [ddae660409e4a] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [ddae660409e4a] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d5067837084a5] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d5067837084a5] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d5067837084a5] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d5067837084a5] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d5067837084a5] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d5067837084a5] daemon started [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d1cb79161f80b] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d1cb79161f80b] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d1cb79161f80b] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d1cb79161f80b] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d1cb79161f80b] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [ddae660409e4a] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [ddae660409e4a] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [ddae660409e4a] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [ddae660409e4a] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [ddae660409e4a] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [ddae660409e4a] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [ddae660409e4a] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:350: [ddae660409e4a] error pinging daemon on start: Get http://ddae660409e4a.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.488Z] daemon.go:336: [ddae660409e4a] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [ddae660409e4a] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d5067837084a5] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d5067837084a5] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d5067837084a5] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d5067837084a5] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d5067837084a5] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d5067837084a5] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d5067837084a5] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:350: [d5067837084a5] error pinging daemon on start: Get http://d5067837084a5.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.488Z] daemon.go:336: [d5067837084a5] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:350: [d5067837084a5] error pinging daemon on start: Get http://d5067837084a5.sock/_ping: context deadline exceeded [2019-09-11T10:06:04.488Z] daemon.go:336: [d5067837084a5] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d5067837084a5] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [d1cb79161f80b] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d1cb79161f80b] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d1cb79161f80b] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d1cb79161f80b] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d1cb79161f80b] daemon started [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-11T10:06:04.488Z] daemon.go:336: [d50d82b2ab23d] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d50d82b2ab23d] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d50d82b2ab23d] daemon started [2019-09-11T10:06:04.488Z] check_test.go:310: [d50d82b2ab23d] joining swarm manager [ddae660409e4a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-11T10:06:04.488Z] daemon.go:472: [d50d82b2ab23d] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d50d82b2ab23d] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d50d82b2ab23d] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:336: [d50d82b2ab23d] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d50d82b2ab23d] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d50d82b2ab23d] daemon started [2019-09-11T10:06:04.488Z] daemon.go:472: [ddae660409e4a] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [ddae660409e4a] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [ddae660409e4a] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:472: [d1cb79161f80b] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d1cb79161f80b] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d1cb79161f80b] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:472: [d5067837084a5] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d5067837084a5] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d5067837084a5] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:472: [d50d82b2ab23d] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d50d82b2ab23d] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d50d82b2ab23d] Daemon stopped [2019-09-11T10:06:04.488Z] --- PASS: Test/DockerSwarmSuite/TestSwarmManagerAddress (13.96s) [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmManagerAddress [2019-09-11T10:06:04.488Z] daemon.go:336: [df6ee406b9e63] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [df6ee406b9e63] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [df6ee406b9e63] daemon started [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmManagerAddress [2019-09-11T10:06:04.488Z] daemon.go:336: [d2868fc0e00cf] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d2868fc0e00cf] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d2868fc0e00cf] daemon started [2019-09-11T10:06:04.488Z] check_test.go:310: [d2868fc0e00cf] joining swarm manager [df6ee406b9e63]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmManagerAddress [2019-09-11T10:06:04.488Z] daemon.go:336: [d0b2401d9f7bb] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d0b2401d9f7bb] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d0b2401d9f7bb] daemon started [2019-09-11T10:06:04.488Z] check_test.go:310: [d0b2401d9f7bb] joining swarm manager [df6ee406b9e63]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-11T10:06:04.488Z] daemon.go:472: [df6ee406b9e63] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [df6ee406b9e63] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [df6ee406b9e63] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:472: [d2868fc0e00cf] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d2868fc0e00cf] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d2868fc0e00cf] Daemon stopped [2019-09-11T10:06:04.488Z] daemon.go:472: [d0b2401d9f7bb] Stopping daemon [2019-09-11T10:06:04.488Z] daemon.go:307: [d0b2401d9f7bb] exiting daemon [2019-09-11T10:06:04.488Z] daemon.go:459: [d0b2401d9f7bb] Daemon stopped [2019-09-11T10:06:04.488Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkCreateDup (3.23s) [2019-09-11T10:06:04.488Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmNetworkCreateDup [2019-09-11T10:06:04.488Z] daemon.go:336: [d2ad10f9e8dc1] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:336: [d2ad10f9e8dc1] waiting for daemon to start [2019-09-11T10:06:04.488Z] daemon.go:364: [d2ad10f9e8dc1] daemon started [2019-09-11T10:06:04.488Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-09-11T10:06:04.488Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-0" with "bridge" failed: Error response from daemon: network with name network-test-0 already exists [2019-09-11T10:06:04.488Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-09-11T10:06:04.488Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-0" with "overlay" failed: Error response from daemon: network with name network-test-0 already exists [2019-09-11T10:06:04.489Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-09-11T10:06:04.489Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-1" with "bridge" failed: Error response from daemon: network with name network-test-1 already exists [2019-09-11T10:06:04.489Z] docker_cli_swarm_test.go:1521: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-09-11T10:06:04.489Z] docker_cli_swarm_test.go:1528: As expected, the attempt to network "network-test-1" with "overlay" failed: Error response from daemon: network with name network-test-1 already exists [2019-09-11T10:06:04.489Z] daemon.go:472: [d2ad10f9e8dc1] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d2ad10f9e8dc1] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d2ad10f9e8dc1] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.04s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-09-11T10:06:04.489Z] daemon.go:336: [dc4610405e2f1] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [dc4610405e2f1] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [dc4610405e2f1] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [dc4610405e2f1] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [dc4610405e2f1] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [dc4610405e2f1] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkIPAMOptions (9.83s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-09-11T10:06:04.489Z] daemon.go:336: [dec6accc790da] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [dec6accc790da] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [dec6accc790da] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [dec6accc790da] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [dec6accc790da] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [dec6accc790da] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkPlugin (3.24s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmNetworkPlugin [2019-09-11T10:06:04.489Z] daemon.go:336: [d7cc917a45707] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [d7cc917a45707] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [d7cc917a45707] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [d7cc917a45707] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d7cc917a45707] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d7cc917a45707] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNetworkPluginV2 (54.67s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-11T10:06:04.489Z] daemon.go:336: [dbdefb92bb1e9] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [dbdefb92bb1e9] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [dbdefb92bb1e9] daemon started [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-11T10:06:04.489Z] daemon.go:336: [dd1904bcee5da] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [dd1904bcee5da] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [dd1904bcee5da] daemon started [2019-09-11T10:06:04.489Z] check_test.go:310: [dd1904bcee5da] joining swarm manager [dbdefb92bb1e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.489Z] daemon.go:472: [dbdefb92bb1e9] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [dbdefb92bb1e9] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [dbdefb92bb1e9] Daemon stopped [2019-09-11T10:06:04.489Z] daemon.go:472: [dd1904bcee5da] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [dd1904bcee5da] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [dd1904bcee5da] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNodeListFilter (3.28s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmNodeListFilter [2019-09-11T10:06:04.489Z] daemon.go:336: [deb060b0545ea] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [deb060b0545ea] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [deb060b0545ea] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [deb060b0545ea] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [deb060b0545ea] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [deb060b0545ea] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmNodeTaskListFilter (5.67s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-09-11T10:06:04.489Z] daemon.go:336: [df40b5c5914e0] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [df40b5c5914e0] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [df40b5c5914e0] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [df40b5c5914e0] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [df40b5c5914e0] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [df40b5c5914e0] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmPublishAdd (3.21s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmPublishAdd [2019-09-11T10:06:04.489Z] daemon.go:336: [da9b4ad1f877d] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [da9b4ad1f877d] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [da9b4ad1f877d] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [da9b4ad1f877d] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [da9b4ad1f877d] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [da9b4ad1f877d] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.65s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-09-11T10:06:04.489Z] daemon.go:336: [d1f3a89030fd0] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [d1f3a89030fd0] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [d1f3a89030fd0] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [d1f3a89030fd0] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d1f3a89030fd0] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d1f3a89030fd0] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmReadonlyRootfs (4.07s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmReadonlyRootfs [2019-09-11T10:06:04.489Z] daemon.go:336: [d1fb3e62ecff1] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [d1fb3e62ecff1] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [d1fb3e62ecff1] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [d1fb3e62ecff1] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d1fb3e62ecff1] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d1fb3e62ecff1] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmRepeatedRootRotation (20.41s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-11T10:06:04.489Z] daemon.go:336: [d67c53a19737f] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [d67c53a19737f] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [d67c53a19737f] daemon started [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-11T10:06:04.489Z] daemon.go:336: [de10a8caff5bc] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [de10a8caff5bc] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [de10a8caff5bc] daemon started [2019-09-11T10:06:04.489Z] check_test.go:310: [de10a8caff5bc] joining swarm manager [d67c53a19737f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-11T10:06:04.489Z] daemon.go:472: [d67c53a19737f] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d67c53a19737f] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d67c53a19737f] Daemon stopped [2019-09-11T10:06:04.489Z] daemon.go:472: [de10a8caff5bc] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [de10a8caff5bc] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [de10a8caff5bc] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmRotateUnlockKey (14.91s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmRotateUnlockKey [2019-09-11T10:06:04.489Z] daemon.go:336: [dce9076858f97] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [dce9076858f97] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [dce9076858f97] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [dce9076858f97] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [dce9076858f97] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [dce9076858f97] Daemon stopped [2019-09-11T10:06:04.489Z] daemon.go:336: [dce9076858f97] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [dce9076858f97] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [dce9076858f97] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [dce9076858f97] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [dce9076858f97] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [dce9076858f97] Daemon stopped [2019-09-11T10:06:04.489Z] daemon.go:336: [dce9076858f97] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [dce9076858f97] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [dce9076858f97] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [dce9076858f97] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [dce9076858f97] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [dce9076858f97] Daemon stopped [2019-09-11T10:06:04.489Z] daemon.go:336: [dce9076858f97] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [dce9076858f97] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [dce9076858f97] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [dce9076858f97] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [dce9076858f97] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [dce9076858f97] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceEnvFile (2.91s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmServiceEnvFile [2019-09-11T10:06:04.489Z] daemon.go:336: [d8c348c623f25] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [d8c348c623f25] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [d8c348c623f25] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [d8c348c623f25] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d8c348c623f25] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d8c348c623f25] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceListFilter (2.94s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmServiceListFilter [2019-09-11T10:06:04.489Z] daemon.go:336: [d6de303badb23] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [d6de303badb23] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [d6de303badb23] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [d6de303badb23] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d6de303badb23] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d6de303badb23] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceLsFilterMode (3.75s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-09-11T10:06:04.489Z] daemon.go:336: [daac048870bb9] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [daac048870bb9] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [daac048870bb9] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [daac048870bb9] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [daac048870bb9] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [daac048870bb9] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.42s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-09-11T10:06:04.489Z] daemon.go:336: [d333adcdaf19d] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [d333adcdaf19d] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [d333adcdaf19d] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [d333adcdaf19d] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d333adcdaf19d] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d333adcdaf19d] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceTTY (5.74s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmServiceTTY [2019-09-11T10:06:04.489Z] daemon.go:336: [df1125ad5c795] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [df1125ad5c795] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [df1125ad5c795] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [df1125ad5c795] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [df1125ad5c795] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [df1125ad5c795] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceTTYUpdate (3.15s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-09-11T10:06:04.489Z] daemon.go:336: [d920884f7bc10] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [d920884f7bc10] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [d920884f7bc10] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [d920884f7bc10] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d920884f7bc10] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d920884f7bc10] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.16s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-09-11T10:06:04.489Z] daemon.go:336: [dcd6224a6885d] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [dcd6224a6885d] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [dcd6224a6885d] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [dcd6224a6885d] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [dcd6224a6885d] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [dcd6224a6885d] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmServiceWithGroup (3.24s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmServiceWithGroup [2019-09-11T10:06:04.489Z] daemon.go:336: [d6b6b0a22bb4a] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [d6b6b0a22bb4a] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [d6b6b0a22bb4a] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [d6b6b0a22bb4a] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d6b6b0a22bb4a] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d6b6b0a22bb4a] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmStopSignal (3.18s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmStopSignal [2019-09-11T10:06:04.489Z] daemon.go:336: [df726da288e6b] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [df726da288e6b] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [df726da288e6b] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [df726da288e6b] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [df726da288e6b] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [df726da288e6b] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmTaskListFilter (3.57s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmTaskListFilter [2019-09-11T10:06:04.489Z] daemon.go:336: [df602f7970a91] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [df602f7970a91] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [df602f7970a91] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [df602f7970a91] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [df602f7970a91] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [df602f7970a91] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmUpdate (3.00s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmUpdate [2019-09-11T10:06:04.489Z] daemon.go:336: [d06defd59f3b0] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [d06defd59f3b0] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [d06defd59f3b0] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [d06defd59f3b0] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d06defd59f3b0] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d06defd59f3b0] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestSwarmVolumePlugin (52.46s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestSwarmVolumePlugin [2019-09-11T10:06:04.489Z] daemon.go:336: [dbb9055f379a7] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [dbb9055f379a7] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [dbb9055f379a7] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [dbb9055f379a7] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [dbb9055f379a7] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [dbb9055f379a7] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (18.02s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-09-11T10:06:04.489Z] daemon.go:336: [d95f73c6e1d17] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [d95f73c6e1d17] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [d95f73c6e1d17] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [d95f73c6e1d17] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d95f73c6e1d17] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d95f73c6e1d17] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.92s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-09-11T10:06:04.489Z] daemon.go:336: [d34c3a3791cfc] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:336: [d34c3a3791cfc] waiting for daemon to start [2019-09-11T10:06:04.489Z] daemon.go:364: [d34c3a3791cfc] daemon started [2019-09-11T10:06:04.489Z] daemon.go:472: [d34c3a3791cfc] Stopping daemon [2019-09-11T10:06:04.489Z] daemon.go:307: [d34c3a3791cfc] exiting daemon [2019-09-11T10:06:04.489Z] daemon.go:459: [d34c3a3791cfc] Daemon stopped [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.94s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-11T10:06:04.489Z] docker_cli_external_volume_driver_test.go:53: Daemon d140a33d344a3 is not started [2019-09-11T10:06:04.489Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2019-09-11T10:06:04.489Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-09-11T10:06:04.489Z] daemon.go:336: [df2e4dd16134c] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [df2e4dd16134c] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [df2e4dd16134c] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [df2e4dd16134c] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [df2e4dd16134c] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [df2e4dd16134c] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.69s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-09-11T10:06:04.490Z] daemon.go:336: [df6009e0f9eb1] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [df6009e0f9eb1] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [df6009e0f9eb1] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [df6009e0f9eb1] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [df6009e0f9eb1] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [df6009e0f9eb1] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-09-11T10:06:04.490Z] docker_cli_external_volume_driver_test.go:53: Daemon d0f987106c91d is not started [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-11T10:06:04.490Z] daemon.go:336: [d17bdfaa8d3d7] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [d17bdfaa8d3d7] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [d17bdfaa8d3d7] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [d17bdfaa8d3d7] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [d17bdfaa8d3d7] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [d17bdfaa8d3d7] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-09-11T10:06:04.490Z] docker_cli_external_volume_driver_test.go:53: Daemon d5d6184af0aa5 is not started [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-11T10:06:04.490Z] docker_cli_external_volume_driver_test.go:53: Daemon d7d65089a69ec is not started [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.71s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-09-11T10:06:04.490Z] daemon.go:336: [d4378c7cbd2a7] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [d4378c7cbd2a7] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [d4378c7cbd2a7] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [d4378c7cbd2a7] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [d4378c7cbd2a7] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [d4378c7cbd2a7] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.63s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-09-11T10:06:04.490Z] daemon.go:336: [da2a646d10640] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [da2a646d10640] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [da2a646d10640] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [da2a646d10640] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [da2a646d10640] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [da2a646d10640] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.85s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-11T10:06:04.490Z] daemon.go:336: [dcdd58578a423] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [dcdd58578a423] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [dcdd58578a423] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [dcdd58578a423] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [dcdd58578a423] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [dcdd58578a423] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-09-11T10:06:04.490Z] daemon.go:336: [d8c9ed81766e1] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [d8c9ed81766e1] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [d8c9ed81766e1] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [d8c9ed81766e1] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [d8c9ed81766e1] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [d8c9ed81766e1] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.67s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-11T10:06:04.490Z] daemon.go:336: [d0ea6714afd2e] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [d0ea6714afd2e] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [d0ea6714afd2e] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [d0ea6714afd2e] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [d0ea6714afd2e] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [d0ea6714afd2e] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.96s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-11T10:06:04.490Z] daemon.go:336: [d01e9ee78c8e9] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [d01e9ee78c8e9] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [d01e9ee78c8e9] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [d01e9ee78c8e9] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [d01e9ee78c8e9] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [d01e9ee78c8e9] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.07s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-11T10:06:04.490Z] daemon.go:336: [d23263f85fd37] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [d23263f85fd37] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [d23263f85fd37] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [d23263f85fd37] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [d23263f85fd37] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [d23263f85fd37] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.67s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-09-11T10:06:04.490Z] daemon.go:336: [dbf5d0fd45285] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [dbf5d0fd45285] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [dbf5d0fd45285] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [dbf5d0fd45285] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [dbf5d0fd45285] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [dbf5d0fd45285] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.59s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-09-11T10:06:04.490Z] daemon.go:336: [de8ecd57dbd31] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [de8ecd57dbd31] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [de8ecd57dbd31] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [de8ecd57dbd31] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [de8ecd57dbd31] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [de8ecd57dbd31] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.40s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-11T10:06:04.490Z] docker_cli_external_volume_driver_test.go:486: Daemon dbea6a3a3b462 is not started [2019-09-11T10:06:04.490Z] daemon.go:336: [dbea6a3a3b462] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:336: [dbea6a3a3b462] waiting for daemon to start [2019-09-11T10:06:04.490Z] daemon.go:364: [dbea6a3a3b462] daemon started [2019-09-11T10:06:04.490Z] daemon.go:472: [dbea6a3a3b462] Stopping daemon [2019-09-11T10:06:04.490Z] daemon.go:307: [dbea6a3a3b462] exiting daemon [2019-09-11T10:06:04.490Z] daemon.go:459: [dbea6a3a3b462] Daemon stopped [2019-09-11T10:06:04.490Z] --- PASS: Test/DockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.14s) [2019-09-11T10:06:04.490Z] daemon.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-09-11T10:06:04.490Z] docker_cli_external_volume_driver_test.go:53: Daemon d1891552d52e6 is not started [2019-09-11T10:06:04.490Z] PASS [2019-09-11T10:06:04.490Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/3) [2019-09-11T10:06:05.415Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5528 is not a child of this shell [2019-09-11T10:06:05.415Z] warning: PID 5528 from /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestFailedPluginRemove/dfae490ba44d3/docker.pid had a nonzero exit code [2019-09-11T10:06:05.415Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/3/Test/DockerDaemonSuite/TestFailedPluginRemove/dfae490ba44d3/root: target is busy [2019-09-11T10:06:05.415Z] (In some cases useful info about processes that [2019-09-11T10:06:05.415Z] use the device is found by lsof(8) or fuser(1).) [2019-09-11T10:06:06.379Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-11T10:06:06.379Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithExposePort [2019-09-11T10:06:06.379Z] === RUN Test/DockerSuite/TestRunContainerNetwork [2019-09-11T10:06:06.777Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/3/root: mountpoint not found [2019-09-11T10:06:06.777Z] Clearing AppArmor profiles cache:. [2019-09-11T10:06:06.777Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-11T10:06:06.777Z] Unloading profiles will leave already running processes permanently [2019-09-11T10:06:06.777Z] unconfined, which can lead to unexpected situations. [2019-09-11T10:06:06.777Z] [2019-09-11T10:06:06.777Z] To set a process to complain mode, use the command line tool [2019-09-11T10:06:06.777Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-11T10:06:06.777Z] with the 'teardown' option." [2019-09-11T10:06:06.777Z] Removing test suite binaries [2019-09-11T10:06:06.777Z] [2019-09-11T10:06:07.921Z] === RUN Test/DockerSuite/TestRunContainerNetworkModeToSelf [2019-09-11T10:06:07.921Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupMountRO [2019-09-11T10:06:07.921Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupParent [2019-09-11T10:06:07.921Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-11T10:06:07.921Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-11T10:06:07.921Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-11T10:06:07.921Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-11T10:06:07.921Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-11T10:06:10.107Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-11T10:06:10.936Z] Remaining pids to kill: [] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-11T10:06:11.235Z] + echo Ensuring container killed. [2019-09-11T10:06:11.235Z] Ensuring container killed. [2019-09-11T10:06:11.235Z] + docker rm -vf docker-pr3 [2019-09-11T10:06:11.235Z] Error: No such container: docker-pr3 [2019-09-11T10:06:11.235Z] + true [Pipeline] sh [2019-09-11T10:06:11.510Z] + echo Chowning /workspace to jenkins user [2019-09-11T10:06:11.510Z] Chowning /workspace to jenkins user [2019-09-11T10:06:11.510Z] + id -u [2019-09-11T10:06:11.510Z] + id -g [2019-09-11T10:06:11.510Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39817:/workspace busybox chown -R 1000:1000 /workspace [2019-09-11T10:06:12.295Z] === RUN Test/DockerSuite/TestRunContainerWithWritableRootfs [2019-09-11T10:06:14.483Z] === RUN Test/DockerSuite/TestRunCopyVolumeContent [2019-09-11T10:06:14.483Z] === RUN Test/DockerSuite/TestRunCopyVolumeUIDGID [2019-09-11T10:06:14.483Z] === RUN Test/DockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-11T10:06:14.483Z] === RUN Test/DockerSuite/TestRunCreateVolume [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-11T10:06:15.957Z] + bundleName=janky [2019-09-11T10:06:15.957Z] + echo Creating janky-bundles.tar.gz [2019-09-11T10:06:15.957Z] Creating janky-bundles.tar.gz [2019-09-11T10:06:15.957Z] + xargs tar -czf janky-bundles.tar.gz [2019-09-11T10:06:15.957Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *.log -o -name *.prof ) -print [2019-09-11T10:06:16.025Z] === RUN Test/DockerSuite/TestRunCreateVolumeEtc [2019-09-11T10:06:16.025Z] === RUN Test/DockerSuite/TestRunCreateVolumeWithSymlink [2019-09-11T10:06:16.025Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-11T10:06:16.025Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-11T10:06:16.025Z] === RUN Test/DockerSuite/TestRunCredentialSpecFailures [Pipeline] archiveArtifacts [2019-09-11T10:06:16.892Z] Archiving artifacts [2019-09-11T10:06:17.244Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39817/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-11T10:06:17.562Z] + make clean [2019-09-11T10:06:17.819Z] docker volume rm -f docker-dev-cache [2019-09-11T10:06:17.819Z] docker-dev-cache [Pipeline] deleteDir [2019-09-11T10:06:18.216Z] === RUN Test/DockerSuite/TestRunCredentialSpecWellFormed [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-11T10:06:30.626Z] === RUN Test/DockerSuite/TestRunDNSDefaultOptions [2019-09-11T10:06:30.626Z] === RUN Test/DockerSuite/TestRunDNSInHostMode [2019-09-11T10:06:30.626Z] === RUN Test/DockerSuite/TestRunDNSOptions [2019-09-11T10:06:30.626Z] === RUN Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-11T10:06:30.626Z] === RUN Test/DockerSuite/TestRunDNSRepeatOptions [2019-09-11T10:06:30.626Z] === RUN Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-11T10:06:30.626Z] === RUN Test/DockerSuite/TestRunDetachedContainerIDPrinting [2019-09-11T10:06:31.599Z] === RUN Test/DockerSuite/TestRunDeviceNumbers [2019-09-11T10:06:31.599Z] === RUN Test/DockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-11T10:06:31.599Z] === RUN Test/DockerSuite/TestRunDuplicateMount [2019-09-11T10:06:31.599Z] === RUN Test/DockerSuite/TestRunEchoNamedContainer [2019-09-11T10:06:32.099Z] === RUN Test/DockerSuite/TestBuildEscapeWhitespace [2019-09-11T10:06:32.100Z] === RUN Test/DockerSuite/TestBuildExoticShellInterpolation [2019-09-11T10:06:32.100Z] === RUN Test/DockerSuite/TestBuildExpose [2019-09-11T10:06:32.100Z] === RUN Test/DockerSuite/TestBuildExposeMorePorts [2019-09-11T10:06:32.100Z] === RUN Test/DockerSuite/TestBuildExposeOrder [2019-09-11T10:06:32.100Z] === RUN Test/DockerSuite/TestBuildExposeUpperCaseProto [2019-09-11T10:06:32.100Z] === RUN Test/DockerSuite/TestBuildFails [2019-09-11T10:06:34.517Z] === RUN Test/DockerSuite/TestRunEchoStdout [2019-09-11T10:06:35.936Z] === RUN Test/DockerSuite/TestBuildFailsGitNotCallable [2019-09-11T10:06:35.936Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToDir [2019-09-11T10:06:36.705Z] === RUN Test/DockerSuite/TestRunEmptyEnv [2019-09-11T10:06:36.705Z] === RUN Test/DockerSuite/TestRunEntrypoint [2019-09-11T10:06:38.892Z] === RUN Test/DockerSuite/TestRunEnvironment [2019-09-11T10:06:38.892Z] === RUN Test/DockerSuite/TestRunEnvironmentErase [2019-09-11T10:06:38.892Z] === RUN Test/DockerSuite/TestRunEnvironmentOverride [2019-09-11T10:06:38.892Z] === RUN Test/DockerSuite/TestRunExitCode [2019-09-11T10:06:45.987Z] === RUN Test/DockerSuite/TestRunExitCodeOne [2019-09-11T10:06:47.530Z] === RUN Test/DockerSuite/TestRunExitCodeZero [2019-09-11T10:06:48.329Z] === RUN Test/DockerSuite/TestBuildFollowSymlinkToFile [2019-09-11T10:06:49.717Z] === RUN Test/DockerSuite/TestRunExitOnStdinClose [2019-09-11T10:06:51.903Z] === RUN Test/DockerSuite/TestRunExposePort [2019-09-11T10:06:51.903Z] === RUN Test/DockerSuite/TestRunFullHostnameSet [2019-09-11T10:06:51.903Z] === RUN Test/DockerSuite/TestRunGroupAdd [2019-09-11T10:06:51.903Z] === RUN Test/DockerSuite/TestRunHostnameFQDN [2019-09-11T10:06:51.903Z] === RUN Test/DockerSuite/TestRunHostnameInHostMode [2019-09-11T10:06:51.903Z] === RUN Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-11T10:06:51.903Z] === RUN Test/DockerSuite/TestRunInitLayerPathOwnership [2019-09-11T10:06:51.903Z] === RUN Test/DockerSuite/TestRunInspectMacAddress [2019-09-11T10:06:51.903Z] === RUN Test/DockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-11T10:06:55.651Z] === RUN Test/DockerSuite/TestRunInvalidCgroupParent [2019-09-11T10:06:55.651Z] === RUN Test/DockerSuite/TestRunInvalidReference [2019-09-11T10:06:55.651Z] === RUN Test/DockerSuite/TestRunLeakyFileDescriptors [2019-09-11T10:06:55.651Z] === RUN Test/DockerSuite/TestRunLinkToContainerNetMode [2019-09-11T10:06:55.651Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerID [2019-09-11T10:06:55.651Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerName [2019-09-11T10:06:55.651Z] === RUN Test/DockerSuite/TestRunLookupGoogleDNS [2019-09-11T10:06:58.655Z] === RUN Test/DockerSuite/TestBuildForceRm [2019-09-11T10:07:04.246Z] === RUN Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-11T10:07:04.246Z] === RUN Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunModeHostname [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotExists [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotRunning [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunModeIpcHost [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunModeNetContainerHostname [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunModePIDContainer [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotExists [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotRunning [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunModePIDHost [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunModeUTSHost [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunMount [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunMountOrdering [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunMountReadOnlyDevShm [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunMountShmMqueueFromHost [2019-09-11T10:07:05.789Z] === RUN Test/DockerSuite/TestRunMultipleVolumesFrom [2019-09-11T10:07:08.973Z] === RUN Test/DockerSuite/TestBuildFromGit [2019-09-11T10:07:12.881Z] === RUN Test/DockerSuite/TestRunMutableNetworkFiles [2019-09-11T10:07:12.882Z] === RUN Test/DockerSuite/TestRunNamedVolume [2019-09-11T10:07:12.882Z] === RUN Test/DockerSuite/TestRunNamedVolumeCopyImageData [2019-09-11T10:07:12.882Z] === RUN Test/DockerSuite/TestRunNamedVolumeNotRemoved [2019-09-11T10:07:16.632Z] === RUN Test/DockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-11T10:07:19.296Z] === RUN Test/DockerSuite/TestBuildFromGitWithContext [2019-09-11T10:07:20.385Z] === RUN Test/DockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-11T10:07:20.385Z] === RUN Test/DockerSuite/TestRunNetContainerWhichHost [2019-09-11T10:07:20.385Z] === RUN Test/DockerSuite/TestRunNetHost [2019-09-11T10:07:20.385Z] === RUN Test/DockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-11T10:07:20.385Z] === RUN Test/DockerSuite/TestRunNetHostTwiceSameName [2019-09-11T10:07:20.385Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMount [2019-09-11T10:07:20.385Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountRO [2019-09-11T10:07:20.385Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-11T10:07:20.385Z] === RUN Test/DockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-11T10:07:20.385Z] === RUN Test/DockerSuite/TestRunNoDupVolumes [2019-09-11T10:07:20.847Z] === RUN Test/DockerSuite/TestRunNoOutputFromPullInStdout [2019-09-11T10:07:21.820Z] === RUN Test/DockerSuite/TestRunNonExecutableCmd [2019-09-11T10:07:22.199Z] === RUN Test/DockerSuite/TestBuildFromGitWithF [2019-09-11T10:07:24.007Z] === RUN Test/DockerSuite/TestRunNonExistingCmd [2019-09-11T10:07:25.550Z] === RUN Test/DockerSuite/TestRunNonExistingImage [2019-09-11T10:07:26.522Z] === RUN Test/DockerSuite/TestRunNonLocalMacAddress [2019-09-11T10:07:28.708Z] === RUN Test/DockerSuite/TestRunNonRootUserResolvName [2019-09-11T10:07:28.708Z] === RUN Test/DockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-11T10:07:29.170Z] === RUN Test/DockerSuite/TestRunPortFromDockerRangeInUse [2019-09-11T10:07:29.170Z] === RUN Test/DockerSuite/TestRunPortInUse [2019-09-11T10:07:29.170Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMknod [2019-09-11T10:07:29.170Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMount [2019-09-11T10:07:29.170Z] === RUN Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-11T10:07:29.170Z] === RUN Test/DockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-11T10:07:29.170Z] === RUN Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-11T10:07:29.337Z] === RUN Test/DockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-11T10:07:29.337Z] === RUN Test/DockerSuite/TestBuildFromOfficialNames [2019-09-11T10:07:29.337Z] === RUN Test/DockerSuite/TestBuildFromRemoteTarball [2019-09-11T10:07:31.512Z] === RUN Test/DockerSuite/TestBuildFromStdinWithF [2019-09-11T10:07:31.512Z] === RUN Test/DockerSuite/TestBuildFromURLWithF [2019-09-11T10:07:32.086Z] === RUN Test/DockerSuite/TestRunPublishPort [2019-09-11T10:07:32.086Z] === RUN Test/DockerSuite/TestRunReadFilteredProc [2019-09-11T10:07:32.086Z] === RUN Test/DockerSuite/TestRunReadProcLatency [2019-09-11T10:07:32.086Z] === RUN Test/DockerSuite/TestRunReadProcTimer [2019-09-11T10:07:32.086Z] === RUN Test/DockerSuite/TestRunResolvconfUpdate [2019-09-11T10:07:32.086Z] === RUN Test/DockerSuite/TestRunRestartMaxRetries [2019-09-11T10:07:44.499Z] === RUN Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-11T10:07:44.499Z] === RUN Test/DockerSuite/TestRunRm [2019-09-11T10:07:46.315Z] === RUN Test/DockerSuite/TestBuildHandleEscapesInVolume [2019-09-11T10:07:46.315Z] === RUN Test/DockerSuite/TestBuildHistory [2019-09-11T10:07:46.685Z] === RUN Test/DockerSuite/TestRunRmAndWait [2019-09-11T10:07:51.389Z] === RUN Test/DockerSuite/TestRunRmPre125Api [2019-09-11T10:07:53.575Z] === RUN Test/DockerSuite/TestRunRootWorkdir [2019-09-11T10:07:55.768Z] === RUN Test/DockerSuite/TestRunSetDefaultRestartPolicy [2019-09-11T10:07:57.313Z] === RUN Test/DockerSuite/TestRunSetMacAddress [2019-09-11T10:07:59.499Z] === RUN Test/DockerSuite/TestRunSlowStdoutConsumer [2019-09-11T10:07:59.499Z] === RUN Test/DockerSuite/TestRunState [2019-09-11T10:07:59.499Z] === RUN Test/DockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-11T10:08:01.687Z] === RUN Test/DockerSuite/TestRunStdinPipe [2019-09-11T10:08:01.687Z] === RUN Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-11T10:08:03.877Z] === RUN Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-11T10:08:03.877Z] === RUN Test/DockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-11T10:08:03.877Z] === RUN Test/DockerSuite/TestRunTLSVerify [2019-09-11T10:08:03.877Z] === RUN Test/DockerSuite/TestRunTTYWithPipe [2019-09-11T10:08:03.877Z] === RUN Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-11T10:08:03.877Z] === RUN Test/DockerSuite/TestRunTwoConcurrentContainers [2019-09-11T10:08:08.598Z] === RUN Test/DockerSuite/TestRunUnprivilegedCanMknod [2019-09-11T10:08:08.598Z] === RUN Test/DockerSuite/TestRunUnprivilegedCannotMount [2019-09-11T10:08:08.598Z] === RUN Test/DockerSuite/TestRunUnprivilegedWithChroot [2019-09-11T10:08:08.598Z] === RUN Test/DockerSuite/TestRunUnsetEntrypoint [2019-09-11T10:08:08.598Z] === RUN Test/DockerSuite/TestRunUnshareProc [2019-09-11T10:08:08.598Z] === RUN Test/DockerSuite/TestRunUserByID [2019-09-11T10:08:08.598Z] === RUN Test/DockerSuite/TestRunUserByIDBig [2019-09-11T10:08:08.598Z] === RUN Test/DockerSuite/TestRunUserByIDNegative [2019-09-11T10:08:08.598Z] === RUN Test/DockerSuite/TestRunUserByIDZero [2019-09-11T10:08:08.598Z] === RUN Test/DockerSuite/TestRunUserByName [2019-09-11T10:08:08.598Z] === RUN Test/DockerSuite/TestRunUserDefaults [2019-09-11T10:08:10.787Z] === RUN Test/DockerSuite/TestRunUserNotFound [2019-09-11T10:08:10.788Z] === RUN Test/DockerSuite/TestRunVerifyContainerID [2019-09-11T10:08:12.975Z] === RUN Test/DockerSuite/TestRunVolumeCopyFlag [2019-09-11T10:08:12.975Z] === RUN Test/DockerSuite/TestRunVolumeWithOneCharacter [2019-09-11T10:08:12.975Z] === RUN Test/DockerSuite/TestRunVolumesCleanPaths [2019-09-11T10:08:15.163Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-11T10:08:22.257Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-11T10:08:28.827Z] === RUN Test/DockerSuite/TestBuildIidFile [2019-09-11T10:08:30.851Z] === RUN Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-11T10:08:32.556Z] === RUN Test/DockerSuite/TestBuildIidFileCleanupOnFail [2019-09-11T10:08:35.461Z] === RUN Test/DockerSuite/TestBuildInheritance [2019-09-11T10:08:35.461Z] === RUN Test/DockerSuite/TestBuildIntermediateTarget [2019-09-11T10:08:36.664Z] === RUN Test/DockerSuite/TestRunVolumesFromSymlinkPath [2019-09-11T10:08:36.664Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsReadonly [2019-09-11T10:08:36.664Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsShared [2019-09-11T10:08:36.664Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsSlave [2019-09-11T10:08:36.664Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUCount [2019-09-11T10:08:37.637Z] === RUN Test/DockerSuite/TestBuildInvalidTag [2019-09-11T10:08:37.637Z] === RUN Test/DockerSuite/TestBuildJSONEmptyRun [2019-09-11T10:08:38.853Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUPercent [2019-09-11T10:08:41.040Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUShares [2019-09-11T10:08:42.584Z] === RUN Test/DockerSuite/TestRunWithBadDevice [2019-09-11T10:08:42.584Z] === RUN Test/DockerSuite/TestRunWithDaemonFlags [2019-09-11T10:08:42.584Z] === RUN Test/DockerSuite/TestRunWithInvalidMacAddress [2019-09-11T10:08:43.045Z] === RUN Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-11T10:08:43.045Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdj [2019-09-11T10:08:43.045Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-11T10:08:43.045Z] === RUN Test/DockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-11T10:08:43.045Z] === RUN Test/DockerSuite/TestRunWithUlimits [2019-09-11T10:08:43.045Z] === RUN Test/DockerSuite/TestRunWithVolumesFromExited [2019-09-11T10:08:44.723Z] === RUN Test/DockerSuite/TestBuildLabel [2019-09-11T10:08:46.793Z] === RUN Test/DockerSuite/TestRunWithoutNetworking [2019-09-11T10:08:48.337Z] === RUN Test/DockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-11T10:08:48.452Z] === RUN Test/DockerSuite/TestBuildLabelCacheCommit [2019-09-11T10:08:49.988Z] === RUN Test/DockerSuite/TestBuildLabelMultiple [2019-09-11T10:08:50.522Z] === RUN Test/DockerSuite/TestRunWorkingDirectory [2019-09-11T10:08:53.718Z] === RUN Test/DockerSuite/TestBuildLabelOneNode [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestRunWriteFilteredProc [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestRunWriteToProcAsound [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSaveAndLoadRepoFlags [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSaveCheckTimes [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSaveDirectoryPermissions [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSaveImageId [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSaveLoadNoTag [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSaveLoadParents [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSaveMultipleNames [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSaveRepoWithMultipleImages [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSaveSingleTag [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSaveWithNoExistImage [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-11T10:08:54.273Z] === RUN Test/DockerSuite/TestSearchCmdOptions [2019-09-11T10:08:55.254Z] === RUN Test/DockerSuite/TestBuildLabels [2019-09-11T10:08:57.188Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistry [2019-09-11T10:08:57.188Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-11T10:08:57.649Z] === RUN Test/DockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-11T10:08:57.649Z] === RUN Test/DockerSuite/TestSearchWithLimit [2019-09-11T10:08:58.986Z] === RUN Test/DockerSuite/TestBuildLabelsCache [2019-09-11T10:08:59.197Z] === RUN Test/DockerSuite/TestSlowStdinClosing [2019-09-11T10:09:03.672Z] === RUN Test/DockerSuite/TestBuildLabelsOverride [2019-09-11T10:09:06.291Z] === RUN Test/DockerSuite/TestStartAttachCorrectExitCode [2019-09-11T10:09:06.291Z] === RUN Test/DockerSuite/TestStartAttachMultipleContainers [2019-09-11T10:09:12.107Z] === RUN Test/DockerSuite/TestStartAttachReturnsOnError [2019-09-11T10:09:12.107Z] === RUN Test/DockerSuite/TestStartAttachSilent [2019-09-11T10:09:15.866Z] === RUN Test/DockerSuite/TestStartAttachWithRename [2019-09-11T10:09:15.866Z] === RUN Test/DockerSuite/TestStartMultipleContainers [2019-09-11T10:09:15.866Z] === RUN Test/DockerSuite/TestStartPausedContainer [2019-09-11T10:09:15.866Z] === RUN Test/DockerSuite/TestStartRecordError [2019-09-11T10:09:15.866Z] === RUN Test/DockerSuite/TestStartReturnCorrectExitCode [2019-09-11T10:09:21.682Z] === RUN Test/DockerSuite/TestStatsAllNewContainersAdded [2019-09-11T10:09:21.682Z] === RUN Test/DockerSuite/TestStatsAllNoStream [2019-09-11T10:09:21.682Z] === RUN Test/DockerSuite/TestStatsAllRunningNoStream [2019-09-11T10:09:21.682Z] === RUN Test/DockerSuite/TestStatsContainerNotFound [2019-09-11T10:09:21.682Z] === RUN Test/DockerSuite/TestStatsFormatAll [2019-09-11T10:09:21.682Z] === RUN Test/DockerSuite/TestStatsNoStream [2019-09-11T10:09:21.682Z] === RUN Test/DockerSuite/TestTopMultipleArgs [2019-09-11T10:09:23.868Z] === RUN Test/DockerSuite/TestTopNonPrivileged [2019-09-11T10:09:24.761Z] === RUN Test/DockerSuite/TestBuildLastModified [2019-09-11T10:09:24.761Z] === RUN Test/DockerSuite/TestBuildLineBreak [2019-09-11T10:09:24.761Z] === RUN Test/DockerSuite/TestBuildLineErrorOnBuild [2019-09-11T10:09:24.761Z] === RUN Test/DockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-11T10:09:24.761Z] === RUN Test/DockerSuite/TestBuildLineErrorWithComments [2019-09-11T10:09:24.761Z] === RUN Test/DockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-11T10:09:24.761Z] === RUN Test/DockerSuite/TestBuildMaintainer [2019-09-11T10:09:26.055Z] === RUN Test/DockerSuite/TestTopPrivileged [2019-09-11T10:09:26.055Z] === RUN Test/DockerSuite/TestTopWindowsCoreProcesses [2019-09-11T10:09:26.298Z] === RUN Test/DockerSuite/TestBuildMissingArgs [2019-09-11T10:09:26.764Z] === RUN Test/DockerSuite/TestBuildModifyFileInFolder [2019-09-11T10:09:27.602Z] === RUN Test/DockerSuite/TestTwoContainersInNetHost [2019-09-11T10:09:27.602Z] === RUN Test/DockerSuite/TestUnpublishedPortsInPsOutput [2019-09-11T10:09:27.602Z] === RUN Test/DockerSuite/TestUnsetEnvVarHealthCheck [2019-09-11T10:09:27.602Z] === RUN Test/DockerSuite/TestUserDefinedNetworkAlias [2019-09-11T10:09:27.602Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinks [2019-09-11T10:09:27.602Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-11T10:09:27.602Z] === RUN Test/DockerSuite/TestVolumeCLICreate [2019-09-11T10:09:37.083Z] === RUN Test/DockerSuite/TestBuildMultiStageArg [2019-09-11T10:09:45.313Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabel [2019-09-11T10:09:45.313Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-11T10:09:45.313Z] === RUN Test/DockerSuite/TestVolumeCLICreateWithOpts [2019-09-11T10:09:45.313Z] === RUN Test/DockerSuite/TestVolumeCLIInspect [2019-09-11T10:09:45.313Z] === RUN Test/DockerSuite/TestVolumeCLIInspectMulti [2019-09-11T10:09:45.313Z] === RUN Test/DockerSuite/TestVolumeCLIInspectTmplError [2019-09-11T10:09:45.313Z] === RUN Test/DockerSuite/TestVolumeCLILs [2019-09-11T10:09:46.286Z] === RUN Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-11T10:09:46.286Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDangling [2019-09-11T10:09:49.203Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDrivers [2019-09-11T10:09:49.664Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterLabels [2019-09-11T10:09:49.664Z] === RUN Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-11T10:09:50.125Z] === RUN Test/DockerSuite/TestVolumeCLINoArgs [2019-09-11T10:09:50.125Z] === RUN Test/DockerSuite/TestVolumeCLIRm [2019-09-11T10:09:57.220Z] === RUN Test/DockerSuite/TestVolumeCLIRmForce [2019-09-11T10:09:57.220Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceInUse [2019-09-11T10:09:57.681Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceUsage [2019-09-11T10:09:58.143Z] === RUN Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-11T10:09:58.143Z] === RUN Test/DockerSuite/TestVolumeFromMixedRWOptions [2019-09-11T10:10:03.953Z] === RUN Test/DockerSuite/TestVolumeLsFormat [2019-09-11T10:10:04.415Z] === RUN Test/DockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-11T10:10:04.415Z] === RUN Test/DockerSuite/TestVolumesFromGetsProperMode [2019-09-11T10:10:07.035Z] === RUN Test/DockerSuite/TestBuildMultiStageCache [2019-09-11T10:10:07.035Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-11T10:10:07.035Z] === RUN Test/DockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-11T10:10:22.126Z] === RUN Test/DockerSuite/TestVolumesNoCopyData [2019-09-11T10:10:22.126Z] === RUN Test/DockerSuite/TestWindowsRunAsSystem [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestBuildByDigest [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestConcurrentPush [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestCreateByDigest [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestEventsImageFilterPush [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestInspectImageWithDigests [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestListImagesWithDigests [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestListImagesWithoutDigests [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestPullByDigest [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestPullByDigestNoFallback [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestPullIDStability [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestPullImageWithAliases [2019-09-11T10:10:23.098Z] === RUN Test/DockerRegistrySuite/TestPullManifestList [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistrySuite/TestPullNoLayers [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistrySuite/TestPushBadTag [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistrySuite/TestPushBusyboxImage [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistrySuite/TestPushEmptyLayer [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistrySuite/TestPushMultipleTags [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistrySuite/TestPushUntagged [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistrySuite/TestRemoveImageByDigest [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistrySuite/TestRunByDigest [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistrySuite/TestTagByDigest [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistrySuite/TestUserAgentPassThrough [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistrySuite/TestV2Only [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPush [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigest [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPullIDStability [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPullNoLayers [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBadTag [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-11T10:10:23.099Z] === RUN Test/DockerSchema1RegistrySuite/TestPushUntagged [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-11T10:10:23.099Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-11T10:10:23.099Z] === RUN Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-11T10:10:23.099Z] === RUN Test/DockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-11T10:10:23.099Z] === RUN Test/DockerDaemonSuite/TestRegistryMirrors [2019-09-11T10:10:23.099Z] === RUN Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-11T10:10:23.099Z] === RUN Test/DockerPluginSuite/TestPluginBasicOps [2019-09-11T10:10:23.099Z] === RUN Test/DockerPluginSuite/TestPluginCreate [2019-09-11T10:10:23.099Z] === RUN Test/DockerPluginSuite/TestPluginEnableDisableNegative [2019-09-11T10:10:23.099Z] === RUN Test/DockerPluginSuite/TestPluginForceRemove [2019-09-11T10:10:23.099Z] === RUN Test/DockerPluginSuite/TestPluginIDPrefix [2019-09-11T10:10:23.099Z] === RUN Test/DockerPluginSuite/TestPluginInspect [2019-09-11T10:10:23.099Z] === RUN Test/DockerPluginSuite/TestPluginInstallArgs [2019-09-11T10:10:23.099Z] === RUN Test/DockerPluginSuite/TestPluginInstallDisable [2019-09-11T10:10:23.099Z] === RUN Test/DockerPluginSuite/TestPluginInstallImage [2019-09-11T10:10:23.099Z] === RUN Test/DockerPluginSuite/TestPluginListDefaultFormat [2019-09-11T10:10:23.099Z] === RUN Test/DockerPluginSuite/TestPluginSet [2019-09-11T10:10:23.099Z] --- PASS: Test (2463.44s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIErrorJSON (0.02s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAPIErrorPlainText (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIImagesDelete (0.63s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIImagesFilter (0.23s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIImagesHistory (0.49s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIImagesImportBadSrc (0.36s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIImagesSaveAndLoad (144.51s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIImagesSearchJSONContentType (0.95s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIImagesSizeCompatibility (0.30s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAPINetworkConnectDisconnect (0.45s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAPINetworkCreateCheckDuplicate (0.82s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAPINetworkFilter (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAPINetworkInspectBridge (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIOptionsRoute (0.02s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIStatsNetworkStats (5.24s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIStatsNoStreamGetCpu (3.83s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.05s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement Apparmor [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement Apparmor [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAppArmorTraceSelf (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAttachDisconnect (0.02s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestAttachMultipleAndRestart (2.91s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAttachPausedContainer (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement IsPausable [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAPIBuildGitWithF (5.84s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAPIDockerFileRemote (102.17s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAPIDoubleDockerfile (0.46s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement UnixCli [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAPILowerDockerfile (5.81s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.17s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddBadLinks (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddBrokenTar (0.27s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddCacheOnFileChange (0.73s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithCache (2.87s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithoutCache (1.25s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddFileNotFound (0.07s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.40s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.62s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddNonTar (9.77s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.87s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileMTime (3.07s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.37s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteNoDecompress (5.08s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddScript (0.03s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToWorkdir (0.42s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddTar (46.68s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddTarXz (0.04s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddTarXzGz (0.40s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildAddToSymlinkDest (21.55s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildAddWholeDirToRoot (0.79s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildBlankName (0.56s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArg (6.85s) [2019-09-11T10:10:23.099Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg (1.13s) [2019-09-11T10:10:23.099Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheHit (4.91s) [2019-09-11T10:10:23.099Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.50s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.86s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride (0.38s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.06s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgExpansion (5.90s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgHistory (0.51s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants (27.42s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.84s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.03s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildCacheAdd (0.37s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCacheBrokenSymlink (1.27s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildCacheFrom (0.05s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.37s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCacheRootSource (1.30s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildChownOnCopy (0.04s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildChownSingleFile (0.01s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement UnixCli [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint (1.26s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildClearCmd (0.86s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCmd (0.50s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCmdJSONNoShDashC (0.49s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCmdShDashC (0.46s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCmdShellArgsEscaped (4.95s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCmdSpaces (1.97s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildCommentsShebangs (0.01s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildConditionalCache (1.08s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildContChar (13.02s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildContextCleanup (0.45s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildContextCleanupFailedBuild (1.90s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildContextTarGzip (0.83s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildContextTarNoCompression (0.45s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCopyCacheOnFileChange (0.74s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCopyDirButNotFile (0.57s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCopyFileDotWithWorkdir (9.97s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (33.24s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.68s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.39s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.48s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildCopySingleFileToNonExistDir (0.41s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcard (23.51s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcardCache (0.71s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildCopyWildcardInName (0.41s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDeleteCommittedFile (22.19s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdin (1.56s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinConflict (0.98s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignore (3.21s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.49s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.65s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerignore (56.96s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreCleanPaths (6.13s) [2019-09-11T10:10:23.562Z] --- SKIP: Test/DockerSuite/TestBuildDockerignoreComment (0.43s) [2019-09-11T10:10:23.562Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreExceptions (57.75s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreTouchDockerfile (1.60s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringBadExclusion (0.81s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerfile (19.05s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerignore (15.45s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles (10.19s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile (46.81s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWholeDir (15.11s) [2019-09-11T10:10:23.562Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildDirs (10.60s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildTopDir (84.38s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildDotDotFile (0.65s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildEOLInLine (0.36s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildEmptyCmd (0.03s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypoint (0.48s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypointInheritance (0.94s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildEmptyScratch (0.03s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildEmptyStringVolume (0.47s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildEntrypoint (0.46s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.58s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.88s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildEntrypointRunCleanup (4.92s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildEnv (0.03s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildEnvEscapes (0.38s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildEnvOverwrite (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildEnvUsage (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildEnvUsage2 (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy (3.13s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementVolume (0.81s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir (4.80s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildEscapeNotBackslashWordTest (17.02s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildEscapeWhitespace (0.57s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildExpose (0.03s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildExposeMorePorts (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildExposeOrder (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildFails (2.17s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildFailsGitNotCallable (0.11s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToDir (4.82s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToFile (4.90s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildForceRm (6.22s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildFromGit (10.59s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithContext (1.38s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithF (5.30s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement UnixCli [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildFromOfficialNames (0.71s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildFromRemoteTarball (0.55s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildFromStdinWithF (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildFromURLWithF (9.41s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildHistory (10.59s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildIidFile (0.89s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildIidFileCleanupOnFail (1.90s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildInheritance (0.04s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildIntermediateTarget (0.71s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildInvalidTag (0.09s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildJSONEmptyRun (4.27s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildLabel (0.84s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildLabelCacheCommit (0.56s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildLabelMultiple (0.82s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildLabelOneNode (0.52s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildLabels (0.88s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildLabelsCache (1.39s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildLabelsOverride (4.95s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildLastModified (0.09s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildLineBreak (0.05s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildLineErrorOnBuild (0.10s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithComments (0.09s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildMaintainer (0.49s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildMissingArgs (0.65s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildModifyFileInFolder (4.78s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildMultiStageArg (18.66s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildMultiStageCache (0.06s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromErrors (2.10s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromSyntax (33.93s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildMultiStageGlobalArg (13.22s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildMultiStageImplicitFrom (9.43s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildMultiStageMultipleBuilds (5.30s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.94s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildMultiStageNameVariants (20.46s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildMultiStageUnusedArg (6.85s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildMultipleTags (0.61s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildNetContainer (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildNetNone (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildNoContext (2.36s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildNoDupOutput (4.22s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildNoNamedVolume (2.02s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailure (0.24s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.51s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseSuccess (0.99s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildNullStringInAddCopyVolume (1.13s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildOnBuild (9.17s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCache (1.42s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.03s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildOnBuildEntrypointJSON (3.18s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLimitedInheritance (8.39s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLowercase (5.06s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildOnBuildOutput (4.79s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildOnBuildWithCopy (1.03s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildOpaqueDirectory (0.05s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildPATH (0.02s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildRUNErrMsg (1.95s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildRUNoneJSON (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildRelativeCopy (40.67s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildRelativeWorkdir (27.74s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildRm (12.81s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildRunShEntrypoint (3.07s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildScratchCopy (0.38s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildSetCommandWithDefinedShell (1.36s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildShCmdJSONEntrypoint (3.12s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildShellEntrypoint (3.83s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildShellInherited (4.47s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildShellMultiple (14.73s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildShellNotJSON (0.86s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildShellUpdatesConfig (0.53s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildShellWindowsPowershell (11.68s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildSpaces (0.28s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildSpacesWithQuotes (4.77s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildStartsFromOne (0.10s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildStderr (4.55s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildStepsWithProgress (19.35s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildStopSignal (0.34s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBasename (2.61s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBreakout (1.19s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildTagEvent (4.59s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildTimeArgHistoryExclusions (5.47s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildUser (0.04s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildUsersAndGroups (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildVerboseOut (4.41s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildVerifyIntString (0.51s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildVerifySingleQuoteFails (7.22s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing (21.14s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive (0.91s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildWindowsUser (14.33s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildWindowsWorkdirProcessing (5.27s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildWithExtraHost (0.39s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildWithFailure (2.36s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildWithRecycleBin (11.40s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildWithTabs (4.56s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOM (0.45s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOMDockerignore (13.86s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildWithVolumeOwnership (0.43s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildWithVolumes (0.41s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildWorkdirCmd (0.03s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildWorkdirImageCmd (1.19s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildWorkdirWindowsPath (8.51s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestBuildWorkdirWithEnvVariables (1.78s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestBuildXZHost (0.39s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestCLIProxyDisableProxyUnixSock (0.07s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestClientSetsTLSServerName (0.03s) [2019-09-11T10:10:23.563Z] docker_cli_sni_test.go:18: Flakey test [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestCmdCannotBeInvoked (1.91s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestCommitAfterContainerIsDone (4.30s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestCommitChange (4.75s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestCommitChangeLabels (4.41s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestCommitHardlink (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestCommitNewFile (6.31s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestCommitPausedContainer (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestCommitTTY (11.31s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestCommitWithFilterLabel (4.25s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestCommitWithHostBindMount (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestCommitWithoutPause (0.02s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPIBadPort (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPICommit (6.16s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPICommitWithLabelInConfig (6.47s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore (1.96s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPICreate (1.87s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMountsBindRead (2.22s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIDelete (2.24s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteConflict (1.89s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteForce (1.85s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteRemoveVolume (1.93s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIGetAll (1.95s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPIGetChanges (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPIGetExport (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.15s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIKill (1.73s) [2019-09-11T10:10:23.563Z] --- SKIP: Test/DockerSuite/TestContainerAPIPause (0.01s) [2019-09-11T10:10:23.563Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIPostContainerStop (2.32s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIPostCreateNull (0.21s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIRename (1.90s) [2019-09-11T10:10:23.563Z] --- PASS: Test/DockerSuite/TestContainerAPIRestart (3.38s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartNotimeoutParam (3.37s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainerAPIStart (1.54s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainerAPIStop (2.20s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestContainerAPITop (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainerAPITopWindows (1.88s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainerAPIWait (4.01s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainerKillCustomStopSignal (1.75s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestContainerNetworkMode (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.45s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsCreate (20.73s) [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:2107: case 0 - config: {volume c:\foo false } [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:2107: case 1 - config: {volume c:\foo\ false } [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:2107: case 2 - config: {volume test1 c:\foo false } [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:2107: case 3 - config: {volume test2 c:\foo true } [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:2107: case 4 - config: {volume test3 c:\foo false 0xc000391e40 } [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:2107: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1132459994 c:\foo false } [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:2107: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1132459994 c:\foo true } [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsValidation (0.20s) [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:1926: case 0 [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:1926: case 1 [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:1926: case 2 [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:1926: case 3 [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:1926: case 4 [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:1926: case 5 [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:1926: case 6 [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:1926: case 7 [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:1926: case 8 [2019-09-11T10:10:23.564Z] docker_api_containers_test.go:1926: case 9 [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestContainersNetworkIsolation (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCopyAndRestart (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCopyCreatedContainer (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCpAbsolutePath (2.06s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpFromCaseA (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpFromCaseB (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpFromCaseC (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpFromCaseD (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpFromCaseE (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpFromCaseF (0.02s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpFromCaseG (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpFromCaseH (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpFromCaseI (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpFromCaseJ (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpFromSymlinkDestination (0.02s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCpGarbagePath (6.95s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCpLocalOnly (0.07s) [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpNameHasColon (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCpRelativePath (2.30s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpSpecialFiles (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpSymlinkComponent (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCpToCaseA (3.90s) [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a819068725\file1 bfeadfa016a45f98297e39bd217073e5f120ec02768f446d5e0e3c176a75d49a:/root/itWorks.txt` [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:279: checking that container "bfeadfa016a45f98297e39bd217073e5f120ec02768f446d5e0e3c176a75d49a" start output contains "file1\n" [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:209: running `docker start -a bfeadfa016a45f98297e39bd217073e5f120ec02768f446d5e0e3c176a75d49a` [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCpToCaseB (2.08s) [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b533215504\file1 70afe26b5553bc33c88ed667394277df02cfaf3556633cb4c3fe9608f758b314:testDir/` [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpToCaseC (0.02s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpToCaseD (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCpToCaseE (12.88s) [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e227982639\dir1 ada33871344685a62fd2e5a0540f49c11299e7919f598cd1c4345ff3cb92384d:testDir` [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:279: checking that container "ada33871344685a62fd2e5a0540f49c11299e7919f598cd1c4345ff3cb92384d" start output contains "file1-1\n" [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:209: running `docker start -a ada33871344685a62fd2e5a0540f49c11299e7919f598cd1c4345ff3cb92384d` [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e227982639\dir1 01ce7aa557434d99d1cfb99a4e0e306074767c03f50a4b9c6ef9ff6b18149bc1:testDir/` [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:279: checking that container "01ce7aa557434d99d1cfb99a4e0e306074767c03f50a4b9c6ef9ff6b18149bc1" start output contains "file1-1\n" [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:209: running `docker start -a 01ce7aa557434d99d1cfb99a4e0e306074767c03f50a4b9c6ef9ff6b18149bc1` [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpToCaseF (0.02s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpToCaseG (0.02s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCpToCaseH (7.88s) [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h980647618\dir1\. 178ec0ac2e7ad79067608c47a19f56f4063ba57d4f5c8a7eefe6dc006d70941c:testDir` [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:279: checking that container "178ec0ac2e7ad79067608c47a19f56f4063ba57d4f5c8a7eefe6dc006d70941c" start output contains "file1-1\n" [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:209: running `docker start -a 178ec0ac2e7ad79067608c47a19f56f4063ba57d4f5c8a7eefe6dc006d70941c` [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h980647618\dir1\. a0e3b843f1704090e8839a89d6aca9adbe128339c35ff014016d71aec72a4aa6:testDir/` [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:279: checking that container "a0e3b843f1704090e8839a89d6aca9adbe128339c35ff014016d71aec72a4aa6" start output contains "file1-1\n" [2019-09-11T10:10:23.564Z] docker_cli_cp_utils_test.go:209: running `docker start -a a0e3b843f1704090e8839a89d6aca9adbe128339c35ff014016d71aec72a4aa6` [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpToCaseI (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpToCaseJ (0.02s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCpToDot (6.87s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCpToStdout (2.01s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpToSymlinkDestination (0.02s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpUnprivilegedUser (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCpVolumePath (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreate64ByteHexID (0.16s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateArgs (0.16s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateByImageID (1.72s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateEchoStdout (2.00s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateGrowRootfs (0.25s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateHostConfig (0.16s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateHostnameWithNumber (1.89s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateLabelFromImage (0.56s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateLabels (0.16s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCreateModeIpcContainer (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateRM (0.28s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCreateShrinkRootfs (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateStopSignal (0.16s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateStopTimeout (0.30s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateUnsetEntrypoint (7.33s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateVolumesCreated (0.19s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateWithInvalidLogOpts (0.48s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateWithLargePortRange (4.28s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateWithPortRange (0.17s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestCreateWithWorkdir (1.98s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDevicePermissions (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestDockerFails (0.07s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestEventsAttach (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestEventsCommit (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsContainerEvents (2.17s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsAttrSort (2.07s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.17s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsContainerRestart (7.47s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsCopy (5.13s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsFilterContainer (4.72s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsFilterImageInContainerAction (1.97s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsFilterImageLabels (0.77s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsFilterImageName (8.08s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsFilterLabels (0.53s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsFilterType (1.03s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsFilters (4.15s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsFormat (8.93s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsFormatBadField (0.08s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsFormatBadFunc (0.07s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestEventsImageImport (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestEventsImageLoad (0.02s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestEventsImagePull (0.02s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsImageTag (1.21s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestEventsPluginOps (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsRename (6.98s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsResize (2.42s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsSinceInTheFuture (2.04s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate (2.46s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsTimestampFormats (4.54s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestEventsTop (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsUntag (2.75s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestEventsUntilInThePast (3.25s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestExec (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoCmd (1.59s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoValidContentType (1.67s) [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestExecAPIStart (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- SKIP: Test/DockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-09-11T10:10:23.564Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestExecAPIStartInvalidCommand (1.82s) [2019-09-11T10:10:23.564Z] --- PASS: Test/DockerSuite/TestExecAPIStartMultipleTimesError (1.85s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestExecAPIStartValidCommand (1.84s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestExecAPIStartWithDetach (1.75s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestExecAfterContainerRestart (4.11s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecCgroup (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecEnv (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecEnvLinksHost (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestExecExitStatus (1.95s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestExecInspectID (3.33s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecInteractive (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecParseError (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecPausedContainer (0.02s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement IsPausable [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart (2.30s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecSetEnv (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecStartFails (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecStateCleanup (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecStopNotHanging (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecTTYCloseStdin (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestExecTTYWithoutStdin (2.01s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecUlimits (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestExecWindowsPathNotWiped (7.25s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecWithImageUser (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecWithPrivileged (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestExecWithUser (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestGetContainerStats (5.69s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestGetContainerStatsNoStream (5.71s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestGetContainerStatsRmRunning (3.21s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestGetContainerStatsStream (5.68s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestGetStoppedContainerStats (0.12s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestHealth (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestHistoryExistentImage (0.07s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionFalse (0.07s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionTrue (0.08s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestHistoryImageWithComment (4.78s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestHistoryNonExistentImage (0.07s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageIsListed (0.08s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.60s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.90s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesFilterLabelMatch (1.63s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesFilterNameWithPort (0.26s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesFilterSinceAndBefore (1.93s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesFilterSpaceTrimCase (2.19s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesFormat (0.18s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesOrderedByCreationDate (3.50s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImagesWithIncorrectFilter (0.07s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImportBadURL (2.46s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestImportDisplay (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestImportFile (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestImportFileNonExistentFile (0.06s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestImportFileWithMessage (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestImportGzipped (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestImportWithQuotedChanges (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInfoDebug (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.36s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement IsPausable [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInfoEnsureSucceeds (0.07s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInfoFormat (0.12s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInsecureRegistries (0.02s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerResponse (1.95s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerVolumeDriver (1.94s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectAPIImageResponse (0.08s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInspectAmpersand (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectBindMountPoint (2.03s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectByPrefix (0.21s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectContainerFilterInt (1.89s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectDefault (1.95s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectHistory (4.61s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInspectImage (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInspectImageFilterInt (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInspectImageGraphDriver (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectInt64 (1.98s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectJSONFields (1.94s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectLogConfigNoType (0.19s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectNamedMountPoint (2.28s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectNoSizeFlagContainer (1.94s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestInspectPlugin (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectRootFS (0.08s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectSizeFlagContainer (1.93s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectStatus (2.36s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectStopWhenNotFound (3.92s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectTemplateError (2.00s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectTimesAsRFC3339Nano (1.91s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagContainer (1.85s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithImage (2.01s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithInvalidValue (1.99s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithNoContainer (2.00s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestInspectUnknownObject (0.09s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinkShortDefinition (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksEnvs (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksHostsFilesInject (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLinksUpdateOnRestart (0.02s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLoginWithoutTTY (0.09s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsAPIFollowEmptyOutput (1.69s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsAPINoStdoutNorStderr (1.65s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsAPIUntil (5.39s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsAPIUntilDefaultValue (2.34s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsAPIWithStdout (1.96s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsCLIContainerNotFound (0.07s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsContainerBiggerThanPage (6.91s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsContainerMuchBiggerThanPage (6.98s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsContainerSmallerThanPage (6.98s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesNoOutput (2.39s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesWithStdout (2.30s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsFollowStopped (2.10s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsSeparateStderr (2.12s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsSince (8.82s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestLogsStderrInStdout (0.02s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsTail (2.82s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsTimestamps (2.63s) [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestLogsWithDetails (2.14s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestMountIntoProc (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestMountIntoSys (0.02s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestNetHostname (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPluginActive (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPluginActiveNetwork (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestPluginInspectOnWindows (0.08s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPluginLogDriver (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPluginMetricsCollector (0.02s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPluginUpgrade (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPortBindingOnSandbox (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPortExposeHostBinding (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPortHostBinding (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPortList (0.02s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (8.64s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPostContainersAttach (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.565Z] --- PASS: Test/DockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2019-09-11T10:10:23.565Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-09-11T10:10:23.565Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd (8.60s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPsByOrder (7.24s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPsListContainersBase (8.50s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterAncestorImage (12.79s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterCreated (0.31s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterExited (8.92s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterHealth (11.99s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterID (3.58s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterLabel (11.45s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterName (8.85s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPsListContainersFilterNetwork (0.07s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterStatus (4.19s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPsListContainersSize (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPsRightTagName (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPsShowMounts (6.36s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPullLinuxImageFailsOnWindows (1.48s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPushToCentralRegistryUnauthorized (1.33s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestPushUnprefixedRepo (0.99s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRestartAutoRemoveContainer (3.97s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRestartContainerSuccess (3.98s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRestartContainerwithGoodContainer (2.17s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRestartContainerwithRestartPolicy (22.29s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRestartPolicyAfterRestart (6.12s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRestartPolicyAlways (0.26s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRestartPolicyNO (0.20s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRestartPolicyOnFailure (0.79s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRestartRunningContainer (4.32s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRestartStoppedContainer (3.92s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRestartWithVolumes (4.25s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiBlank (0.08s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiByIDHardConflict (0.33s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiContainerImageNotFound (14.23s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiForceWithExistingContainers (2.48s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiForceWithMultipleRepositories (0.65s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.44s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiImgIDForce (10.05s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiImgIDMultipleTag (7.89s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiParentImageFail (4.65s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiTag (0.82s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiTagWithExistingContainers (6.99s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiUntagHistoryLayer (16.74s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiWithContainerFails (2.25s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiWithMultipleRepositories (5.00s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRmiWithParentInUse (1.17s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunAddHost (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunAddHostInHostMode (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunAllowBindMountingRoot (1.96s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.00s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunAttachFailedNoLeak (2.60s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode (2.03s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode (2.01s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode (1.99s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunAttachWithDetach (0.07s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunBindMounts (3.97s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCapAddCHOWN (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCapAddInvalid (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCapAddSYSTIME (0.02s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCapDropInvalid (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunCidFileCheckIDLength (1.99s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunCleanupCmdOnEntrypoint (2.71s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunContainerNetwork (1.85s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.05s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.00s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunContainerWithWritableRootfs (1.95s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCopyVolumeContent (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunCreateVolume (1.94s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunCredentialSpecFailures (1.88s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunCredentialSpecWellFormed (11.46s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunDNSInHostMode (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunDNSOptions (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunDetachedContainerIDPrinting (2.03s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunDeviceNumbers (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunDuplicateMount (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunEchoNamedContainer (2.61s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunEchoStdout (2.05s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunEmptyEnv (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunEntrypoint (2.39s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunEnvironment (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunEnvironmentErase (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunEnvironmentOverride (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunExitCode (6.77s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunExitCodeOne (1.96s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunExitCodeZero (1.99s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunExitOnStdinClose (2.11s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunExposePort (0.06s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunFullHostnameSet (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunGroupAdd (0.02s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunHostnameFQDN (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunHostnameInHostMode (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunInspectMacAddress (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunInteractiveWithRestartPolicy (3.66s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunInvalidReference (0.07s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunLookupGoogleDNS (8.60s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled (1.59s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunModeHostname (0.02s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunModeIpcHost (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunModePIDContainer (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunModePIDHost (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunModeUTSHost (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunMount (0.02s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunMountOrdering (0.02s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunMultipleVolumesFrom (6.23s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunNamedVolume (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunNamedVolumeNotRemoved (4.48s) [2019-09-11T10:10:23.566Z] --- PASS: Test/DockerSuite/TestRunNamedVolumesFromNotRemoved (3.73s) [2019-09-11T10:10:23.566Z] --- SKIP: Test/DockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-09-11T10:10:23.566Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunNetHost (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunNoDupVolumes (0.32s) [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunNoOutputFromPullInStdout (0.98s) [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunNonExecutableCmd (1.94s) [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunNonExistingCmd (1.95s) [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunNonExistingImage (0.95s) [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunNonLocalMacAddress (1.92s) [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunNonRootUserResolvName (0.31s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunPortInUse (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunPrivilegedCanMount (0.02s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.63s) [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunPublishPort (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunReadFilteredProc (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement Apparmor [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunReadProcLatency (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunReadProcTimer (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunResolvconfUpdate (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunRestartMaxRetries (12.40s) [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunRm (2.24s) [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunRmAndWait (5.03s) [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunRmPre125Api (2.05s) [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunRootWorkdir (1.99s) [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunSetDefaultRestartPolicy (1.97s) [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunSetMacAddress (2.27s) [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunState (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunStdinBlockedAfterContainerExit (1.95s) [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunStdinPipe (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak (1.86s) [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunTLSVerify (0.18s) [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunTTYWithPipe (0.06s) [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunTwoConcurrentContainers (4.61s) [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunUnshareProc (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement Apparmor [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunUserByID (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunUserByIDBig (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunUserByIDNegative (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunUserByIDZero (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunUserByName (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:23.567Z] --- PASS: Test/DockerSuite/TestRunUserDefaults (2.07s) [2019-09-11T10:10:23.567Z] --- SKIP: Test/DockerSuite/TestRunUserNotFound (0.01s) [2019-09-11T10:10:23.567Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunVerifyContainerID (1.93s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunVolumesCleanPaths (2.75s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadWriteMode (6.37s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails (8.76s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved (5.76s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunWindowsWithCPUCount (2.27s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunWindowsWithCPUPercent (2.04s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunWindowsWithCPUShares (2.00s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunWithBadDevice (0.02s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunWithDaemonFlags (0.06s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunWithInvalidMacAddress (0.07s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunWithUlimits (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunWithVolumesFromExited (3.84s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunWithoutNetworking (1.63s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunWorkdirExistsAndIsFile (1.90s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestRunWorkingDirectory (4.00s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunWriteFilteredProc (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement Apparmor [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunWriteToProcAsound (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestSaveCheckTimes (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestSaveImageId (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestSaveLoadNoTag (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestSaveLoadParents (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestSaveMultipleNames (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestSaveSingleTag (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestSearchCmdOptions (2.33s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistry (0.39s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestSearchWithLimit (1.55s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestSlowStdinClosing (5.90s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestStartAttachMultipleContainers (6.90s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestStartAttachSilent (3.69s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestStartAttachWithRename (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestStartMultipleContainers (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestStartPausedContainer (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement IsPausable [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestStartRecordError (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestStartReturnCorrectExitCode (5.74s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestStatsAllNoStream (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestStatsContainerNotFound (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestStatsFormatAll (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestStatsNoStream (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestTopMultipleArgs (1.91s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestTopNonPrivileged (2.00s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestTopPrivileged (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestTopWindowsCoreProcesses (1.90s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestTwoContainersInNetHost (0.02s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestVolumeCLICreate (15.27s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabel (0.14s) [2019-09-11T10:10:24.029Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2019-09-11T10:10:24.029Z] --- SKIP: Test/DockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-09-11T10:10:24.029Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspect (0.32s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectMulti (0.28s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLILs (2.30s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDangling (2.71s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDrivers (0.37s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterLabels (0.37s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLINoArgs (0.18s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLIRm (7.11s) [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSuite/TestVolumeCLIRmForce (0.01s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceInUse (0.61s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeFromMixedRWOptions (5.90s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeLsFormat (0.27s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumeLsFormatDefaultFormat (0.27s) [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestVolumesFromGetsProperMode (17.32s) [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSuite/TestVolumesNoCopyData (0.01s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- PASS: Test/DockerSuite/TestWindowsRunAsSystem (1.38s) [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestBuildByDigest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestConcurrentPush (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestCreateByDigest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPullByDigest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPullIDStability (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPullManifestList (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPullNoLayers (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPushBadTag (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestPushUntagged (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestRunByDigest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestTagByDigest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistrySuite/TestV2Only (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerPluginSuite/TestPluginBasicOps (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerPluginSuite/TestPluginCreate (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerPluginSuite/TestPluginForceRemove (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerPluginSuite/TestPluginInspect (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerPluginSuite/TestPluginInstallImage (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] --- SKIP: Test/DockerPluginSuite/TestPluginSet (0.00s) [2019-09-11T10:10:24.030Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:10:24.030Z] PASS [2019-09-11T10:10:24.030Z] ok github.com/docker/docker/integration-cli 2464.354s [2019-09-11T10:10:24.030Z] INFO: Integration tests ended at 09/11/2019 10:10:23. Duration:00:41:14.8740851 [2019-09-11T10:10:24.030Z] INFO: Docker info of the daemon under test at end of run [2019-09-11T10:10:24.030Z] [2019-09-11T10:10:24.030Z] Containers: 2 [2019-09-11T10:10:24.030Z] Running: 0 [2019-09-11T10:10:24.030Z] Paused: 0 [2019-09-11T10:10:24.030Z] Stopped: 2 [2019-09-11T10:10:24.030Z] Images: 12 [2019-09-11T10:10:24.030Z] Server Version: 0.0.0-dev [2019-09-11T10:10:24.030Z] Storage Driver: windowsfilter [2019-09-11T10:10:24.030Z] Windows: [2019-09-11T10:10:24.030Z] Logging Driver: json-file [2019-09-11T10:10:24.030Z] Plugins: [2019-09-11T10:10:24.030Z] Volume: local [2019-09-11T10:10:24.030Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-11T10:10:24.030Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-11T10:10:24.030Z] Swarm: inactive [2019-09-11T10:10:24.030Z] Default Isolation: process [2019-09-11T10:10:24.030Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-11T10:10:24.030Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.678) [2019-09-11T10:10:24.030Z] OSType: windows [2019-09-11T10:10:24.030Z] Architecture: x86_64 [2019-09-11T10:10:24.030Z] CPUs: 4 [2019-09-11T10:10:24.030Z] Total Memory: 32GiB [2019-09-11T10:10:24.030Z] Name: azwin-2-a0f470 [2019-09-11T10:10:24.030Z] ID: D7NE:WZOL:DDK6:L4IA:35UI:FS7W:2C6G:D37T:KW4R:3EA4:ISI6:RVHJ [2019-09-11T10:10:24.030Z] Docker Root Dir: D:\CI-3\CI-a3f9cb5b6\daemon [2019-09-11T10:10:24.030Z] Debug Mode (client): false [2019-09-11T10:10:24.030Z] Debug Mode (server): true [2019-09-11T10:10:24.030Z] File Descriptors: -1 [2019-09-11T10:10:24.030Z] Goroutines: 18 [2019-09-11T10:10:24.030Z] System Time: 2019-09-11T10:10:23.7138759Z [2019-09-11T10:10:24.030Z] EventsListeners: 0 [2019-09-11T10:10:24.030Z] Registry: https://index.docker.io/v1/ [2019-09-11T10:10:24.030Z] Labels: [2019-09-11T10:10:24.030Z] Experimental: false [2019-09-11T10:10:24.030Z] Insecure Registries: [2019-09-11T10:10:24.030Z] 127.0.0.0/8 [2019-09-11T10:10:24.030Z] Live Restore Enabled: false [2019-09-11T10:10:24.030Z] [2019-09-11T10:10:24.030Z] [2019-09-11T10:10:24.030Z] INFO: Stopping daemon under test [2019-09-11T10:10:24.030Z] SUCCESS: The process with PID 9868 (child process of PID 4268) has been terminated. [2019-09-11T10:10:24.030Z] SUCCESS: The process with PID 4268 (child process of PID 1060) has been terminated. [2019-09-11T10:10:24.030Z] INFO: executeCI.ps1 Completed successfully at 09/11/2019 10:10:23. [2019-09-11T10:10:24.030Z] INFO: Tidying up at end of run [2019-09-11T10:10:24.030Z] INFO: Saving daemon under test log (d:\CI-3\CI-a3f9cb5b6\dut.out) to C:\windows\TEMP\CIDUT.out [2019-09-11T10:10:24.030Z] INFO: Saving daemon under test log (d:\CI-3\CI-a3f9cb5b6\dut.err) to C:\windows\TEMP\CIDUT.err [2019-09-11T10:10:24.030Z] INFO: Nuke-Everything... [2019-09-11T10:10:24.493Z] INFO: Container count on control daemon to delete is 2 [2019-09-11T10:10:24.962Z] 2c14b5fd9d89 [2019-09-11T10:10:24.962Z] f2c8d7bd4018 [2019-09-11T10:10:24.962Z] INFO: Non-base image count on control daemon to delete is 1 [2019-09-11T10:10:27.163Z] Deleted: sha256:d7f780a0d4049014d0d634fa5c993362be6c06da81e89c77df0aabc1409e7f57 [2019-09-11T10:10:27.163Z] Deleted: sha256:0530204657754a017392d99f91e84442d46501ae09b491d96717eec1e12dade1 [2019-09-11T10:10:27.163Z] INFO: Tidying pidfile d:\CI-3\CI-a3f9cb5b6\docker.pid [2019-09-11T10:10:27.163Z] INFO: Nuking d:\CI-3 [2019-09-11T10:10:57.173Z] INFO: Zapped successfully [2019-09-11T10:10:57.173Z] [2019-09-11T10:10:57.173Z] INFO: executeCI.ps1 exiting at Wed Sep 11 10:10:55 CUT 2019. Duration 00:56:28.3661384 [2019-09-11T10:10:57.173Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-09-11T10:10:58.827Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-09-11T10:11:00.014Z] Archiving artifacts [2019-09-11T10:11:01.172Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39817/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-11T10:11:02.095Z] + make clean [2019-09-11T10:11:03.071Z] docker volume rm -f docker-dev-cache [2019-09-11T10:11:03.071Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-11T10:11:07.514Z] === RUN Test/DockerSuite/TestBuildMultiStageGlobalArg [2019-09-11T10:11:32.714Z] === RUN Test/DockerSuite/TestBuildMultiStageImplicitFrom [2019-09-11T10:11:41.287Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-11T10:11:53.665Z] === RUN Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-11T10:12:03.979Z] === RUN Test/DockerSuite/TestBuildMultiStageNameVariants [2019-09-11T10:12:33.941Z] === RUN Test/DockerSuite/TestBuildMultiStageResetScratch [2019-09-11T10:12:33.941Z] === RUN Test/DockerSuite/TestBuildMultiStageUnusedArg [2019-09-11T10:12:48.780Z] === RUN Test/DockerSuite/TestBuildMultipleTags [2019-09-11T10:12:48.780Z] === RUN Test/DockerSuite/TestBuildNetContainer [2019-09-11T10:12:48.780Z] === RUN Test/DockerSuite/TestBuildNetNone [2019-09-11T10:12:48.780Z] === RUN Test/DockerSuite/TestBuildNoContext [2019-09-11T10:12:54.564Z] === RUN Test/DockerSuite/TestBuildNoDupOutput [2019-09-11T10:13:03.124Z] === RUN Test/DockerSuite/TestBuildNoNamedVolume [2019-09-11T10:13:06.035Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailure [2019-09-11T10:13:06.035Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureRemote [2019-09-11T10:13:06.493Z] === RUN Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-11T10:13:08.669Z] === RUN Test/DockerSuite/TestBuildNotVerboseSuccess [2019-09-11T10:13:09.634Z] === RUN Test/DockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-11T10:13:15.425Z] === RUN Test/DockerSuite/TestBuildOnBuild [2019-09-11T10:13:30.227Z] === RUN Test/DockerSuite/TestBuildOnBuildCache [2019-09-11T10:13:33.960Z] === RUN Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-11T10:13:55.040Z] === RUN Test/DockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-11T10:14:03.600Z] === RUN Test/DockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-11T10:14:18.408Z] === RUN Test/DockerSuite/TestBuildOnBuildLowercase [2019-09-11T10:14:28.720Z] === RUN Test/DockerSuite/TestBuildOnBuildOutput [2019-09-11T10:14:37.317Z] === RUN Test/DockerSuite/TestBuildOnBuildWithCopy [2019-09-11T10:14:41.065Z] === RUN Test/DockerSuite/TestBuildOpaqueDirectory [2019-09-11T10:14:41.065Z] === RUN Test/DockerSuite/TestBuildPATH [2019-09-11T10:14:41.065Z] === RUN Test/DockerSuite/TestBuildRUNErrMsg [2019-09-11T10:14:43.964Z] === RUN Test/DockerSuite/TestBuildRUNoneJSON [2019-09-11T10:14:43.964Z] === RUN Test/DockerSuite/TestBuildRelativeCopy [2019-09-11T10:16:09.997Z] === RUN Test/DockerSuite/TestBuildRelativeWorkdir [2019-09-11T10:16:39.951Z] === RUN Test/DockerSuite/TestBuildRm [2019-09-11T10:16:57.634Z] === RUN Test/DockerSuite/TestBuildRunShEntrypoint [2019-09-11T10:17:03.424Z] === RUN Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-11T10:17:03.424Z] === RUN Test/DockerSuite/TestBuildScratchCopy [2019-09-11T10:17:03.888Z] === RUN Test/DockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-11T10:17:08.577Z] === RUN Test/DockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-11T10:17:17.139Z] === RUN Test/DockerSuite/TestBuildShellEntrypoint [2019-09-11T10:17:24.271Z] === RUN Test/DockerSuite/TestBuildShellInherited [2019-09-11T10:17:31.348Z] === RUN Test/DockerSuite/TestBuildShellMultiple [2019-09-11T10:18:01.300Z] === RUN Test/DockerSuite/TestBuildShellNotJSON [2019-09-11T10:18:01.300Z] === RUN Test/DockerSuite/TestBuildShellUpdatesConfig [2019-09-11T10:18:01.758Z] === RUN Test/DockerSuite/TestBuildShellWindowsPowershell [2019-09-11T10:18:19.430Z] === RUN Test/DockerSuite/TestBuildSpaces [2019-09-11T10:18:19.430Z] === RUN Test/DockerSuite/TestBuildSpacesWithQuotes [2019-09-11T10:18:25.224Z] === RUN Test/DockerSuite/TestBuildStartsFromOne [2019-09-11T10:18:25.683Z] === RUN Test/DockerSuite/TestBuildStderr [2019-09-11T10:18:31.481Z] === RUN Test/DockerSuite/TestBuildStepsWithProgress [2019-09-11T10:19:01.439Z] === RUN Test/DockerSuite/TestBuildStopSignal [2019-09-11T10:19:01.439Z] === RUN Test/DockerSuite/TestBuildSymlinkBasename [2019-09-11T10:19:05.309Z] === RUN Test/DockerSuite/TestBuildSymlinkBreakout [2019-09-11T10:19:09.039Z] === RUN Test/DockerSuite/TestBuildTagEvent [2019-09-11T10:19:16.104Z] === RUN Test/DockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-11T10:19:28.475Z] === RUN Test/DockerSuite/TestBuildUser [2019-09-11T10:19:28.475Z] === RUN Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-11T10:19:28.475Z] === RUN Test/DockerSuite/TestBuildUsersAndGroups [2019-09-11T10:19:28.475Z] === RUN Test/DockerSuite/TestBuildVerboseOut [2019-09-11T10:19:33.162Z] === RUN Test/DockerSuite/TestBuildVerifyIntString [2019-09-11T10:19:34.704Z] === RUN Test/DockerSuite/TestBuildVerifySingleQuoteFails [2019-09-11T10:19:40.498Z] === RUN Test/DockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-11T10:19:40.498Z] === RUN Test/DockerSuite/TestBuildVolumesRetainContents [2019-09-11T10:19:40.498Z] === RUN Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-11T10:20:31.171Z] === RUN Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-11T10:20:31.171Z] === RUN Test/DockerSuite/TestBuildWindowsUser [2019-09-11T10:20:45.977Z] === RUN Test/DockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-11T10:20:56.290Z] === RUN Test/DockerSuite/TestBuildWithExtraHost [2019-09-11T10:20:56.290Z] === RUN Test/DockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-11T10:20:56.290Z] === RUN Test/DockerSuite/TestBuildWithFailure [2019-09-11T10:21:00.032Z] === RUN Test/DockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-11T10:21:00.492Z] === RUN Test/DockerSuite/TestBuildWithRecycleBin [2019-09-11T10:21:18.169Z] === RUN Test/DockerSuite/TestBuildWithTabs [2019-09-11T10:21:23.953Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOM [2019-09-11T10:21:24.411Z] === RUN Test/DockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-11T10:21:45.500Z] === RUN Test/DockerSuite/TestBuildWithVolumeOwnership [2019-09-11T10:21:45.500Z] === RUN Test/DockerSuite/TestBuildWithVolumes [2019-09-11T10:21:45.959Z] === RUN Test/DockerSuite/TestBuildWorkdirCmd [2019-09-11T10:21:45.959Z] === RUN Test/DockerSuite/TestBuildWorkdirImageCmd [2019-09-11T10:21:49.689Z] === RUN Test/DockerSuite/TestBuildWorkdirWindowsPath [2019-09-11T10:22:04.496Z] === RUN Test/DockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-11T10:22:11.561Z] === RUN Test/DockerSuite/TestBuildXZHost [2019-09-11T10:22:11.561Z] === RUN Test/DockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-11T10:22:11.561Z] === RUN Test/DockerSuite/TestClientSetsTLSServerName [2019-09-11T10:22:11.561Z] === RUN Test/DockerSuite/TestCmdCannotBeInvoked [2019-09-11T10:22:15.295Z] === RUN Test/DockerSuite/TestCommitAfterContainerIsDone [2019-09-11T10:22:23.854Z] === RUN Test/DockerSuite/TestCommitChange [2019-09-11T10:22:29.649Z] === RUN Test/DockerSuite/TestCommitChangeLabels [2019-09-11T10:22:36.719Z] === RUN Test/DockerSuite/TestCommitHardlink [2019-09-11T10:22:36.719Z] === RUN Test/DockerSuite/TestCommitNewFile [2019-09-11T10:22:49.145Z] === RUN Test/DockerSuite/TestCommitPausedContainer [2019-09-11T10:22:49.145Z] === RUN Test/DockerSuite/TestCommitTTY [2019-09-11T10:22:59.457Z] === RUN Test/DockerSuite/TestCommitWithFilterLabel [2019-09-11T10:23:08.026Z] === RUN Test/DockerSuite/TestCommitWithHostBindMount [2019-09-11T10:23:08.026Z] === RUN Test/DockerSuite/TestCommitWithoutPause [2019-09-11T10:23:08.026Z] === RUN Test/DockerSuite/TestConflictContainerNetworkAndLinks [2019-09-11T10:23:08.026Z] === RUN Test/DockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-11T10:23:08.026Z] === RUN Test/DockerSuite/TestConflictNetworkModeAndOptions [2019-09-11T10:23:08.026Z] === RUN Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-11T10:23:08.026Z] === RUN Test/DockerSuite/TestContainerAPIBadPort [2019-09-11T10:23:08.026Z] === RUN Test/DockerSuite/TestContainerAPIChunkedEncoding [2019-09-11T10:23:08.026Z] === RUN Test/DockerSuite/TestContainerAPICommit [2019-09-11T10:23:18.342Z] === RUN Test/DockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-11T10:23:28.673Z] === RUN Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-11T10:23:28.673Z] === RUN Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-11T10:23:32.404Z] === RUN Test/DockerSuite/TestContainerAPICopyPre124 [2019-09-11T10:23:32.404Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-11T10:23:32.404Z] === RUN Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-11T10:23:32.404Z] === RUN Test/DockerSuite/TestContainerAPICreate [2019-09-11T10:23:36.148Z] === RUN Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-11T10:23:36.148Z] === RUN Test/DockerSuite/TestContainerAPICreateEmptyConfig [2019-09-11T10:23:36.148Z] === RUN Test/DockerSuite/TestContainerAPICreateMountsBindRead [2019-09-11T10:23:39.884Z] === RUN Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-11T10:23:39.884Z] === RUN Test/DockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-11T10:23:39.884Z] === RUN Test/DockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-11T10:23:39.884Z] === RUN Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-11T10:23:39.884Z] === RUN Test/DockerSuite/TestContainerAPIDelete [2019-09-11T10:23:43.618Z] === RUN Test/DockerSuite/TestContainerAPIDeleteConflict [2019-09-11T10:23:47.357Z] === RUN Test/DockerSuite/TestContainerAPIDeleteForce [2019-09-11T10:23:52.069Z] === RUN Test/DockerSuite/TestContainerAPIDeleteNotExist [2019-09-11T10:23:52.069Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-11T10:23:52.069Z] === RUN Test/DockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-11T10:23:55.806Z] === RUN Test/DockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-11T10:23:55.806Z] === RUN Test/DockerSuite/TestContainerAPIGetAll [2019-09-11T10:23:59.552Z] === RUN Test/DockerSuite/TestContainerAPIGetChanges [2019-09-11T10:23:59.552Z] === RUN Test/DockerSuite/TestContainerAPIGetExport [2019-09-11T10:23:59.552Z] === RUN Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-11T10:24:03.286Z] === RUN Test/DockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-11T10:24:03.286Z] === RUN Test/DockerSuite/TestContainerAPIKill [2019-09-11T10:24:07.023Z] === RUN Test/DockerSuite/TestContainerAPIPause [2019-09-11T10:24:07.023Z] === RUN Test/DockerSuite/TestContainerAPIPostContainerStop [2019-09-11T10:24:10.765Z] === RUN Test/DockerSuite/TestContainerAPIPostCreateNull [2019-09-11T10:24:11.223Z] === RUN Test/DockerSuite/TestContainerAPIRename [2019-09-11T10:24:14.960Z] === RUN Test/DockerSuite/TestContainerAPIRestart [2019-09-11T10:24:20.757Z] === RUN Test/DockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-11T10:24:26.552Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-11T10:24:26.552Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-11T10:24:26.552Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-11T10:24:26.552Z] === RUN Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-11T10:24:26.552Z] === RUN Test/DockerSuite/TestContainerAPIStart [2019-09-11T10:24:29.457Z] === RUN Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-11T10:24:29.457Z] === RUN Test/DockerSuite/TestContainerAPIStop [2019-09-11T10:24:33.190Z] === RUN Test/DockerSuite/TestContainerAPITop [2019-09-11T10:24:33.190Z] === RUN Test/DockerSuite/TestContainerAPITopWindows [2019-09-11T10:24:36.925Z] === RUN Test/DockerSuite/TestContainerAPIVerifyHeader [2019-09-11T10:24:36.925Z] === RUN Test/DockerSuite/TestContainerAPIWait [2019-09-11T10:24:42.721Z] === RUN Test/DockerSuite/TestContainerKillCustomStopSignal [2019-09-11T10:24:46.456Z] === RUN Test/DockerSuite/TestContainerNetworkMode [2019-09-11T10:24:46.456Z] === RUN Test/DockerSuite/TestContainerRestartInMultipleNetworks [2019-09-11T10:24:46.456Z] === RUN Test/DockerSuite/TestContainerWithConflictingHostNetworks [2019-09-11T10:24:46.456Z] === RUN Test/DockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-11T10:24:46.456Z] === RUN Test/DockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-11T10:24:46.456Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-09-11T10:24:46.456Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsCreate [2019-09-11T10:25:16.400Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-11T10:25:16.400Z] === RUN Test/DockerSuite/TestContainersAPICreateMountsValidation [2019-09-11T10:25:16.400Z] === RUN Test/DockerSuite/TestContainersInMultipleNetworks [2019-09-11T10:25:16.400Z] === RUN Test/DockerSuite/TestContainersInUserDefinedNetwork [2019-09-11T10:25:16.400Z] === RUN Test/DockerSuite/TestContainersNetworkIsolation [2019-09-11T10:25:16.400Z] === RUN Test/DockerSuite/TestCopyAndRestart [2019-09-11T10:25:16.400Z] === RUN Test/DockerSuite/TestCopyCreatedContainer [2019-09-11T10:25:16.400Z] === RUN Test/DockerSuite/TestCpAbsolutePath [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpAbsoluteSymlink [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpFromCaseA [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpFromCaseB [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpFromCaseC [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpFromCaseD [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpFromCaseE [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpFromCaseF [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpFromCaseG [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpFromCaseH [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpFromCaseI [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpFromCaseJ [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpFromSymlinkDestination [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpFromSymlinkToDirectory [2019-09-11T10:25:19.316Z] === RUN Test/DockerSuite/TestCpGarbagePath [2019-09-11T10:25:23.054Z] === RUN Test/DockerSuite/TestCpLocalOnly [2019-09-11T10:25:23.055Z] === RUN Test/DockerSuite/TestCpNameHasColon [2019-09-11T10:25:23.055Z] === RUN Test/DockerSuite/TestCpRelativePath [2019-09-11T10:25:27.759Z] === RUN Test/DockerSuite/TestCpSpecialFiles [2019-09-11T10:25:27.759Z] === RUN Test/DockerSuite/TestCpSymlinkComponent [2019-09-11T10:25:27.759Z] === RUN Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-11T10:25:27.759Z] === RUN Test/DockerSuite/TestCpToCaseA [2019-09-11T10:25:34.835Z] === RUN Test/DockerSuite/TestCpToCaseB [2019-09-11T10:25:38.573Z] === RUN Test/DockerSuite/TestCpToCaseC [2019-09-11T10:25:38.574Z] === RUN Test/DockerSuite/TestCpToCaseD [2019-09-11T10:25:38.574Z] === RUN Test/DockerSuite/TestCpToCaseE [2019-09-11T10:25:50.963Z] === RUN Test/DockerSuite/TestCpToCaseF [2019-09-11T10:25:50.963Z] === RUN Test/DockerSuite/TestCpToCaseG [2019-09-11T10:25:50.963Z] === RUN Test/DockerSuite/TestCpToCaseH [2019-09-11T10:26:03.348Z] === RUN Test/DockerSuite/TestCpToCaseI [2019-09-11T10:26:03.348Z] === RUN Test/DockerSuite/TestCpToCaseJ [2019-09-11T10:26:03.348Z] === RUN Test/DockerSuite/TestCpToDot [2019-09-11T10:26:06.252Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyRootfs [2019-09-11T10:26:06.252Z] === RUN Test/DockerSuite/TestCpToErrReadOnlyVolume [2019-09-11T10:26:06.252Z] === RUN Test/DockerSuite/TestCpToStdout [2019-09-11T10:26:09.989Z] === RUN Test/DockerSuite/TestCpToSymlinkDestination [2019-09-11T10:26:09.989Z] === RUN Test/DockerSuite/TestCpToSymlinkToDirectory [2019-09-11T10:26:09.989Z] === RUN Test/DockerSuite/TestCpUnprivilegedUser [2019-09-11T10:26:09.989Z] === RUN Test/DockerSuite/TestCpVolumePath [2019-09-11T10:26:09.989Z] === RUN Test/DockerSuite/TestCreate64ByteHexID [2019-09-11T10:26:09.989Z] === RUN Test/DockerSuite/TestCreateArgs [2019-09-11T10:26:09.989Z] === RUN Test/DockerSuite/TestCreateByImageID [2019-09-11T10:26:13.725Z] === RUN Test/DockerSuite/TestCreateEchoStdout [2019-09-11T10:26:17.455Z] === RUN Test/DockerSuite/TestCreateGrowRootfs [2019-09-11T10:26:17.455Z] === RUN Test/DockerSuite/TestCreateHostConfig [2019-09-11T10:26:17.455Z] === RUN Test/DockerSuite/TestCreateHostnameWithNumber [2019-09-11T10:26:21.189Z] === RUN Test/DockerSuite/TestCreateLabelFromImage [2019-09-11T10:26:23.367Z] === RUN Test/DockerSuite/TestCreateLabels [2019-09-11T10:26:23.367Z] === RUN Test/DockerSuite/TestCreateModeIpcContainer [2019-09-11T10:26:23.367Z] === RUN Test/DockerSuite/TestCreateRM [2019-09-11T10:26:23.825Z] === RUN Test/DockerSuite/TestCreateShrinkRootfs [2019-09-11T10:26:23.825Z] === RUN Test/DockerSuite/TestCreateStopSignal [2019-09-11T10:26:23.825Z] === RUN Test/DockerSuite/TestCreateStopTimeout [2019-09-11T10:26:24.283Z] === RUN Test/DockerSuite/TestCreateUnsetEntrypoint [2019-09-11T10:26:41.985Z] === RUN Test/DockerSuite/TestCreateVolumesCreated [2019-09-11T10:26:41.985Z] === RUN Test/DockerSuite/TestCreateWithInvalidLogOpts [2019-09-11T10:26:41.985Z] === RUN Test/DockerSuite/TestCreateWithLargePortRange [2019-09-11T10:26:44.890Z] === RUN Test/DockerSuite/TestCreateWithPortRange [2019-09-11T10:26:45.349Z] === RUN Test/DockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-11T10:26:45.349Z] === RUN Test/DockerSuite/TestCreateWithWorkdir [2019-09-11T10:26:49.087Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-11T10:26:49.087Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-11T10:26:49.087Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-11T10:26:49.087Z] === RUN Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-11T10:26:49.087Z] === RUN Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-11T10:26:49.087Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-11T10:26:49.087Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-11T10:26:49.087Z] === RUN Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-11T10:26:49.087Z] === RUN Test/DockerSuite/TestDeprecatedStartWithNilDNS [2019-09-11T10:26:49.087Z] === RUN Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-11T10:26:49.087Z] === RUN Test/DockerSuite/TestDevicePermissions [2019-09-11T10:26:49.087Z] === RUN Test/DockerSuite/TestDockerFails [2019-09-11T10:26:49.546Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-11T10:26:49.546Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-11T10:26:49.546Z] === RUN Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-11T10:26:49.546Z] === RUN Test/DockerSuite/TestEventsAttach [2019-09-11T10:26:49.546Z] === RUN Test/DockerSuite/TestEventsCommit [2019-09-11T10:26:49.546Z] === RUN Test/DockerSuite/TestEventsContainerEvents [2019-09-11T10:26:53.284Z] === RUN Test/DockerSuite/TestEventsContainerEventsAttrSort [2019-09-11T10:26:57.020Z] === RUN Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-11T10:27:01.721Z] === RUN Test/DockerSuite/TestEventsContainerRestart [2019-09-11T10:27:12.044Z] === RUN Test/DockerSuite/TestEventsCopy [2019-09-11T10:27:20.616Z] === RUN Test/DockerSuite/TestEventsFilterContainer [2019-09-11T10:27:29.185Z] === RUN Test/DockerSuite/TestEventsFilterImageInContainerAction [2019-09-11T10:27:32.100Z] === RUN Test/DockerSuite/TestEventsFilterImageLabels [2019-09-11T10:27:34.277Z] === RUN Test/DockerSuite/TestEventsFilterImageName [2019-09-11T10:27:41.360Z] === RUN Test/DockerSuite/TestEventsFilterLabels [2019-09-11T10:27:42.328Z] === RUN Test/DockerSuite/TestEventsFilterType [2019-09-11T10:27:44.504Z] === RUN Test/DockerSuite/TestEventsFilters [2019-09-11T10:27:53.128Z] === RUN Test/DockerSuite/TestEventsFormat [2019-09-11T10:28:00.203Z] === RUN Test/DockerSuite/TestEventsFormatBadField [2019-09-11T10:28:00.203Z] === RUN Test/DockerSuite/TestEventsFormatBadFunc [2019-09-11T10:28:00.203Z] === RUN Test/DockerSuite/TestEventsImageImport [2019-09-11T10:28:00.203Z] === RUN Test/DockerSuite/TestEventsImageLoad [2019-09-11T10:28:00.203Z] === RUN Test/DockerSuite/TestEventsImagePull [2019-09-11T10:28:00.203Z] === RUN Test/DockerSuite/TestEventsImageTag [2019-09-11T10:28:01.740Z] === RUN Test/DockerSuite/TestEventsPluginOps [2019-09-11T10:28:01.740Z] === RUN Test/DockerSuite/TestEventsRename [2019-09-11T10:28:05.484Z] === RUN Test/DockerSuite/TestEventsResize [2019-09-11T10:28:09.219Z] === RUN Test/DockerSuite/TestEventsSinceInTheFuture [2019-09-11T10:28:12.975Z] === RUN Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-11T10:28:17.668Z] === RUN Test/DockerSuite/TestEventsTimestampFormats [2019-09-11T10:28:23.459Z] === RUN Test/DockerSuite/TestEventsTop [2019-09-11T10:28:23.460Z] === RUN Test/DockerSuite/TestEventsUntag [2019-09-11T10:28:26.362Z] === RUN Test/DockerSuite/TestEventsUntilInThePast [2019-09-11T10:28:33.436Z] === RUN Test/DockerSuite/TestExec [2019-09-11T10:28:33.436Z] === RUN Test/DockerSuite/TestExecAPICreateContainerPaused [2019-09-11T10:28:33.436Z] === RUN Test/DockerSuite/TestExecAPICreateNoCmd [2019-09-11T10:28:36.347Z] === RUN Test/DockerSuite/TestExecAPICreateNoValidContentType [2019-09-11T10:28:40.091Z] === RUN Test/DockerSuite/TestExecAPIStart [2019-09-11T10:28:40.091Z] === RUN Test/DockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-11T10:28:40.091Z] === RUN Test/DockerSuite/TestExecAPIStartEnsureHeaders [2019-09-11T10:28:40.091Z] === RUN Test/DockerSuite/TestExecAPIStartInvalidCommand [2019-09-11T10:28:43.831Z] === RUN Test/DockerSuite/TestExecAPIStartMultipleTimesError [2019-09-11T10:28:47.564Z] === RUN Test/DockerSuite/TestExecAPIStartValidCommand [2019-09-11T10:28:51.309Z] === RUN Test/DockerSuite/TestExecAPIStartWithDetach [2019-09-11T10:28:55.046Z] === RUN Test/DockerSuite/TestExecAfterContainerRestart [2019-09-11T10:29:00.850Z] === RUN Test/DockerSuite/TestExecCgroup [2019-09-11T10:29:00.850Z] === RUN Test/DockerSuite/TestExecEnv [2019-09-11T10:29:00.850Z] === RUN Test/DockerSuite/TestExecEnvLinksHost [2019-09-11T10:29:00.850Z] === RUN Test/DockerSuite/TestExecExitStatus [2019-09-11T10:29:04.594Z] === RUN Test/DockerSuite/TestExecInspectID [2019-09-11T10:29:10.395Z] === RUN Test/DockerSuite/TestExecInteractive [2019-09-11T10:29:10.395Z] === RUN Test/DockerSuite/TestExecOnReadonlyContainer [2019-09-11T10:29:10.395Z] === RUN Test/DockerSuite/TestExecParseError [2019-09-11T10:29:10.395Z] === RUN Test/DockerSuite/TestExecPausedContainer [2019-09-11T10:29:10.395Z] === RUN Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-11T10:29:10.395Z] === RUN Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-11T10:29:15.085Z] === RUN Test/DockerSuite/TestExecSetEnv [2019-09-11T10:29:15.085Z] === RUN Test/DockerSuite/TestExecStartFails [2019-09-11T10:29:15.085Z] === RUN Test/DockerSuite/TestExecStateCleanup [2019-09-11T10:29:15.085Z] === RUN Test/DockerSuite/TestExecStopNotHanging [2019-09-11T10:29:15.085Z] === RUN Test/DockerSuite/TestExecTTYCloseStdin [2019-09-11T10:29:15.085Z] === RUN Test/DockerSuite/TestExecTTYWithoutStdin [2019-09-11T10:29:18.844Z] === RUN Test/DockerSuite/TestExecUlimits [2019-09-11T10:29:18.844Z] === RUN Test/DockerSuite/TestExecWindowsPathNotWiped [2019-09-11T10:29:31.248Z] === RUN Test/DockerSuite/TestExecWithImageUser [2019-09-11T10:29:31.248Z] === RUN Test/DockerSuite/TestExecWithPrivileged [2019-09-11T10:29:31.248Z] === RUN Test/DockerSuite/TestExecWithUser [2019-09-11T10:29:31.248Z] === RUN Test/DockerSuite/TestGetContainerStats [2019-09-11T10:29:37.037Z] === RUN Test/DockerSuite/TestGetContainerStatsNoStream [2019-09-11T10:29:44.113Z] === RUN Test/DockerSuite/TestGetContainerStatsRmRunning [2019-09-11T10:29:48.799Z] === RUN Test/DockerSuite/TestGetContainerStatsStream [2019-09-11T10:29:55.956Z] === RUN Test/DockerSuite/TestGetContainersAttachWebsocket [2019-09-11T10:29:55.956Z] === RUN Test/DockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-11T10:29:55.956Z] === RUN Test/DockerSuite/TestGetStoppedContainerStats [2019-09-11T10:29:55.956Z] === RUN Test/DockerSuite/TestHealth [2019-09-11T10:29:55.956Z] === RUN Test/DockerSuite/TestHistoryExistentImage [2019-09-11T10:29:55.956Z] === RUN Test/DockerSuite/TestHistoryHumanOptionFalse [2019-09-11T10:29:55.956Z] === RUN Test/DockerSuite/TestHistoryHumanOptionTrue [2019-09-11T10:29:55.956Z] === RUN Test/DockerSuite/TestHistoryImageWithComment [2019-09-11T10:30:04.542Z] === RUN Test/DockerSuite/TestHistoryNonExistentImage [2019-09-11T10:30:04.542Z] === RUN Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-11T10:30:04.542Z] === RUN Test/DockerSuite/TestImagesEnsureImageIsListed [2019-09-11T10:30:04.542Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-11T10:30:04.542Z] === RUN Test/DockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-11T10:30:04.542Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-11T10:30:06.719Z] === RUN Test/DockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-11T10:30:06.719Z] === RUN Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-11T10:30:09.625Z] === RUN Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-11T10:30:10.085Z] === RUN Test/DockerSuite/TestImagesFilterLabelMatch [2019-09-11T10:30:15.876Z] === RUN Test/DockerSuite/TestImagesFilterNameWithPort [2019-09-11T10:30:15.876Z] === RUN Test/DockerSuite/TestImagesFilterSinceAndBefore [2019-09-11T10:30:21.667Z] === RUN Test/DockerSuite/TestImagesFilterSpaceTrimCase [2019-09-11T10:30:25.418Z] === RUN Test/DockerSuite/TestImagesFormat [2019-09-11T10:30:25.878Z] === RUN Test/DockerSuite/TestImagesFormatDefaultFormat [2019-09-11T10:30:25.878Z] === RUN Test/DockerSuite/TestImagesOrderedByCreationDate [2019-09-11T10:30:34.442Z] === RUN Test/DockerSuite/TestImagesWithIncorrectFilter [2019-09-11T10:30:34.442Z] === RUN Test/DockerSuite/TestImportBadURL [2019-09-11T10:30:35.410Z] === RUN Test/DockerSuite/TestImportDisplay [2019-09-11T10:30:35.871Z] === RUN Test/DockerSuite/TestImportFile [2019-09-11T10:30:35.872Z] === RUN Test/DockerSuite/TestImportFileNonExistentFile [2019-09-11T10:30:35.872Z] === RUN Test/DockerSuite/TestImportFileWithMessage [2019-09-11T10:30:35.872Z] === RUN Test/DockerSuite/TestImportGzipped [2019-09-11T10:30:35.872Z] === RUN Test/DockerSuite/TestImportWithQuotedChanges [2019-09-11T10:30:35.872Z] === RUN Test/DockerSuite/TestInfoDebug [2019-09-11T10:30:35.872Z] === RUN Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-11T10:30:36.330Z] === RUN Test/DockerSuite/TestInfoDiscoveryBackend [2019-09-11T10:30:36.330Z] === RUN Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-11T10:30:36.330Z] === RUN Test/DockerSuite/TestInfoDisplaysPausedContainers [2019-09-11T10:30:36.330Z] === RUN Test/DockerSuite/TestInfoDisplaysRunningContainers [2019-09-11T10:30:36.330Z] === RUN Test/DockerSuite/TestInfoDisplaysStoppedContainers [2019-09-11T10:30:36.330Z] === RUN Test/DockerSuite/TestInfoEnsureSucceeds [2019-09-11T10:30:36.330Z] === RUN Test/DockerSuite/TestInfoFormat [2019-09-11T10:30:36.330Z] === RUN Test/DockerSuite/TestInsecureRegistries [2019-09-11T10:30:36.330Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-11T10:30:36.330Z] === RUN Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-11T10:30:36.330Z] === RUN Test/DockerSuite/TestInspectAPIContainerResponse [2019-09-11T10:30:40.073Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-11T10:30:43.815Z] === RUN Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-11T10:30:43.815Z] === RUN Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-11T10:30:43.815Z] === RUN Test/DockerSuite/TestInspectAPIImageResponse [2019-09-11T10:30:43.815Z] === RUN Test/DockerSuite/TestInspectAmpersand [2019-09-11T10:30:43.815Z] === RUN Test/DockerSuite/TestInspectBindMountPoint [2019-09-11T10:30:47.560Z] === RUN Test/DockerSuite/TestInspectByPrefix [2019-09-11T10:30:47.560Z] === RUN Test/DockerSuite/TestInspectContainerFilterInt [2019-09-11T10:30:51.302Z] === RUN Test/DockerSuite/TestInspectContainerGraphDriver [2019-09-11T10:30:51.302Z] === RUN Test/DockerSuite/TestInspectContainerNetworkCustom [2019-09-11T10:30:51.302Z] === RUN Test/DockerSuite/TestInspectContainerNetworkDefault [2019-09-11T10:30:51.302Z] === RUN Test/DockerSuite/TestInspectDefault [2019-09-11T10:30:55.041Z] === RUN Test/DockerSuite/TestInspectHistory [2019-09-11T10:31:02.120Z] === RUN Test/DockerSuite/TestInspectImage [2019-09-11T10:31:02.120Z] === RUN Test/DockerSuite/TestInspectImageFilterInt [2019-09-11T10:31:02.120Z] === RUN Test/DockerSuite/TestInspectImageGraphDriver [2019-09-11T10:31:02.120Z] === RUN Test/DockerSuite/TestInspectInt64 [2019-09-11T10:31:05.856Z] === RUN Test/DockerSuite/TestInspectJSONFields [2019-09-11T10:31:09.594Z] === RUN Test/DockerSuite/TestInspectLogConfigNoType [2019-09-11T10:31:09.594Z] === RUN Test/DockerSuite/TestInspectNamedMountPoint [2019-09-11T10:31:13.324Z] === RUN Test/DockerSuite/TestInspectNoSizeFlagContainer [2019-09-11T10:31:17.068Z] === RUN Test/DockerSuite/TestInspectPlugin [2019-09-11T10:31:17.068Z] === RUN Test/DockerSuite/TestInspectRootFS [2019-09-11T10:31:17.068Z] === RUN Test/DockerSuite/TestInspectSizeFlagContainer [2019-09-11T10:31:20.805Z] === RUN Test/DockerSuite/TestInspectStatus [2019-09-11T10:31:24.540Z] === RUN Test/DockerSuite/TestInspectStopWhenNotFound [2019-09-11T10:31:33.114Z] === RUN Test/DockerSuite/TestInspectTemplateError [2019-09-11T10:31:36.018Z] === RUN Test/DockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-11T10:31:39.767Z] === RUN Test/DockerSuite/TestInspectTypeFlagContainer [2019-09-11T10:31:43.502Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithImage [2019-09-11T10:31:46.411Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-11T10:31:50.151Z] === RUN Test/DockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestInspectUnknownObject [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinkShortDefinition [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksEnvs [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksEtcHostsRegularFile [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksHostsFilesInject [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksInspectLinksStarted [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksInspectLinksStopped [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksInvalidContainerTarget [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksMultipleWithSameName [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksNetworkHostContainer [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksNotStartedParentNotFail [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainers [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksPingUnlinkedContainers [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLinksUpdateOnRestart [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLoadZeroSizeLayer [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLoginWithoutTTY [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLogsAPIContainerNotFound [2019-09-11T10:31:53.888Z] === RUN Test/DockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-11T10:31:57.626Z] === RUN Test/DockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-11T10:32:01.358Z] === RUN Test/DockerSuite/TestLogsAPIUntil [2019-09-11T10:32:07.160Z] === RUN Test/DockerSuite/TestLogsAPIUntilDefaultValue [2019-09-11T10:32:10.925Z] === RUN Test/DockerSuite/TestLogsAPIUntilFutureFollow [2019-09-11T10:32:10.925Z] === RUN Test/DockerSuite/TestLogsAPIWithStdout [2019-09-11T10:32:14.659Z] === RUN Test/DockerSuite/TestLogsCLIContainerNotFound [2019-09-11T10:32:15.118Z] === RUN Test/DockerSuite/TestLogsContainerBiggerThanPage [2019-09-11T10:32:22.196Z] === RUN Test/DockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-11T10:32:30.772Z] === RUN Test/DockerSuite/TestLogsContainerSmallerThanPage [2019-09-11T10:32:37.856Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-11T10:32:41.593Z] === RUN Test/DockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-11T10:32:45.344Z] === RUN Test/DockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-11T10:32:45.344Z] === RUN Test/DockerSuite/TestLogsFollowStopped [2019-09-11T10:32:49.080Z] === RUN Test/DockerSuite/TestLogsSeparateStderr [2019-09-11T10:32:52.818Z] === RUN Test/DockerSuite/TestLogsSince [2019-09-11T10:33:03.163Z] === RUN Test/DockerSuite/TestLogsSinceFutureFollow [2019-09-11T10:33:03.163Z] === RUN Test/DockerSuite/TestLogsStderrInStdout [2019-09-11T10:33:03.163Z] === RUN Test/DockerSuite/TestLogsTail [2019-09-11T10:33:06.069Z] === RUN Test/DockerSuite/TestLogsTimestamps [2019-09-11T10:33:09.819Z] === RUN Test/DockerSuite/TestLogsWithDetails [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestMountIntoProc [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestMountIntoSys [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestNetHostname [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestNetHostnameWithNetHost [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestNetworkRmWithActiveContainers [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPluginActive [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPluginActiveNetwork [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPluginInspectOnWindows [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPluginInstallDisableVolumeLs [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPluginLogDriver [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPluginLogDriverInfoList [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPluginMetricsCollector [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPluginUpgrade [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPortBindingOnSandbox [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPortExposeHostBinding [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPortHostBinding [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPortList [2019-09-11T10:33:14.520Z] === RUN Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-11T10:33:21.614Z] === RUN Test/DockerSuite/TestPostContainersAttach [2019-09-11T10:33:21.614Z] === RUN Test/DockerSuite/TestPostContainersAttachContainerNotFound [2019-09-11T10:33:21.614Z] === RUN Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-11T10:33:21.614Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-11T10:33:21.614Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-11T10:33:21.614Z] === RUN Test/DockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-11T10:33:21.614Z] === RUN Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-11T10:33:21.614Z] === RUN Test/DockerSuite/TestPostContainersCreateWithShmSize [2019-09-11T10:33:21.614Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-11T10:33:21.614Z] === RUN Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-11T10:33:30.181Z] === RUN Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-11T10:33:30.181Z] === RUN Test/DockerSuite/TestPsByOrder [2019-09-11T10:33:45.104Z] === RUN Test/DockerSuite/TestPsImageIDAfterUpdate [2019-09-11T10:33:45.104Z] === RUN Test/DockerSuite/TestPsListContainersBase [2019-09-11T10:34:02.842Z] === RUN Test/DockerSuite/TestPsListContainersFilterAncestorImage [2019-09-11T10:34:27.992Z] === RUN Test/DockerSuite/TestPsListContainersFilterCreated [2019-09-11T10:34:27.992Z] === RUN Test/DockerSuite/TestPsListContainersFilterExited [2019-09-11T10:34:42.821Z] === RUN Test/DockerSuite/TestPsListContainersFilterHealth [2019-09-11T10:35:03.912Z] === RUN Test/DockerSuite/TestPsListContainersFilterID [2019-09-11T10:35:08.602Z] === RUN Test/DockerSuite/TestPsListContainersFilterLabel [2019-09-11T10:35:18.925Z] === RUN Test/DockerSuite/TestPsListContainersFilterName [2019-09-11T10:35:26.004Z] === RUN Test/DockerSuite/TestPsListContainersFilterNetwork [2019-09-11T10:35:26.004Z] === RUN Test/DockerSuite/TestPsListContainersFilterPorts [2019-09-11T10:35:26.004Z] === RUN Test/DockerSuite/TestPsListContainersFilterStatus [2019-09-11T10:35:34.584Z] === RUN Test/DockerSuite/TestPsListContainersSize [2019-09-11T10:35:34.584Z] === RUN Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-11T10:35:34.584Z] === RUN Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-11T10:35:34.584Z] === RUN Test/DockerSuite/TestPsRightTagName [2019-09-11T10:35:34.584Z] === RUN Test/DockerSuite/TestPsShowMounts [2019-09-11T10:35:46.979Z] === RUN Test/DockerSuite/TestPtraceContainerProcsFromHost [2019-09-11T10:35:46.979Z] === RUN Test/DockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-11T10:35:46.979Z] === RUN Test/DockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-11T10:35:46.979Z] === RUN Test/DockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-11T10:35:48.518Z] === RUN Test/DockerSuite/TestPushUnprefixedRepo [2019-09-11T10:35:49.486Z] === RUN Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-11T10:35:49.486Z] === RUN Test/DockerSuite/TestRestartAutoRemoveContainer [2019-09-11T10:35:55.278Z] === RUN Test/DockerSuite/TestRestartContainerSuccess [2019-09-11T10:36:01.078Z] === RUN Test/DockerSuite/TestRestartContainerwithGoodContainer [2019-09-11T10:36:03.996Z] === RUN Test/DockerSuite/TestRestartContainerwithRestartPolicy [2019-09-11T10:36:29.157Z] === RUN Test/DockerSuite/TestRestartDisconnectedContainer [2019-09-11T10:36:29.157Z] === RUN Test/DockerSuite/TestRestartPolicyAfterRestart [2019-09-11T10:36:37.727Z] === RUN Test/DockerSuite/TestRestartPolicyAlways [2019-09-11T10:36:37.727Z] === RUN Test/DockerSuite/TestRestartPolicyNO [2019-09-11T10:36:37.727Z] === RUN Test/DockerSuite/TestRestartPolicyOnFailure [2019-09-11T10:36:37.727Z] === RUN Test/DockerSuite/TestRestartRunningContainer [2019-09-11T10:36:43.526Z] === RUN Test/DockerSuite/TestRestartStoppedContainer [2019-09-11T10:36:49.318Z] === RUN Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-11T10:36:49.318Z] === RUN Test/DockerSuite/TestRestartWithVolumes [2019-09-11T10:36:55.129Z] === RUN Test/DockerSuite/TestRmiBlank [2019-09-11T10:36:55.129Z] === RUN Test/DockerSuite/TestRmiByIDHardConflict [2019-09-11T10:36:55.588Z] === RUN Test/DockerSuite/TestRmiContainerImageNotFound [2019-09-11T10:37:20.728Z] === RUN Test/DockerSuite/TestRmiForceWithExistingContainers [2019-09-11T10:37:25.434Z] === RUN Test/DockerSuite/TestRmiForceWithMultipleRepositories [2019-09-11T10:37:27.613Z] === RUN Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-11T10:37:40.025Z] === RUN Test/DockerSuite/TestRmiImgIDForce [2019-09-11T10:37:45.818Z] === RUN Test/DockerSuite/TestRmiImgIDMultipleTag [2019-09-11T10:37:58.207Z] === RUN Test/DockerSuite/TestRmiParentImageFail [2019-09-11T10:38:04.003Z] === RUN Test/DockerSuite/TestRmiTag [2019-09-11T10:38:04.463Z] === RUN Test/DockerSuite/TestRmiTagWithExistingContainers [2019-09-11T10:38:08.203Z] === RUN Test/DockerSuite/TestRmiUntagHistoryLayer [2019-09-11T10:38:38.158Z] === RUN Test/DockerSuite/TestRmiWithContainerFails [2019-09-11T10:38:38.618Z] === RUN Test/DockerSuite/TestRmiWithMultipleRepositories [2019-09-11T10:38:47.195Z] === RUN Test/DockerSuite/TestRmiWithParentInUse [2019-09-11T10:38:50.097Z] === RUN Test/DockerSuite/TestRunAddDeviceCgroupRule [2019-09-11T10:38:50.097Z] === RUN Test/DockerSuite/TestRunAddHost [2019-09-11T10:38:50.097Z] === RUN Test/DockerSuite/TestRunAddHostInHostMode [2019-09-11T10:38:50.097Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevices [2019-09-11T10:38:50.097Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-11T10:38:50.098Z] === RUN Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-11T10:38:50.098Z] === RUN Test/DockerSuite/TestRunAllocatePortInReservedRange [2019-09-11T10:38:50.098Z] === RUN Test/DockerSuite/TestRunAllowBindMountingRoot [2019-09-11T10:38:53.010Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-11T10:38:53.010Z] === RUN Test/DockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-11T10:38:53.010Z] === RUN Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-11T10:39:00.094Z] === RUN Test/DockerSuite/TestRunAttachFailedNoLeak [2019-09-11T10:39:03.838Z] === RUN Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-11T10:39:07.579Z] === RUN Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-11T10:39:11.319Z] === RUN Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunAttachWithDetach [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunBindMounts [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunCapAddALLCanDownInterface [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunCapAddCHOWN [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunCapAddCanDownInterface [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunCapAddInvalid [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunCapAddSYSTIME [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunCapDropALLCannotMknod [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknod [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunCapDropInvalid [2019-09-11T10:39:14.222Z] === RUN Test/DockerSuite/TestRunCidFileCheckIDLength [2019-09-11T10:39:17.965Z] === RUN Test/DockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-11T10:39:17.965Z] === RUN Test/DockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-11T10:39:25.045Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-11T10:39:25.045Z] === RUN Test/DockerSuite/TestRunContainerNetModeWithExposePort [2019-09-11T10:39:25.045Z] === RUN Test/DockerSuite/TestRunContainerNetwork [2019-09-11T10:39:28.794Z] === RUN Test/DockerSuite/TestRunContainerNetworkModeToSelf [2019-09-11T10:39:28.794Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupMountRO [2019-09-11T10:39:28.794Z] === RUN Test/DockerSuite/TestRunContainerWithCgroupParent [2019-09-11T10:39:28.794Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-11T10:39:28.794Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-11T10:39:28.794Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-11T10:39:28.794Z] === RUN Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-11T10:39:28.794Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-11T10:39:32.543Z] === RUN Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-11T10:39:36.279Z] === RUN Test/DockerSuite/TestRunContainerWithWritableRootfs [2019-09-11T10:39:40.014Z] === RUN Test/DockerSuite/TestRunCopyVolumeContent [2019-09-11T10:39:40.014Z] === RUN Test/DockerSuite/TestRunCopyVolumeUIDGID [2019-09-11T10:39:40.014Z] === RUN Test/DockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-11T10:39:40.014Z] === RUN Test/DockerSuite/TestRunCreateVolume [2019-09-11T10:39:43.759Z] === RUN Test/DockerSuite/TestRunCreateVolumeEtc [2019-09-11T10:39:43.759Z] === RUN Test/DockerSuite/TestRunCreateVolumeWithSymlink [2019-09-11T10:39:43.759Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-11T10:39:43.759Z] === RUN Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-11T10:39:43.759Z] === RUN Test/DockerSuite/TestRunCredentialSpecFailures [2019-09-11T10:39:45.937Z] === RUN Test/DockerSuite/TestRunCredentialSpecWellFormed [2019-09-11T10:39:53.023Z] === RUN Test/DockerSuite/TestRunDNSDefaultOptions [2019-09-11T10:39:53.023Z] === RUN Test/DockerSuite/TestRunDNSInHostMode [2019-09-11T10:39:53.023Z] === RUN Test/DockerSuite/TestRunDNSOptions [2019-09-11T10:39:53.023Z] === RUN Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-11T10:39:53.023Z] === RUN Test/DockerSuite/TestRunDNSRepeatOptions [2019-09-11T10:39:53.023Z] === RUN Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-11T10:39:53.023Z] === RUN Test/DockerSuite/TestRunDetachedContainerIDPrinting [2019-09-11T10:39:56.755Z] === RUN Test/DockerSuite/TestRunDeviceNumbers [2019-09-11T10:39:56.755Z] === RUN Test/DockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-11T10:39:56.755Z] === RUN Test/DockerSuite/TestRunDuplicateMount [2019-09-11T10:39:56.755Z] === RUN Test/DockerSuite/TestRunEchoNamedContainer [2019-09-11T10:40:00.504Z] === RUN Test/DockerSuite/TestRunEchoStdout [2019-09-11T10:40:04.237Z] === RUN Test/DockerSuite/TestRunEmptyEnv [2019-09-11T10:40:04.237Z] === RUN Test/DockerSuite/TestRunEntrypoint [2019-09-11T10:40:07.972Z] === RUN Test/DockerSuite/TestRunEnvironment [2019-09-11T10:40:07.972Z] === RUN Test/DockerSuite/TestRunEnvironmentErase [2019-09-11T10:40:07.972Z] === RUN Test/DockerSuite/TestRunEnvironmentOverride [2019-09-11T10:40:07.972Z] === RUN Test/DockerSuite/TestRunExitCode [2019-09-11T10:40:11.711Z] === RUN Test/DockerSuite/TestRunExitCodeOne [2019-09-11T10:40:14.614Z] === RUN Test/DockerSuite/TestRunExitCodeZero [2019-09-11T10:40:18.355Z] === RUN Test/DockerSuite/TestRunExitOnStdinClose [2019-09-11T10:40:22.097Z] === RUN Test/DockerSuite/TestRunExposePort [2019-09-11T10:40:22.097Z] === RUN Test/DockerSuite/TestRunFullHostnameSet [2019-09-11T10:40:22.097Z] === RUN Test/DockerSuite/TestRunGroupAdd [2019-09-11T10:40:22.097Z] === RUN Test/DockerSuite/TestRunHostnameFQDN [2019-09-11T10:40:22.097Z] === RUN Test/DockerSuite/TestRunHostnameInHostMode [2019-09-11T10:40:22.097Z] === RUN Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-11T10:40:22.556Z] === RUN Test/DockerSuite/TestRunInitLayerPathOwnership [2019-09-11T10:40:22.556Z] === RUN Test/DockerSuite/TestRunInspectMacAddress [2019-09-11T10:40:22.556Z] === RUN Test/DockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-11T10:40:28.358Z] === RUN Test/DockerSuite/TestRunInvalidCgroupParent [2019-09-11T10:40:28.358Z] === RUN Test/DockerSuite/TestRunInvalidReference [2019-09-11T10:40:28.358Z] === RUN Test/DockerSuite/TestRunLeakyFileDescriptors [2019-09-11T10:40:28.358Z] === RUN Test/DockerSuite/TestRunLinkToContainerNetMode [2019-09-11T10:40:28.358Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerID [2019-09-11T10:40:28.358Z] === RUN Test/DockerSuite/TestRunLinksContainerWithContainerName [2019-09-11T10:40:28.358Z] === RUN Test/DockerSuite/TestRunLookupGoogleDNS [2019-09-11T10:40:40.794Z] === RUN Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-11T10:40:40.794Z] === RUN Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-11T10:40:42.974Z] === RUN Test/DockerSuite/TestRunModeHostname [2019-09-11T10:40:42.974Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotExists [2019-09-11T10:40:42.974Z] === RUN Test/DockerSuite/TestRunModeIpcContainerNotRunning [2019-09-11T10:40:42.974Z] === RUN Test/DockerSuite/TestRunModeIpcHost [2019-09-11T10:40:43.433Z] === RUN Test/DockerSuite/TestRunModeNetContainerHostname [2019-09-11T10:40:43.433Z] === RUN Test/DockerSuite/TestRunModePIDContainer [2019-09-11T10:40:43.433Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotExists [2019-09-11T10:40:43.433Z] === RUN Test/DockerSuite/TestRunModePIDContainerNotRunning [2019-09-11T10:40:43.433Z] === RUN Test/DockerSuite/TestRunModePIDHost [2019-09-11T10:40:43.433Z] === RUN Test/DockerSuite/TestRunModeUTSHost [2019-09-11T10:40:43.433Z] === RUN Test/DockerSuite/TestRunMount [2019-09-11T10:40:43.433Z] === RUN Test/DockerSuite/TestRunMountOrdering [2019-09-11T10:40:43.433Z] === RUN Test/DockerSuite/TestRunMountReadOnlyDevShm [2019-09-11T10:40:43.433Z] === RUN Test/DockerSuite/TestRunMountShmMqueueFromHost [2019-09-11T10:40:43.433Z] === RUN Test/DockerSuite/TestRunMultipleVolumesFrom [2019-09-11T10:40:55.845Z] === RUN Test/DockerSuite/TestRunMutableNetworkFiles [2019-09-11T10:40:55.845Z] === RUN Test/DockerSuite/TestRunNamedVolume [2019-09-11T10:40:55.845Z] === RUN Test/DockerSuite/TestRunNamedVolumeCopyImageData [2019-09-11T10:40:55.846Z] === RUN Test/DockerSuite/TestRunNamedVolumeNotRemoved [2019-09-11T10:41:02.918Z] === RUN Test/DockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-11T10:41:08.722Z] === RUN Test/DockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-11T10:41:08.722Z] === RUN Test/DockerSuite/TestRunNetContainerWhichHost [2019-09-11T10:41:09.181Z] === RUN Test/DockerSuite/TestRunNetHost [2019-09-11T10:41:09.181Z] === RUN Test/DockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-11T10:41:09.181Z] === RUN Test/DockerSuite/TestRunNetHostTwiceSameName [2019-09-11T10:41:09.181Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMount [2019-09-11T10:41:09.181Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountRO [2019-09-11T10:41:09.181Z] === RUN Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-11T10:41:09.181Z] === RUN Test/DockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-11T10:41:09.181Z] === RUN Test/DockerSuite/TestRunNoDupVolumes [2019-09-11T10:41:09.181Z] === RUN Test/DockerSuite/TestRunNoOutputFromPullInStdout [2019-09-11T10:41:10.149Z] === RUN Test/DockerSuite/TestRunNonExecutableCmd [2019-09-11T10:41:13.070Z] === RUN Test/DockerSuite/TestRunNonExistingCmd [2019-09-11T10:41:16.816Z] === RUN Test/DockerSuite/TestRunNonExistingImage [2019-09-11T10:41:20.550Z] === RUN Test/DockerSuite/TestRunNonLocalMacAddress [2019-09-11T10:41:24.284Z] === RUN Test/DockerSuite/TestRunNonRootUserResolvName [2019-09-11T10:41:24.285Z] === RUN Test/DockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-11T10:41:24.285Z] === RUN Test/DockerSuite/TestRunPortFromDockerRangeInUse [2019-09-11T10:41:24.285Z] === RUN Test/DockerSuite/TestRunPortInUse [2019-09-11T10:41:24.285Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMknod [2019-09-11T10:41:24.285Z] === RUN Test/DockerSuite/TestRunPrivilegedCanMount [2019-09-11T10:41:24.285Z] === RUN Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-11T10:41:24.285Z] === RUN Test/DockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-11T10:41:24.285Z] === RUN Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-11T10:41:30.087Z] === RUN Test/DockerSuite/TestRunPublishPort [2019-09-11T10:41:30.087Z] === RUN Test/DockerSuite/TestRunReadFilteredProc [2019-09-11T10:41:30.087Z] === RUN Test/DockerSuite/TestRunReadProcLatency [2019-09-11T10:41:30.087Z] === RUN Test/DockerSuite/TestRunReadProcTimer [2019-09-11T10:41:30.087Z] === RUN Test/DockerSuite/TestRunResolvconfUpdate [2019-09-11T10:41:30.087Z] === RUN Test/DockerSuite/TestRunRestartMaxRetries [2019-09-11T10:41:40.425Z] === RUN Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-11T10:41:40.425Z] === RUN Test/DockerSuite/TestRunRm [2019-09-11T10:41:44.178Z] === RUN Test/DockerSuite/TestRunRmAndWait [2019-09-11T10:41:51.259Z] === RUN Test/DockerSuite/TestRunRmPre125Api [2019-09-11T10:41:54.164Z] === RUN Test/DockerSuite/TestRunRootWorkdir [2019-09-11T10:41:57.923Z] === RUN Test/DockerSuite/TestRunSetDefaultRestartPolicy [2019-09-11T10:42:01.660Z] === RUN Test/DockerSuite/TestRunSetMacAddress [2019-09-11T10:42:05.411Z] === RUN Test/DockerSuite/TestRunSlowStdoutConsumer [2019-09-11T10:42:05.411Z] === RUN Test/DockerSuite/TestRunState [2019-09-11T10:42:05.411Z] === RUN Test/DockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-11T10:42:09.149Z] === RUN Test/DockerSuite/TestRunStdinPipe [2019-09-11T10:42:09.149Z] === RUN Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-11T10:42:12.901Z] === RUN Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-11T10:42:12.901Z] === RUN Test/DockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-11T10:42:12.901Z] === RUN Test/DockerSuite/TestRunTLSVerify [2019-09-11T10:42:12.901Z] === RUN Test/DockerSuite/TestRunTTYWithPipe [2019-09-11T10:42:12.901Z] === RUN Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-11T10:42:12.901Z] === RUN Test/DockerSuite/TestRunTwoConcurrentContainers [2019-09-11T10:42:19.995Z] === RUN Test/DockerSuite/TestRunUnprivilegedCanMknod [2019-09-11T10:42:19.995Z] === RUN Test/DockerSuite/TestRunUnprivilegedCannotMount [2019-09-11T10:42:19.995Z] === RUN Test/DockerSuite/TestRunUnprivilegedWithChroot [2019-09-11T10:42:19.995Z] === RUN Test/DockerSuite/TestRunUnsetEntrypoint [2019-09-11T10:42:19.995Z] === RUN Test/DockerSuite/TestRunUnshareProc [2019-09-11T10:42:19.995Z] === RUN Test/DockerSuite/TestRunUserByID [2019-09-11T10:42:19.995Z] === RUN Test/DockerSuite/TestRunUserByIDBig [2019-09-11T10:42:19.995Z] === RUN Test/DockerSuite/TestRunUserByIDNegative [2019-09-11T10:42:19.995Z] === RUN Test/DockerSuite/TestRunUserByIDZero [2019-09-11T10:42:19.995Z] === RUN Test/DockerSuite/TestRunUserByName [2019-09-11T10:42:19.995Z] === RUN Test/DockerSuite/TestRunUserDefaults [2019-09-11T10:42:23.734Z] === RUN Test/DockerSuite/TestRunUserNotFound [2019-09-11T10:42:23.734Z] === RUN Test/DockerSuite/TestRunVerifyContainerID [2019-09-11T10:42:27.482Z] === RUN Test/DockerSuite/TestRunVolumeCopyFlag [2019-09-11T10:42:27.482Z] === RUN Test/DockerSuite/TestRunVolumeWithOneCharacter [2019-09-11T10:42:27.482Z] === RUN Test/DockerSuite/TestRunVolumesCleanPaths [2019-09-11T10:42:33.278Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-11T10:42:45.681Z] === RUN Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-11T10:42:51.490Z] === RUN Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-11T10:43:01.818Z] === RUN Test/DockerSuite/TestRunVolumesFromSymlinkPath [2019-09-11T10:43:01.818Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsReadonly [2019-09-11T10:43:01.818Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsShared [2019-09-11T10:43:01.818Z] === RUN Test/DockerSuite/TestRunVolumesMountedAsSlave [2019-09-11T10:43:01.818Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUCount [2019-09-11T10:43:05.554Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUPercent [2019-09-11T10:43:09.298Z] === RUN Test/DockerSuite/TestRunWindowsWithCPUShares [2019-09-11T10:43:13.042Z] === RUN Test/DockerSuite/TestRunWithBadDevice [2019-09-11T10:43:13.042Z] === RUN Test/DockerSuite/TestRunWithDaemonFlags [2019-09-11T10:43:13.042Z] === RUN Test/DockerSuite/TestRunWithInvalidMacAddress [2019-09-11T10:43:13.042Z] === RUN Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-11T10:43:13.042Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdj [2019-09-11T10:43:13.042Z] === RUN Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-11T10:43:13.042Z] === RUN Test/DockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-11T10:43:13.042Z] === RUN Test/DockerSuite/TestRunWithUlimits [2019-09-11T10:43:13.042Z] === RUN Test/DockerSuite/TestRunWithVolumesFromExited [2019-09-11T10:43:20.126Z] === RUN Test/DockerSuite/TestRunWithoutNetworking [2019-09-11T10:43:21.671Z] === RUN Test/DockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-11T10:43:24.580Z] === RUN Test/DockerSuite/TestRunWorkingDirectory [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestRunWriteFilteredProc [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestRunWriteToProcAsound [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSaveAndLoadRepoFlags [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSaveCheckTimes [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSaveDirectoryPermissions [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSaveImageId [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSaveLoadNoTag [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSaveLoadParents [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSaveMultipleNames [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSaveRepoWithMultipleImages [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSaveSingleTag [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSaveWithNoExistImage [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-11T10:43:33.162Z] === RUN Test/DockerSuite/TestSearchCmdOptions [2019-09-11T10:43:34.699Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistry [2019-09-11T10:43:35.158Z] === RUN Test/DockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-11T10:43:35.158Z] === RUN Test/DockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-11T10:43:35.617Z] === RUN Test/DockerSuite/TestSearchWithLimit [2019-09-11T10:43:37.153Z] === RUN Test/DockerSuite/TestSlowStdinClosing [2019-09-11T10:43:49.545Z] === RUN Test/DockerSuite/TestStartAttachCorrectExitCode [2019-09-11T10:43:49.545Z] === RUN Test/DockerSuite/TestStartAttachMultipleContainers [2019-09-11T10:44:01.967Z] === RUN Test/DockerSuite/TestStartAttachReturnsOnError [2019-09-11T10:44:01.967Z] === RUN Test/DockerSuite/TestStartAttachSilent [2019-09-11T10:44:06.659Z] === RUN Test/DockerSuite/TestStartAttachWithRename [2019-09-11T10:44:06.659Z] === RUN Test/DockerSuite/TestStartMultipleContainers [2019-09-11T10:44:06.659Z] === RUN Test/DockerSuite/TestStartPausedContainer [2019-09-11T10:44:06.659Z] === RUN Test/DockerSuite/TestStartRecordError [2019-09-11T10:44:06.659Z] === RUN Test/DockerSuite/TestStartReturnCorrectExitCode [2019-09-11T10:44:17.001Z] === RUN Test/DockerSuite/TestStatsAllNewContainersAdded [2019-09-11T10:44:17.002Z] === RUN Test/DockerSuite/TestStatsAllNoStream [2019-09-11T10:44:17.002Z] === RUN Test/DockerSuite/TestStatsAllRunningNoStream [2019-09-11T10:44:17.002Z] === RUN Test/DockerSuite/TestStatsContainerNotFound [2019-09-11T10:44:17.002Z] === RUN Test/DockerSuite/TestStatsFormatAll [2019-09-11T10:44:17.002Z] === RUN Test/DockerSuite/TestStatsNoStream [2019-09-11T10:44:17.002Z] === RUN Test/DockerSuite/TestTopMultipleArgs [2019-09-11T10:44:19.177Z] === RUN Test/DockerSuite/TestTopNonPrivileged [2019-09-11T10:44:23.866Z] === RUN Test/DockerSuite/TestTopPrivileged [2019-09-11T10:44:23.866Z] === RUN Test/DockerSuite/TestTopWindowsCoreProcesses [2019-09-11T10:44:26.771Z] === RUN Test/DockerSuite/TestTwoContainersInNetHost [2019-09-11T10:44:26.771Z] === RUN Test/DockerSuite/TestUnpublishedPortsInPsOutput [2019-09-11T10:44:26.771Z] === RUN Test/DockerSuite/TestUnsetEnvVarHealthCheck [2019-09-11T10:44:26.771Z] === RUN Test/DockerSuite/TestUserDefinedNetworkAlias [2019-09-11T10:44:26.771Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinks [2019-09-11T10:44:26.771Z] === RUN Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-11T10:44:26.771Z] === RUN Test/DockerSuite/TestVolumeCLICreate [2019-09-11T10:44:44.454Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabel [2019-09-11T10:44:44.454Z] === RUN Test/DockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-11T10:44:44.454Z] === RUN Test/DockerSuite/TestVolumeCLICreateWithOpts [2019-09-11T10:44:44.454Z] === RUN Test/DockerSuite/TestVolumeCLIInspect [2019-09-11T10:44:44.454Z] === RUN Test/DockerSuite/TestVolumeCLIInspectMulti [2019-09-11T10:44:44.454Z] === RUN Test/DockerSuite/TestVolumeCLIInspectTmplError [2019-09-11T10:44:44.454Z] === RUN Test/DockerSuite/TestVolumeCLILs [2019-09-11T10:44:47.359Z] === RUN Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-11T10:44:47.359Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDangling [2019-09-11T10:44:52.047Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterDrivers [2019-09-11T10:44:52.047Z] === RUN Test/DockerSuite/TestVolumeCLILsFilterLabels [2019-09-11T10:44:52.507Z] === RUN Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-11T10:44:52.507Z] === RUN Test/DockerSuite/TestVolumeCLINoArgs [2019-09-11T10:44:52.507Z] === RUN Test/DockerSuite/TestVolumeCLIRm [2019-09-11T10:45:04.922Z] === RUN Test/DockerSuite/TestVolumeCLIRmForce [2019-09-11T10:45:04.922Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceInUse [2019-09-11T10:45:04.922Z] === RUN Test/DockerSuite/TestVolumeCLIRmForceUsage [2019-09-11T10:45:05.381Z] === RUN Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-11T10:45:05.381Z] === RUN Test/DockerSuite/TestVolumeFromMixedRWOptions [2019-09-11T10:45:17.768Z] === RUN Test/DockerSuite/TestVolumeLsFormat [2019-09-11T10:45:17.768Z] === RUN Test/DockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-11T10:45:17.768Z] === RUN Test/DockerSuite/TestVolumesFromGetsProperMode [2019-09-11T10:45:32.595Z] === RUN Test/DockerSuite/TestVolumesNoCopyData [2019-09-11T10:45:32.595Z] === RUN Test/DockerSuite/TestWindowsRunAsSystem [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestBuildByDigest [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestConcurrentPush [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestCreateByDigest [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestEventsImageFilterPush [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestInspectImageWithDigests [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestListImagesWithDigests [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestListImagesWithoutDigests [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPullByDigest [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPullByDigestNoFallback [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPullIDStability [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPullImageWithAliases [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPullManifestList [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPullNoLayers [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPushBadTag [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPushBusyboxImage [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPushEmptyLayer [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPushMultipleTags [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestPushUntagged [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestRemoveImageByDigest [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestRunByDigest [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestTagByDigest [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestUserAgentPassThrough [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistrySuite/TestV2Only [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestConcurrentPush [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigest [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPullIDStability [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPullNoLayers [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBadTag [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-11T10:45:32.595Z] === RUN Test/DockerSchema1RegistrySuite/TestPushUntagged [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-11T10:45:32.595Z] === RUN Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-11T10:45:32.595Z] === RUN Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-11T10:45:32.595Z] === RUN Test/DockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-11T10:45:32.595Z] === RUN Test/DockerDaemonSuite/TestRegistryMirrors [2019-09-11T10:45:32.595Z] === RUN Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-11T10:45:32.595Z] === RUN Test/DockerPluginSuite/TestPluginBasicOps [2019-09-11T10:45:32.595Z] === RUN Test/DockerPluginSuite/TestPluginCreate [2019-09-11T10:45:32.595Z] === RUN Test/DockerPluginSuite/TestPluginEnableDisableNegative [2019-09-11T10:45:32.595Z] === RUN Test/DockerPluginSuite/TestPluginForceRemove [2019-09-11T10:45:32.595Z] === RUN Test/DockerPluginSuite/TestPluginIDPrefix [2019-09-11T10:45:32.595Z] === RUN Test/DockerPluginSuite/TestPluginInspect [2019-09-11T10:45:32.595Z] === RUN Test/DockerPluginSuite/TestPluginInstallArgs [2019-09-11T10:45:32.595Z] === RUN Test/DockerPluginSuite/TestPluginInstallDisable [2019-09-11T10:45:32.595Z] === RUN Test/DockerPluginSuite/TestPluginInstallImage [2019-09-11T10:45:32.595Z] === RUN Test/DockerPluginSuite/TestPluginListDefaultFormat [2019-09-11T10:45:32.595Z] === RUN Test/DockerPluginSuite/TestPluginSet [2019-09-11T10:45:32.595Z] --- PASS: Test (4198.39s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIErrorJSON (0.02s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAPIErrorPlainText (0.01s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIImagesDelete (2.07s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIImagesFilter (0.23s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIImagesHistory (1.98s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIImagesImportBadSrc (0.34s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIImagesSaveAndLoad (594.83s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIImagesSearchJSONContentType (0.77s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAPINetworkFilter (0.02s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAPINetworkGetDefaults (0.03s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAPINetworkInspectBridge (0.02s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIOptionsRoute (0.06s) [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAPIStatsContainerNotFound (0.03s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIStatsNetworkStats (8.98s) [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIStatsNoStreamGetCpu (5.03s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.82s) [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement Apparmor [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement Apparmor [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAppArmorTraceSelf (0.02s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAttachDisconnect (0.01s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestAttachMultipleAndRestart (3.81s) [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAttachPausedContainer (0.01s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement IsPausable [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAPIBuildGitWithF (7.43s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAPIDockerFileRemote (130.37s) [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement UnixCli [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAPILowerDockerfile (7.30s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (6.57s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAPIUnnormalizedTarPaths (3.28s) [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestBuildAddBadLinks (0.01s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAddBrokenTar (0.31s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAddCacheOnFileChange (3.45s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithCache (8.50s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAddCurrentDirWithoutCache (5.10s) [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAddFileNotFound (0.08s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (9.90s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (23.82s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAddNonTar (8.67s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (3.42s) [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileMTime (5.65s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (5.19s) [2019-09-11T10:45:32.595Z] --- PASS: Test/DockerSuite/TestBuildAddRemoteNoDecompress (8.71s) [2019-09-11T10:45:32.595Z] --- SKIP: Test/DockerSuite/TestBuildAddScript (0.04s) [2019-09-11T10:45:32.595Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildAddSingleFileToWorkdir (1.69s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildAddTar (55.01s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildAddTarXz (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildAddTarXzGz (0.32s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildAddToSymlinkDest (25.83s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildAddWholeDirToRoot (0.70s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildBlankName (0.52s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArg (15.65s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheHit (7.94s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.16s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (12.65s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.07s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgExpansion (23.55s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgHistory (1.82s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgQuotedValVariants (41.22s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.71s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.65s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildCacheAdd (0.32s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCacheBrokenSymlink (3.81s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildCacheFrom (0.06s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCacheFromEqualDiffIDsLength (8.62s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCacheRootSource (3.76s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildChownOnCopy (0.06s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildChownSingleFile (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement UnixCli [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCleanupCmdOnEntrypoint (5.03s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildClearCmd (3.35s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCmd (1.72s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCmdJSONNoShDashC (1.78s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCmdShDashC (1.75s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCmdShellArgsEscaped (10.74s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCmdSpaces (7.73s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildCommentsShebangs (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildConditionalCache (3.86s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildContChar (17.22s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildContextCleanup (1.68s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildContextCleanupFailedBuild (2.40s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildContextTarGzip (3.44s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildContextTarNoCompression (1.81s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCopyCacheOnFileChange (3.31s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCopyDirButNotFile (1.97s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCopyFileDotWithWorkdir (10.39s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (51.59s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.76s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.52s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (9.03s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildCopySingleFileToExistDir (0.35s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCopySingleFileToWorkdir (1.82s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcard (38.37s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildCopyWildcardCache (1.97s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildCopyWildcardInName (0.29s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDeleteCommittedFile (24.79s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdin (3.98s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinConflict (0.62s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignore (6.21s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (5.40s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerfileStdinNoExtraFiles (5.43s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerignore (76.48s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreCleanPaths (9.10s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildDockerignoreComment (0.40s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreExceptions (87.49s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerignoreTouchDockerfile (2.79s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringBadExclusion (0.71s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerfile (32.64s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringDockerignore (17.43s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringOnlyDotfiles (17.24s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringRenamedDockerfile (45.81s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWholeDir (16.90s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildDirs (17.31s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDockerignoringWildTopDir (114.86s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildDotDotFile (0.42s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildEOLInLine (0.29s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildEmptyCmd (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypoint (2.05s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildEmptyEntrypointInheritance (3.68s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildEmptyScratch (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildEmptyStringVolume (1.78s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildEntrypoint (1.74s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChild (9.14s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (7.08s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildEntrypointRunCleanup (10.96s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildEnv (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildEnvEscapes (0.32s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildEnvOverwrite (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildEnvUsage (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildEnvUsage2 (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementAddCopy (14.62s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementVolume (3.27s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildEnvironmentReplacementWorkdir (8.75s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildEscapeNotBackslashWordTest (27.46s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildEscapeWhitespace (1.93s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildExoticShellInterpolation (0.06s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildExpose (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildExposeMorePorts (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildExposeOrder (0.02s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildFails (3.73s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildFailsGitNotCallable (0.13s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToDir (11.04s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildFollowSymlinkToFile (11.07s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildForceRm (10.04s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildFromGit (11.45s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithContext (2.67s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildFromGitWithF (6.65s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement UnixCli [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildFromOfficialNames (0.77s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildFromRemoteTarball (1.82s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildFromStdinWithF (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildFromURLWithF (14.06s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildHistory (43.49s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildIidFile (3.51s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildIidFileCleanupOnFail (2.84s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildInheritance (0.05s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildIntermediateTarget (2.27s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildInvalidTag (0.10s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildJSONEmptyRun (7.10s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildLabel (3.57s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildLabelCacheCommit (1.87s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildLabelMultiple (3.40s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildLabelOneNode (1.85s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildLabels (3.55s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildLabelsCache (4.08s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildLabelsOverride (20.55s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildLastModified (0.14s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildLineBreak (0.06s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildLineErrorOnBuild (0.12s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithComments (0.09s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildMaintainer (1.76s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildMissingArgs (0.69s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildModifyFileInFolder (10.40s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildMultiStageArg (27.48s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildMultiStageCache (0.08s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromErrors (2.11s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildMultiStageCopyFromSyntax (59.07s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildMultiStageGlobalArg (25.71s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildMultiStageImplicitFrom (9.45s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildMultiStageMultipleBuilds (12.04s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildMultiStageMultipleBuildsWindows (10.88s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildMultiStageNameVariants (29.87s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildMultiStageUnusedArg (13.00s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildMultipleTags (2.07s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildNetContainer (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildNetNone (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildNoContext (5.53s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildNoDupOutput (7.65s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildNoNamedVolume (3.85s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailure (0.25s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.31s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildNotVerboseSuccess (1.07s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildNullStringInAddCopyVolume (5.13s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildOnBuild (14.08s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCache (5.16s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildOnBuildCmdEntrypointJSON (19.37s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildOnBuildEntrypointJSON (9.25s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLimitedInheritance (15.60s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildOnBuildLowercase (9.06s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildOnBuildOutput (9.96s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildOnBuildWithCopy (3.56s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildOpaqueDirectory (0.05s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildPATH (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildRUNErrMsg (2.85s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildRUNoneJSON (0.01s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildRelativeCopy (78.96s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildRelativeWorkdir (34.69s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildRm (20.12s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildRunShEntrypoint (5.89s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.08s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildScratchCopy (0.35s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildSetCommandWithDefinedShell (4.10s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildShCmdJSONEntrypoint (7.95s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildShellEntrypoint (7.53s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildShellInherited (7.86s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildShellMultiple (28.01s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildShellNotJSON (0.69s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildShellUpdatesConfig (1.89s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildShellWindowsPowershell (17.03s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildSpaces (0.36s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildSpacesWithQuotes (6.03s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildStartsFromOne (0.11s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildStderr (5.19s) [2019-09-11T10:45:32.596Z] --- PASS: Test/DockerSuite/TestBuildStepsWithProgress (27.98s) [2019-09-11T10:45:32.596Z] --- SKIP: Test/DockerSuite/TestBuildStopSignal (0.30s) [2019-09-11T10:45:32.596Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBasename (5.90s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildSymlinkBreakout (3.83s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildTagEvent (7.50s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildTimeArgHistoryExclusions (11.05s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestBuildUser (0.04s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestBuildUsersAndGroups (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildVerboseOut (5.52s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildVerifyIntString (1.86s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildVerifySingleQuoteFails (5.45s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildWindowsAddCopyPathProcessing (44.90s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildWindowsEnvCaseInsensitive (2.02s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildWindowsUser (17.29s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildWindowsWorkdirProcessing (11.19s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestBuildWithExtraHost (0.37s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildWithFailure (4.03s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildWithRecycleBin (17.20s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildWithTabs (6.31s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOM (0.37s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildWithUTF8BOMDockerignore (21.08s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestBuildWithVolumeOwnership (0.30s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestBuildWithVolumes (0.30s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestBuildWorkdirCmd (0.04s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildWorkdirImageCmd (3.97s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildWorkdirWindowsPath (14.11s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestBuildWorkdirWithEnvVariables (6.88s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestBuildXZHost (0.32s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestClientSetsTLSServerName (0.03s) [2019-09-11T10:45:32.597Z] docker_cli_sni_test.go:18: Flakey test [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCmdCannotBeInvoked (3.61s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCommitAfterContainerIsDone (7.88s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCommitChange (6.50s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCommitChangeLabels (7.60s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCommitHardlink (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCommitNewFile (11.55s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCommitPausedContainer (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCommitTTY (10.98s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCommitWithFilterLabel (7.67s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCommitWithHostBindMount (0.02s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCommitWithoutPause (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPIBadPort (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPICommit (11.21s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPICommitWithLabelInConfig (9.55s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPICopyNotExistsAnyMore (3.81s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPICreate (3.81s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMountsBindRead (3.63s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIDelete (3.85s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteConflict (4.22s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteForce (4.11s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteNotExist (0.03s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteRemoveVolume (4.01s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIGetAll (3.74s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPIGetChanges (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPIGetExport (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.80s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIKill (3.83s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPIPause (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIPostContainerStop (3.83s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIPostCreateNull (0.22s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIRename (3.74s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIRestart (5.39s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartNotimeoutParam (5.52s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIStart (3.37s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIStop (3.89s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerAPITop (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPITopWindows (3.68s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIVerifyHeader (0.07s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerAPIWait (5.67s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainerKillCustomStopSignal (3.71s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerNetworkMode (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainersAPICreateMountsBindNamedPipe (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsCreate (28.21s) [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:2107: case 0 - config: {volume c:\foo false } [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:2107: case 1 - config: {volume c:\foo\ false } [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:2107: case 2 - config: {volume test1 c:\foo false } [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:2107: case 3 - config: {volume test2 c:\foo true } [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:2107: case 4 - config: {volume test3 c:\foo false 0xc000b95300 } [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:2107: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1415900830 c:\foo false } [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:2107: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1415900830 c:\foo true } [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestContainersAPICreateMountsValidation (0.21s) [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:1926: case 0 [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:1926: case 1 [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:1926: case 2 [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:1926: case 3 [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:1926: case 4 [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:1926: case 5 [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:1926: case 6 [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:1926: case 7 [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:1926: case 8 [2019-09-11T10:45:32.597Z] docker_api_containers_test.go:1926: case 9 [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainersInMultipleNetworks (0.02s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestContainersNetworkIsolation (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCopyAndRestart (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCopyCreatedContainer (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCpAbsolutePath (3.97s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpFromCaseA (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpFromCaseB (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpFromCaseC (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpFromCaseD (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpFromCaseE (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpFromCaseF (0.02s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpFromCaseG (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpFromCaseH (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpFromCaseI (0.02s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpFromCaseJ (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCpGarbagePath (3.90s) [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCpLocalOnly (0.07s) [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpNameHasColon (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCpRelativePath (4.23s) [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpSpecialFiles (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpSymlinkComponent (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCpToCaseA (6.79s) [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a672932457\file1 77d90f77bd271394f084198a9a52e7aaae33c3a3408ff016152b88e409f4c88c:/root/itWorks.txt` [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:279: checking that container "77d90f77bd271394f084198a9a52e7aaae33c3a3408ff016152b88e409f4c88c" start output contains "file1\n" [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:209: running `docker start -a 77d90f77bd271394f084198a9a52e7aaae33c3a3408ff016152b88e409f4c88c` [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCpToCaseB (3.95s) [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b620964532\file1 3630cf92f2c836bd3bcd84043c72c2922eb89e8958d8b308d29abd4adeaae28e:testDir/` [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpToCaseC (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpToCaseD (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCpToCaseE (12.17s) [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e560479875\dir1 0196f7854ae10b0f8c6375e334648889a6a392350f7e66c08f17aa2a635c3d64:testDir` [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:279: checking that container "0196f7854ae10b0f8c6375e334648889a6a392350f7e66c08f17aa2a635c3d64" start output contains "file1-1\n" [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0196f7854ae10b0f8c6375e334648889a6a392350f7e66c08f17aa2a635c3d64` [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e560479875\dir1 0e7141300e2cd7e67344387e4bf7f755192d537e5d0a1c527560d7e0b184ba27:testDir/` [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:279: checking that container "0e7141300e2cd7e67344387e4bf7f755192d537e5d0a1c527560d7e0b184ba27" start output contains "file1-1\n" [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0e7141300e2cd7e67344387e4bf7f755192d537e5d0a1c527560d7e0b184ba27` [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpToCaseF (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- SKIP: Test/DockerSuite/TestCpToCaseG (0.01s) [2019-09-11T10:45:32.597Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.597Z] --- PASS: Test/DockerSuite/TestCpToCaseH (11.92s) [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h665172486\dir1\. a462423647c7e6c9aa40ca35c173b6d96e057841c85f17ef7e1f595cefe0bb52:testDir` [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:279: checking that container "a462423647c7e6c9aa40ca35c173b6d96e057841c85f17ef7e1f595cefe0bb52" start output contains "file1-1\n" [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:209: running `docker start -a a462423647c7e6c9aa40ca35c173b6d96e057841c85f17ef7e1f595cefe0bb52` [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h665172486\dir1\. 43a5a266390a37c1db9e55cf1570fcb629da35a397142505c904e8bc3ae177d8:testDir/` [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:279: checking that container "43a5a266390a37c1db9e55cf1570fcb629da35a397142505c904e8bc3ae177d8" start output contains "file1-1\n" [2019-09-11T10:45:32.597Z] docker_cli_cp_utils_test.go:209: running `docker start -a 43a5a266390a37c1db9e55cf1570fcb629da35a397142505c904e8bc3ae177d8` [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestCpToCaseI (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestCpToCaseJ (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCpToDot (3.71s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCpToStdout (3.79s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestCpToSymlinkDestination (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestCpUnprivilegedUser (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestCpVolumePath (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreate64ByteHexID (0.17s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateArgs (0.18s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateByImageID (3.25s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateEchoStdout (3.70s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateGrowRootfs (0.34s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateHostConfig (0.17s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateHostnameWithNumber (3.51s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateLabelFromImage (2.11s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateLabels (0.17s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestCreateModeIpcContainer (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateRM (0.33s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestCreateShrinkRootfs (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateStopSignal (0.17s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateStopTimeout (0.32s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateUnsetEntrypoint (15.41s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateVolumesCreated (0.22s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateWithInvalidLogOpts (0.43s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateWithLargePortRange (4.80s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateWithPortRange (0.17s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestCreateWithWorkdir (3.77s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDevicePermissions (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestDockerFails (0.07s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestEventsAttach (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestEventsCommit (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsContainerEvents (3.82s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsAttrSort (3.88s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.94s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsContainerRestart (10.60s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsCopy (8.72s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsFilterContainer (7.87s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsFilterImageInContainerAction (3.75s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsFilterImageLabels (2.28s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsFilterImageName (6.82s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsFilterLabels (1.23s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsFilterType (2.30s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsFilters (7.75s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsFormat (7.70s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsFormatBadField (0.07s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsFormatBadFunc (0.08s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestEventsImageImport (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestEventsImageLoad (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestEventsImagePull (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsImageTag (1.19s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestEventsPluginOps (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsRename (3.86s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsResize (3.87s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsSinceInTheFuture (3.82s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsSpecialFiltersWithExecCreate (4.14s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsTimestampFormats (6.25s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestEventsTop (0.02s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsUntag (2.76s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestEventsUntilInThePast (6.33s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExec (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecAPICreateContainerPaused (0.02s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoCmd (3.67s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestExecAPICreateNoValidContentType (3.65s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecAPIStart (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestExecAPIStartInvalidCommand (3.66s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestExecAPIStartMultipleTimesError (3.69s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestExecAPIStartValidCommand (3.71s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestExecAPIStartWithDetach (3.64s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestExecAfterContainerRestart (5.86s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecCgroup (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecEnv (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecEnvLinksHost (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestExecExitStatus (3.68s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestExecInspectID (6.26s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecInteractive (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecParseError (0.02s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecPausedContainer (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement IsPausable [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestExecResizeImmediatelyAfterExecStart (4.00s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecSetEnv (0.02s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecStartFails (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecStateCleanup (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecStopNotHanging (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecTTYCloseStdin (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestExecTTYWithoutStdin (3.83s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecUlimits (0.02s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestExecWindowsPathNotWiped (11.13s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecWithImageUser (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecWithPrivileged (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestExecWithUser (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestGetContainerStats (6.89s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestGetContainerStatsNoStream (6.80s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestGetContainerStatsRmRunning (4.98s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestGetContainerStatsStream (7.36s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestGetStoppedContainerStats (0.12s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestHealth (0.02s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestHistoryExistentImage (0.07s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionFalse (0.07s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestHistoryHumanOptionTrue (0.08s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestHistoryImageWithComment (7.80s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestHistoryNonExistentImage (0.07s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageIsListed (0.07s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesEnsureImagesFromBusyboxShown (1.93s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesEnsureOnlyHeadsImagesShown (3.50s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesFilterLabelMatch (5.48s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesFilterNameWithPort (0.26s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesFilterSinceAndBefore (5.78s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesFilterSpaceTrimCase (4.05s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesFormat (0.20s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestImagesFormatDefaultFormat (0.02s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesOrderedByCreationDate (7.49s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImagesWithIncorrectFilter (0.06s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImportBadURL (2.35s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestImportDisplay (0.03s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestImportFile (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestImportFileNonExistentFile (0.06s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestImportFileWithMessage (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestImportGzipped (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestImportWithQuotedChanges (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInfoDebug (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.39s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInfoDiscoveryInvalidAdvertise (0.02s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement IsPausable [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInfoEnsureSucceeds (0.07s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInfoFormat (0.12s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInsecureRegistries (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerResponse (3.65s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectAPIContainerVolumeDriver (3.65s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectAPIImageResponse (0.10s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInspectAmpersand (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectBindMountPoint (3.65s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectByPrefix (0.19s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectContainerFilterInt (3.67s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectDefault (3.66s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectHistory (7.10s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInspectImage (0.02s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInspectImageFilterInt (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInspectImageGraphDriver (0.01s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectInt64 (3.72s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectJSONFields (3.57s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectLogConfigNoType (0.17s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectNamedMountPoint (3.57s) [2019-09-11T10:45:32.598Z] --- PASS: Test/DockerSuite/TestInspectNoSizeFlagContainer (3.69s) [2019-09-11T10:45:32.598Z] --- SKIP: Test/DockerSuite/TestInspectPlugin (0.02s) [2019-09-11T10:45:32.598Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestInspectRootFS (0.08s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestInspectSizeFlagContainer (3.53s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestInspectStatus (3.77s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestInspectStopWhenNotFound (7.58s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestInspectTemplateError (3.77s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestInspectTimesAsRFC3339Nano (3.70s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagContainer (3.51s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithImage (3.62s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithInvalidValue (3.61s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestInspectTypeFlagWithNoContainer (3.54s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestInspectUnknownObject (0.09s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinkShortDefinition (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksEnvs (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksHostsFilesInject (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksMultipleWithSameName (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLoginWithoutTTY (0.07s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsAPIFollowEmptyOutput (3.35s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsAPINoStdoutNorStderr (3.70s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsAPIUntil (5.94s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsAPIUntilDefaultValue (3.88s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsAPIWithStdout (3.87s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsCLIContainerNotFound (0.07s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsContainerBiggerThanPage (7.48s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsContainerMuchBiggerThanPage (7.68s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsContainerSmallerThanPage (7.19s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesNoOutput (3.88s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsFollowGoroutinesWithStdout (3.98s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsFollowStopped (3.82s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsSeparateStderr (3.52s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsSince (9.53s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestLogsStderrInStdout (0.02s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsTail (4.08s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsTimestamps (3.87s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestLogsWithDetails (3.83s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestMountIntoProc (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestMountIntoSys (0.02s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestNetHostname (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestNetHostnameWithNetHost (0.02s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPluginActive (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPluginActiveNetwork (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPluginInspectOnWindows (0.07s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPluginLogDriver (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPluginMetricsCollector (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPluginUpgrade (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPortBindingOnSandbox (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPortExposeHostBinding (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPortHostBinding (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPortList (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (7.41s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPostContainersAttach (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPostContainersCreateWithStringOrSliceCmd (7.42s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPsByOrder (15.32s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPsListContainersBase (16.19s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterAncestorImage (24.51s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterCreated (0.29s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterExited (17.06s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterHealth (19.27s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterID (6.53s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterLabel (10.72s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterName (7.13s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPsListContainersFilterNetwork (0.07s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPsListContainersFilterStatus (7.53s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPsListContainersSize (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPsRightTagName (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPsShowMounts (11.90s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPullLinuxImageFailsOnWindows (1.30s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPushToCentralRegistryUnauthorized (1.33s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestPushUnprefixedRepo (0.94s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRestartAutoRemoveContainer (5.71s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRestartContainerSuccess (5.57s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRestartContainerwithGoodContainer (3.52s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRestartContainerwithRestartPolicy (24.99s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRestartPolicyAfterRestart (7.69s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRestartPolicyAlways (0.22s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRestartPolicyNO (0.17s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRestartPolicyOnFailure (0.71s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRestartRunningContainer (5.67s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRestartStoppedContainer (5.91s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRestartWithVolumes (5.84s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiBlank (0.07s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiByIDHardConflict (0.29s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiContainerImageNotFound (24.63s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiForceWithExistingContainers (4.82s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiForceWithMultipleRepositories (2.16s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (11.51s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiImgIDForce (6.62s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiImgIDMultipleTag (11.48s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiParentImageFail (7.08s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiTag (0.70s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiTagWithExistingContainers (3.73s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiUntagHistoryLayer (26.47s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiWithContainerFails (3.59s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiWithMultipleRepositories (8.06s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRmiWithParentInUse (3.56s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunAddHost (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunAddHostInHostMode (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunAllowBindMountingRoot (2.74s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.62s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunAttachFailedNoLeak (4.40s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunAttachStdErrOnlyTTYMode (3.67s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutAndErrTTYMode (3.63s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunAttachStdOutOnlyTTYMode (2.92s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunAttachWithDetach (0.07s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunBindMounts (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCapAddCHOWN (0.02s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCapAddInvalid (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCapDropInvalid (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunCidFileCheckIDLength (3.56s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunCleanupCmdOnEntrypoint (6.88s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunContainerNetwork (3.86s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagCannotStartContainer (3.74s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.72s) [2019-09-11T10:45:32.599Z] --- PASS: Test/DockerSuite/TestRunContainerWithWritableRootfs (3.65s) [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCopyVolumeContent (0.01s) [2019-09-11T10:45:32.599Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.599Z] --- SKIP: Test/DockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunCreateVolume (3.40s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunCredentialSpecFailures (2.22s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunCredentialSpecWellFormed (6.84s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunDNSInHostMode (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunDNSOptions (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunDetachedContainerIDPrinting (3.73s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunDeviceNumbers (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunDuplicateMount (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunEchoNamedContainer (3.75s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunEchoStdout (3.77s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunEmptyEnv (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunEntrypoint (3.77s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunEnvironment (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunEnvironmentErase (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunEnvironmentOverride (0.02s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunExitCode (3.58s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunExitCodeOne (3.48s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunExitCodeZero (3.71s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunExitOnStdinClose (3.66s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunExposePort (0.07s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunFullHostnameSet (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunGroupAdd (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunHostnameFQDN (0.02s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunHostnameInHostMode (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunInspectMacAddress (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunInteractiveWithRestartPolicy (5.83s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunInvalidReference (0.08s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunLookupGoogleDNS (12.43s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunLoopbackWhenNetworkDisabled (2.39s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunModeHostname (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunModeIpcHost (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunModePIDContainer (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunModePIDHost (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunModeUTSHost (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunMount (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunMountOrdering (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunMultipleVolumesFrom (10.88s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunNamedVolume (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunNamedVolumeNotRemoved (7.69s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunNamedVolumesFromNotRemoved (6.97s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunNetHost (0.02s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunNetHostTwiceSameName (0.02s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunNoDupVolumes (0.32s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunNoOutputFromPullInStdout (0.97s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunNonExecutableCmd (2.34s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunNonExistingCmd (3.58s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunNonExistingImage (4.02s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunNonLocalMacAddress (3.71s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunNonRootUserResolvName (0.30s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunPortInUse (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (5.39s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunPublishPort (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunReadFilteredProc (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement Apparmor [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunReadProcLatency (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunReadProcTimer (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunResolvconfUpdate (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunRestartMaxRetries (10.35s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunRm (3.82s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunRmAndWait (6.50s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunRmPre125Api (3.63s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunRootWorkdir (3.52s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunSetDefaultRestartPolicy (3.71s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunSetMacAddress (3.65s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunState (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunStdinBlockedAfterContainerExit (3.63s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunStdinPipe (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunStoppedLoggingDriverNoLeak (3.59s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunTLSVerify (0.20s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunTTYWithPipe (0.07s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunTwoConcurrentContainers (7.26s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunUnshareProc (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement Apparmor [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunUserByID (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunUserByIDBig (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunUserByIDNegative (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunUserByIDZero (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunUserByName (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunUserDefaults (3.68s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunUserNotFound (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunVerifyContainerID (3.55s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunVolumesCleanPaths (6.04s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadWriteMode (11.10s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunVolumesFromInReadonlyModeFails (6.66s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunVolumesFromRestartAfterRemoved (9.45s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunWindowsWithCPUCount (4.74s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunWindowsWithCPUPercent (3.74s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunWindowsWithCPUShares (3.77s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunWithBadDevice (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunWithDaemonFlags (0.06s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunWithInvalidMacAddress (0.07s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunWithUlimits (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunWithVolumesFromExited (6.13s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunWithoutNetworking (2.40s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunWorkdirExistsAndIsFile (3.03s) [2019-09-11T10:45:32.600Z] --- PASS: Test/DockerSuite/TestRunWorkingDirectory (7.30s) [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunWriteFilteredProc (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement Apparmor [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-09-11T10:45:32.600Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.600Z] --- SKIP: Test/DockerSuite/TestRunWriteToProcAsound (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestSaveCheckTimes (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestSaveDirectoryPermissions (0.02s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestSaveImageId (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestSaveLoadNoTag (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestSaveLoadParents (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestSaveMultipleNames (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestSaveSingleTag (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestSearchCmdOptions (2.35s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistry (0.39s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestSearchWithLimit (1.55s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestSlowStdinClosing (10.62s) [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestStartAttachMultipleContainers (12.54s) [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestStartAttachSilent (5.67s) [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestStartAttachWithRename (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestStartMultipleContainers (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestStartPausedContainer (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement IsPausable [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestStartRecordError (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestStartReturnCorrectExitCode (9.68s) [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestStatsAllNoStream (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestStatsContainerNotFound (0.02s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestStatsFormatAll (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestStatsNoStream (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestTopMultipleArgs (3.56s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestTopNonPrivileged (3.80s) [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestTopPrivileged (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestTopWindowsCoreProcesses (3.67s) [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestTwoContainersInNetHost (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLICreate (15.28s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabel (0.14s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspect (0.33s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectMulti (0.29s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLILs (3.93s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDangling (4.32s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterDrivers (0.40s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLILsFilterLabels (0.42s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLINoArgs (0.18s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLIRm (11.60s) [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestVolumeCLIRmForce (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceInUse (0.67s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeFromMixedRWOptions (10.98s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeLsFormat (0.30s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2019-09-11T10:45:32.601Z] --- PASS: Test/DockerSuite/TestVolumesFromGetsProperMode (14.25s) [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestVolumesNoCopyData (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSuite/TestWindowsRunAsSystem (0.01s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestBuildByDigest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestConcurrentPush (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestCreateByDigest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPullByDigest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPullIDStability (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPullManifestList (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPullNoLayers (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPushBadTag (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestPushUntagged (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestRunByDigest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestTagByDigest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistrySuite/TestV2Only (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-09-11T10:45:32.601Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.601Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerPluginSuite/TestPluginBasicOps (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerPluginSuite/TestPluginCreate (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerPluginSuite/TestPluginForceRemove (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerPluginSuite/TestPluginInspect (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerPluginSuite/TestPluginInstallImage (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] --- SKIP: Test/DockerPluginSuite/TestPluginSet (0.00s) [2019-09-11T10:45:32.602Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-11T10:45:32.602Z] PASS [2019-09-11T10:45:32.602Z] ok github.com/docker/docker/integration-cli 4199.030s [2019-09-11T10:45:32.602Z] INFO: Integration tests ended at 09/11/2019 10:45:31. Duration:01:10:10.4827369 [2019-09-11T10:45:32.602Z] INFO: Docker info of the daemon under test at end of run [2019-09-11T10:45:32.602Z] [2019-09-11T10:45:32.602Z] Containers: 2 [2019-09-11T10:45:32.602Z] Running: 0 [2019-09-11T10:45:32.602Z] Paused: 0 [2019-09-11T10:45:32.602Z] Stopped: 2 [2019-09-11T10:45:32.602Z] Images: 12 [2019-09-11T10:45:32.602Z] Server Version: 0.0.0-dev [2019-09-11T10:45:32.602Z] Storage Driver: windowsfilter [2019-09-11T10:45:32.602Z] Windows: [2019-09-11T10:45:32.602Z] Logging Driver: json-file [2019-09-11T10:45:32.602Z] Plugins: [2019-09-11T10:45:32.602Z] Volume: local [2019-09-11T10:45:32.602Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-11T10:45:32.602Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-11T10:45:32.602Z] Swarm: inactive [2019-09-11T10:45:32.602Z] Default Isolation: process [2019-09-11T10:45:32.602Z] Kernel Version: 10.0 14393 (14393.3179.amd64fre.rs1_release_1.190806-2245) [2019-09-11T10:45:32.602Z] Operating System: Windows Server 2016 Datacenter Version 1607 (OS Build 14393.3181) [2019-09-11T10:45:32.602Z] OSType: windows [2019-09-11T10:45:32.602Z] Architecture: x86_64 [2019-09-11T10:45:32.602Z] CPUs: 4 [2019-09-11T10:45:32.602Z] Total Memory: 32GiB [2019-09-11T10:45:32.602Z] Name: azwin-2-9225a0 [2019-09-11T10:45:32.602Z] ID: CDNL:YCM4:JLYR:ABBH:43HG:LZM4:LA2D:JTYB:HKD7:GGNR:UOLV:BJ7S [2019-09-11T10:45:32.602Z] Docker Root Dir: D:\CI-3\CI-a3f9cb5b6\daemon [2019-09-11T10:45:32.602Z] Debug Mode (client): false [2019-09-11T10:45:32.602Z] Debug Mode (server): true [2019-09-11T10:45:32.602Z] File Descriptors: -1 [2019-09-11T10:45:32.602Z] Goroutines: 18 [2019-09-11T10:45:32.602Z] System Time: 2019-09-11T10:45:31.5871713Z [2019-09-11T10:45:32.602Z] EventsListeners: 0 [2019-09-11T10:45:32.602Z] Registry: https://index.docker.io/v1/ [2019-09-11T10:45:32.602Z] Labels: [2019-09-11T10:45:32.602Z] Experimental: false [2019-09-11T10:45:32.602Z] Insecure Registries: [2019-09-11T10:45:32.602Z] 127.0.0.0/8 [2019-09-11T10:45:32.602Z] Live Restore Enabled: false [2019-09-11T10:45:32.602Z] [2019-09-11T10:45:32.602Z] [2019-09-11T10:45:32.602Z] INFO: Stopping daemon under test [2019-09-11T10:45:32.602Z] SUCCESS: The process with PID 7988 (child process of PID 7496) has been terminated. [2019-09-11T10:45:32.602Z] SUCCESS: The process with PID 7496 (child process of PID 8368) has been terminated. [2019-09-11T10:45:32.602Z] INFO: executeCI.ps1 Completed successfully at 09/11/2019 10:45:31. [2019-09-11T10:45:32.602Z] INFO: Tidying up at end of run [2019-09-11T10:45:32.602Z] INFO: Saving daemon under test log (d:\CI-3\CI-a3f9cb5b6\dut.out) to C:\windows\TEMP\CIDUT.out [2019-09-11T10:45:32.602Z] INFO: Saving daemon under test log (d:\CI-3\CI-a3f9cb5b6\dut.err) to C:\windows\TEMP\CIDUT.err [2019-09-11T10:45:32.602Z] INFO: Nuke-Everything... [2019-09-11T10:45:32.602Z] INFO: Container count on control daemon to delete is 2 [2019-09-11T10:45:33.061Z] c6b994acef0c [2019-09-11T10:45:33.061Z] 2cf54744b4f8 [2019-09-11T10:45:33.061Z] INFO: Non-base image count on control daemon to delete is 1 [2019-09-11T10:45:34.032Z] Deleted: sha256:81c958300aca9ba345905c3cd98bd76b9e23e950991d8e4b76d9d3ba5982ef34 [2019-09-11T10:45:34.032Z] Deleted: sha256:d683cbe10fa7c259e3753d55933f23aee5a354567dcd0bd8088bf24c7e6406ac [2019-09-11T10:45:34.032Z] INFO: Tidying pidfile d:\CI-3\CI-a3f9cb5b6\docker.pid [2019-09-11T10:45:34.032Z] INFO: Nuking d:\CI-3 [2019-09-11T10:46:09.724Z] INFO: Zapped successfully [2019-09-11T10:46:09.724Z] WARNING: There are 601 NdisAdapters leaked under Psched\Parameters [2019-09-11T10:46:09.724Z] WARNING: Cleaning Psched... [2019-09-11T10:46:09.724Z] WARNING: There are 601 NdisAdapters leaked under WFPLWFS\Parameters [2019-09-11T10:46:09.724Z] WARNING: Cleaning WFPLWFS... [2019-09-11T10:46:09.724Z] [2019-09-11T10:46:09.724Z] INFO: executeCI.ps1 exiting at Wed Sep 11 10:46:08 CUT 2019. Duration 01:31:45.8697709 [2019-09-11T10:46:09.724Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-09-11T10:46:11.416Z] Creating windowsRS1-integration-bundles.zip [Pipeline] step [2019-09-11T10:46:13.164Z] Archiving artifacts [2019-09-11T10:46:14.294Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39817/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-11T10:46:15.211Z] + make clean [2019-09-11T10:46:16.179Z] docker volume rm -f docker-dev-cache [2019-09-11T10:46:16.179Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS