Pull request #39979 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 85733620ebea3da75abe7d732043354aa0883f8a+a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf (350c829ad621426daccc8eb3046105861a931830) 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 9d211b4b26f02e228a3affd71de33f5afd9f4d88 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 9d211b4b26f02e228a3affd71de33f5afd9f4d88 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d211b4b26f02e228a3affd71de33f5afd9f4d88 Commit message: "Merge pull request #15 from docker/add-groovydocs" > git rev-list --no-walk 9d211b4b26f02e228a3affd71de33f5afd9f4d88 # 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-10-03T00:11:51.395Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-10-03T00:11:51.409Z] Trying to pass milestone 7 [Pipeline] milestone [2019-10-03T00:11:51.422Z] Trying to pass milestone 8 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-10-03T00:11:51.558Z] Running on ubuntu-1804-overlay2 (i-07a42d4f8900e85b4) in /home/ubuntu/workspace/moby_PR-39979 [Pipeline] { [Pipeline] checkout [2019-10-03T00:11:51.649Z] using credential docker-jenkins-github-credentials [2019-10-03T00:11:51.655Z] Cloning the remote Git repository [2019-10-03T00:11:51.655Z] Cloning with configured refspecs honoured and without tags [2019-10-03T00:11:51.698Z] Cloning repository https://github.com/moby/moby.git [2019-10-03T00:11:51.698Z] > git init /home/ubuntu/workspace/moby_PR-39979 # timeout=10 [2019-10-03T00:11:51.703Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-03T00:11:51.703Z] > git --version # timeout=10 [2019-10-03T00:11:51.705Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-03T00:11:51.706Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39979/head:refs/remotes/origin/PR-39979 +refs/heads/master:refs/remotes/origin/master [2019-10-03T00:12:04.327Z] Fetching without tags [2019-10-03T00:12:04.629Z] Merging remotes/origin/master commit a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf into PR head commit 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:05.173Z] Merge succeeded, producing 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:05.174Z] Checking out Revision 85733620ebea3da75abe7d732043354aa0883f8a (PR-39979) [2019-10-03T00:12:05.392Z] Commit message: "daemon/config: add MarshalJSON for future proofing" [2019-10-03T00:12:05.400Z] First time build. Skipping changelog. [2019-10-03T00:12:04.308Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-03T00:12:04.313Z] > git config --add remote.origin.fetch +refs/pull/39979/head:refs/remotes/origin/PR-39979 # timeout=10 [2019-10-03T00:12:04.315Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-03T00:12:04.319Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-03T00:12:04.366Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-03T00:12:04.366Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-03T00:12:04.367Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39979/head:refs/remotes/origin/PR-39979 +refs/heads/master:refs/remotes/origin/master [2019-10-03T00:12:04.628Z] > git config core.sparsecheckout # timeout=10 [2019-10-03T00:12:04.630Z] > git checkout -f 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:05.158Z] > git merge a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf # timeout=10 [2019-10-03T00:12:05.164Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-03T00:12:05.214Z] > git config core.sparsecheckout # timeout=10 [2019-10-03T00:12:05.224Z] > git checkout -f 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:05.391Z] > git rev-list --no-walk 9c6128f93b3ea24dfb40b7099c5dabcd5788bbc6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-03T00:12:06.333Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39979:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-10-03T00:12:09.595Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [2019-10-03T00:12:09.799Z] Running on ubuntu-1804-overlay2 (i-0d134dadcb6ac3042) in /home/ubuntu/workspace/moby_PR-39979 [Pipeline] { (Print info) [2019-10-03T00:12:09.802Z] Running on ubuntu-1804-overlay2 (i-03affb914df623844) in /home/ubuntu/workspace/moby_PR-39979 [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [2019-10-03T00:12:09.833Z] Running on ppc64le-ubuntu-27 in /home/docker/workspace/moby_PR-39979 [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [Pipeline] // stage [2019-10-03T00:12:09.880Z] using credential docker-jenkins-github-credentials [2019-10-03T00:12:09.889Z] Cloning the remote Git repository [2019-10-03T00:12:09.889Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2019-10-03T00:12:09.918Z] using credential docker-jenkins-github-credentials [Pipeline] { Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-10-03T00:12:09.927Z] Cloning the remote Git repository [2019-10-03T00:12:09.927Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [2019-10-03T00:12:09.954Z] Running on s390x-ubuntu-05 in /home/jenkins/workspace/moby_PR-39979 [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] // stage [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } [2019-10-03T00:12:09.992Z] using credential docker-jenkins-github-credentials Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [2019-10-03T00:12:10.138Z] Cloning the remote Git repository [2019-10-03T00:12:10.138Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-10-03T00:12:10.226Z] Running on azwin-2-b66100 in d:\jenkins\workspace\moby_PR-39979 [Pipeline] { [Pipeline] ws [2019-10-03T00:12:10.256Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-10-03T00:12:10.135Z] Cloning repository https://github.com/moby/moby.git [2019-10-03T00:12:10.135Z] > git init /home/docker/workspace/moby_PR-39979 # timeout=10 [2019-10-03T00:12:10.149Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-03T00:12:10.150Z] > git --version # timeout=10 [2019-10-03T00:12:10.153Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-03T00:12:10.155Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39979/head:refs/remotes/origin/PR-39979 +refs/heads/master:refs/remotes/origin/master [2019-10-03T00:12:10.371Z] using credential docker-jenkins-github-credentials [2019-10-03T00:12:10.422Z] Cloning the remote Git repository [2019-10-03T00:12:10.422Z] Cloning with configured refspecs honoured and without tags [2019-10-03T00:12:10.559Z] using credential docker-jenkins-github-credentials [2019-10-03T00:12:10.636Z] Cloning the remote Git repository [2019-10-03T00:12:10.636Z] Cloning with configured refspecs honoured and without tags [2019-10-03T00:12:09.879Z] Cloning repository https://github.com/moby/moby.git [2019-10-03T00:12:09.879Z] > git init /home/ubuntu/workspace/moby_PR-39979 # timeout=10 [2019-10-03T00:12:09.886Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-03T00:12:09.886Z] > git --version # timeout=10 [2019-10-03T00:12:09.892Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-03T00:12:09.892Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39979/head:refs/remotes/origin/PR-39979 +refs/heads/master:refs/remotes/origin/master [2019-10-03T00:12:09.929Z] Cloning repository https://github.com/moby/moby.git [2019-10-03T00:12:09.929Z] > git init /home/ubuntu/workspace/moby_PR-39979 # timeout=10 [2019-10-03T00:12:09.937Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-03T00:12:09.937Z] > git --version # timeout=10 [2019-10-03T00:12:09.944Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-03T00:12:09.945Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39979/head:refs/remotes/origin/PR-39979 +refs/heads/master:refs/remotes/origin/master [2019-10-03T00:12:10.457Z] Cloning repository https://github.com/moby/moby.git [2019-10-03T00:12:10.460Z] > git init /home/jenkins/workspace/moby_PR-39979 # timeout=10 [2019-10-03T00:12:10.509Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-03T00:12:10.511Z] > git --version # timeout=10 [2019-10-03T00:12:10.529Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-03T00:12:10.530Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39979/head:refs/remotes/origin/PR-39979 +refs/heads/master:refs/remotes/origin/master [2019-10-03T00:12:10.659Z] Cloning repository https://github.com/moby/moby.git [2019-10-03T00:12:10.659Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-10-03T00:12:10.721Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-03T00:12:10.721Z] > git --version # timeout=10 [2019-10-03T00:12:10.767Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-03T00:12:10.768Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39979/head:refs/remotes/origin/PR-39979 +refs/heads/master:refs/remotes/origin/master [2019-10-03T00:12:20.138Z] Fetching without tags [2019-10-03T00:12:19.995Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-03T00:12:20.014Z] > git config --add remote.origin.fetch +refs/pull/39979/head:refs/remotes/origin/PR-39979 # timeout=10 [2019-10-03T00:12:20.033Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-03T00:12:20.098Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-03T00:12:20.173Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-03T00:12:20.175Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-03T00:12:20.176Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39979/head:refs/remotes/origin/PR-39979 +refs/heads/master:refs/remotes/origin/master [2019-10-03T00:12:20.590Z] Merging remotes/origin/master commit a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf into PR head commit 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:20.622Z] > git config core.sparsecheckout # timeout=10 [2019-10-03T00:12:20.641Z] > git checkout -f 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:21.370Z] Merge succeeded, producing 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:21.371Z] Checking out Revision 85733620ebea3da75abe7d732043354aa0883f8a (PR-39979) [2019-10-03T00:12:21.934Z] Commit message: "daemon/config: add MarshalJSON for future proofing" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-03T00:12:21.260Z] > git merge a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf # timeout=10 [2019-10-03T00:12:21.329Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-03T00:12:21.399Z] > git config core.sparsecheckout # timeout=10 [2019-10-03T00:12:21.419Z] > git checkout -f 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:22.904Z] Fetching without tags [2019-10-03T00:12:23.022Z] Fetching without tags [2019-10-03T00:12:23.153Z] + docker version [2019-10-03T00:12:23.153Z] Client: [2019-10-03T00:12:23.153Z] Version: 18.06.3-ce [2019-10-03T00:12:23.153Z] API version: 1.38 [2019-10-03T00:12:23.153Z] Go version: go1.10.3 [2019-10-03T00:12:23.153Z] Git commit: d7080c1 [2019-10-03T00:12:23.153Z] Built: Wed Feb 20 02:27:09 2019 [2019-10-03T00:12:23.153Z] OS/Arch: linux/s390x [2019-10-03T00:12:23.153Z] Experimental: false [2019-10-03T00:12:23.153Z] [2019-10-03T00:12:23.153Z] Server: [2019-10-03T00:12:23.153Z] Engine: [2019-10-03T00:12:23.153Z] Version: 18.06.3-ce [2019-10-03T00:12:23.153Z] API version: 1.38 (minimum version 1.12) [2019-10-03T00:12:23.153Z] Go version: go1.10.3 [2019-10-03T00:12:23.153Z] Git commit: d7080c1 [2019-10-03T00:12:23.153Z] Built: Wed Feb 20 02:26:03 2019 [2019-10-03T00:12:23.153Z] OS/Arch: linux/s390x [2019-10-03T00:12:23.153Z] Experimental: true [2019-10-03T00:12:23.209Z] Merging remotes/origin/master commit a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf into PR head commit 85733620ebea3da75abe7d732043354aa0883f8a [Pipeline] sh [2019-10-03T00:12:23.408Z] Merging remotes/origin/master commit a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf into PR head commit 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:23.738Z] Merge succeeded, producing 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:23.739Z] Checking out Revision 85733620ebea3da75abe7d732043354aa0883f8a (PR-39979) [2019-10-03T00:12:23.934Z] Merge succeeded, producing 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:23.936Z] Checking out Revision 85733620ebea3da75abe7d732043354aa0883f8a (PR-39979) [2019-10-03T00:12:22.973Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-03T00:12:22.980Z] > git config --add remote.origin.fetch +refs/pull/39979/head:refs/remotes/origin/PR-39979 # timeout=10 [2019-10-03T00:12:22.982Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-03T00:12:23.000Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-03T00:12:23.012Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-03T00:12:23.012Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-03T00:12:23.012Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39979/head:refs/remotes/origin/PR-39979 +refs/heads/master:refs/remotes/origin/master [2019-10-03T00:12:23.397Z] > git config core.sparsecheckout # timeout=10 [2019-10-03T00:12:23.402Z] > git checkout -f 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:23.892Z] > git merge a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf # timeout=10 [2019-10-03T00:12:23.900Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-03T00:12:23.927Z] > git config core.sparsecheckout # timeout=10 [2019-10-03T00:12:23.937Z] > git checkout -f 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:24.060Z] + docker info [2019-10-03T00:12:24.060Z] Containers: 0 [2019-10-03T00:12:24.060Z] Running: 0 [2019-10-03T00:12:24.060Z] Paused: 0 [2019-10-03T00:12:24.060Z] Stopped: 0 [2019-10-03T00:12:24.060Z] Images: 98 [2019-10-03T00:12:24.060Z] Server Version: 18.06.3-ce [2019-10-03T00:12:24.060Z] Storage Driver: overlay2 [2019-10-03T00:12:24.060Z] Backing Filesystem: extfs [2019-10-03T00:12:24.060Z] Supports d_type: true [2019-10-03T00:12:24.060Z] Native Overlay Diff: true [2019-10-03T00:12:24.060Z] Logging Driver: json-file [2019-10-03T00:12:24.060Z] Cgroup Driver: cgroupfs [2019-10-03T00:12:24.060Z] Plugins: [2019-10-03T00:12:24.060Z] Volume: local [2019-10-03T00:12:24.060Z] Network: bridge host ipvlan macvlan null overlay [2019-10-03T00:12:24.060Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-03T00:12:24.060Z] Swarm: inactive [2019-10-03T00:12:24.060Z] Runtimes: runc [2019-10-03T00:12:24.060Z] Default Runtime: runc [2019-10-03T00:12:24.060Z] Init Binary: docker-init [2019-10-03T00:12:24.060Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-03T00:12:24.060Z] runc version: a592beb5bc4c4092b1b1bac971afed27687340c5 [2019-10-03T00:12:24.060Z] init version: fec3683 [2019-10-03T00:12:24.060Z] Security Options: [2019-10-03T00:12:24.060Z] apparmor [2019-10-03T00:12:24.060Z] seccomp [2019-10-03T00:12:24.060Z] Profile: default [2019-10-03T00:12:24.060Z] Kernel Version: 4.4.0-161-generic [2019-10-03T00:12:24.060Z] Operating System: Ubuntu 16.04.6 LTS [2019-10-03T00:12:24.060Z] OSType: linux [2019-10-03T00:12:24.060Z] Architecture: s390x [2019-10-03T00:12:24.060Z] CPUs: 2 [2019-10-03T00:12:24.060Z] Total Memory: 7.862GiB [2019-10-03T00:12:24.060Z] Name: s390x-ubuntu-05 [2019-10-03T00:12:24.060Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-10-03T00:12:24.060Z] Docker Root Dir: /var/lib/docker [2019-10-03T00:12:24.060Z] Debug Mode (client): false [2019-10-03T00:12:24.060Z] Debug Mode (server): false [2019-10-03T00:12:24.060Z] Username: dockerbuildbot [2019-10-03T00:12:24.060Z] Registry: https://index.docker.io/v1/ [2019-10-03T00:12:24.060Z] Labels: [2019-10-03T00:12:24.060Z] Experimental: true [2019-10-03T00:12:24.060Z] Insecure Registries: [2019-10-03T00:12:24.060Z] 127.0.0.0/8 [2019-10-03T00:12:24.060Z] Live Restore Enabled: false [2019-10-03T00:12:24.060Z] [2019-10-03T00:12:24.060Z] WARNING: No swap limit support [2019-10-03T00:12:22.884Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-03T00:12:22.889Z] > git config --add remote.origin.fetch +refs/pull/39979/head:refs/remotes/origin/PR-39979 # timeout=10 [2019-10-03T00:12:22.892Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-03T00:12:22.900Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-03T00:12:22.906Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-03T00:12:22.907Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-03T00:12:22.907Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39979/head:refs/remotes/origin/PR-39979 +refs/heads/master:refs/remotes/origin/master [2019-10-03T00:12:23.210Z] > git config core.sparsecheckout # timeout=10 [2019-10-03T00:12:23.215Z] > git checkout -f 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:23.714Z] > git merge a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf # timeout=10 [2019-10-03T00:12:23.730Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-03T00:12:23.740Z] > git config core.sparsecheckout # timeout=10 [2019-10-03T00:12:23.745Z] > git checkout -f 85733620ebea3da75abe7d732043354aa0883f8a [Pipeline] sh [2019-10-03T00:12:24.219Z] Commit message: "daemon/config: add MarshalJSON for future proofing" [2019-10-03T00:12:24.409Z] Fetching without tags [2019-10-03T00:12:24.431Z] Commit message: "daemon/config: add MarshalJSON for future proofing" [2019-10-03T00:12:24.084Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-03T00:12:24.133Z] > git config --add remote.origin.fetch +refs/pull/39979/head:refs/remotes/origin/PR-39979 # timeout=10 [2019-10-03T00:12:24.183Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-03T00:12:24.306Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-03T00:12:24.433Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-03T00:12:24.433Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-03T00:12:24.434Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39979/head:refs/remotes/origin/PR-39979 +refs/heads/master:refs/remotes/origin/master [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-03T00:12:24.880Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-03T00:12:24.880Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-03T00:12:24.880Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-39979/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-03T00:12:24.880Z] + bash /home/jenkins/workspace/moby_PR-39979/check-config.sh [2019-10-03T00:12:24.880Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-03T00:12:24.880Z] info: reading kernel config from /boot/config-4.4.0-161-generic ... [2019-10-03T00:12:24.880Z] [2019-10-03T00:12:24.880Z] Generally Necessary: [2019-10-03T00:12:24.880Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-03T00:12:24.880Z] - apparmor: enabled and tools installed [2019-10-03T00:12:24.880Z] - CONFIG_NAMESPACES: enabled [2019-10-03T00:12:24.880Z] - CONFIG_NET_NS: enabled [2019-10-03T00:12:24.880Z] - CONFIG_PID_NS: enabled [2019-10-03T00:12:24.880Z] - CONFIG_IPC_NS: enabled [2019-10-03T00:12:24.880Z] - CONFIG_UTS_NS: enabled [2019-10-03T00:12:24.880Z] - CONFIG_CGROUPS: enabled [2019-10-03T00:12:24.880Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-03T00:12:24.880Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-03T00:12:24.880Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-03T00:12:24.880Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-03T00:12:24.880Z] - CONFIG_CPUSETS: enabled [2019-10-03T00:12:24.880Z] - CONFIG_MEMCG: enabled [2019-10-03T00:12:24.880Z] - CONFIG_KEYS: enabled [2019-10-03T00:12:24.880Z] - CONFIG_VETH: enabled (as module) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-03T00:12:25.126Z] + docker version [2019-10-03T00:12:25.126Z] Client: Docker Engine - Community [2019-10-03T00:12:25.126Z] Version: 19.03.2 [2019-10-03T00:12:25.126Z] API version: 1.40 [2019-10-03T00:12:25.126Z] Go version: go1.12.8 [2019-10-03T00:12:25.126Z] Git commit: 6a30dfc [2019-10-03T00:12:25.126Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-03T00:12:25.126Z] OS/Arch: linux/amd64 [2019-10-03T00:12:25.126Z] Experimental: false [2019-10-03T00:12:25.126Z] [2019-10-03T00:12:25.126Z] Server: Docker Engine - Community [2019-10-03T00:12:25.126Z] Engine: [2019-10-03T00:12:25.126Z] Version: 19.03.2 [2019-10-03T00:12:25.126Z] API version: 1.40 (minimum version 1.12) [2019-10-03T00:12:25.126Z] Go version: go1.12.8 [2019-10-03T00:12:25.126Z] Git commit: 6a30dfc [2019-10-03T00:12:25.126Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-03T00:12:25.126Z] OS/Arch: linux/amd64 [2019-10-03T00:12:25.126Z] Experimental: true [2019-10-03T00:12:25.126Z] containerd: [2019-10-03T00:12:25.126Z] Version: 1.2.6 [2019-10-03T00:12:25.126Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-03T00:12:25.126Z] runc: [2019-10-03T00:12:25.126Z] Version: 1.0.0-rc8 [2019-10-03T00:12:25.126Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-03T00:12:25.126Z] docker-init: [2019-10-03T00:12:25.126Z] Version: 0.18.0 [2019-10-03T00:12:25.126Z] GitCommit: fec3683 [Pipeline] sh [2019-10-03T00:12:25.144Z] Merging remotes/origin/master commit a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf into PR head commit 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:25.254Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-03T00:12:25.254Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-03T00:12:25.254Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-03T00:12:25.254Z] [2019-10-03T00:12:25.254Z] Optional Features: [2019-10-03T00:12:25.254Z] - CONFIG_USER_NS: enabled [2019-10-03T00:12:25.254Z] - CONFIG_SECCOMP: enabled [2019-10-03T00:12:25.254Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-03T00:12:25.254Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-03T00:12:25.254Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-03T00:12:25.254Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-03T00:12:25.254Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-03T00:12:25.254Z] - CONFIG_BLK_CGROUP: enabled [2019-10-03T00:12:25.254Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-03T00:12:25.254Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-03T00:12:25.254Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-03T00:12:25.254Z] - CONFIG_CGROUP_PERF: enabled [2019-10-03T00:12:25.254Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-03T00:12:25.254Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-03T00:12:25.254Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-03T00:12:25.254Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-03T00:12:25.254Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-03T00:12:25.254Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_IP_VS: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-03T00:12:25.254Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-03T00:12:25.254Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-03T00:12:25.254Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_EXT4_FS: enabled [2019-10-03T00:12:25.254Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-03T00:12:25.254Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-03T00:12:25.254Z] - Network Drivers: [2019-10-03T00:12:25.254Z] - "overlay": [2019-10-03T00:12:25.254Z] - CONFIG_VXLAN: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-03T00:12:25.254Z] Optional (for encrypted networks): [2019-10-03T00:12:25.254Z] - CONFIG_CRYPTO: enabled [2019-10-03T00:12:25.254Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_XFRM: enabled [2019-10-03T00:12:25.254Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-03T00:12:25.254Z] - "ipvlan": [2019-10-03T00:12:25.254Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-03T00:12:25.254Z] - "macvlan": [2019-10-03T00:12:25.254Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_DUMMY: enabled (as module) [2019-10-03T00:12:25.254Z] - "ftp,tftp client in container": [2019-10-03T00:12:25.254Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-03T00:12:25.254Z] - Storage Drivers: [2019-10-03T00:12:25.254Z] - "aufs": [2019-10-03T00:12:25.254Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-03T00:12:25.254Z] - "btrfs": [2019-10-03T00:12:25.254Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-03T00:12:25.254Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-03T00:12:25.254Z] - "devicemapper": [2019-10-03T00:12:25.254Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-03T00:12:25.254Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-03T00:12:25.254Z] - "overlay": [2019-10-03T00:12:25.254Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-03T00:12:25.254Z] - "zfs": [2019-10-03T00:12:25.254Z] - /dev/zfs: missing [2019-10-03T00:12:25.254Z] - zfs command: missing [2019-10-03T00:12:25.254Z] - zpool command: missing [2019-10-03T00:12:25.254Z] [2019-10-03T00:12:25.254Z] Limits: [2019-10-03T00:12:25.254Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-03T00:12:25.254Z] [2019-10-03T00:12:25.254Z] + true [2019-10-03T00:12:25.307Z] + docker version [2019-10-03T00:12:25.307Z] Client: Docker Engine - Community [2019-10-03T00:12:25.307Z] Version: 19.03.2 [2019-10-03T00:12:25.307Z] API version: 1.40 [2019-10-03T00:12:25.307Z] Go version: go1.12.8 [2019-10-03T00:12:25.307Z] Git commit: 6a30dfc [2019-10-03T00:12:25.307Z] Built: Thu Aug 29 05:29:11 2019 [2019-10-03T00:12:25.307Z] OS/Arch: linux/amd64 [2019-10-03T00:12:25.307Z] Experimental: false [2019-10-03T00:12:25.307Z] [2019-10-03T00:12:25.307Z] Server: Docker Engine - Community [2019-10-03T00:12:25.307Z] Engine: [2019-10-03T00:12:25.307Z] Version: 19.03.2 [2019-10-03T00:12:25.307Z] API version: 1.40 (minimum version 1.12) [2019-10-03T00:12:25.307Z] Go version: go1.12.8 [2019-10-03T00:12:25.307Z] Git commit: 6a30dfc [2019-10-03T00:12:25.307Z] Built: Thu Aug 29 05:27:45 2019 [2019-10-03T00:12:25.307Z] OS/Arch: linux/amd64 [2019-10-03T00:12:25.307Z] Experimental: true [2019-10-03T00:12:25.307Z] containerd: [2019-10-03T00:12:25.307Z] Version: 1.2.6 [2019-10-03T00:12:25.307Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-03T00:12:25.307Z] runc: [2019-10-03T00:12:25.307Z] Version: 1.0.0-rc8 [2019-10-03T00:12:25.307Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-03T00:12:25.307Z] docker-init: [2019-10-03T00:12:25.307Z] Version: 0.18.0 [2019-10-03T00:12:25.307Z] GitCommit: fec3683 [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-03T00:12:25.416Z] + docker info [2019-10-03T00:12:25.592Z] + docker info [2019-10-03T00:12:25.675Z] Client: [2019-10-03T00:12:25.675Z] Debug Mode: false [2019-10-03T00:12:25.675Z] [2019-10-03T00:12:25.675Z] Server: [2019-10-03T00:12:25.675Z] Containers: 0 [2019-10-03T00:12:25.675Z] Running: 0 [2019-10-03T00:12:25.675Z] Paused: 0 [2019-10-03T00:12:25.675Z] Stopped: 0 [2019-10-03T00:12:25.675Z] Images: 6 [2019-10-03T00:12:25.675Z] Server Version: 19.03.2 [2019-10-03T00:12:25.675Z] Storage Driver: overlay2 [2019-10-03T00:12:25.675Z] Backing Filesystem: extfs [2019-10-03T00:12:25.675Z] Supports d_type: true [2019-10-03T00:12:25.675Z] Native Overlay Diff: true [2019-10-03T00:12:25.675Z] Logging Driver: json-file [2019-10-03T00:12:25.675Z] Cgroup Driver: cgroupfs [2019-10-03T00:12:25.675Z] Plugins: [2019-10-03T00:12:25.675Z] Volume: local [2019-10-03T00:12:25.675Z] Network: bridge host ipvlan macvlan null overlay [2019-10-03T00:12:25.675Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-03T00:12:25.675Z] Swarm: inactive [2019-10-03T00:12:25.675Z] Runtimes: runc [2019-10-03T00:12:25.675Z] Default Runtime: runc [2019-10-03T00:12:25.675Z] Init Binary: docker-init [2019-10-03T00:12:25.675Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-03T00:12:25.675Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-03T00:12:25.675Z] init version: fec3683 [2019-10-03T00:12:25.675Z] Security Options: [2019-10-03T00:12:25.675Z] apparmor [2019-10-03T00:12:25.675Z] seccomp [2019-10-03T00:12:25.675Z] Profile: default [2019-10-03T00:12:25.675Z] Kernel Version: 4.15.0-1048-aws [2019-10-03T00:12:25.675Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-03T00:12:25.675Z] OSType: linux [2019-10-03T00:12:25.675Z] Architecture: x86_64 [2019-10-03T00:12:25.675Z] CPUs: 2 [2019-10-03T00:12:25.675Z] Total Memory: 7.501GiB [2019-10-03T00:12:25.675Z] Name: ip-10-100-61-221 [2019-10-03T00:12:25.675Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-03T00:12:25.675Z] Docker Root Dir: /var/lib/docker [2019-10-03T00:12:25.675Z] Debug Mode: false [2019-10-03T00:12:25.675Z] Registry: https://index.docker.io/v1/ [2019-10-03T00:12:25.675Z] Labels: [2019-10-03T00:12:25.675Z] Experimental: true [2019-10-03T00:12:25.675Z] Insecure Registries: [2019-10-03T00:12:25.675Z] 127.0.0.0/8 [2019-10-03T00:12:25.675Z] Live Restore Enabled: true [2019-10-03T00:12:25.675Z] [2019-10-03T00:12:25.675Z] WARNING: No swap limit support [Pipeline] sh [2019-10-03T00:12:26.051Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-03T00:12:26.051Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-03T00:12:26.051Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39979/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-03T00:12:26.051Z] + bash /home/ubuntu/workspace/moby_PR-39979/check-config.sh [2019-10-03T00:12:26.051Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-03T00:12:26.051Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-03T00:12:26.051Z] [2019-10-03T00:12:26.051Z] Generally Necessary: [2019-10-03T00:12:26.051Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-03T00:12:26.051Z] - apparmor: enabled and tools installed [2019-10-03T00:12:26.051Z] - CONFIG_NAMESPACES: enabled [2019-10-03T00:12:26.051Z] - CONFIG_NET_NS: enabled [2019-10-03T00:12:26.051Z] - CONFIG_PID_NS: enabled [2019-10-03T00:12:26.051Z] - CONFIG_IPC_NS: enabled [2019-10-03T00:12:26.051Z] - CONFIG_UTS_NS: enabled [2019-10-03T00:12:26.051Z] - CONFIG_CGROUPS: enabled [2019-10-03T00:12:26.051Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-03T00:12:26.051Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-03T00:12:26.051Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-03T00:12:26.051Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-03T00:12:26.051Z] - CONFIG_CPUSETS: enabled [2019-10-03T00:12:26.051Z] - CONFIG_MEMCG: enabled [2019-10-03T00:12:26.051Z] - CONFIG_KEYS: enabled [2019-10-03T00:12:26.051Z] - CONFIG_VETH: enabled (as module) [2019-10-03T00:12:26.051Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-03T00:12:26.051Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-03T00:12:26.051Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-03T00:12:26.051Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-03T00:12:26.051Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-03T00:12:26.051Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-03T00:12:26.051Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-03T00:12:26.051Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-03T00:12:26.051Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-03T00:12:26.051Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-03T00:12:26.051Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-03T00:12:26.051Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-03T00:12:26.051Z] [2019-10-03T00:12:26.051Z] Optional Features: [2019-10-03T00:12:26.051Z] - CONFIG_USER_NS: enabled [2019-10-03T00:12:26.051Z] - CONFIG_SECCOMP: enabled [2019-10-03T00:12:26.051Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-03T00:12:26.051Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-03T00:12:26.051Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-03T00:12:26.051Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-03T00:12:26.120Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:85733620ebea3da75abe7d732043354aa0883f8a . [2019-10-03T00:12:26.311Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-03T00:12:26.311Z] - CONFIG_BLK_CGROUP: enabled [2019-10-03T00:12:26.311Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-03T00:12:26.311Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-03T00:12:26.311Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-03T00:12:26.311Z] - CONFIG_CGROUP_PERF: enabled [2019-10-03T00:12:26.311Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-03T00:12:26.311Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-03T00:12:26.311Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-03T00:12:26.311Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-03T00:12:26.311Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-03T00:12:26.311Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_IP_VS: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-03T00:12:26.311Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-03T00:12:26.311Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-03T00:12:26.311Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_EXT4_FS: enabled [2019-10-03T00:12:26.311Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-03T00:12:26.311Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-03T00:12:26.311Z] - Network Drivers: [2019-10-03T00:12:26.311Z] - "overlay": [2019-10-03T00:12:26.311Z] - CONFIG_VXLAN: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-03T00:12:26.311Z] Optional (for encrypted networks): [2019-10-03T00:12:26.311Z] - CONFIG_CRYPTO: enabled [2019-10-03T00:12:26.311Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-03T00:12:26.311Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-03T00:12:26.311Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-03T00:12:26.311Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-03T00:12:26.311Z] - CONFIG_XFRM: enabled [2019-10-03T00:12:26.311Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-03T00:12:26.311Z] - "ipvlan": [2019-10-03T00:12:26.311Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-03T00:12:26.311Z] - "macvlan": [2019-10-03T00:12:26.311Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_DUMMY: enabled (as module) [2019-10-03T00:12:26.311Z] - "ftp,tftp client in container": [2019-10-03T00:12:26.311Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-03T00:12:26.311Z] - Storage Drivers: [2019-10-03T00:12:26.311Z] - "aufs": [2019-10-03T00:12:26.311Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-03T00:12:26.311Z] - "btrfs": [2019-10-03T00:12:26.311Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-03T00:12:26.311Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-03T00:12:26.311Z] - "devicemapper": [2019-10-03T00:12:25.166Z] > git config core.sparsecheckout # timeout=10 [2019-10-03T00:12:25.215Z] > git checkout -f 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:26.524Z] Client: [2019-10-03T00:12:26.524Z] Debug Mode: false [2019-10-03T00:12:26.524Z] [2019-10-03T00:12:26.524Z] Server: [2019-10-03T00:12:26.524Z] Containers: 0 [2019-10-03T00:12:26.524Z] Running: 0 [2019-10-03T00:12:26.524Z] Paused: 0 [2019-10-03T00:12:26.524Z] Stopped: 0 [2019-10-03T00:12:26.524Z] Images: 4 [2019-10-03T00:12:26.524Z] Server Version: 19.03.2 [2019-10-03T00:12:26.524Z] Storage Driver: overlay2 [2019-10-03T00:12:26.524Z] Backing Filesystem: extfs [2019-10-03T00:12:26.524Z] Supports d_type: true [2019-10-03T00:12:26.524Z] Native Overlay Diff: true [2019-10-03T00:12:26.524Z] Logging Driver: json-file [2019-10-03T00:12:26.524Z] Cgroup Driver: cgroupfs [2019-10-03T00:12:26.524Z] Plugins: [2019-10-03T00:12:26.524Z] Volume: local [2019-10-03T00:12:26.524Z] Network: bridge host ipvlan macvlan null overlay [2019-10-03T00:12:26.524Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-10-03T00:12:26.524Z] Swarm: inactive [2019-10-03T00:12:26.524Z] Runtimes: runc [2019-10-03T00:12:26.524Z] Default Runtime: runc [2019-10-03T00:12:26.524Z] Init Binary: docker-init [2019-10-03T00:12:26.524Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-10-03T00:12:26.524Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-10-03T00:12:26.524Z] init version: fec3683 [2019-10-03T00:12:26.524Z] Security Options: [2019-10-03T00:12:26.524Z] apparmor [2019-10-03T00:12:26.524Z] seccomp [2019-10-03T00:12:26.524Z] Profile: default [2019-10-03T00:12:26.524Z] Kernel Version: 4.15.0-1048-aws [2019-10-03T00:12:26.524Z] Operating System: Ubuntu 18.04.3 LTS [2019-10-03T00:12:26.524Z] OSType: linux [2019-10-03T00:12:26.524Z] Architecture: x86_64 [2019-10-03T00:12:26.524Z] CPUs: 2 [2019-10-03T00:12:26.524Z] Total Memory: 7.501GiB [2019-10-03T00:12:26.524Z] Name: ip-10-100-44-48 [2019-10-03T00:12:26.524Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-10-03T00:12:26.524Z] Docker Root Dir: /var/lib/docker [2019-10-03T00:12:26.524Z] Debug Mode: false [2019-10-03T00:12:26.524Z] Registry: https://index.docker.io/v1/ [2019-10-03T00:12:26.524Z] Labels: [2019-10-03T00:12:26.524Z] Experimental: true [2019-10-03T00:12:26.524Z] Insecure Registries: [2019-10-03T00:12:26.524Z] 127.0.0.0/8 [2019-10-03T00:12:26.524Z] Live Restore Enabled: true [2019-10-03T00:12:26.524Z] [2019-10-03T00:12:26.524Z] WARNING: No swap limit support [Pipeline] sh [2019-10-03T00:12:26.568Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-03T00:12:26.569Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-03T00:12:26.569Z] - "overlay": [2019-10-03T00:12:26.569Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-03T00:12:26.569Z] - "zfs": [2019-10-03T00:12:26.569Z] - /dev/zfs: missing [2019-10-03T00:12:26.569Z] - zfs command: missing [2019-10-03T00:12:26.569Z] - zpool command: missing [2019-10-03T00:12:26.569Z] [2019-10-03T00:12:26.569Z] Limits: [2019-10-03T00:12:26.569Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-03T00:12:26.569Z] [2019-10-03T00:12:26.569Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-03T00:12:26.810Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-03T00:12:26.810Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-03T00:12:26.810Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39979/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-03T00:12:26.810Z] + bash /home/ubuntu/workspace/moby_PR-39979/check-config.sh [2019-10-03T00:12:26.810Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-03T00:12:26.810Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-10-03T00:12:26.810Z] [2019-10-03T00:12:26.810Z] Generally Necessary: [2019-10-03T00:12:26.810Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-03T00:12:26.810Z] - apparmor: enabled and tools installed [2019-10-03T00:12:26.810Z] - CONFIG_NAMESPACES: enabled [2019-10-03T00:12:26.810Z] - CONFIG_NET_NS: enabled [2019-10-03T00:12:26.810Z] - CONFIG_PID_NS: enabled [2019-10-03T00:12:26.810Z] - CONFIG_IPC_NS: enabled [2019-10-03T00:12:26.810Z] - CONFIG_UTS_NS: enabled [2019-10-03T00:12:26.810Z] - CONFIG_CGROUPS: enabled [2019-10-03T00:12:26.810Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-03T00:12:26.810Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-03T00:12:26.810Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-03T00:12:26.810Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-03T00:12:26.810Z] - CONFIG_CPUSETS: enabled [2019-10-03T00:12:26.810Z] - CONFIG_MEMCG: enabled [2019-10-03T00:12:26.810Z] - CONFIG_KEYS: enabled [2019-10-03T00:12:26.810Z] - CONFIG_VETH: enabled (as module) [2019-10-03T00:12:26.810Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-03T00:12:26.810Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-03T00:12:26.810Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-03T00:12:26.810Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-03T00:12:26.810Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-03T00:12:26.810Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-03T00:12:26.810Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-03T00:12:26.810Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-03T00:12:26.810Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-03T00:12:26.810Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-03T00:12:26.810Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-03T00:12:26.810Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-03T00:12:26.810Z] [2019-10-03T00:12:26.810Z] Optional Features: [2019-10-03T00:12:26.810Z] - CONFIG_USER_NS: enabled [2019-10-03T00:12:26.901Z] + sudo modprobe ip_vs [2019-10-03T00:12:27.067Z] - CONFIG_SECCOMP: enabled [2019-10-03T00:12:27.068Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-03T00:12:27.068Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-03T00:12:27.068Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-03T00:12:27.068Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-10-03T00:12:27.068Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-10-03T00:12:27.068Z] - CONFIG_BLK_CGROUP: enabled [2019-10-03T00:12:27.068Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-03T00:12:27.068Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-03T00:12:27.068Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-03T00:12:27.068Z] - CONFIG_CGROUP_PERF: enabled [2019-10-03T00:12:27.068Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-03T00:12:27.068Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-03T00:12:27.068Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-03T00:12:27.068Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-03T00:12:27.068Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-03T00:12:27.068Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-03T00:12:27.068Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-03T00:12:27.068Z] - CONFIG_IP_VS: enabled (as module) [2019-10-03T00:12:27.068Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-03T00:12:27.068Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-03T00:12:27.068Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-03T00:12:27.068Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-03T00:12:27.068Z] - CONFIG_EXT4_FS: enabled [2019-10-03T00:12:27.068Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-03T00:12:27.068Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-03T00:12:27.068Z] - Network Drivers: [2019-10-03T00:12:27.068Z] - "overlay": [2019-10-03T00:12:27.068Z] - CONFIG_VXLAN: enabled (as module) [2019-10-03T00:12:27.068Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-03T00:12:27.068Z] Optional (for encrypted networks): [2019-10-03T00:12:27.068Z] - CONFIG_CRYPTO: enabled [2019-10-03T00:12:27.068Z] - CONFIG_CRYPTO_AEAD: enabled [2019-10-03T00:12:27.068Z] - CONFIG_CRYPTO_GCM: enabled [2019-10-03T00:12:27.068Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-10-03T00:12:27.068Z] - CONFIG_CRYPTO_GHASH: enabled [2019-10-03T00:12:27.068Z] - CONFIG_XFRM: enabled [2019-10-03T00:12:27.068Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-03T00:12:27.068Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-03T00:12:27.068Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-03T00:12:27.068Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-03T00:12:27.068Z] - "ipvlan": [2019-10-03T00:12:27.068Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-03T00:12:27.068Z] - "macvlan": [2019-10-03T00:12:27.068Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-03T00:12:27.068Z] - CONFIG_DUMMY: enabled (as module) [2019-10-03T00:12:27.068Z] - "ftp,tftp client in container": [2019-10-03T00:12:27.068Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-03T00:12:27.068Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-03T00:12:27.068Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-03T00:12:27.068Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-03T00:12:27.068Z] - Storage Drivers: [2019-10-03T00:12:27.068Z] - "aufs": [2019-10-03T00:12:27.160Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:85733620ebea3da75abe7d732043354aa0883f8a . [2019-10-03T00:12:27.160Z] #2 [internal] load build definition from Dockerfile [2019-10-03T00:12:27.160Z] #2 transferring dockerfile: 10.84kB done [2019-10-03T00:12:27.160Z] #2 DONE 0.0s [2019-10-03T00:12:27.160Z] [2019-10-03T00:12:27.160Z] #1 [internal] load .dockerignore [2019-10-03T00:12:27.160Z] #1 transferring context: 87B done [2019-10-03T00:12:27.160Z] #1 DONE 0.0s [2019-10-03T00:12:27.160Z] [2019-10-03T00:12:27.160Z] #3 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-03T00:12:27.327Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-03T00:12:27.327Z] - "btrfs": [2019-10-03T00:12:27.327Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-03T00:12:27.327Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-03T00:12:27.327Z] - "devicemapper": [2019-10-03T00:12:27.327Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-03T00:12:27.327Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-03T00:12:27.327Z] - "overlay": [2019-10-03T00:12:27.327Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-03T00:12:27.327Z] - "zfs": [2019-10-03T00:12:27.327Z] - /dev/zfs: missing [2019-10-03T00:12:27.327Z] - zfs command: missing [2019-10-03T00:12:27.327Z] - zpool command: missing [2019-10-03T00:12:27.327Z] [2019-10-03T00:12:27.327Z] Limits: [2019-10-03T00:12:27.327Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-03T00:12:27.327Z] [2019-10-03T00:12:27.327Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-03T00:12:27.462Z] Sending build context to Docker daemon 49.99MB [2019-10-03T00:12:27.462Z] Step 1/126 : ARG CROSS="false" [2019-10-03T00:12:27.462Z] Step 2/126 : ARG GO_VERSION=1.13.1 [2019-10-03T00:12:27.462Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-10-03T00:12:27.462Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-10-03T00:12:27.462Z] ---> 1d69509bbe69 [2019-10-03T00:12:27.462Z] Step 5/126 : ARG APT_MIRROR [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> b062004bb799 [2019-10-03T00:12:27.462Z] 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-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 6bf6a4c6c05a [2019-10-03T00:12:27.462Z] Step 7/126 : ENV GO111MODULE=off [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 8/126 : FROM base AS criu [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 9/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> e64b23a08198 [2019-10-03T00:12:27.462Z] Step 10/126 : ENV CRIU_VERSION 3.12 [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 8d8d86233602 [2019-10-03T00:12:27.462Z] Step 11/126 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 27150b9fcb95 [2019-10-03T00:12:27.462Z] Step 12/126 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 44a184df0290 [2019-10-03T00:12:27.462Z] Step 13/126 : FROM base AS registry [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 14/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 2a9658f6177d [2019-10-03T00:12:27.462Z] Step 15/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 674752b8b2d2 [2019-10-03T00:12:27.462Z] Step 16/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 3a1c8be1ce54 [2019-10-03T00:12:27.462Z] Step 17/126 : FROM base AS swagger [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 18/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 5c256439b33c [2019-10-03T00:12:27.462Z] Step 19/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 1648418ce0f2 [2019-10-03T00:12:27.462Z] Step 20/126 : FROM base AS frozen-images [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 21/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> e64b23a08198 [2019-10-03T00:12:27.462Z] Step 22/126 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> d09ac8a87ef2 [2019-10-03T00:12:27.462Z] Step 23/126 : COPY contrib/download-frozen-image-v2.sh / [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 20ddcf0a097b [2019-10-03T00:12:27.462Z] Step 24/126 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 9c5dd6089a42 [2019-10-03T00:12:27.462Z] Step 25/126 : FROM base AS cross-false [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 26/126 : FROM base AS cross-true [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 27/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> e64b23a08198 [2019-10-03T00:12:27.462Z] Step 28/126 : RUN dpkg --add-architecture armhf [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 07be7c4aa502 [2019-10-03T00:12:27.462Z] Step 29/126 : RUN dpkg --add-architecture arm64 [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> d4667f5e8778 [2019-10-03T00:12:27.462Z] Step 30/126 : RUN dpkg --add-architecture armel [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 09373b43e5cc [2019-10-03T00:12:27.462Z] Step 31/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> c439986e4a14 [2019-10-03T00:12:27.462Z] Step 32/126 : FROM cross-${CROSS} as dev-base [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 33/126 : FROM dev-base AS runtime-dev-cross-false [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 34/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> e64b23a08198 [2019-10-03T00:12:27.462Z] Step 35/126 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 75975eb1ab8c [2019-10-03T00:12:27.462Z] Step 36/126 : FROM cross-true AS runtime-dev-cross-true [2019-10-03T00:12:27.462Z] ---> c439986e4a14 [2019-10-03T00:12:27.462Z] Step 37/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 1f20627c4bcb [2019-10-03T00:12:27.462Z] Step 38/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> cc7caf3b623e [2019-10-03T00:12:27.462Z] Step 39/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-10-03T00:12:27.462Z] ---> 75975eb1ab8c [2019-10-03T00:12:27.462Z] Step 40/126 : FROM base AS tomlv [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 41/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 0557a2204d5d [2019-10-03T00:12:27.462Z] Step 42/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 28e520f6c7d4 [2019-10-03T00:12:27.462Z] Step 43/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 63f653f61315 [2019-10-03T00:12:27.462Z] Step 44/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> e0c692e33e0d [2019-10-03T00:12:27.462Z] Step 45/126 : FROM base AS vndr [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 46/126 : ENV INSTALL_BINARY_NAME=vndr [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 6c30898bd4d2 [2019-10-03T00:12:27.462Z] Step 47/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> c24d231bd3cf [2019-10-03T00:12:27.462Z] Step 48/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> b23aece2f645 [2019-10-03T00:12:27.462Z] Step 49/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 9075e1b2b811 [2019-10-03T00:12:27.462Z] Step 50/126 : FROM dev-base AS containerd [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 51/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> e64b23a08198 [2019-10-03T00:12:27.462Z] Step 52/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> cfbf13e84190 [2019-10-03T00:12:27.462Z] Step 53/126 : ENV INSTALL_BINARY_NAME=containerd [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 577510cae00b [2019-10-03T00:12:27.462Z] Step 54/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> f83ea48e9733 [2019-10-03T00:12:27.462Z] Step 55/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> a93416cd6042 [2019-10-03T00:12:27.462Z] Step 56/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> c3fdea82f0ca [2019-10-03T00:12:27.462Z] Step 57/126 : FROM dev-base AS proxy [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 58/126 : ENV INSTALL_BINARY_NAME=proxy [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> f362a65c988f [2019-10-03T00:12:27.462Z] Step 59/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 70a9debe9298 [2019-10-03T00:12:27.462Z] Step 60/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 829721268f75 [2019-10-03T00:12:27.462Z] Step 61/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 73b81958bf27 [2019-10-03T00:12:27.462Z] Step 62/126 : FROM base AS golangci_lint [2019-10-03T00:12:27.462Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.462Z] Step 63/126 : ENV INSTALL_BINARY_NAME=golangci_lint [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 15a40b31ab9b [2019-10-03T00:12:27.462Z] Step 64/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> ccb217159f3d [2019-10-03T00:12:27.462Z] Step 65/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 77bf7b351509 [2019-10-03T00:12:27.462Z] Step 66/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:12:27.462Z] ---> Using cache [2019-10-03T00:12:27.462Z] ---> 8d10ec65a7ce [2019-10-03T00:12:27.462Z] Step 67/126 : FROM base AS gotestsum [2019-10-03T00:12:27.463Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.463Z] Step 68/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 5c09eddcf9a0 [2019-10-03T00:12:27.463Z] Step 69/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> bd1ac95e3649 [2019-10-03T00:12:27.463Z] Step 70/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 678502087941 [2019-10-03T00:12:27.463Z] Step 71/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 975b2e3970ae [2019-10-03T00:12:27.463Z] Step 72/126 : FROM dev-base AS dockercli [2019-10-03T00:12:27.463Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.463Z] Step 73/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 37e2bc529146 [2019-10-03T00:12:27.463Z] Step 74/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> fe80bf642114 [2019-10-03T00:12:27.463Z] Step 75/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 02989ef2b09b [2019-10-03T00:12:27.463Z] Step 76/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> de8868bec5d8 [2019-10-03T00:12:27.463Z] Step 77/126 : FROM runtime-dev AS runc [2019-10-03T00:12:27.463Z] ---> 75975eb1ab8c [2019-10-03T00:12:27.463Z] Step 78/126 : ENV INSTALL_BINARY_NAME=runc [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 9ed485d40663 [2019-10-03T00:12:27.463Z] Step 79/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 1d2ee464616d [2019-10-03T00:12:27.463Z] Step 80/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 41d3c0088d98 [2019-10-03T00:12:27.463Z] Step 81/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 4b79032c7b5d [2019-10-03T00:12:27.463Z] Step 82/126 : FROM dev-base AS tini [2019-10-03T00:12:27.463Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.463Z] Step 83/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> e64b23a08198 [2019-10-03T00:12:27.463Z] Step 84/126 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 1909c7205967 [2019-10-03T00:12:27.463Z] Step 85/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 5385666b3c2f [2019-10-03T00:12:27.463Z] Step 86/126 : ENV INSTALL_BINARY_NAME=tini [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 007aea6db571 [2019-10-03T00:12:27.463Z] Step 87/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 8e61478ed71b [2019-10-03T00:12:27.463Z] Step 88/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> b9cd32557e72 [2019-10-03T00:12:27.463Z] Step 89/126 : FROM dev-base AS rootlesskit [2019-10-03T00:12:27.463Z] ---> 67c5057fe7ef [2019-10-03T00:12:27.463Z] Step 90/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 321558a4a463 [2019-10-03T00:12:27.463Z] Step 91/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> feeb5cf50cf8 [2019-10-03T00:12:27.463Z] Step 92/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> a7446ae5a8ff [2019-10-03T00:12:27.463Z] Step 93/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 5e29cc5c1525 [2019-10-03T00:12:27.463Z] Step 94/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 917c6a137b1c [2019-10-03T00:12:27.463Z] Step 95/126 : FROM runtime-dev AS dev [2019-10-03T00:12:27.463Z] ---> 75975eb1ab8c [2019-10-03T00:12:27.463Z] Step 96/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> c01cc6d1cf0d [2019-10-03T00:12:27.463Z] Step 97/126 : RUN groupadd -r docker [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 1484dcac1f99 [2019-10-03T00:12:27.463Z] Step 98/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 47fe706d32c4 [2019-10-03T00:12:27.463Z] Step 99/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 466d19462cc3 [2019-10-03T00:12:27.463Z] Step 100/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 922cc13791c7 [2019-10-03T00:12:27.463Z] Step 101/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> a8f40e9d79dd [2019-10-03T00:12:27.463Z] Step 102/126 : RUN ldconfig [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 95bfe37ed08d [2019-10-03T00:12:27.463Z] Step 103/126 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 35b1462fbdc2 [2019-10-03T00:12:27.463Z] Step 104/126 : RUN pip3 install yamllint==1.16.0 [2019-10-03T00:12:27.463Z] ---> Using cache [2019-10-03T00:12:27.463Z] ---> 51679099bfe0 [2019-10-03T00:12:27.463Z] Step 105/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-03T00:12:27.701Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:85733620ebea3da75abe7d732043354aa0883f8a . [2019-10-03T00:12:27.701Z] #2 [internal] load build definition from Dockerfile [2019-10-03T00:12:27.701Z] #2 transferring dockerfile: 10.84kB done [2019-10-03T00:12:27.701Z] #2 DONE 0.0s [2019-10-03T00:12:27.701Z] [2019-10-03T00:12:27.701Z] #1 [internal] load .dockerignore [2019-10-03T00:12:27.701Z] #1 transferring context: 87B done [2019-10-03T00:12:27.701Z] #1 DONE 0.0s [2019-10-03T00:12:27.701Z] [2019-10-03T00:12:27.701Z] #3 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-10-03T00:12:27.959Z] #3 DONE 0.2s [2019-10-03T00:12:27.959Z] [2019-10-03T00:12:27.959Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-03T00:12:27.959Z] #4 DONE 0.0s [2019-10-03T00:12:27.959Z] [2019-10-03T00:12:27.959Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-03T00:12:27.959Z] #64 DONE 0.0s [2019-10-03T00:12:27.959Z] [2019-10-03T00:12:27.959Z] #18 [internal] load build context [2019-10-03T00:12:28.093Z] #3 DONE 0.7s [2019-10-03T00:12:28.093Z] [2019-10-03T00:12:28.093Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-03T00:12:28.093Z] #64 DONE 0.0s [2019-10-03T00:12:28.093Z] [2019-10-03T00:12:28.093Z] #18 [internal] load build context [2019-10-03T00:12:28.454Z] Merge succeeded, producing 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:28.455Z] Checking out Revision 85733620ebea3da75abe7d732043354aa0883f8a (PR-39979) [2019-10-03T00:12:28.710Z] ---> Using cache [2019-10-03T00:12:28.710Z] ---> ae117127ec3e [2019-10-03T00:12:28.710Z] Step 106/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-03T00:12:28.710Z] ---> Using cache [2019-10-03T00:12:28.710Z] ---> b1ea794bb6b9 [2019-10-03T00:12:28.710Z] Step 107/126 : COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-03T00:12:28.710Z] ---> Using cache [2019-10-03T00:12:28.710Z] ---> 8bc5e60ebde9 [2019-10-03T00:12:28.710Z] Step 108/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-03T00:12:28.710Z] ---> Using cache [2019-10-03T00:12:29.083Z] ---> 022558005a00 [2019-10-03T00:12:29.083Z] Step 109/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-03T00:12:29.083Z] ---> Using cache [2019-10-03T00:12:29.083Z] ---> 796ce76096af [2019-10-03T00:12:29.083Z] Step 110/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-10-03T00:12:29.083Z] ---> Using cache [2019-10-03T00:12:29.083Z] ---> 9ca01f4dab2a [2019-10-03T00:12:29.083Z] Step 111/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-10-03T00:12:29.083Z] ---> Using cache [2019-10-03T00:12:29.083Z] ---> c591330e51a9 [2019-10-03T00:12:29.083Z] Step 112/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-10-03T00:12:29.083Z] ---> Using cache [2019-10-03T00:12:29.083Z] ---> 1b8ff8dfe225 [2019-10-03T00:12:29.083Z] Step 113/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-10-03T00:12:29.083Z] ---> Using cache [2019-10-03T00:12:29.083Z] ---> fcf25691a6ba [2019-10-03T00:12:29.083Z] Step 114/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-10-03T00:12:29.083Z] ---> Using cache [2019-10-03T00:12:29.083Z] ---> 246f34b1704b [2019-10-03T00:12:29.083Z] Step 115/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-10-03T00:12:29.083Z] ---> Using cache [2019-10-03T00:12:29.083Z] ---> ca7694ad80b3 [2019-10-03T00:12:29.083Z] Step 116/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-03T00:12:29.332Z] #18 transferring context: 45.52MB 1.4s done [2019-10-03T00:12:29.332Z] #18 DONE 1.4s [2019-10-03T00:12:29.339Z] Commit message: "daemon/config: add MarshalJSON for future proofing" [2019-10-03T00:12:29.509Z] ---> Using cache [2019-10-03T00:12:29.509Z] ---> b6c3490e2b36 [2019-10-03T00:12:29.509Z] Step 117/126 : COPY --from=criu /build/ /usr/local/ [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-03T00:12:29.589Z] #41 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #25 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-03T00:12:29.589Z] #25 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-10-03T00:12:29.589Z] #47 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-03T00:12:29.589Z] #62 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-03T00:12:29.589Z] #31 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #12 [dev 6/24] RUN ldconfig [2019-10-03T00:12:29.589Z] #12 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-03T00:12:29.589Z] #21 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-03T00:12:29.589Z] #34 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-03T00:12:29.589Z] #11 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-10-03T00:12:29.589Z] #27 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-10-03T00:12:29.589Z] #30 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-10-03T00:12:29.589Z] #42 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-03T00:12:29.589Z] #53 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-10-03T00:12:29.589Z] #50 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:12:29.589Z] #35 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-10-03T00:12:29.589Z] #59 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-03T00:12:29.589Z] #10 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-03T00:12:29.589Z] #51 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-03T00:12:29.589Z] #52 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-03T00:12:29.589Z] #48 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:29.589Z] #40 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-10-03T00:12:29.589Z] #44 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-03T00:12:29.589Z] #5 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-03T00:12:29.589Z] #29 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-03T00:12:29.589Z] #65 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:12:29.589Z] #13 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-03T00:12:29.589Z] #19 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-03T00:12:29.589Z] #9 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:29.589Z] #22 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-10-03T00:12:29.589Z] #6 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:29.589Z] #45 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-10-03T00:12:29.589Z] #38 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-10-03T00:12:29.589Z] #24 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-03T00:12:29.589Z] #8 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-03T00:12:29.589Z] #49 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:12:29.589Z] #33 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-03T00:12:29.589Z] #46 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-03T00:12:29.589Z] #26 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-03T00:12:29.589Z] #37 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:29.589Z] #36 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #7 [dev 1/24] RUN groupadd -r docker [2019-10-03T00:12:29.589Z] #7 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-03T00:12:29.589Z] #16 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-03T00:12:29.589Z] #56 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-10-03T00:12:29.589Z] #55 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-03T00:12:29.589Z] #28 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-10-03T00:12:29.589Z] #61 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-03T00:12:29.589Z] #32 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-03T00:12:29.589Z] #54 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-03T00:12:29.589Z] #14 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:12:29.589Z] #58 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-03T00:12:29.589Z] #60 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:12:29.589Z] #57 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-03T00:12:29.589Z] #63 CACHED [2019-10-03T00:12:29.589Z] [2019-10-03T00:12:29.589Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-03T00:12:29.589Z] #39 CACHED [2019-10-03T00:12:29.590Z] [2019-10-03T00:12:29.590Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-10-03T00:12:29.590Z] #17 CACHED [2019-10-03T00:12:29.590Z] [2019-10-03T00:12:29.590Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-03T00:12:29.590Z] #43 CACHED [2019-10-03T00:12:29.590Z] [2019-10-03T00:12:29.590Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-03T00:12:29.590Z] #23 CACHED [2019-10-03T00:12:29.590Z] [2019-10-03T00:12:29.590Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-10-03T00:12:29.590Z] #15 CACHED [2019-10-03T00:12:29.590Z] [2019-10-03T00:12:29.590Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-03T00:12:29.590Z] #20 CACHED [2019-10-03T00:12:29.590Z] [2019-10-03T00:12:29.590Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-03T00:12:29.590Z] #66 CACHED [2019-10-03T00:12:29.590Z] [2019-10-03T00:12:29.590Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2019-10-03T00:12:29.981Z] ---> Using cache [2019-10-03T00:12:29.981Z] ---> 3aefb3b44f27 [2019-10-03T00:12:29.981Z] Step 118/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-03T00:12:29.981Z] ---> Using cache [2019-10-03T00:12:29.981Z] ---> 804691af68b9 [2019-10-03T00:12:29.981Z] Step 119/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-10-03T00:12:29.981Z] ---> Using cache [2019-10-03T00:12:29.981Z] ---> f08c1c55ddad [2019-10-03T00:12:29.981Z] Step 120/126 : ENV PATH=/usr/local/cli:$PATH [2019-10-03T00:12:29.981Z] ---> Using cache [2019-10-03T00:12:29.981Z] ---> a7f815b74690 [2019-10-03T00:12:29.981Z] Step 121/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-10-03T00:12:29.981Z] ---> Using cache [2019-10-03T00:12:29.981Z] ---> 6571c20ccafe [2019-10-03T00:12:29.981Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-10-03T00:12:29.981Z] ---> Using cache [2019-10-03T00:12:29.981Z] ---> 0874f2ca4d84 [2019-10-03T00:12:29.981Z] Step 123/126 : VOLUME /var/lib/docker [2019-10-03T00:12:29.981Z] ---> Using cache [2019-10-03T00:12:29.981Z] ---> af199d8aa4aa [2019-10-03T00:12:29.981Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-10-03T00:12:29.981Z] ---> Using cache [2019-10-03T00:12:29.981Z] ---> 33a8c427ad05 [2019-10-03T00:12:29.981Z] Step 125/126 : FROM dev AS final [2019-10-03T00:12:29.981Z] ---> 33a8c427ad05 [2019-10-03T00:12:29.981Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-10-03T00:12:28.230Z] > git merge a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf # timeout=10 [2019-10-03T00:12:28.354Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-10-03T00:12:28.477Z] > git config core.sparsecheckout # timeout=10 [2019-10-03T00:12:28.526Z] > git checkout -f 85733620ebea3da75abe7d732043354aa0883f8a [Pipeline] stage [Pipeline] { (Print info) [2019-10-03T00:12:30.007Z] #18 transferring context: 45.52MB 1.8s done [2019-10-03T00:12:30.007Z] #18 DONE 1.9s [2019-10-03T00:12:30.007Z] [2019-10-03T00:12:30.007Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-10-03T00:12:30.007Z] #4 resolve docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 done [2019-10-03T00:12:30.007Z] #4 sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 1.42kB / 1.42kB done [2019-10-03T00:12:30.007Z] #4 sha256:f8c4e1a86e6d52be270d3f1f3c26ea3b56959a93643ff063b008b06ec4f84e42 5.47kB / 5.47kB done [2019-10-03T00:12:30.007Z] #4 sha256:a219387d86d28db4e6e0c14b9331492648442460fc803d84a03ba582fa5217a6 1.80kB / 1.80kB done [2019-10-03T00:12:30.007Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 120.05MB / 120.05MB 1.8s [2019-10-03T00:12:30.007Z] #4 sha256:54293c5706697c9e094a7ba9e16f83079e34e108bcbf1b02df3252705022c231 127B / 127B 0.2s done [Pipeline] sh [2019-10-03T00:12:30.265Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 120.05MB / 120.05MB 2.1s done [2019-10-03T00:12:30.265Z] #4 extracting sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 [2019-10-03T00:12:30.912Z] + docker version [2019-10-03T00:12:30.912Z] Client: Docker Engine - Enterprise [2019-10-03T00:12:30.912Z] Version: 19.03.2 [2019-10-03T00:12:30.912Z] API version: 1.40 [2019-10-03T00:12:30.912Z] Go version: go1.12.8 [2019-10-03T00:12:30.912Z] Git commit: c92ab06ed9 [2019-10-03T00:12:30.912Z] Built: 09/03/2019 16:38:11 [2019-10-03T00:12:30.912Z] OS/Arch: windows/amd64 [2019-10-03T00:12:30.912Z] Experimental: false [2019-10-03T00:12:30.912Z] [2019-10-03T00:12:30.912Z] Server: Docker Engine - Enterprise [2019-10-03T00:12:30.912Z] Engine: [2019-10-03T00:12:30.912Z] Version: 19.03.2 [2019-10-03T00:12:30.912Z] API version: 1.40 (minimum version 1.24) [2019-10-03T00:12:30.912Z] Go version: go1.12.8 [2019-10-03T00:12:30.912Z] Git commit: c92ab06ed9 [2019-10-03T00:12:30.912Z] Built: 09/03/2019 16:35:47 [2019-10-03T00:12:30.912Z] OS/Arch: windows/amd64 [2019-10-03T00:12:30.912Z] Experimental: true [Pipeline] sh [2019-10-03T00:12:31.485Z] #67 DONE 2.2s [2019-10-03T00:12:31.742Z] [2019-10-03T00:12:31.742Z] #68 exporting to image [2019-10-03T00:12:31.742Z] #68 exporting layers [2019-10-03T00:12:31.950Z] + docker info [2019-10-03T00:12:32.307Z] #68 exporting layers 0.8s done [2019-10-03T00:12:32.307Z] #68 writing image sha256:1746c1235bfb06c28a7f3d1c00840aa365890572eb6fc572edc4d4cab63c4f97 done [2019-10-03T00:12:32.307Z] #68 naming to docker.io/library/docker:85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:32.307Z] #68 naming to docker.io/library/docker:85733620ebea3da75abe7d732043354aa0883f8a done [2019-10-03T00:12:32.307Z] #68 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-10-03T00:12:32.630Z] ---> 21478d30d58e [2019-10-03T00:12:32.630Z] Successfully built 21478d30d58e [2019-10-03T00:12:32.630Z] Successfully tagged docker:85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:32.645Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39979/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39979/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a -e DOCKER_GRAPHDRIVER docker:85733620ebea3da75abe7d732043354aa0883f8a hack/validate/default [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-03T00:12:33.498Z] Client: [2019-10-03T00:12:33.498Z] Debug Mode: false [2019-10-03T00:12:33.498Z] Plugins: [2019-10-03T00:12:33.498Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-03T00:12:33.498Z] [2019-10-03T00:12:33.498Z] Server: [2019-10-03T00:12:33.498Z] Containers: 0 [2019-10-03T00:12:33.498Z] Running: 0 [2019-10-03T00:12:33.498Z] Paused: 0 [2019-10-03T00:12:33.498Z] Stopped: 0 [2019-10-03T00:12:33.498Z] Images: 8 [2019-10-03T00:12:33.498Z] Server Version: 19.03.2 [2019-10-03T00:12:33.498Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-03T00:12:33.498Z] Windows: [2019-10-03T00:12:33.498Z] LCOW: [2019-10-03T00:12:33.498Z] Logging Driver: json-file [2019-10-03T00:12:33.498Z] Plugins: [2019-10-03T00:12:33.498Z] Volume: local [2019-10-03T00:12:33.498Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-03T00:12:33.498Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-03T00:12:33.498Z] Swarm: inactive [2019-10-03T00:12:33.498Z] Default Isolation: process [2019-10-03T00:12:33.498Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-03T00:12:33.498Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-03T00:12:33.498Z] OSType: windows [2019-10-03T00:12:33.498Z] Architecture: x86_64 [2019-10-03T00:12:33.498Z] CPUs: 4 [2019-10-03T00:12:33.498Z] Total Memory: 32GiB [2019-10-03T00:12:33.498Z] Name: azwin-2-b66100 [2019-10-03T00:12:33.498Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-03T00:12:33.498Z] Docker Root Dir: D:\docker [2019-10-03T00:12:33.498Z] Debug Mode: false [2019-10-03T00:12:33.498Z] Registry: https://index.docker.io/v1/ [2019-10-03T00:12:33.498Z] Labels: [2019-10-03T00:12:33.498Z] Experimental: true [2019-10-03T00:12:33.498Z] Insecure Registries: [2019-10-03T00:12:33.498Z] 10.0.0.4:5000 [2019-10-03T00:12:33.498Z] 127.0.0.0/8 [2019-10-03T00:12:33.498Z] Registry Mirrors: [2019-10-03T00:12:33.498Z] http://10.0.0.4:5000/ [2019-10-03T00:12:33.498Z] Live Restore Enabled: false [2019-10-03T00:12:33.498Z] [2019-10-03T00:12:33.505Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39979/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a -e DOCKER_GRAPHDRIVER docker:85733620ebea3da75abe7d732043354aa0883f8a hack/test/unit [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-10-03T00:12:34.017Z] Congratulations! All commits are properly signed with the DCO! [2019-10-03T00:12:34.275Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-10-03T00:12:34.275Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-10-03T00:12:34.275Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck [2019-10-03T00:12:34.446Z] #4 extracting sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 4.1s done [2019-10-03T00:12:34.703Z] #4 extracting sha256:54293c5706697c9e094a7ba9e16f83079e34e108bcbf1b02df3252705022c231 done [2019-10-03T00:12:34.703Z] #4 DONE 6.7s [2019-10-03T00:12:34.703Z] [2019-10-03T00:12:34.703Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-10-03T00:12:36.062Z] ? github.com/docker/docker/api [no test files] [2019-10-03T00:12:38.142Z] #5 DONE 3.1s [2019-10-03T00:12:38.142Z] [2019-10-03T00:12:38.142Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:12:38.142Z] #22 DONE 0.1s [2019-10-03T00:12:38.142Z] [2019-10-03T00:12:38.142Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-10-03T00:12:40.049Z] #15 1.951 + mktemp -d [2019-10-03T00:12:40.049Z] #15 1.960 + export GOPATH=/tmp/tmp.BcVs2tGpqz [2019-10-03T00:12:40.049Z] #15 1.960 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.BcVs2tGpqz/src/github.com/go-swagger/go-swagger [2019-10-03T00:12:40.049Z] #15 1.981 Cloning into '/tmp/tmp.BcVs2tGpqz/src/github.com/go-swagger/go-swagger'... [2019-10-03T00:12:44.230Z] #15 ... [2019-10-03T00:12:44.230Z] [2019-10-03T00:12:44.230Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-10-03T00:12:44.230Z] #17 2.488 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-03T00:12:44.230Z] #17 2.575 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-03T00:12:44.230Z] #17 2.588 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-03T00:12:44.230Z] #17 2.592 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-03T00:12:44.230Z] #17 2.596 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-03T00:12:44.230Z] #17 2.784 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-10-03T00:12:44.230Z] #17 3.081 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-03T00:12:44.230Z] #17 3.307 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-03T00:12:44.230Z] #17 6.369 Fetched 7918 kB in 4s (1616 kB/s) [2019-10-03T00:12:45.603Z] #17 6.369 Reading package lists... [2019-10-03T00:12:45.603Z] #17 ... [2019-10-03T00:12:45.603Z] [2019-10-03T00:12:45.603Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-10-03T00:12:45.603Z] #6 3.128 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-03T00:12:45.603Z] #6 3.129 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-03T00:12:45.603Z] #6 3.152 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-03T00:12:45.603Z] #6 3.157 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-03T00:12:45.603Z] #6 3.234 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-03T00:12:45.603Z] #6 3.475 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-10-03T00:12:45.603Z] #6 4.059 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-03T00:12:45.603Z] #6 4.325 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-03T00:12:45.603Z] #6 7.434 Fetched 7918 kB in 5s (1492 kB/s) [2019-10-03T00:12:45.861Z] #6 7.434 Reading package lists... [2019-10-03T00:12:45.861Z] #6 ... [2019-10-03T00:12:45.861Z] [2019-10-03T00:12:45.861Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-10-03T00:12:45.861Z] #17 6.369 Reading package lists... [2019-10-03T00:12:47.794Z] ok github.com/docker/docker/api/server 0.028s coverage: 9.0% of statements [2019-10-03T00:12:48.017Z] #17 8.286 Reading package lists... [2019-10-03T00:12:48.017Z] #17 ... [2019-10-03T00:12:48.017Z] [2019-10-03T00:12:48.017Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:12:48.017Z] #35 3.096 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-03T00:12:48.017Z] #35 3.099 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-03T00:12:48.017Z] #35 3.115 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-03T00:12:48.017Z] #35 3.125 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-03T00:12:48.017Z] #35 3.234 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-03T00:12:48.017Z] #35 3.413 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-10-03T00:12:48.017Z] #35 3.930 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-03T00:12:48.017Z] #35 4.228 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-03T00:12:48.017Z] #35 7.582 Fetched 7918 kB in 5s (1442 kB/s) [2019-10-03T00:12:48.017Z] #35 7.582 Reading package lists... [2019-10-03T00:12:48.017Z] #35 9.547 Reading package lists... [2019-10-03T00:12:48.017Z] #35 ... [2019-10-03T00:12:48.017Z] [2019-10-03T00:12:48.017Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-10-03T00:12:48.274Z] #17 10.12 Building dependency tree... [2019-10-03T00:12:48.274Z] #17 10.44 Reading state information... [2019-10-03T00:12:48.531Z] #17 10.67 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-03T00:12:48.531Z] #17 10.67 The following additional packages will be installed: [2019-10-03T00:12:48.531Z] #17 10.67 libjq1 libonig4 [2019-10-03T00:12:48.789Z] #17 10.77 The following NEW packages will be installed: [2019-10-03T00:12:48.789Z] #17 10.77 jq libjq1 libonig4 [2019-10-03T00:12:49.223Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-10-03T00:12:49.223Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-ef96fae6\powershellScript.ps1'; exit $LASTEXITCODE; [2019-10-03T00:12:49.223Z] ---------------------------------------------------------------------------- [2019-10-03T00:12:49.223Z] [2019-10-03T00:12:49.223Z] INFO: executeCI.ps1 starting at Thu Oct 3 00:12:47 CUT 2019 [2019-10-03T00:12:49.223Z] [2019-10-03T00:12:49.223Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-10-03T00:12:49.223Z] INFO: Running git version 2.23.0.windows.1 [2019-10-03T00:12:49.223Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-10-03T00:12:49.223Z] INFO: Environment variables: [2019-10-03T00:12:49.223Z] [2019-10-03T00:12:49.223Z] Name Value [2019-10-03T00:12:49.223Z] ---- ----- [2019-10-03T00:12:49.223Z] ALLUSERSPROFILE C:\ProgramData [2019-10-03T00:12:49.223Z] amd64 true [2019-10-03T00:12:49.223Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-10-03T00:12:49.223Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-10-03T00:12:49.223Z] BRANCH_NAME PR-39979 [2019-10-03T00:12:49.223Z] BUILD_DISPLAY_NAME #8 [2019-10-03T00:12:49.223Z] BUILD_ID 8 [2019-10-03T00:12:49.223Z] BUILD_NUMBER 8 [2019-10-03T00:12:49.223Z] BUILD_TAG jenkins-moby-PR-39979-8 [2019-10-03T00:12:49.223Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-39979/8/ [2019-10-03T00:12:49.223Z] CHANGE_AUTHOR tiborvass [2019-10-03T00:12:49.223Z] CHANGE_AUTHOR_DISPLAY_NAME Tibor Vass [2019-10-03T00:12:49.223Z] CHANGE_BRANCH fix-buildkit-prunegc-filter-config [2019-10-03T00:12:49.223Z] CHANGE_FORK tiborvass [2019-10-03T00:12:49.223Z] CHANGE_ID 39979 [2019-10-03T00:12:49.223Z] CHANGE_TARGET master [2019-10-03T00:12:49.223Z] CHANGE_TITLE daemon/config: fix filter type in BuildKit GC config [2019-10-03T00:12:49.223Z] CHANGE_URL https://github.com/moby/moby/pull/39979 [2019-10-03T00:12:49.223Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-03T00:12:49.223Z] CommonProgramFiles C:\Program Files\Common Files [2019-10-03T00:12:49.223Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-10-03T00:12:49.223Z] CommonProgramW6432 C:\Program Files\Common Files [2019-10-03T00:12:49.223Z] COMPUTERNAME azwin-2-b66100 [2019-10-03T00:12:49.223Z] ComSpec C:\windows\system32\cmd.exe [2019-10-03T00:12:49.223Z] ConfigSequenceNumber 0 [2019-10-03T00:12:49.223Z] DOCKER_BUILDKIT 0 [2019-10-03T00:12:49.223Z] DOCKER_DUT_DEBUG 1 [2019-10-03T00:12:49.223Z] DOCKER_EXPERIMENTAL 1 [2019-10-03T00:12:49.223Z] DOCKER_GRAPHDRIVER overlay2 [2019-10-03T00:12:49.223Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-10-03T00:12:49.223Z] EXECUTOR_NUMBER 0 [2019-10-03T00:12:49.223Z] FQDN azwin-2-b66100.westus.cloudapp.azure.com [2019-10-03T00:12:49.223Z] GIT_BRANCH PR-39979 [2019-10-03T00:12:49.223Z] GIT_COMMIT 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:49.223Z] GIT_PREVIOUS_COMMIT 9c6128f93b3ea24dfb40b7099c5dabcd5788bbc6 [2019-10-03T00:12:49.223Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 141a7d31244c8011b51c198c2fc7c23bc0858bb1 [2019-10-03T00:12:49.223Z] GIT_URL https://github.com/moby/moby.git [2019-10-03T00:12:49.223Z] HUDSON_COOKIE 78d1c0d7-7128-4fca-9ecc-8e9b290b6454 [2019-10-03T00:12:49.223Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-10-03T00:12:49.223Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-10-03T00:12:49.223Z] HUDSON_URL https://ci.docker.com/public/ [2019-10-03T00:12:49.223Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-10-03T00:12:49.223Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-10-03T00:12:49.223Z] JENKINS_NODE_COOKIE a550cc1c-e643-4216-9458-99b871850a85 [2019-10-03T00:12:49.223Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-10-03T00:12:49.223Z] JENKINS_URL https://ci.docker.com/public/ [2019-10-03T00:12:49.223Z] JOB_BASE_NAME PR-39979 [2019-10-03T00:12:49.223Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39979/display/redirect [2019-10-03T00:12:49.223Z] JOB_NAME moby/PR-39979 [2019-10-03T00:12:49.223Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-39979/ [2019-10-03T00:12:49.223Z] library.jps.version master [2019-10-03T00:12:49.223Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-10-03T00:12:49.223Z] NODE_LABELS amd64 azure azwin-2-b66100 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-10-03T00:12:49.223Z] NODE_NAME azwin-2-b66100 [2019-10-03T00:12:49.223Z] NUMBER_OF_PROCESSORS 4 [2019-10-03T00:12:49.223Z] OS Windows_NT [2019-10-03T00:12:49.223Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-10-03T00:12:49.223Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-10-03T00:12:49.223Z] ppc64le true [2019-10-03T00:12:49.223Z] PROCESSOR_ARCHITECTURE AMD64 [2019-10-03T00:12:49.225Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-10-03T00:12:49.225Z] PROCESSOR_LEVEL 6 [2019-10-03T00:12:49.225Z] PROCESSOR_REVISION 4f01 [2019-10-03T00:12:49.225Z] ProgramData C:\ProgramData [2019-10-03T00:12:49.225Z] ProgramFiles C:\Program Files [2019-10-03T00:12:49.225Z] ProgramFiles(x86) C:\Program Files (x86) [2019-10-03T00:12:49.225Z] ProgramW6432 C:\Program Files [2019-10-03T00:12:49.225Z] PROMPT $P$G [2019-10-03T00:12:49.225Z] PSExecutionPolicyPreference Bypass [2019-10-03T00:12:49.225Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-10-03T00:12:49.225Z] PUBLIC C:\Users\Public [2019-10-03T00:12:49.225Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39979/8/display/redirect?page=changes [2019-10-03T00:12:49.225Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39979/8/display/redirect [2019-10-03T00:12:49.225Z] s390x true [2019-10-03T00:12:49.225Z] skip_dco false [2019-10-03T00:12:49.225Z] SKIP_VALIDATION_TESTS 1 [2019-10-03T00:12:49.225Z] SOURCES_DRIVE d [2019-10-03T00:12:49.225Z] SOURCES_SUBDIR gopath [2019-10-03T00:12:49.225Z] STAGE_NAME Run tests [2019-10-03T00:12:49.225Z] SystemDrive C: [2019-10-03T00:12:49.225Z] SystemRoot C:\windows [2019-10-03T00:12:49.225Z] TEMP C:\windows\TEMP [2019-10-03T00:12:49.225Z] TESTDEBUG 0 [2019-10-03T00:12:49.225Z] TESTRUN_DRIVE d [2019-10-03T00:12:49.225Z] TESTRUN_SUBDIR CI [2019-10-03T00:12:49.225Z] TIMEOUT 120m [2019-10-03T00:12:49.225Z] TMP C:\windows\TEMP [2019-10-03T00:12:49.225Z] unit_validate true [2019-10-03T00:12:49.225Z] USERDOMAIN WORKGROUP [2019-10-03T00:12:49.225Z] USERNAME azwin-2-b66100$ [2019-10-03T00:12:49.225Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-10-03T00:12:49.225Z] windir C:\windows [2019-10-03T00:12:49.225Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-10-03T00:12:49.225Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-10-03T00:12:49.225Z] windowsRS1 false [2019-10-03T00:12:49.225Z] windowsRS5 true [2019-10-03T00:12:49.225Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-10-03T00:12:49.225Z] [2019-10-03T00:12:49.225Z] [2019-10-03T00:12:49.225Z] [2019-10-03T00:12:49.225Z] INFO: Sources under d:\gopath\... [2019-10-03T00:12:49.225Z] INFO: Test run under d:\CI\... [2019-10-03T00:12:49.225Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-10-03T00:12:49.225Z] INFO: docker/docker repository was found [2019-10-03T00:12:49.225Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-10-03T00:12:49.225Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.737' [2019-10-03T00:12:49.225Z] INFO: Docker version of control daemon [2019-10-03T00:12:49.225Z] [2019-10-03T00:12:49.225Z] Client: Docker Engine - Enterprise [2019-10-03T00:12:49.225Z] Version: 19.03.2 [2019-10-03T00:12:49.225Z] API version: 1.40 [2019-10-03T00:12:49.225Z] Go version: go1.12.8 [2019-10-03T00:12:49.225Z] Git commit: c92ab06ed9 [2019-10-03T00:12:49.225Z] Built: 09/03/2019 16:38:11 [2019-10-03T00:12:49.225Z] OS/Arch: windows/amd64 [2019-10-03T00:12:49.225Z] Experimental: false [2019-10-03T00:12:49.225Z] [2019-10-03T00:12:49.225Z] Server: Docker Engine - Enterprise [2019-10-03T00:12:49.225Z] Engine: [2019-10-03T00:12:49.225Z] Version: 19.03.2 [2019-10-03T00:12:49.225Z] API version: 1.40 (minimum version 1.24) [2019-10-03T00:12:49.225Z] Go version: go1.12.8 [2019-10-03T00:12:49.225Z] Git commit: c92ab06ed9 [2019-10-03T00:12:49.225Z] Built: 09/03/2019 16:35:47 [2019-10-03T00:12:49.225Z] OS/Arch: windows/amd64 [2019-10-03T00:12:49.225Z] Experimental: true [2019-10-03T00:12:49.225Z] [2019-10-03T00:12:49.225Z] INFO: Docker info of control daemon [2019-10-03T00:12:49.225Z] [2019-10-03T00:12:49.722Z] #17 11.84 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-03T00:12:49.722Z] #17 11.84 Need to get 327 kB of archives. [2019-10-03T00:12:49.722Z] #17 11.84 After this operation, 1157 kB of additional disk space will be used. [2019-10-03T00:12:49.722Z] #17 11.84 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-10-03T00:12:49.722Z] #17 11.84 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-10-03T00:12:49.722Z] #17 11.85 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-10-03T00:12:49.980Z] #17 12.13 debconf: delaying package configuration, since apt-utils is not installed [2019-10-03T00:12:49.980Z] #17 12.18 Fetched 327 kB in 1s (310 kB/s) [2019-10-03T00:12:49.980Z] #17 12.23 Selecting previously unselected package libonig4:amd64. [2019-10-03T00:12:50.238Z] #17 12.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-10-03T00:12:50.238Z] #17 12.36 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-10-03T00:12:50.238Z] #17 12.37 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-10-03T00:12:50.238Z] #17 12.45 Selecting previously unselected package libjq1:amd64. [2019-10-03T00:12:50.238Z] #17 12.45 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-10-03T00:12:50.238Z] #17 12.46 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-10-03T00:12:50.238Z] #17 12.52 Selecting previously unselected package jq. [2019-10-03T00:12:50.238Z] #17 12.52 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-10-03T00:12:50.238Z] #17 12.52 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-03T00:12:50.238Z] #17 12.58 Setting up libonig4:amd64 (6.1.3-2) ... [2019-10-03T00:12:50.496Z] #17 12.61 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-10-03T00:12:50.496Z] #17 12.63 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:12:50.500Z] Fetching without tags [2019-10-03T00:12:50.754Z] #17 12.83 Setting up jq (1.5+dfsg-1.3) ... [2019-10-03T00:12:50.772Z] Client: [2019-10-03T00:12:50.772Z] Debug Mode: false [2019-10-03T00:12:50.772Z] Plugins: [2019-10-03T00:12:50.772Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-10-03T00:12:50.772Z] [2019-10-03T00:12:50.772Z] Server: [2019-10-03T00:12:50.772Z] Containers: 0 [2019-10-03T00:12:50.772Z] Running: 0 [2019-10-03T00:12:50.772Z] Paused: 0 [2019-10-03T00:12:50.772Z] Stopped: 0 [2019-10-03T00:12:50.772Z] Images: 8 [2019-10-03T00:12:50.772Z] Server Version: 19.03.2 [2019-10-03T00:12:50.772Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-10-03T00:12:50.772Z] Windows: [2019-10-03T00:12:50.772Z] LCOW: [2019-10-03T00:12:50.772Z] Logging Driver: json-file [2019-10-03T00:12:50.772Z] Plugins: [2019-10-03T00:12:50.772Z] Volume: local [2019-10-03T00:12:50.772Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-10-03T00:12:50.772Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-03T00:12:50.772Z] Swarm: inactive [2019-10-03T00:12:50.772Z] Default Isolation: process [2019-10-03T00:12:50.772Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-03T00:12:50.772Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-03T00:12:50.772Z] OSType: windows [2019-10-03T00:12:50.772Z] Architecture: x86_64 [2019-10-03T00:12:50.772Z] CPUs: 4 [2019-10-03T00:12:50.772Z] Total Memory: 32GiB [2019-10-03T00:12:50.772Z] Name: azwin-2-b66100 [2019-10-03T00:12:50.772Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-10-03T00:12:50.772Z] Docker Root Dir: D:\docker [2019-10-03T00:12:50.772Z] Debug Mode: false [2019-10-03T00:12:50.772Z] Registry: https://index.docker.io/v1/ [2019-10-03T00:12:50.772Z] Labels: [2019-10-03T00:12:50.772Z] Experimental: true [2019-10-03T00:12:50.772Z] Insecure Registries: [2019-10-03T00:12:50.772Z] 10.0.0.4:5000 [2019-10-03T00:12:50.772Z] 127.0.0.0/8 [2019-10-03T00:12:50.772Z] Registry Mirrors: [2019-10-03T00:12:50.772Z] http://10.0.0.4:5000/ [2019-10-03T00:12:50.772Z] Live Restore Enabled: false [2019-10-03T00:12:50.772Z] [2019-10-03T00:12:50.772Z] [2019-10-03T00:12:50.772Z] INFO: Commit hash is 85733620e [2019-10-03T00:12:50.772Z] INFO: Nuke-Everything... [2019-10-03T00:12:51.032Z] Merging remotes/origin/master commit a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf into PR head commit 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:51.234Z] INFO: Container count on control daemon to delete is 0 [2019-10-03T00:12:50.454Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-03T00:12:50.459Z] > git config --add remote.origin.fetch +refs/pull/39979/head:refs/remotes/origin/PR-39979 # timeout=10 [2019-10-03T00:12:50.463Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-10-03T00:12:50.479Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-10-03T00:12:50.496Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-10-03T00:12:50.496Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-10-03T00:12:50.497Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39979/head:refs/remotes/origin/PR-39979 +refs/heads/master:refs/remotes/origin/master [2019-10-03T00:12:51.028Z] > git config core.sparsecheckout # timeout=10 [2019-10-03T00:12:51.032Z] > git checkout -f 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:51.319Z] #17 DONE 13.3s [2019-10-03T00:12:51.319Z] [2019-10-03T00:12:51.319Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-10-03T00:12:51.319Z] #19 DONE 0.1s [2019-10-03T00:12:51.319Z] [2019-10-03T00:12:51.319Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:12:51.319Z] #35 9.547 Reading package lists... [2019-10-03T00:12:51.319Z] #35 11.22 Building dependency tree... [2019-10-03T00:12:51.319Z] #35 11.47 Reading state information... [2019-10-03T00:12:51.319Z] #35 11.67 The following additional packages will be installed: [2019-10-03T00:12:51.319Z] #35 11.67 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-03T00:12:51.319Z] #35 11.68 Suggested packages: [2019-10-03T00:12:51.319Z] #35 11.68 codeblocks eclipse ninja-build lrzip [2019-10-03T00:12:51.319Z] #35 11.68 Recommended packages: [2019-10-03T00:12:51.319Z] #35 11.68 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-03T00:12:51.319Z] #35 11.81 The following NEW packages will be installed: [2019-10-03T00:12:51.319Z] #35 11.81 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-03T00:12:51.319Z] #35 11.81 vim-common xxd [2019-10-03T00:12:51.319Z] #35 13.24 0 upgraded, 10 newly installed, 0 to remove and 12 not upgraded. [2019-10-03T00:12:51.319Z] #35 13.24 Need to get 13.7 MB of archives. [2019-10-03T00:12:51.319Z] #35 13.24 After this operation, 57.2 MB of additional disk space will be used. [2019-10-03T00:12:51.319Z] #35 13.24 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-10-03T00:12:51.319Z] #35 13.29 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-10-03T00:12:51.319Z] #35 13.29 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-10-03T00:12:51.577Z] #35 13.64 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-10-03T00:12:51.577Z] #35 13.67 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-10-03T00:12:51.577Z] #35 13.68 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-10-03T00:12:51.577Z] #35 13.68 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-10-03T00:12:51.577Z] #35 13.68 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-10-03T00:12:51.577Z] #35 13.75 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-03T00:12:51.577Z] #35 13.76 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-03T00:12:51.696Z] INFO: Nuking d:\CI [2019-10-03T00:12:51.696Z] INFO: Zapped successfully [2019-10-03T00:12:51.696Z] INFO: Location for testing is d:\CI\PR-39979\8 [2019-10-03T00:12:51.696Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-10-03T00:12:51.696Z] [2019-10-03T00:12:51.696Z] [2019-10-03T00:12:51.696Z] INFO: Building the image from Dockerfile.windows at 10/03/2019 00:12:51... [2019-10-03T00:12:51.696Z] [2019-10-03T00:12:51.835Z] #35 14.01 debconf: delaying package configuration, since apt-utils is not installed [2019-10-03T00:12:51.835Z] #35 14.07 Fetched 13.7 MB in 1s (7054 kB/s) [2019-10-03T00:12:52.016Z] Merge succeeded, producing 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:52.018Z] Checking out Revision 85733620ebea3da75abe7d732043354aa0883f8a (PR-39979) [2019-10-03T00:12:52.102Z] #35 ... [2019-10-03T00:12:52.102Z] [2019-10-03T00:12:52.102Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-10-03T00:12:52.102Z] #6 7.434 Reading package lists... [2019-10-03T00:12:52.102Z] #6 9.490 Reading package lists... [2019-10-03T00:12:52.102Z] #6 11.21 Building dependency tree... [2019-10-03T00:12:52.102Z] #6 11.43 Reading state information... [2019-10-03T00:12:52.102Z] #6 11.58 The following additional packages will be installed: [2019-10-03T00:12:52.102Z] #6 11.58 libapparmor1 libseccomp2 [2019-10-03T00:12:52.102Z] #6 11.58 Suggested packages: [2019-10-03T00:12:52.102Z] #6 11.58 seccomp [2019-10-03T00:12:52.102Z] #6 11.63 The following NEW packages will be installed: [2019-10-03T00:12:52.102Z] #6 11.63 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-03T00:12:52.102Z] #6 12.76 0 upgraded, 4 newly installed, 0 to remove and 12 not upgraded. [2019-10-03T00:12:52.102Z] #6 12.76 Need to get 300 kB of archives. [2019-10-03T00:12:52.102Z] #6 12.76 After this operation, 1201 kB of additional disk space will be used. [2019-10-03T00:12:52.102Z] #6 12.76 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-10-03T00:12:52.102Z] #6 12.77 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-10-03T00:12:52.102Z] #6 12.77 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-10-03T00:12:52.102Z] #6 12.77 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-10-03T00:12:52.102Z] #6 13.11 debconf: delaying package configuration, since apt-utils is not installed [2019-10-03T00:12:52.102Z] #6 13.18 Fetched 300 kB in 1s (264 kB/s) [2019-10-03T00:12:52.102Z] #6 13.29 Selecting previously unselected package libseccomp2:amd64. [2019-10-03T00:12:52.102Z] #6 13.30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-10-03T00:12:52.102Z] #6 13.33 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-10-03T00:12:52.102Z] #6 13.38 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-10-03T00:12:52.102Z] #6 13.46 Selecting previously unselected package libseccomp-dev:amd64. [2019-10-03T00:12:52.102Z] #6 13.47 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-10-03T00:12:52.102Z] #6 13.50 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-10-03T00:12:52.102Z] #6 13.68 Selecting previously unselected package libapparmor1:amd64. [2019-10-03T00:12:52.102Z] #6 13.68 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-10-03T00:12:52.102Z] #6 13.69 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-10-03T00:12:52.102Z] #6 13.77 Selecting previously unselected package libapparmor-dev:amd64. [2019-10-03T00:12:52.102Z] #6 13.77 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-10-03T00:12:52.102Z] #6 13.78 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-10-03T00:12:52.102Z] #6 13.88 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:12:52.102Z] #6 13.92 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-10-03T00:12:52.102Z] #6 13.95 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-10-03T00:12:52.102Z] #6 13.97 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-10-03T00:12:52.102Z] #6 14.00 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-10-03T00:12:52.102Z] #6 14.02 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:12:52.102Z] #6 DONE 14.3s [2019-10-03T00:12:52.102Z] [2019-10-03T00:12:52.102Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:12:52.102Z] #35 14.16 Selecting previously unselected package cmake-data. [2019-10-03T00:12:52.102Z] #35 14.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-10-03T00:12:52.102Z] #35 14.17 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-03T00:12:52.102Z] #35 14.18 Unpacking cmake-data (3.7.2-1) ... [2019-10-03T00:12:53.036Z] #35 15.18 Selecting previously unselected package liblzo2-2:amd64. [2019-10-03T00:12:53.036Z] #35 15.18 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-10-03T00:12:53.036Z] #35 15.19 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-03T00:12:53.036Z] #35 15.26 Selecting previously unselected package libicu57:amd64. [2019-10-03T00:12:53.105Z] Commit message: "daemon/config: add MarshalJSON for future proofing" [2019-10-03T00:12:53.293Z] #35 15.26 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-10-03T00:12:53.294Z] #35 15.28 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-10-03T00:12:53.863Z] #35 ... [2019-10-03T00:12:53.863Z] [2019-10-03T00:12:53.863Z] #7 [dev 1/24] RUN groupadd -r docker [2019-10-03T00:12:53.863Z] #7 DONE 1.8s [2019-10-03T00:12:54.066Z] + docker version [2019-10-03T00:12:54.066Z] Client: [2019-10-03T00:12:54.066Z] Version: 18.06.1-ce [2019-10-03T00:12:54.066Z] API version: 1.38 [2019-10-03T00:12:54.066Z] Go version: go1.10.3 [2019-10-03T00:12:54.066Z] Git commit: e68fc7a [2019-10-03T00:12:54.066Z] Built: Tue Aug 21 17:26:10 2018 [2019-10-03T00:12:54.066Z] OS/Arch: linux/ppc64le [2019-10-03T00:12:54.066Z] Experimental: false [2019-10-03T00:12:54.066Z] [2019-10-03T00:12:54.066Z] Server: [2019-10-03T00:12:54.066Z] Engine: [2019-10-03T00:12:54.066Z] Version: 18.06.1-ce [2019-10-03T00:12:54.066Z] API version: 1.38 (minimum version 1.12) [2019-10-03T00:12:54.066Z] Go version: go1.10.3 [2019-10-03T00:12:54.066Z] Git commit: e68fc7a [2019-10-03T00:12:54.066Z] Built: Tue Aug 21 17:24:20 2018 [2019-10-03T00:12:54.066Z] OS/Arch: linux/ppc64le [2019-10-03T00:12:54.066Z] Experimental: true [Pipeline] sh [2019-10-03T00:12:54.121Z] [2019-10-03T00:12:54.121Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-10-03T00:12:51.967Z] > git merge a4a82bb0ee64f26760f31fdeb80ae4f80dbb1daf # timeout=10 [2019-10-03T00:12:51.995Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-10-03T00:12:52.013Z] > git config core.sparsecheckout # timeout=10 [2019-10-03T00:12:52.017Z] > git checkout -f 85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:12:54.454Z] + docker info [2019-10-03T00:12:54.454Z] Containers: 0 [2019-10-03T00:12:54.454Z] Running: 0 [2019-10-03T00:12:54.454Z] Paused: 0 [2019-10-03T00:12:54.454Z] Stopped: 0 [2019-10-03T00:12:54.454Z] Images: 0 [2019-10-03T00:12:54.454Z] Server Version: 18.06.1-ce [2019-10-03T00:12:54.454Z] Storage Driver: overlay2 [2019-10-03T00:12:54.454Z] Backing Filesystem: extfs [2019-10-03T00:12:54.454Z] Supports d_type: true [2019-10-03T00:12:54.454Z] Native Overlay Diff: true [2019-10-03T00:12:54.454Z] Logging Driver: json-file [2019-10-03T00:12:54.454Z] Cgroup Driver: cgroupfs [2019-10-03T00:12:54.454Z] Plugins: [2019-10-03T00:12:54.454Z] Volume: local [2019-10-03T00:12:54.454Z] Network: bridge host ipvlan macvlan null overlay [2019-10-03T00:12:54.454Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-10-03T00:12:54.454Z] Swarm: inactive [2019-10-03T00:12:54.454Z] Runtimes: runc [2019-10-03T00:12:54.454Z] Default Runtime: runc [2019-10-03T00:12:54.454Z] Init Binary: docker-init [2019-10-03T00:12:54.454Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-10-03T00:12:54.454Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-10-03T00:12:54.454Z] init version: fec3683 [2019-10-03T00:12:54.454Z] Security Options: [2019-10-03T00:12:54.454Z] apparmor [2019-10-03T00:12:54.454Z] seccomp [2019-10-03T00:12:54.454Z] Profile: default [2019-10-03T00:12:54.454Z] Kernel Version: 4.4.0-139-generic [2019-10-03T00:12:54.454Z] Operating System: Ubuntu 16.04.3 LTS [2019-10-03T00:12:54.454Z] OSType: linux [2019-10-03T00:12:54.454Z] Architecture: ppc64le [2019-10-03T00:12:54.454Z] CPUs: 4 [2019-10-03T00:12:54.454Z] Total Memory: 7.972GiB [2019-10-03T00:12:54.454Z] Name: ppc64le-ubuntu-27 [2019-10-03T00:12:54.454Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-10-03T00:12:54.454Z] Docker Root Dir: /var/lib/docker [2019-10-03T00:12:54.454Z] Debug Mode (client): false [2019-10-03T00:12:54.454Z] Debug Mode (server): false [2019-10-03T00:12:54.454Z] Username: dockerbuildbot [2019-10-03T00:12:54.454Z] Registry: https://index.docker.io/v1/ [2019-10-03T00:12:54.454Z] Labels: [2019-10-03T00:12:54.454Z] Experimental: true [2019-10-03T00:12:54.454Z] Insecure Registries: [2019-10-03T00:12:54.454Z] 127.0.0.0/8 [2019-10-03T00:12:54.454Z] Live Restore Enabled: false [2019-10-03T00:12:54.454Z] [Pipeline] sh [2019-10-03T00:12:54.837Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-03T00:12:54.837Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-10-03T00:12:54.837Z] + curl -fsSL -o /home/docker/workspace/moby_PR-39979/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-10-03T00:12:55.122Z] + bash /home/docker/workspace/moby_PR-39979/check-config.sh [2019-10-03T00:12:55.122Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-10-03T00:12:55.122Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-10-03T00:12:55.122Z] [2019-10-03T00:12:55.122Z] Generally Necessary: [2019-10-03T00:12:55.122Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-10-03T00:12:55.122Z] - apparmor: enabled and tools installed [2019-10-03T00:12:55.122Z] - CONFIG_NAMESPACES: enabled [2019-10-03T00:12:55.122Z] - CONFIG_NET_NS: enabled [2019-10-03T00:12:55.122Z] - CONFIG_PID_NS: enabled [2019-10-03T00:12:55.122Z] - CONFIG_IPC_NS: enabled [2019-10-03T00:12:55.122Z] - CONFIG_UTS_NS: enabled [2019-10-03T00:12:55.122Z] - CONFIG_CGROUPS: enabled [2019-10-03T00:12:55.122Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-10-03T00:12:55.122Z] - CONFIG_CGROUP_DEVICE: enabled [2019-10-03T00:12:55.122Z] - CONFIG_CGROUP_FREEZER: enabled [2019-10-03T00:12:55.122Z] - CONFIG_CGROUP_SCHED: enabled [2019-10-03T00:12:55.122Z] - CONFIG_CPUSETS: enabled [2019-10-03T00:12:55.122Z] - CONFIG_MEMCG: enabled [2019-10-03T00:12:55.122Z] - CONFIG_KEYS: enabled [2019-10-03T00:12:55.122Z] - CONFIG_VETH: enabled (as module) [2019-10-03T00:12:55.122Z] - CONFIG_BRIDGE: enabled (as module) [2019-10-03T00:12:55.122Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-10-03T00:12:55.122Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-10-03T00:12:55.122Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-10-03T00:12:55.122Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-10-03T00:12:55.122Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-10-03T00:12:55.122Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-10-03T00:12:55.122Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-10-03T00:12:55.122Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-10-03T00:12:55.122Z] - CONFIG_NF_NAT: enabled (as module) [2019-10-03T00:12:55.122Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-10-03T00:12:55.122Z] - CONFIG_POSIX_MQUEUE: enabled [2019-10-03T00:12:55.420Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-10-03T00:12:55.420Z] [2019-10-03T00:12:55.420Z] Optional Features: [2019-10-03T00:12:55.420Z] - CONFIG_USER_NS: enabled [2019-10-03T00:12:55.420Z] - CONFIG_SECCOMP: enabled [2019-10-03T00:12:55.420Z] - CONFIG_CGROUP_PIDS: enabled [2019-10-03T00:12:55.420Z] - CONFIG_MEMCG_SWAP: enabled [2019-10-03T00:12:55.420Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-10-03T00:12:55.420Z] (cgroup swap accounting is currently enabled) [2019-10-03T00:12:55.420Z] - CONFIG_MEMCG_KMEM: enabled [2019-10-03T00:12:55.420Z] - CONFIG_BLK_CGROUP: enabled [2019-10-03T00:12:55.420Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-10-03T00:12:55.420Z] - CONFIG_IOSCHED_CFQ: enabled [2019-10-03T00:12:55.420Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-10-03T00:12:55.420Z] - CONFIG_CGROUP_PERF: enabled [2019-10-03T00:12:55.420Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-10-03T00:12:55.420Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-10-03T00:12:55.420Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-10-03T00:12:55.420Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-10-03T00:12:55.420Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-10-03T00:12:55.420Z] - CONFIG_RT_GROUP_SCHED: missing [2019-10-03T00:12:55.420Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-10-03T00:12:55.420Z] - CONFIG_IP_VS: enabled (as module) [2019-10-03T00:12:55.420Z] - CONFIG_IP_VS_NFCT: enabled [2019-10-03T00:12:55.420Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-10-03T00:12:55.420Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-10-03T00:12:55.420Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-10-03T00:12:55.420Z] - CONFIG_EXT4_FS: enabled [2019-10-03T00:12:55.420Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-10-03T00:12:55.420Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-10-03T00:12:55.420Z] - Network Drivers: [2019-10-03T00:12:55.420Z] - "overlay": [2019-10-03T00:12:55.420Z] - CONFIG_VXLAN: enabled (as module) [2019-10-03T00:12:55.420Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-10-03T00:12:55.420Z] Optional (for encrypted networks): [2019-10-03T00:12:55.705Z] - CONFIG_CRYPTO: enabled [2019-10-03T00:12:55.705Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-10-03T00:12:55.705Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-10-03T00:12:55.705Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-10-03T00:12:55.705Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-10-03T00:12:55.705Z] - CONFIG_XFRM: enabled [2019-10-03T00:12:55.705Z] - CONFIG_XFRM_USER: enabled (as module) [2019-10-03T00:12:55.705Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-10-03T00:12:55.705Z] - CONFIG_INET_ESP: enabled (as module) [2019-10-03T00:12:55.705Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-10-03T00:12:55.705Z] - "ipvlan": [2019-10-03T00:12:55.705Z] - CONFIG_IPVLAN: enabled (as module) [2019-10-03T00:12:55.705Z] - "macvlan": [2019-10-03T00:12:55.705Z] - CONFIG_MACVLAN: enabled (as module) [2019-10-03T00:12:55.705Z] - CONFIG_DUMMY: enabled (as module) [2019-10-03T00:12:55.705Z] - "ftp,tftp client in container": [2019-10-03T00:12:55.705Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-10-03T00:12:55.705Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-10-03T00:12:55.705Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-10-03T00:12:55.705Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-10-03T00:12:55.705Z] - Storage Drivers: [2019-10-03T00:12:55.705Z] - "aufs": [2019-10-03T00:12:55.705Z] - CONFIG_AUFS_FS: enabled (as module) [2019-10-03T00:12:55.705Z] - "btrfs": [2019-10-03T00:12:55.705Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-10-03T00:12:55.705Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-10-03T00:12:55.705Z] - "devicemapper": [2019-10-03T00:12:55.705Z] - CONFIG_BLK_DEV_DM: enabled [2019-10-03T00:12:55.705Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-10-03T00:12:55.705Z] - "overlay": [2019-10-03T00:12:55.705Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-10-03T00:12:55.705Z] - "zfs": [2019-10-03T00:12:55.705Z] - /dev/zfs: missing [2019-10-03T00:12:55.705Z] - zfs command: missing [2019-10-03T00:12:55.705Z] - zpool command: missing [2019-10-03T00:12:55.705Z] [2019-10-03T00:12:55.705Z] Limits: [2019-10-03T00:12:55.705Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-10-03T00:12:55.705Z] [2019-10-03T00:12:55.705Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-10-03T00:12:56.026Z] #8 DONE 2.1s [2019-10-03T00:12:56.026Z] [2019-10-03T00:12:56.026Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-03T00:12:56.026Z] #20 2.992 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-03T00:12:56.026Z] #20 3.280 [2019-10-03T00:12:56.026Z] #20 3.431 ############ 17.3% ########################### 37.8% #################################### 51.1% #################################################### 72.6% #################################################################### 95.0% ######################################################################## 100.0% [2019-10-03T00:12:56.026Z] #20 4.067 [2019-10-03T00:12:56.026Z] #20 4.241 ################################ 45.4% ######################################################################## 100.0% [2019-10-03T00:12:56.026Z] #20 4.627 [2019-10-03T00:12:56.131Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:85733620ebea3da75abe7d732043354aa0883f8a . [2019-10-03T00:12:56.543Z] #20 4.804 0.3% ######## 12.0% ############### 21.2% ################################### 49.2% #################################################################### 94.7% ######################################################################## 100.0% [2019-10-03T00:12:56.801Z] #20 5.515 [2019-10-03T00:12:57.712Z] Sending build context to Docker daemon 49.98MB [2019-10-03T00:12:57.712Z] [2019-10-03T00:12:57.712Z] Step 1/8 : FROM microsoft/windowsservercore [2019-10-03T00:12:57.712Z] ---> 1ddfa8bee56a [2019-10-03T00:12:57.712Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-10-03T00:12:57.712Z] ---> Using cache [2019-10-03T00:12:57.712Z] ---> e7396daee038 [2019-10-03T00:12:57.712Z] Step 3/8 : ARG GO_VERSION=1.13.1 [2019-10-03T00:12:57.712Z] ---> Using cache [2019-10-03T00:12:57.712Z] ---> f195ea576cfb [2019-10-03T00:12:57.712Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-10-03T00:12:57.712Z] ---> Using cache [2019-10-03T00:12:57.712Z] ---> 815cbd2857c4 [2019-10-03T00:12:57.712Z] Step 5/8 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path ${GOPATH}\src\github.com\docker\docker | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; Write-Host INFO: Completed [2019-10-03T00:12:57.712Z] ---> Using cache [2019-10-03T00:12:57.712Z] ---> 54d162611231 [2019-10-03T00:12:57.712Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-10-03T00:12:57.712Z] ---> Using cache [2019-10-03T00:12:57.712Z] ---> e2db21bdc6a5 [2019-10-03T00:12:57.712Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-10-03T00:12:57.712Z] ---> Using cache [2019-10-03T00:12:57.712Z] ---> 87ba1bfd03b7 [2019-10-03T00:12:57.712Z] Step 8/8 : COPY . . [2019-10-03T00:12:58.360Z] #20 5.719 ## 2.9% ##### 7.2% ########### 16.5% ############### 20.9% ##################### 29.6% ########################## 37.4% ################################# 45.9% ######################################## 56.3% ############################################## 64.4% ################################################### 72.1% ######################################################## 78.7% ############################################################# 84.9% ################################################################ 89.9% ###################################################################### 97.6% ######################################################################## 100.0% [2019-10-03T00:12:58.360Z] #20 7.100 [2019-10-03T00:12:58.618Z] #20 ... [2019-10-03T00:12:58.618Z] [2019-10-03T00:12:58.618Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-10-03T00:12:58.618Z] #9 1.834 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-03T00:12:58.618Z] #9 DONE 2.5s [2019-10-03T00:12:58.618Z] [2019-10-03T00:12:58.618Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-03T00:12:58.837Z] Sending build context to Docker daemon 49.99MB [2019-10-03T00:12:58.837Z] Step 1/126 : ARG CROSS="false" [2019-10-03T00:12:58.837Z] Step 2/126 : ARG GO_VERSION=1.13.1 [2019-10-03T00:12:58.837Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-10-03T00:12:58.837Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-10-03T00:12:58.837Z] 1.13.1-stretch: Pulling from library/golang [2019-10-03T00:12:58.837Z] 10831a4d6f42: Pulling fs layer [2019-10-03T00:12:58.837Z] f794a2e4526b: Pulling fs layer [2019-10-03T00:12:58.837Z] e3fa2203e375: Pulling fs layer [2019-10-03T00:12:58.837Z] 004465f1c815: Pulling fs layer [2019-10-03T00:12:58.837Z] c19c19fc3c99: Pulling fs layer [2019-10-03T00:12:58.837Z] 43d8051f8c7f: Pulling fs layer [2019-10-03T00:12:58.837Z] 6c11edc0dc35: Pulling fs layer [2019-10-03T00:12:58.837Z] 004465f1c815: Waiting [2019-10-03T00:12:58.837Z] 43d8051f8c7f: Waiting [2019-10-03T00:12:58.837Z] 6c11edc0dc35: Waiting [2019-10-03T00:12:58.837Z] c19c19fc3c99: Waiting [2019-10-03T00:12:58.877Z] #10 ... [2019-10-03T00:12:58.877Z] [2019-10-03T00:12:58.877Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-10-03T00:12:58.877Z] #15 11.00 + cd /tmp/tmp.BcVs2tGpqz/src/github.com/go-swagger/go-swagger [2019-10-03T00:12:58.877Z] #15 11.00 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-10-03T00:12:58.877Z] #15 11.57 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-03T00:12:58.877Z] #15 ... [2019-10-03T00:12:58.877Z] [2019-10-03T00:12:58.877Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:12:58.877Z] #35 17.91 Selecting previously unselected package libxml2:amd64. [2019-10-03T00:12:58.877Z] #35 17.91 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-10-03T00:12:58.877Z] #35 17.92 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-03T00:12:58.877Z] #35 18.22 Selecting previously unselected package libarchive13:amd64. [2019-10-03T00:12:58.877Z] #35 18.24 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-10-03T00:12:58.877Z] #35 18.24 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-10-03T00:12:58.877Z] #35 18.53 Selecting previously unselected package libjsoncpp1:amd64. [2019-10-03T00:12:58.877Z] #35 18.54 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-10-03T00:12:58.877Z] #35 18.55 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-10-03T00:12:58.877Z] #35 18.68 Selecting previously unselected package libuv1:amd64. [2019-10-03T00:12:58.877Z] #35 18.69 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-10-03T00:12:58.877Z] #35 18.70 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-10-03T00:12:58.877Z] #35 18.78 Selecting previously unselected package cmake. [2019-10-03T00:12:58.877Z] #35 18.79 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-10-03T00:12:58.877Z] #35 18.86 Unpacking cmake (3.7.2-1) ... [2019-10-03T00:12:58.877Z] #35 19.99 Selecting previously unselected package xxd. [2019-10-03T00:12:58.877Z] #35 19.99 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-10-03T00:12:58.877Z] #35 20.00 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:12:58.877Z] #35 20.25 Selecting previously unselected package vim-common. [2019-10-03T00:12:58.877Z] #35 20.25 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-03T00:12:58.877Z] #35 20.32 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:12:58.877Z] #35 20.73 Processing triggers for mime-support (3.60) ... [2019-10-03T00:12:58.877Z] #35 20.80 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:12:58.877Z] #35 20.82 Setting up libuv1:amd64 (1.9.1-3) ... [2019-10-03T00:12:58.877Z] #35 20.83 Setting up cmake-data (3.7.2-1) ... [2019-10-03T00:12:58.877Z] #35 20.85 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-10-03T00:12:58.877Z] #35 20.87 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-03T00:12:58.877Z] #35 20.89 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:12:58.877Z] #35 20.93 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:12:58.877Z] #35 20.95 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-03T00:12:58.877Z] #35 20.97 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-10-03T00:12:58.877Z] #35 20.99 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-10-03T00:12:58.877Z] #35 21.01 Setting up cmake (3.7.2-1) ... [2019-10-03T00:12:58.877Z] #35 21.07 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:12:59.446Z] #35 DONE 21.4s [2019-10-03T00:12:59.446Z] [2019-10-03T00:12:59.446Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-03T00:12:59.446Z] #20 7.721 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-03T00:12:59.446Z] #20 8.067 [2019-10-03T00:12:59.446Z] #20 8.159 ######################################################################## 100.0% [2019-10-03T00:12:59.446Z] #20 8.219 [2019-10-03T00:12:59.498Z] e3fa2203e375: Verifying Checksum [2019-10-03T00:12:59.498Z] e3fa2203e375: Download complete [2019-10-03T00:12:59.784Z] f794a2e4526b: Verifying Checksum [2019-10-03T00:12:59.784Z] f794a2e4526b: Download complete [2019-10-03T00:13:00.013Z] #20 8.807 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-03T00:13:00.272Z] #20 ... [2019-10-03T00:13:00.272Z] [2019-10-03T00:13:00.272Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-10-03T00:13:00.272Z] #10 DONE 1.7s [2019-10-03T00:13:00.272Z] [2019-10-03T00:13:00.272Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-03T00:13:00.272Z] #20 9.104 [2019-10-03T00:13:00.531Z] #20 9.255 ######################################################################## 100.0% [2019-10-03T00:13:00.531Z] #20 9.305 [2019-10-03T00:13:00.961Z] INFO [loader] Go packages loading at mode load types and syntax took 26.459731532s [2019-10-03T00:13:01.671Z] #20 ... [2019-10-03T00:13:01.671Z] [2019-10-03T00:13:01.671Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-10-03T00:13:01.671Z] #11 DONE 1.4s [2019-10-03T00:13:01.671Z] [2019-10-03T00:13:01.671Z] #12 [dev 6/24] RUN ldconfig [2019-10-03T00:13:02.019Z] 10831a4d6f42: Verifying Checksum [2019-10-03T00:13:02.019Z] 10831a4d6f42: Download complete [2019-10-03T00:13:03.047Z] #12 DONE 1.5s [2019-10-03T00:13:03.047Z] [2019-10-03T00:13:03.047Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-03T00:13:03.047Z] #20 10.48 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-03T00:13:03.047Z] #20 10.53 skipping existing 1849cc453dee [2019-10-03T00:13:03.047Z] #20 10.60 [2019-10-03T00:13:03.047Z] #20 11.28 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-03T00:13:03.047Z] #20 11.50 [2019-10-03T00:13:03.047Z] #20 11.59 ######################################################################## 100.0% [2019-10-03T00:13:03.047Z] #20 11.64 [2019-10-03T00:13:03.047Z] #20 11.66 Download of images into '/build' complete. [2019-10-03T00:13:03.047Z] #20 11.66 Use something like the following to load the result into a Docker daemon: [2019-10-03T00:13:03.047Z] #20 11.66 tar -cC '/build' . | docker load [2019-10-03T00:13:03.047Z] #20 DONE 11.8s [2019-10-03T00:13:03.047Z] [2019-10-03T00:13:03.047Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:13:03.523Z] 004465f1c815: Verifying Checksum [2019-10-03T00:13:03.524Z] 004465f1c815: Download complete [2019-10-03T00:13:03.809Z] 6c11edc0dc35: Verifying Checksum [2019-10-03T00:13:03.809Z] 6c11edc0dc35: Download complete [2019-10-03T00:13:03.809Z] c19c19fc3c99: Verifying Checksum [2019-10-03T00:13:03.809Z] c19c19fc3c99: Download complete [2019-10-03T00:13:06.217Z] INFO [loader] SSA repr building timing: packages building 218.050606ms, total 5.159947544s [2019-10-03T00:13:06.336Z] #13 2.781 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-03T00:13:06.336Z] #13 2.862 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-03T00:13:06.336Z] #13 2.886 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-03T00:13:06.336Z] #13 2.894 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-03T00:13:06.336Z] #13 2.904 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-03T00:13:06.336Z] #13 3.101 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-10-03T00:13:06.336Z] #13 3.362 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-03T00:13:06.594Z] #13 3.525 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-03T00:13:07.285Z] 10831a4d6f42: Pull complete [2019-10-03T00:13:07.573Z] f794a2e4526b: Pull complete [2019-10-03T00:13:07.858Z] e3fa2203e375: Pull complete [2019-10-03T00:13:08.495Z] #13 5.239 Fetched 7918 kB in 3s (2273 kB/s) [2019-10-03T00:13:08.879Z] 43d8051f8c7f: Verifying Checksum [2019-10-03T00:13:08.879Z] 43d8051f8c7f: Download complete [2019-10-03T00:13:09.428Z] #13 5.239 Reading package lists... [2019-10-03T00:13:10.371Z] #13 6.124 Reading package lists... [2019-10-03T00:13:10.371Z] #13 7.197 Building dependency tree... [2019-10-03T00:13:10.629Z] #13 7.415 Reading state information... [2019-10-03T00:13:10.629Z] #13 7.548 The following additional packages will be installed: [2019-10-03T00:13:10.629Z] #13 7.548 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-03T00:13:10.629Z] #13 7.548 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-03T00:13:10.629Z] #13 7.548 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-03T00:13:10.629Z] #13 7.548 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-03T00:13:10.629Z] #13 7.548 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-03T00:13:10.629Z] #13 7.548 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-03T00:13:10.629Z] #13 7.549 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-03T00:13:10.629Z] #13 7.549 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-03T00:13:10.629Z] #13 7.549 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-03T00:13:10.629Z] #13 7.550 Suggested packages: [2019-10-03T00:13:10.629Z] #13 7.550 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-03T00:13:10.629Z] #13 7.550 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-03T00:13:10.629Z] #13 7.550 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-03T00:13:10.629Z] #13 7.550 vim-doc vim-scripts xfsdump acl attr quota [2019-10-03T00:13:10.629Z] #13 7.550 Recommended packages: [2019-10-03T00:13:10.629Z] #13 7.550 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-03T00:13:10.629Z] #13 7.550 python3-keyrings.alt python3-xdg unzip [2019-10-03T00:13:11.561Z] #13 8.358 The following NEW packages will be installed: [2019-10-03T00:13:11.562Z] #13 8.358 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-03T00:13:11.562Z] #13 8.359 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-03T00:13:11.562Z] #13 8.359 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-03T00:13:11.562Z] #13 8.360 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-03T00:13:11.562Z] #13 8.360 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-03T00:13:11.562Z] #13 8.360 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-03T00:13:11.562Z] #13 8.361 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-03T00:13:11.562Z] #13 8.361 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-03T00:13:11.562Z] #13 8.361 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-03T00:13:11.562Z] #13 8.361 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-03T00:13:11.562Z] #13 8.362 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-03T00:13:11.562Z] #13 8.362 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-03T00:13:11.562Z] #13 8.363 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-03T00:13:11.562Z] #13 8.363 xfsprogs xxd xz-utils zip [2019-10-03T00:13:11.580Z] 004465f1c815: Pull complete [2019-10-03T00:13:12.493Z] #13 9.410 0 upgraded, 69 newly installed, 0 to remove and 12 not upgraded. [2019-10-03T00:13:12.493Z] #13 9.410 Need to get 90.9 MB of archives. [2019-10-03T00:13:12.493Z] #13 9.410 After this operation, 541 MB of additional disk space will be used. [2019-10-03T00:13:12.493Z] #13 9.410 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-10-03T00:13:12.493Z] #13 9.419 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-10-03T00:13:12.493Z] #13 9.421 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-10-03T00:13:12.493Z] #13 9.422 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-10-03T00:13:12.493Z] #13 9.425 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-10-03T00:13:12.493Z] #13 9.428 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-10-03T00:13:12.493Z] #13 9.438 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-10-03T00:13:12.493Z] #13 9.465 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-10-03T00:13:12.493Z] #13 9.467 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-10-03T00:13:12.493Z] #13 9.469 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-10-03T00:13:12.493Z] #13 9.509 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-10-03T00:13:12.493Z] #13 9.512 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-10-03T00:13:12.493Z] #13 9.513 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-10-03T00:13:12.493Z] #13 9.516 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-10-03T00:13:12.493Z] #13 9.516 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-10-03T00:13:12.493Z] #13 9.517 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-10-03T00:13:12.493Z] #13 9.518 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-10-03T00:13:12.493Z] #13 9.520 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-10-03T00:13:12.493Z] #13 9.521 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-10-03T00:13:12.493Z] #13 9.523 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-10-03T00:13:12.493Z] #13 9.524 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-10-03T00:13:12.493Z] #13 9.528 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-03T00:13:12.493Z] #13 9.531 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-03T00:13:12.493Z] #13 9.533 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-10-03T00:13:12.493Z] #13 9.534 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-10-03T00:13:12.493Z] #13 9.535 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-10-03T00:13:12.493Z] #13 9.540 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-10-03T00:13:12.493Z] #13 9.541 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-10-03T00:13:12.493Z] #13 9.542 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-10-03T00:13:12.493Z] #13 9.551 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-10-03T00:13:12.493Z] #13 9.552 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-10-03T00:13:12.493Z] #13 9.555 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-10-03T00:13:12.493Z] #13 9.557 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-10-03T00:13:12.493Z] #13 9.559 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-10-03T00:13:12.493Z] #13 9.561 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-10-03T00:13:12.493Z] #13 9.563 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-10-03T00:13:12.493Z] #13 9.563 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-10-03T00:13:12.493Z] #13 9.564 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-10-03T00:13:12.493Z] #13 9.565 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-10-03T00:13:12.493Z] #13 9.570 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-10-03T00:13:12.493Z] #13 ... [2019-10-03T00:13:12.493Z] [2019-10-03T00:13:12.493Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-10-03T00:13:12.493Z] #15 34.75 + rm -rf /tmp/tmp.BcVs2tGpqz [2019-10-03T00:13:13.058Z] #15 DONE 35.2s [2019-10-03T00:13:13.058Z] [2019-10-03T00:13:13.058Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:13:13.058Z] #13 9.574 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-10-03T00:13:13.058Z] #13 9.578 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-10-03T00:13:13.058Z] #13 9.588 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-10-03T00:13:13.058Z] #13 9.591 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-10-03T00:13:13.058Z] #13 9.592 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-10-03T00:13:13.058Z] #13 9.594 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-10-03T00:13:13.058Z] #13 9.595 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-10-03T00:13:13.058Z] #13 9.597 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-10-03T00:13:13.058Z] #13 9.624 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-10-03T00:13:13.058Z] #13 9.627 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-10-03T00:13:13.058Z] #13 9.643 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-03T00:13:13.058Z] #13 9.645 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-03T00:13:13.058Z] #13 9.647 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-10-03T00:13:13.058Z] #13 9.650 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-03T00:13:13.058Z] #13 9.651 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-10-03T00:13:13.058Z] #13 9.659 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-10-03T00:13:13.058Z] #13 9.753 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-10-03T00:13:13.058Z] #13 9.797 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-10-03T00:13:13.058Z] #13 9.807 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-10-03T00:13:13.058Z] #13 9.815 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-10-03T00:13:13.058Z] #13 9.823 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-10-03T00:13:13.058Z] #13 9.835 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-10-03T00:13:13.058Z] #13 9.857 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] [2019-10-03T00:13:13.058Z] #13 9.905 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-10-03T00:13:13.058Z] #13 9.928 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-03T00:13:13.058Z] #13 10.02 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-10-03T00:13:13.316Z] #13 10.11 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] [2019-10-03T00:13:13.316Z] #13 10.11 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] [2019-10-03T00:13:13.624Z] c19c19fc3c99: Pull complete [2019-10-03T00:13:13.880Z] #13 10.75 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] [2019-10-03T00:13:14.138Z] #13 11.14 debconf: delaying package configuration, since apt-utils is not installed [2019-10-03T00:13:14.138Z] #13 11.16 Fetched 90.9 MB in 2s (34.4 MB/s) [2019-10-03T00:13:14.138Z] #13 11.20 Selecting previously unselected package bash-completion. [2019-10-03T00:13:14.138Z] #13 11.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15161 files and directories currently installed.) [2019-10-03T00:13:14.138Z] #13 11.21 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-03T00:13:15.069Z] #13 11.76 Unpacking bash-completion (1:2.1-4.3) ... [2019-10-03T00:13:15.069Z] #13 11.89 Selecting previously unselected package libnet1:amd64. [2019-10-03T00:13:15.069Z] #13 11.89 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-10-03T00:13:15.069Z] #13 11.90 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-10-03T00:13:15.069Z] #13 11.94 Selecting previously unselected package libnfnetlink0:amd64. [2019-10-03T00:13:15.069Z] #13 11.94 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-10-03T00:13:15.069Z] #13 11.95 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-10-03T00:13:15.069Z] #13 11.99 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-10-03T00:13:15.069Z] #13 11.99 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-10-03T00:13:15.069Z] #13 12.00 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-10-03T00:13:15.069Z] #13 12.05 Selecting previously unselected package libudev-dev:amd64. [2019-10-03T00:13:15.069Z] #13 12.05 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-10-03T00:13:15.069Z] #13 12.06 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-10-03T00:13:15.069Z] #13 12.11 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-10-03T00:13:15.326Z] #13 12.11 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-10-03T00:13:15.326Z] #13 12.11 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-10-03T00:13:15.326Z] #13 12.22 Selecting previously unselected package python3.5-minimal. [2019-10-03T00:13:15.326Z] #13 12.22 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-10-03T00:13:15.326Z] #13 12.23 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-03T00:13:15.583Z] #13 12.42 Selecting previously unselected package python3-minimal. [2019-10-03T00:13:15.583Z] #13 12.43 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-10-03T00:13:15.583Z] #13 12.43 Unpacking python3-minimal (3.5.3-1) ... [2019-10-03T00:13:15.583Z] #13 12.48 Selecting previously unselected package libmpdec2:amd64. [2019-10-03T00:13:15.583Z] #13 12.48 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-10-03T00:13:15.583Z] #13 12.49 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-10-03T00:13:15.583Z] #13 12.53 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-10-03T00:13:15.583Z] #13 12.53 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-10-03T00:13:15.583Z] #13 12.54 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-10-03T00:13:15.840Z] #13 12.78 Selecting previously unselected package python3.5. [2019-10-03T00:13:15.840Z] #13 12.78 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-10-03T00:13:15.840Z] #13 12.78 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-03T00:13:15.840Z] #13 12.83 Selecting previously unselected package libpython3-stdlib:amd64. [2019-10-03T00:13:15.840Z] #13 12.83 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-10-03T00:13:15.840Z] #13 12.84 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-10-03T00:13:15.840Z] #13 12.88 Selecting previously unselected package dh-python. [2019-10-03T00:13:15.840Z] #13 12.88 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-03T00:13:16.098Z] #13 12.89 Unpacking dh-python (2.20170125) ... [2019-10-03T00:13:16.098Z] #13 12.94 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-10-03T00:13:16.098Z] #13 12.96 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-03T00:13:16.356Z] #13 13.40 Setting up python3-minimal (3.5.3-1) ... [2019-10-03T00:13:16.613Z] #13 13.61 Selecting previously unselected package python3. [2019-10-03T00:13:16.613Z] #13 13.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16747 files and directories currently installed.) [2019-10-03T00:13:16.613Z] #13 13.62 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-10-03T00:13:16.613Z] #13 13.63 Unpacking python3 (3.5.3-1) ... [2019-10-03T00:13:16.613Z] #13 13.66 Selecting previously unselected package pigz. [2019-10-03T00:13:16.613Z] #13 13.67 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-10-03T00:13:16.613Z] #13 13.67 Unpacking pigz (2.3.4-1) ... [2019-10-03T00:13:16.613Z] #13 13.71 Selecting previously unselected package libip4tc0:amd64. [2019-10-03T00:13:16.870Z] #13 13.71 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-03T00:13:16.870Z] #13 13.72 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-03T00:13:16.870Z] #13 13.76 Selecting previously unselected package libip6tc0:amd64. [2019-10-03T00:13:16.870Z] #13 13.77 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-03T00:13:16.870Z] #13 13.77 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-03T00:13:16.870Z] #13 13.82 Selecting previously unselected package libiptc0:amd64. [2019-10-03T00:13:16.870Z] #13 13.82 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-03T00:13:16.870Z] #13 13.82 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-03T00:13:16.870Z] #13 13.87 Selecting previously unselected package libxtables12:amd64. [2019-10-03T00:13:16.870Z] #13 13.87 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-03T00:13:16.870Z] #13 13.88 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-03T00:13:16.870Z] #13 13.91 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-10-03T00:13:16.870Z] #13 13.92 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-10-03T00:13:16.870Z] #13 13.92 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-10-03T00:13:17.127Z] #13 13.95 Selecting previously unselected package iptables. [2019-10-03T00:13:17.127Z] #13 13.96 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-10-03T00:13:17.127Z] #13 13.96 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-03T00:13:17.127Z] #13 14.03 Selecting previously unselected package xxd. [2019-10-03T00:13:17.127Z] #13 14.03 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-10-03T00:13:17.127Z] #13 14.04 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:13:17.127Z] #13 14.08 Selecting previously unselected package vim-common. [2019-10-03T00:13:17.127Z] #13 14.09 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-03T00:13:17.127Z] #13 14.09 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:13:17.127Z] #13 14.14 Selecting previously unselected package bzip2. [2019-10-03T00:13:17.127Z] #13 14.14 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-10-03T00:13:17.127Z] #13 14.15 Unpacking bzip2 (1.0.6-8.1) ... [2019-10-03T00:13:17.127Z] #13 14.19 Selecting previously unselected package libgpm2:amd64. [2019-10-03T00:13:17.127Z] #13 14.19 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-10-03T00:13:17.127Z] #13 14.20 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-10-03T00:13:17.127Z] #13 14.24 Selecting previously unselected package xz-utils. [2019-10-03T00:13:17.127Z] #13 14.24 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-10-03T00:13:17.385Z] #13 14.25 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-03T00:13:17.385Z] #13 14.30 Selecting previously unselected package aufs-tools. [2019-10-03T00:13:17.385Z] #13 14.30 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-10-03T00:13:17.385Z] #13 14.31 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-03T00:13:17.385Z] #13 14.35 Selecting previously unselected package liblzo2-2:amd64. [2019-10-03T00:13:17.385Z] #13 14.36 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-10-03T00:13:17.385Z] #13 14.36 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-03T00:13:17.385Z] #13 14.40 Selecting previously unselected package btrfs-progs. [2019-10-03T00:13:17.385Z] #13 14.40 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-10-03T00:13:17.385Z] #13 14.41 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-03T00:13:17.385Z] #13 14.50 Selecting previously unselected package btrfs-tools. [2019-10-03T00:13:17.642Z] #13 14.50 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-10-03T00:13:17.642Z] #13 14.50 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-03T00:13:17.642Z] #13 14.54 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-10-03T00:13:17.642Z] #13 14.54 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-10-03T00:13:17.642Z] #13 14.55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-10-03T00:13:17.642Z] #13 14.59 Selecting previously unselected package dmsetup. [2019-10-03T00:13:17.642Z] #13 14.59 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-10-03T00:13:17.642Z] #13 14.60 Unpacking dmsetup (2:1.02.137-2) ... [2019-10-03T00:13:17.642Z] #13 14.65 Selecting previously unselected package libonig4:amd64. [2019-10-03T00:13:17.642Z] #13 14.65 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-10-03T00:13:17.642Z] #13 14.65 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-10-03T00:13:17.642Z] #13 14.71 Selecting previously unselected package libjq1:amd64. [2019-10-03T00:13:17.899Z] #13 14.71 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-10-03T00:13:17.899Z] #13 14.71 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-10-03T00:13:17.899Z] #13 14.76 Selecting previously unselected package jq. [2019-10-03T00:13:17.899Z] #13 14.76 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-10-03T00:13:17.899Z] #13 14.76 Unpacking jq (1.5+dfsg-1.3) ... [2019-10-03T00:13:17.899Z] #13 14.81 Selecting previously unselected package libaio1:amd64. [2019-10-03T00:13:17.899Z] #13 14.81 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-10-03T00:13:17.899Z] #13 14.81 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-10-03T00:13:17.899Z] #13 14.84 Selecting previously unselected package libcap2-bin. [2019-10-03T00:13:17.899Z] #13 14.85 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-10-03T00:13:17.899Z] #13 14.85 Unpacking libcap2-bin (1:2.25-1) ... [2019-10-03T00:13:17.899Z] #13 14.89 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-10-03T00:13:17.899Z] #13 14.89 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-10-03T00:13:17.899Z] #13 14.90 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-10-03T00:13:17.899Z] #13 14.93 Selecting previously unselected package libsepol1-dev:amd64. [2019-10-03T00:13:18.156Z] #13 14.94 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-10-03T00:13:18.156Z] #13 14.94 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-10-03T00:13:18.156Z] #13 15.01 Selecting previously unselected package libpcre16-3:amd64. [2019-10-03T00:13:18.156Z] #13 15.01 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-10-03T00:13:18.156Z] #13 15.02 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-10-03T00:13:18.156Z] #13 15.08 Selecting previously unselected package libpcre32-3:amd64. [2019-10-03T00:13:18.156Z] #13 15.08 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-10-03T00:13:18.156Z] #13 15.08 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-10-03T00:13:18.156Z] #13 15.12 Selecting previously unselected package libpcre3-dev:amd64. [2019-10-03T00:13:18.156Z] #13 15.13 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-10-03T00:13:18.156Z] #13 15.13 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-10-03T00:13:18.156Z] #13 15.22 Selecting previously unselected package libselinux1-dev:amd64. [2019-10-03T00:13:18.414Z] #13 15.22 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-10-03T00:13:18.414Z] #13 15.23 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-10-03T00:13:18.414Z] #13 15.29 Selecting previously unselected package libdevmapper-dev:amd64. [2019-10-03T00:13:18.414Z] #13 15.29 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-10-03T00:13:18.414Z] #13 15.29 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-10-03T00:13:18.414Z] #13 15.35 Selecting previously unselected package libnl-3-200:amd64. [2019-10-03T00:13:18.414Z] #13 15.35 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-10-03T00:13:18.414Z] #13 15.36 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-10-03T00:13:18.414Z] #13 15.41 Selecting previously unselected package libprotobuf-c1:amd64. [2019-10-03T00:13:18.414Z] #13 15.41 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-10-03T00:13:18.414Z] #13 15.41 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-10-03T00:13:18.414Z] #13 15.45 Selecting previously unselected package libreadline5:amd64. [2019-10-03T00:13:18.671Z] #13 15.45 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-10-03T00:13:18.671Z] #13 15.46 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-10-03T00:13:18.671Z] #13 15.50 Selecting previously unselected package libsystemd-dev:amd64. [2019-10-03T00:13:18.671Z] #13 15.50 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-10-03T00:13:18.671Z] #13 15.50 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-10-03T00:13:18.928Z] #13 15.78 Selecting previously unselected package net-tools. [2019-10-03T00:13:18.928Z] #13 15.78 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-10-03T00:13:18.928Z] #13 15.78 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-03T00:13:18.928Z] #13 15.84 Selecting previously unselected package python-pip-whl. [2019-10-03T00:13:18.928Z] #13 15.84 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-03T00:13:18.928Z] #13 15.85 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-03T00:13:18.928Z] #13 15.97 Selecting previously unselected package python3-pip. [2019-10-03T00:13:18.928Z] #13 15.97 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-03T00:13:18.928Z] #13 15.98 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-03T00:13:18.928Z] #13 16.03 Selecting previously unselected package python3-pkg-resources. [2019-10-03T00:13:19.144Z] 43d8051f8c7f: Pull complete [2019-10-03T00:13:19.144Z] 6c11edc0dc35: Pull complete [2019-10-03T00:13:19.144Z] Digest: sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 [2019-10-03T00:13:19.144Z] Status: Downloaded newer image for golang:1.13.1-stretch [2019-10-03T00:13:19.144Z] ---> b0b87562f76b [2019-10-03T00:13:19.144Z] Step 5/126 : ARG APT_MIRROR [2019-10-03T00:13:19.185Z] #13 16.03 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-03T00:13:19.185Z] #13 16.03 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-03T00:13:19.185Z] #13 16.09 Selecting previously unselected package python3-setuptools. [2019-10-03T00:13:19.185Z] #13 16.09 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-03T00:13:19.185Z] #13 16.09 Unpacking python3-setuptools (33.1.1-1) ... [2019-10-03T00:13:19.185Z] #13 16.15 Selecting previously unselected package python3-wheel. [2019-10-03T00:13:19.185Z] #13 16.15 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-03T00:13:19.185Z] #13 16.16 Unpacking python3-wheel (0.29.0-2) ... [2019-10-03T00:13:19.185Z] #13 16.19 Selecting previously unselected package thin-provisioning-tools. [2019-10-03T00:13:19.185Z] #13 16.19 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-10-03T00:13:19.185Z] #13 16.20 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-03T00:13:19.185Z] #13 16.27 Selecting previously unselected package vim-runtime. [2019-10-03T00:13:19.430Z] ---> Running in 4a1a351a9dbc [2019-10-03T00:13:19.430Z] Removing intermediate container 4a1a351a9dbc [2019-10-03T00:13:19.430Z] ---> ca4c4de8082a [2019-10-03T00:13:19.430Z] 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-10-03T00:13:19.430Z] ---> Running in d2b0f5342030 [2019-10-03T00:13:19.442Z] #13 16.28 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-03T00:13:19.442Z] #13 16.29 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-10-03T00:13:19.443Z] #13 16.30 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-03T00:13:19.443Z] #13 16.30 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:13:20.008Z] #13 16.96 Selecting previously unselected package vim. [2019-10-03T00:13:20.008Z] #13 16.97 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-10-03T00:13:20.008Z] #13 16.97 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:13:20.051Z] Removing intermediate container d2b0f5342030 [2019-10-03T00:13:20.051Z] ---> 6d9a0cc955ae [2019-10-03T00:13:20.051Z] Step 7/126 : ENV GO111MODULE=off [2019-10-03T00:13:20.051Z] ---> Running in 2a68a3433359 [2019-10-03T00:13:20.266Z] #13 17.10 Selecting previously unselected package xfsprogs. [2019-10-03T00:13:20.266Z] #13 17.10 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-10-03T00:13:20.266Z] #13 17.10 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-03T00:13:20.266Z] #13 17.22 Selecting previously unselected package zip. [2019-10-03T00:13:20.266Z] #13 17.22 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-10-03T00:13:20.266Z] #13 17.22 Unpacking zip (3.0-11+b1) ... [2019-10-03T00:13:20.266Z] #13 17.27 Selecting previously unselected package libapparmor-perl. [2019-10-03T00:13:20.266Z] #13 17.27 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-10-03T00:13:20.266Z] #13 17.28 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-03T00:13:20.338Z] Removing intermediate container 2a68a3433359 [2019-10-03T00:13:20.338Z] ---> 6068ff55c3c6 [2019-10-03T00:13:20.338Z] Step 8/126 : FROM base AS criu [2019-10-03T00:13:20.338Z] ---> 6068ff55c3c6 [2019-10-03T00:13:20.338Z] Step 9/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:13:20.338Z] ---> Running in 942208d7036b [2019-10-03T00:13:20.338Z] Removing intermediate container 942208d7036b [2019-10-03T00:13:20.338Z] ---> e34c2abf4a7e [2019-10-03T00:13:20.338Z] Step 10/126 : ENV CRIU_VERSION 3.12 [2019-10-03T00:13:20.338Z] ---> Running in 7d8352317b6f [2019-10-03T00:13:20.523Z] #13 17.33 Selecting previously unselected package apparmor. [2019-10-03T00:13:20.523Z] #13 17.33 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-10-03T00:13:20.523Z] #13 17.35 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-03T00:13:20.523Z] #13 17.44 Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-03T00:13:20.523Z] #13 17.44 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-10-03T00:13:20.523Z] #13 17.44 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-03T00:13:20.625Z] Removing intermediate container 7d8352317b6f [2019-10-03T00:13:20.625Z] ---> 2b776e0dfb85 [2019-10-03T00:13:20.625Z] Step 11/126 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-10-03T00:13:20.625Z] ---> Running in 5117652575db [2019-10-03T00:13:20.781Z] #13 17.71 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-03T00:13:20.781Z] #13 17.71 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-10-03T00:13:20.781Z] #13 17.72 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-03T00:13:20.915Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-03T00:13:20.915Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-03T00:13:20.915Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-03T00:13:20.915Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-03T00:13:20.915Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-03T00:13:21.038Z] #13 18.03 Selecting previously unselected package binutils-mingw-w64. [2019-10-03T00:13:21.038Z] #13 18.03 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-03T00:13:21.038Z] #13 18.04 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-03T00:13:21.038Z] #13 18.08 Selecting previously unselected package mingw-w64-common. [2019-10-03T00:13:21.038Z] #13 18.08 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-03T00:13:21.038Z] #13 18.08 Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-03T00:13:21.199Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-03T00:13:21.498Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-03T00:13:21.604Z] #13 18.74 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-03T00:13:21.784Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-03T00:13:21.862Z] #13 18.74 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-03T00:13:21.862Z] #13 18.75 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-03T00:13:22.427Z] #13 19.49 Selecting previously unselected package gcc-mingw-w64-base. [2019-10-03T00:13:22.685Z] #13 19.49 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-10-03T00:13:22.685Z] #13 19.50 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-03T00:13:22.685Z] #13 19.54 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-03T00:13:22.685Z] #13 19.54 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-10-03T00:13:22.685Z] #13 19.55 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-03T00:13:23.815Z] Fetched 7719 kB in 2s (2879 kB/s) [2019-10-03T00:13:24.829Z] Reading package lists... [2019-10-03T00:13:25.846Z] Reading package lists... [2019-10-03T00:13:25.963Z] #13 22.89 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-03T00:13:25.963Z] #13 22.89 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-10-03T00:13:25.963Z] #13 22.89 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-03T00:13:26.129Z] Building dependency tree... [2019-10-03T00:13:26.129Z] Reading state information... [2019-10-03T00:13:26.413Z] The following additional packages will be installed: [2019-10-03T00:13:26.413Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-03T00:13:26.413Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-10-03T00:13:26.413Z] Suggested packages: [2019-10-03T00:13:26.413Z] manpages-dev python-setuptools [2019-10-03T00:13:26.697Z] The following NEW packages will be installed: [2019-10-03T00:13:26.697Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-03T00:13:26.697Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-03T00:13:26.697Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-03T00:13:26.697Z] zlib1g-dev [2019-10-03T00:13:26.697Z] 0 upgraded, 16 newly installed, 0 to remove and 12 not upgraded. [2019-10-03T00:13:26.697Z] Need to get 3548 kB of archives. [2019-10-03T00:13:26.697Z] After this operation, 21.2 MB of additional disk space will be used. [2019-10-03T00:13:26.697Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-03T00:13:26.697Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-10-03T00:13:26.697Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-10-03T00:13:26.697Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-10-03T00:13:26.697Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] [2019-10-03T00:13:26.697Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-03T00:13:26.697Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] [2019-10-03T00:13:26.697Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] [2019-10-03T00:13:26.697Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-10-03T00:13:26.697Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-10-03T00:13:26.697Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-10-03T00:13:26.697Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-10-03T00:13:26.697Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] [2019-10-03T00:13:26.980Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-10-03T00:13:26.980Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-03T00:13:26.980Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-10-03T00:13:26.980Z] debconf: delaying package configuration, since apt-utils is not installed [2019-10-03T00:13:26.980Z] Fetched 3548 kB in 0s (17.8 MB/s) [2019-10-03T00:13:27.265Z] Selecting previously unselected package libnet1:ppc64el. [2019-10-03T00:13:27.265Z] (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-10-03T00:13:27.265Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-03T00:13:27.265Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-03T00:13:27.265Z] Selecting previously unselected package libcap-dev:ppc64el. [2019-10-03T00:13:27.265Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-10-03T00:13:27.265Z] Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-10-03T00:13:27.265Z] Selecting previously unselected package libnet1-dev. [2019-10-03T00:13:27.265Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-03T00:13:27.265Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-03T00:13:27.265Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-03T00:13:27.265Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-03T00:13:27.265Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-03T00:13:27.265Z] Selecting previously unselected package libnl-3-dev:ppc64el. [2019-10-03T00:13:27.265Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-10-03T00:13:27.265Z] Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-03T00:13:27.265Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-03T00:13:27.265Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-03T00:13:27.265Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-03T00:13:27.265Z] Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-10-03T00:13:27.265Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-10-03T00:13:27.265Z] Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-03T00:13:27.265Z] Selecting previously unselected package zlib1g-dev:ppc64el. [2019-10-03T00:13:27.265Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-10-03T00:13:27.548Z] Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-03T00:13:27.548Z] Selecting previously unselected package libprotobuf10:ppc64el. [2019-10-03T00:13:27.548Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-10-03T00:13:27.548Z] Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-03T00:13:27.548Z] Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-10-03T00:13:27.548Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-10-03T00:13:27.548Z] Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-03T00:13:27.548Z] Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-10-03T00:13:27.548Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-10-03T00:13:27.548Z] Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-03T00:13:27.746Z] ---> a9adbdcb88f0 [2019-10-03T00:13:27.747Z] Successfully built a9adbdcb88f0 [2019-10-03T00:13:27.747Z] Successfully tagged docker:latest [2019-10-03T00:13:27.747Z] INFO: Image build ended at 10/03/2019 00:13:25. Duration:00:00:33.9957175 [2019-10-03T00:13:27.747Z] [2019-10-03T00:13:27.747Z] [2019-10-03T00:13:27.747Z] INFO: Building the test binaries at 10/03/2019 00:13:25... [2019-10-03T00:13:27.834Z] Selecting previously unselected package libprotoc10:ppc64el. [2019-10-03T00:13:27.834Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-10-03T00:13:27.834Z] Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-10-03T00:13:27.834Z] Selecting previously unselected package protobuf-c-compiler. [2019-10-03T00:13:27.834Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-10-03T00:13:27.835Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-03T00:13:27.835Z] Selecting previously unselected package protobuf-compiler. [2019-10-03T00:13:27.835Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-10-03T00:13:27.835Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-03T00:13:27.835Z] Selecting previously unselected package python-pkg-resources. [2019-10-03T00:13:27.835Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-03T00:13:27.835Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-03T00:13:28.119Z] Selecting previously unselected package python-protobuf. [2019-10-03T00:13:28.119Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-10-03T00:13:28.119Z] Unpacking python-protobuf (3.0.0-9) ... [2019-10-03T00:13:28.119Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-03T00:13:28.119Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-03T00:13:28.119Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-10-03T00:13:28.489Z] #13 25.51 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-03T00:13:28.489Z] #13 25.54 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-03T00:13:28.489Z] #13 25.56 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-10-03T00:13:28.746Z] #13 25.57 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-03T00:13:28.746Z] #13 25.58 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-10-03T00:13:28.746Z] #13 25.61 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-03T00:13:28.746Z] #13 25.63 Processing triggers for mime-support (3.60) ... [2019-10-03T00:13:28.746Z] #13 25.65 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:13:28.746Z] #13 25.66 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-10-03T00:13:28.746Z] #13 25.67 Setting up libcap2-bin (1:2.25-1) ... [2019-10-03T00:13:28.746Z] #13 25.69 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-03T00:13:28.746Z] #13 25.70 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-03T00:13:28.746Z] #13 25.72 Setting up bash-completion (1:2.1-4.3) ... [2019-10-03T00:13:29.130Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-03T00:13:29.130Z] Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-10-03T00:13:29.130Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:13:29.130Z] Setting up python-protobuf (3.0.0-9) ... [2019-10-03T00:13:29.312Z] #13 26.31 Setting up libonig4:amd64 (6.1.3-2) ... [2019-10-03T00:13:29.312Z] #13 26.33 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-10-03T00:13:29.312Z] #13 26.34 Setting up zip (3.0-11+b1) ... [2019-10-03T00:13:29.312Z] #13 26.36 Setting up bzip2 (1.0.6-8.1) ... [2019-10-03T00:13:29.312Z] #13 26.37 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-03T00:13:29.570Z] #13 26.38 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-10-03T00:13:29.570Z] #13 26.40 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:13:29.570Z] #13 26.41 Setting up libaio1:amd64 (0.3.110-3) ... [2019-10-03T00:13:29.570Z] #13 26.43 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-03T00:13:29.570Z] #13 26.45 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-03T00:13:29.570Z] #13 26.47 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-03T00:13:29.570Z] #13 26.48 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-03T00:13:29.570Z] #13 26.49 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:13:29.570Z] #13 26.51 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-10-03T00:13:29.570Z] #13 26.53 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-10-03T00:13:29.570Z] #13 26.54 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-10-03T00:13:29.570Z] #13 26.56 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:13:29.827Z] #13 26.64 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-10-03T00:13:29.827Z] #13 26.65 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-10-03T00:13:29.827Z] #13 26.66 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-10-03T00:13:29.827Z] #13 26.68 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-10-03T00:13:29.827Z] #13 26.70 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-03T00:13:29.827Z] #13 26.71 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-10-03T00:13:29.827Z] #13 26.73 Setting up pigz (2.3.4-1) ... [2019-10-03T00:13:29.827Z] #13 26.74 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-03T00:13:29.827Z] #13 26.75 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-10-03T00:13:29.827Z] #13 26.77 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-03T00:13:29.827Z] #13 26.79 Setting up mingw-w64-common (5.0.1-1) ... [2019-10-03T00:13:29.827Z] #13 26.81 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-03T00:13:29.827Z] #13 26.83 Setting up jq (1.5+dfsg-1.3) ... [2019-10-03T00:13:29.827Z] #13 26.84 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-10-03T00:13:29.827Z] #13 26.86 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-10-03T00:13:29.827Z] #13 26.87 Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-03T00:13:29.827Z] #13 26.89 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:13:29.827Z] #13 26.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-03T00:13:29.827Z] #13 26.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-03T00:13:29.827Z] #13 26.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-03T00:13:29.827Z] #13 26.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-03T00:13:29.827Z] #13 26.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-03T00:13:29.827Z] #13 26.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-03T00:13:29.827Z] #13 26.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-03T00:13:29.827Z] #13 26.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-03T00:13:29.827Z] #13 26.94 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-10-03T00:13:29.938Z] INFO: make.ps1 starting at 10/03/2019 00:13:29 [2019-10-03T00:13:30.084Z] #13 26.96 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-10-03T00:13:30.084Z] #13 26.98 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-03T00:13:30.084Z] #13 26.99 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-03T00:13:30.084Z] #13 27.00 Setting up btrfs-progs (4.7.3-1) ... [2019-10-03T00:13:30.084Z] #13 27.02 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-10-03T00:13:30.084Z] #13 27.03 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-03T00:13:30.399Z] INFO: Git commit (85733620e) assumed from DOCKER_GITCOMMIT environment variable [2019-10-03T00:13:30.400Z] INFO: Invoking autogen... [2019-10-03T00:13:30.693Z] Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-10-03T00:13:30.693Z] Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-10-03T00:13:30.693Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-03T00:13:30.693Z] Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-10-03T00:13:30.693Z] Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-10-03T00:13:30.693Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-03T00:13:30.693Z] Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-10-03T00:13:30.693Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-10-03T00:13:30.693Z] Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-10-03T00:13:30.693Z] Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-10-03T00:13:30.693Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:13:30.862Z] INFO: Building daemon... [2019-10-03T00:13:31.018Z] #13 27.94 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-10-03T00:13:31.018Z] #13 27.95 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-03T00:13:31.018Z] #13 27.97 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-10-03T00:13:31.018Z] #13 27.97 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-10-03T00:13:31.018Z] #13 27.97 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-10-03T00:13:31.018Z] #13 27.97 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-10-03T00:13:31.018Z] #13 28.00 Setting up btrfs-tools (4.7.3-1) ... [2019-10-03T00:13:31.018Z] #13 28.08 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-03T00:13:31.276Z] #13 28.11 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-10-03T00:13:31.276Z] #13 28.11 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-10-03T00:13:31.276Z] #13 28.12 Setting up python3 (3.5.3-1) ... [2019-10-03T00:13:31.323Z] Removing intermediate container 5117652575db [2019-10-03T00:13:31.323Z] ---> 26061eff7c4a [2019-10-03T00:13:31.323Z] Step 12/126 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-10-03T00:13:31.323Z] ---> Running in a7ff02ff70c5 [2019-10-03T00:13:31.533Z] #13 28.44 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-03T00:13:32.112Z] #13 29.24 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-03T00:13:32.369Z] #13 29.29 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-03T00:13:32.369Z] #13 29.31 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-10-03T00:13:32.369Z] #13 29.33 Setting up python3-wheel (0.29.0-2) ... [2019-10-03T00:13:32.573Z] Note: Building without setproctitle() and strlcpy() support. [2019-10-03T00:13:32.573Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-03T00:13:32.573Z] fatal: Not a git repository (or any of the parent directories): .git [2019-10-03T00:13:32.573Z]  GEN .gitid [2019-10-03T00:13:32.573Z] GEN criu/include/version.h [2019-10-03T00:13:32.628Z] #13 29.51 Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-03T00:13:32.859Z] GEN include/common/asm [2019-10-03T00:13:32.886Z] #13 29.72 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-10-03T00:13:32.886Z] #13 29.74 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-03T00:13:32.886Z] #13 29.96 Setting up dmsetup (2:1.02.137-2) ... [2019-10-03T00:13:33.144Z] #13 29.98 Setting up python3-setuptools (33.1.1-1) ... [2019-10-03T00:13:33.144Z] #13 30.20 Setting up dh-python (2.20170125) ... [2019-10-03T00:13:33.152Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-03T00:13:33.152Z] PBCC images/opts.pb-c.c [2019-10-03T00:13:33.152Z] PBCC images/sit.pb-c.c [2019-10-03T00:13:33.152Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-10-03T00:13:33.152Z] DEP images/opts.pb-c.d [2019-10-03T00:13:33.152Z] DEP images/sit.pb-c.d [2019-10-03T00:13:33.152Z] PBCC images/macvlan.pb-c.c [2019-10-03T00:13:33.152Z] DEP images/macvlan.pb-c.d [2019-10-03T00:13:33.152Z] PBCC images/autofs.pb-c.c [2019-10-03T00:13:33.152Z] DEP images/autofs.pb-c.d [2019-10-03T00:13:33.152Z] PBCC images/sysctl.pb-c.c [2019-10-03T00:13:33.152Z] DEP images/sysctl.pb-c.d [2019-10-03T00:13:33.152Z] PBCC images/time.pb-c.c [2019-10-03T00:13:33.152Z] DEP images/time.pb-c.d [2019-10-03T00:13:33.152Z] PBCC images/binfmt-misc.pb-c.c [2019-10-03T00:13:33.152Z] DEP images/binfmt-misc.pb-c.d [2019-10-03T00:13:33.152Z] PBCC images/seccomp.pb-c.c [2019-10-03T00:13:33.152Z] DEP images/seccomp.pb-c.d [2019-10-03T00:13:33.152Z] PBCC images/userns.pb-c.c [2019-10-03T00:13:33.401Z] #13 30.35 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-10-03T00:13:33.402Z] #13 30.37 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:13:33.437Z] DEP images/userns.pb-c.d [2019-10-03T00:13:33.437Z] PBCC images/cgroup.pb-c.c [2019-10-03T00:13:33.437Z] DEP images/cgroup.pb-c.d [2019-10-03T00:13:33.437Z] PBCC images/fown.pb-c.c [2019-10-03T00:13:33.437Z] PBCC images/ext-file.pb-c.c [2019-10-03T00:13:33.437Z] DEP images/fown.pb-c.d [2019-10-03T00:13:33.437Z] DEP images/ext-file.pb-c.d [2019-10-03T00:13:33.437Z] PBCC images/rpc.pb-c.c [2019-10-03T00:13:33.437Z] DEP images/rpc.pb-c.d [2019-10-03T00:13:33.437Z] PBCC images/siginfo.pb-c.c [2019-10-03T00:13:33.437Z] DEP images/siginfo.pb-c.d [2019-10-03T00:13:33.437Z] PBCC images/pagemap.pb-c.c [2019-10-03T00:13:33.437Z] DEP images/pagemap.pb-c.d [2019-10-03T00:13:33.437Z] PBCC images/rlimit.pb-c.c [2019-10-03T00:13:33.437Z] DEP images/rlimit.pb-c.d [2019-10-03T00:13:33.437Z] PBCC images/file-lock.pb-c.c [2019-10-03T00:13:33.437Z] DEP images/file-lock.pb-c.d [2019-10-03T00:13:33.437Z] PBCC images/tty.pb-c.c [2019-10-03T00:13:33.437Z] DEP images/tty.pb-c.d [2019-10-03T00:13:33.437Z] PBCC images/tun.pb-c.c [2019-10-03T00:13:33.437Z] PBCC images/netdev.pb-c.c [2019-10-03T00:13:33.437Z] DEP images/tun.pb-c.d [2019-10-03T00:13:33.437Z] DEP images/netdev.pb-c.d [2019-10-03T00:13:33.662Z] #13 DONE 30.7s [2019-10-03T00:13:33.743Z] PBCC images/vma.pb-c.c [2019-10-03T00:13:33.743Z] DEP images/vma.pb-c.d [2019-10-03T00:13:33.743Z] PBCC images/creds.pb-c.c [2019-10-03T00:13:33.743Z] DEP images/creds.pb-c.d [2019-10-03T00:13:33.743Z] PBCC images/utsns.pb-c.c [2019-10-03T00:13:33.743Z] DEP images/utsns.pb-c.d [2019-10-03T00:13:33.743Z] PBCC images/ipc-desc.pb-c.c [2019-10-03T00:13:33.743Z] PBCC images/ipc-sem.pb-c.c [2019-10-03T00:13:33.743Z] DEP images/ipc-desc.pb-c.d [2019-10-03T00:13:33.743Z] DEP images/ipc-sem.pb-c.d [2019-10-03T00:13:33.743Z] PBCC images/ipc-msg.pb-c.c [2019-10-03T00:13:33.743Z] DEP images/ipc-msg.pb-c.d [2019-10-03T00:13:33.743Z] PBCC images/ipc-shm.pb-c.c [2019-10-03T00:13:33.743Z] DEP images/ipc-shm.pb-c.d [2019-10-03T00:13:33.743Z] PBCC images/ipc-var.pb-c.c [2019-10-03T00:13:33.743Z] DEP images/ipc-var.pb-c.d [2019-10-03T00:13:33.743Z] PBCC images/sk-opts.pb-c.c [2019-10-03T00:13:33.743Z] PBCC images/packet-sock.pb-c.c [2019-10-03T00:13:33.743Z] DEP images/sk-opts.pb-c.d [2019-10-03T00:13:33.743Z] DEP images/packet-sock.pb-c.d [2019-10-03T00:13:33.743Z] PBCC images/sk-netlink.pb-c.c [2019-10-03T00:13:33.743Z] DEP images/sk-netlink.pb-c.d [2019-10-03T00:13:33.743Z] PBCC images/sk-inet.pb-c.c [2019-10-03T00:13:33.743Z] DEP images/sk-inet.pb-c.d [2019-10-03T00:13:33.743Z] PBCC images/sk-unix.pb-c.c [2019-10-03T00:13:33.919Z] [2019-10-03T00:13:33.920Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-10-03T00:13:34.028Z] DEP images/sk-unix.pb-c.d [2019-10-03T00:13:34.028Z] PBCC images/mm.pb-c.c [2019-10-03T00:13:34.028Z] DEP images/mm.pb-c.d [2019-10-03T00:13:34.028Z] PBCC images/timerfd.pb-c.c [2019-10-03T00:13:34.028Z] DEP images/timerfd.pb-c.d [2019-10-03T00:13:34.028Z] PBCC images/timer.pb-c.c [2019-10-03T00:13:34.028Z] DEP images/timer.pb-c.d [2019-10-03T00:13:34.028Z] PBCC images/sa.pb-c.c [2019-10-03T00:13:34.028Z] DEP images/sa.pb-c.d [2019-10-03T00:13:34.028Z] PBCC images/pipe-data.pb-c.c [2019-10-03T00:13:34.028Z] DEP images/pipe-data.pb-c.d [2019-10-03T00:13:34.028Z] PBCC images/mnt.pb-c.c [2019-10-03T00:13:34.028Z] DEP images/mnt.pb-c.d [2019-10-03T00:13:34.028Z] PBCC images/sk-packet.pb-c.c [2019-10-03T00:13:34.028Z] DEP images/sk-packet.pb-c.d [2019-10-03T00:13:34.028Z] PBCC images/tcp-stream.pb-c.c [2019-10-03T00:13:34.028Z] DEP images/tcp-stream.pb-c.d [2019-10-03T00:13:34.028Z] PBCC images/pipe.pb-c.c [2019-10-03T00:13:34.028Z] DEP images/pipe.pb-c.d [2019-10-03T00:13:34.028Z] PBCC images/pstree.pb-c.c [2019-10-03T00:13:34.028Z] DEP images/pstree.pb-c.d [2019-10-03T00:13:34.312Z] PBCC images/fs.pb-c.c [2019-10-03T00:13:34.312Z] DEP images/fs.pb-c.d [2019-10-03T00:13:34.312Z] PBCC images/signalfd.pb-c.c [2019-10-03T00:13:34.312Z] DEP images/signalfd.pb-c.d [2019-10-03T00:13:34.312Z] PBCC images/fh.pb-c.c [2019-10-03T00:13:34.312Z] PBCC images/fsnotify.pb-c.c [2019-10-03T00:13:34.312Z] DEP images/fh.pb-c.d [2019-10-03T00:13:34.312Z] DEP images/fsnotify.pb-c.d [2019-10-03T00:13:34.312Z] PBCC images/eventpoll.pb-c.c [2019-10-03T00:13:34.312Z] DEP images/eventpoll.pb-c.d [2019-10-03T00:13:34.312Z] PBCC images/eventfd.pb-c.c [2019-10-03T00:13:34.312Z] DEP images/eventfd.pb-c.d [2019-10-03T00:13:34.312Z] PBCC images/remap-file-path.pb-c.c [2019-10-03T00:13:34.312Z] DEP images/remap-file-path.pb-c.d [2019-10-03T00:13:34.312Z] PBCC images/fifo.pb-c.c [2019-10-03T00:13:34.312Z] DEP images/fifo.pb-c.d [2019-10-03T00:13:34.312Z] PBCC images/ghost-file.pb-c.c [2019-10-03T00:13:34.312Z] DEP images/ghost-file.pb-c.d [2019-10-03T00:13:34.312Z] PBCC images/regfile.pb-c.c [2019-10-03T00:13:34.312Z] DEP images/regfile.pb-c.d [2019-10-03T00:13:34.312Z] PBCC images/ns.pb-c.c [2019-10-03T00:13:34.312Z] DEP images/ns.pb-c.d [2019-10-03T00:13:34.312Z] PBCC images/fdinfo.pb-c.c [2019-10-03T00:13:34.595Z] DEP images/fdinfo.pb-c.d [2019-10-03T00:13:34.595Z] PBCC images/core-aarch64.pb-c.c [2019-10-03T00:13:34.595Z] PBCC images/core-arm.pb-c.c [2019-10-03T00:13:34.595Z] PBCC images/core-ppc64.pb-c.c [2019-10-03T00:13:34.595Z] PBCC images/core-s390.pb-c.c [2019-10-03T00:13:34.595Z] PBCC images/core-x86.pb-c.c [2019-10-03T00:13:34.595Z] PBCC images/core.pb-c.c [2019-10-03T00:13:34.595Z] PBCC images/inventory.pb-c.c [2019-10-03T00:13:34.595Z] DEP images/core-aarch64.pb-c.d [2019-10-03T00:13:34.595Z] DEP images/core-arm.pb-c.d [2019-10-03T00:13:34.595Z] DEP images/core-ppc64.pb-c.d [2019-10-03T00:13:34.595Z] DEP images/core-s390.pb-c.d [2019-10-03T00:13:34.595Z] DEP images/core-x86.pb-c.d [2019-10-03T00:13:34.595Z] DEP images/core.pb-c.d [2019-10-03T00:13:34.595Z] DEP images/inventory.pb-c.d [2019-10-03T00:13:34.595Z] PBCC images/cpuinfo.pb-c.c [2019-10-03T00:13:34.595Z] DEP images/cpuinfo.pb-c.d [2019-10-03T00:13:34.595Z] PBCC images/stats.pb-c.c [2019-10-03T00:13:34.883Z] DEP images/stats.pb-c.d [2019-10-03T00:13:35.170Z] make[1]: Nothing to be done for 'all'. [2019-10-03T00:13:35.170Z] CC images/stats.o [2019-10-03T00:13:35.454Z] CC images/core.o [2019-10-03T00:13:35.736Z] CC images/core-x86.o [2019-10-03T00:13:35.736Z] CC images/core-arm.o [2019-10-03T00:13:35.818Z] #14 1.649 Collecting yamllint==1.16.0 [2019-10-03T00:13:36.028Z] CC images/core-aarch64.o [2019-10-03T00:13:36.028Z] CC images/core-ppc64.o [2019-10-03T00:13:36.313Z] CC images/core-s390.o [2019-10-03T00:13:36.598Z] CC images/cpuinfo.o [2019-10-03T00:13:36.598Z] CC images/inventory.o [2019-10-03T00:13:36.598Z] CC images/fdinfo.o [2019-10-03T00:13:36.884Z] CC images/fown.o [2019-10-03T00:13:36.884Z] CC images/ns.o [2019-10-03T00:13:36.884Z] CC images/regfile.o [2019-10-03T00:13:37.171Z] CC images/ghost-file.o [2019-10-03T00:13:37.171Z] CC images/fifo.o [2019-10-03T00:13:37.171Z] CC images/remap-file-path.o [2019-10-03T00:13:37.171Z] CC images/eventfd.o [2019-10-03T00:13:37.456Z] CC images/eventpoll.o [2019-10-03T00:13:37.456Z] CC images/fh.o [2019-10-03T00:13:37.456Z] CC images/fsnotify.o [2019-10-03T00:13:37.740Z] CC images/signalfd.o [2019-10-03T00:13:37.740Z] CC images/fs.o [2019-10-03T00:13:37.740Z] CC images/pstree.o [2019-10-03T00:13:38.033Z] CC images/pipe.o [2019-10-03T00:13:38.033Z] CC images/tcp-stream.o [2019-10-03T00:13:38.033Z] CC images/sk-packet.o [2019-10-03T00:13:38.033Z] CC images/mnt.o [2019-10-03T00:13:38.327Z] CC images/pipe-data.o [2019-10-03T00:13:38.327Z] CC images/sa.o [2019-10-03T00:13:38.327Z] CC images/timer.o [2019-10-03T00:13:38.327Z] CC images/timerfd.o [2019-10-03T00:13:38.612Z] CC images/mm.o [2019-10-03T00:13:38.612Z] CC images/sk-opts.o [2019-10-03T00:13:38.612Z] CC images/sk-unix.o [2019-10-03T00:13:38.896Z] CC images/sk-inet.o [2019-10-03T00:13:38.896Z] CC images/tun.o [2019-10-03T00:13:38.896Z] CC images/sk-netlink.o [2019-10-03T00:13:39.181Z] CC images/packet-sock.o [2019-10-03T00:13:39.181Z] CC images/ipc-var.o [2019-10-03T00:13:39.181Z] CC images/ipc-desc.o [2019-10-03T00:13:39.465Z] CC images/ipc-shm.o [2019-10-03T00:13:39.465Z] CC images/ipc-msg.o [2019-10-03T00:13:39.465Z] CC images/ipc-sem.o [2019-10-03T00:13:39.465Z] CC images/utsns.o [2019-10-03T00:13:39.465Z] CC images/creds.o [2019-10-03T00:13:39.747Z] CC images/vma.o [2019-10-03T00:13:39.747Z] CC images/netdev.o [2019-10-03T00:13:39.747Z] CC images/tty.o [2019-10-03T00:13:40.030Z] CC images/file-lock.o [2019-10-03T00:13:40.030Z] CC images/rlimit.o [2019-10-03T00:13:40.312Z] CC images/pagemap.o [2019-10-03T00:13:40.312Z] CC images/siginfo.o [2019-10-03T00:13:40.312Z] CC images/rpc.o [2019-10-03T00:13:40.926Z] CC images/ext-file.o [2019-10-03T00:13:40.926Z] CC images/cgroup.o [2019-10-03T00:13:41.208Z] CC images/userns.o [2019-10-03T00:13:41.208Z] CC images/google/protobuf/descriptor.o [2019-10-03T00:13:41.823Z] CC images/opts.o [2019-10-03T00:13:41.823Z] CC images/seccomp.o [2019-10-03T00:13:41.823Z] CC images/binfmt-misc.o [2019-10-03T00:13:42.106Z] CC images/time.o [2019-10-03T00:13:42.106Z] CC images/sysctl.o [2019-10-03T00:13:42.106Z] CC images/autofs.o [2019-10-03T00:13:42.106Z] CC images/macvlan.o [2019-10-03T00:13:42.106Z] CC images/sit.o [2019-10-03T00:13:42.367Z] #14 7.962 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-03T00:13:42.367Z] #14 8.028 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-03T00:13:42.391Z] LINK images/built-in.o [2019-10-03T00:13:42.391Z] GEN compel/include/asm [2019-10-03T00:13:42.391Z] GEN compel/include/version.h [2019-10-03T00:13:42.391Z] touch .config [2019-10-03T00:13:42.391Z] GEN include/common/config.h [2019-10-03T00:13:42.391Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-03T00:13:42.391Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-10-03T00:13:42.391Z] GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-10-03T00:13:42.391Z] DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-10-03T00:13:42.391Z] DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-10-03T00:13:42.391Z] DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-10-03T00:13:42.391Z] DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-10-03T00:13:42.391Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-03T00:13:42.391Z] DEP compel/plugins/std/infect.d [2019-10-03T00:13:42.391Z] DEP compel/plugins/std/string.d [2019-10-03T00:13:42.391Z] DEP compel/plugins/std/log.d [2019-10-03T00:13:42.673Z] DEP compel/plugins/std/fds.d [2019-10-03T00:13:42.673Z] DEP compel/plugins/std/std.d [2019-10-03T00:13:42.673Z] DEP compel/plugins/shmem/shmem.d [2019-10-03T00:13:42.673Z] DEP compel/plugins/fds/fds.d [2019-10-03T00:13:42.673Z] CC compel/plugins/std/std.o [2019-10-03T00:13:42.932Z] #14 9.065 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-10-03T00:13:42.957Z] CC compel/plugins/std/fds.o [2019-10-03T00:13:42.957Z] CC compel/plugins/std/log.o [2019-10-03T00:13:43.189Z] #14 9.393 Collecting pyyaml (from yamllint==1.16.0) [2019-10-03T00:13:43.243Z] CC compel/plugins/std/string.o [2019-10-03T00:13:43.525Z] CC compel/plugins/std/infect.o [2019-10-03T00:13:43.525Z] CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-10-03T00:13:43.525Z] CC compel/arch/ppc64/plugins/std/memcpy.o [2019-10-03T00:13:43.525Z] CC compel/arch/ppc64/plugins/std/memcmp.o [2019-10-03T00:13:43.525Z] CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-10-03T00:13:43.525Z] AR compel/plugins/std.lib.a [2019-10-03T00:13:43.525Z] CC compel/plugins/fds/fds.o [2019-10-03T00:13:43.807Z] AR compel/plugins/fds.lib.a [2019-10-03T00:13:43.807Z] HOSTDEP compel/src/lib/log-host.d [2019-10-03T00:13:43.807Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-03T00:13:43.807Z] HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-10-03T00:13:43.807Z] HOSTDEP compel/src/main-host.d [2019-10-03T00:13:43.807Z] DEP compel/src/lib/ptrace.d [2019-10-03T00:13:44.089Z] DEP compel/src/lib/infect.d [2019-10-03T00:13:44.090Z] DEP compel/src/lib/infect-util.d [2019-10-03T00:13:44.090Z] DEP compel/src/lib/infect-rpc.d [2019-10-03T00:13:44.090Z] DEP compel/arch/ppc64/src/lib/infect.d [2019-10-03T00:13:44.090Z] DEP compel/arch/ppc64/src/lib/cpu.d [2019-10-03T00:13:44.090Z] DEP compel/src/lib/log.d [2019-10-03T00:13:44.122Z] #14 10.45 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-03T00:13:44.372Z] DEP compel/src/main.d [2019-10-03T00:13:44.372Z] DEP compel/src/lib/handle-elf.d [2019-10-03T00:13:44.372Z] DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-10-03T00:13:44.372Z] CC compel/src/lib/log.o [2019-10-03T00:13:44.372Z] CC compel/arch/ppc64/src/lib/cpu.o [2019-10-03T00:13:44.658Z] CC compel/arch/ppc64/src/lib/infect.o [2019-10-03T00:13:44.687Z] #14 10.83 Building wheels for collected packages: pathspec, pyyaml [2019-10-03T00:13:44.687Z] #14 10.83 Running setup.py bdist_wheel for pathspec: started [2019-10-03T00:13:44.940Z] CC compel/src/lib/infect-rpc.o [2019-10-03T00:13:44.940Z] CC compel/src/lib/infect-util.o [2019-10-03T00:13:44.940Z] CC compel/src/lib/infect.o [2019-10-03T00:13:44.945Z] #14 11.10 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-03T00:13:44.945Z] #14 11.10 Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-10-03T00:13:44.945Z] #14 11.11 Running setup.py bdist_wheel for pyyaml: started [2019-10-03T00:13:45.202Z] #14 11.40 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-03T00:13:45.202Z] #14 11.40 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-03T00:13:45.202Z] #14 11.41 Successfully built pathspec pyyaml [2019-10-03T00:13:45.202Z] #14 11.42 Installing collected packages: pathspec, pyyaml, yamllint [2019-10-03T00:13:45.202Z] #14 11.52 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-03T00:13:45.460Z] #14 DONE 11.7s [2019-10-03T00:13:45.460Z] [2019-10-03T00:13:45.460Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-03T00:13:45.720Z] #16 DONE 0.2s [2019-10-03T00:13:45.720Z] [2019-10-03T00:13:45.720Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-10-03T00:13:45.720Z] #64 CACHED [2019-10-03T00:13:45.720Z] [2019-10-03T00:13:45.720Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-03T00:13:45.720Z] #23 ... [2019-10-03T00:13:45.720Z] [2019-10-03T00:13:45.720Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:13:45.720Z] #40 DONE 0.2s [2019-10-03T00:13:45.946Z] CC compel/src/lib/ptrace.o [2019-10-03T00:13:45.946Z] AR compel/libcompel.a [2019-10-03T00:13:45.983Z] [2019-10-03T00:13:45.983Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:13:45.983Z] #36 DONE 0.2s [2019-10-03T00:13:45.983Z] [2019-10-03T00:13:45.983Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-10-03T00:13:45.983Z] #29 DONE 0.2s [2019-10-03T00:13:45.983Z] [2019-10-03T00:13:45.983Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-10-03T00:13:45.983Z] #32 DONE 0.2s [2019-10-03T00:13:45.983Z] [2019-10-03T00:13:45.983Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-10-03T00:13:45.983Z] #26 DONE 0.3s [2019-10-03T00:13:45.983Z] [2019-10-03T00:13:45.983Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-10-03T00:13:45.983Z] #49 DONE 0.3s [2019-10-03T00:13:45.983Z] [2019-10-03T00:13:45.983Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-03T00:13:45.983Z] #52 DONE 0.3s [2019-10-03T00:13:45.983Z] [2019-10-03T00:13:45.983Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-10-03T00:13:45.983Z] #50 ... [2019-10-03T00:13:45.983Z] [2019-10-03T00:13:45.983Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-10-03T00:13:45.983Z] #23 DONE 0.4s [2019-10-03T00:13:46.229Z] HOSTCC compel/src/main-host.o [2019-10-03T00:13:46.229Z] HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-10-03T00:13:46.229Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-10-03T00:13:46.241Z] [2019-10-03T00:13:46.241Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-10-03T00:13:46.241Z] #60 DONE 0.5s [2019-10-03T00:13:46.241Z] [2019-10-03T00:13:46.241Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-10-03T00:13:46.241Z] #41 DONE 0.4s [2019-10-03T00:13:46.241Z] [2019-10-03T00:13:46.241Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-10-03T00:13:46.516Z] HOSTCC compel/src/lib/log-host.o [2019-10-03T00:13:46.516Z] HOSTLINK compel/compel-host-bin [2019-10-03T00:13:46.516Z] DEP soccr/soccr.d [2019-10-03T00:13:46.516Z] CC soccr/soccr.o [2019-10-03T00:13:46.806Z] #61 ... [2019-10-03T00:13:46.806Z] [2019-10-03T00:13:46.806Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-10-03T00:13:46.806Z] #37 DONE 1.0s [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-03T00:13:46.926Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2019-10-03T00:13:46.926Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-03T00:13:46.926Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-03T00:13:46.926Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2019-10-03T00:13:46.926Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-03T00:13:46.926Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-10-03T00:13:46.926Z] ok github.com/docker/docker/api/types/versions 0.016s coverage: 75.0% of statements [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/builder [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-03T00:13:46.926Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-03T00:13:47.065Z] [2019-10-03T00:13:47.065Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-03T00:13:47.065Z] #21 DONE 1.4s [2019-10-03T00:13:47.065Z] [2019-10-03T00:13:47.065Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-10-03T00:13:47.133Z] AR soccr/libsoccr.a [2019-10-03T00:13:47.133Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-03T00:13:47.416Z] DEP criu/arch/ppc64/sigframe.d [2019-10-03T00:13:47.416Z] DEP criu/arch/ppc64/crtools.d [2019-10-03T00:13:47.416Z] DEP criu/arch/ppc64/cpu.d [2019-10-03T00:13:47.416Z] CC criu/arch/ppc64/cpu.o [2019-10-03T00:13:47.700Z] CC criu/arch/ppc64/crtools.o [2019-10-03T00:13:47.724Z] ok github.com/docker/docker/builder/dockerignore 0.001s coverage: 96.8% of statements [2019-10-03T00:13:48.321Z] CC criu/arch/ppc64/sigframe.o [2019-10-03T00:13:48.321Z] LINK criu/arch/ppc64/crtools.built-in.o [2019-10-03T00:13:48.321Z] DEP criu/arch/ppc64/misc.d [2019-10-03T00:13:48.321Z] DEP criu/arch/ppc64/vdso-trampoline.d [2019-10-03T00:13:48.321Z] DEP criu/arch/ppc64/vdso-pie.d [2019-10-03T00:13:48.321Z] DEP criu/pie/parasite-vdso.d [2019-10-03T00:13:48.321Z] DEP criu/pie/util-vdso.d [2019-10-03T00:13:48.321Z] DEP criu/pie/util.d [2019-10-03T00:13:48.603Z] CC criu/pie/util.o [2019-10-03T00:13:48.603Z] CC criu/pie/util-vdso.o [2019-10-03T00:13:48.886Z] CC criu/pie/parasite-vdso.o [2019-10-03T00:13:49.169Z] CC criu/arch/ppc64/vdso-pie.o [2019-10-03T00:13:49.169Z] CC criu/arch/ppc64/vdso-trampoline.o [2019-10-03T00:13:49.169Z] CC criu/arch/ppc64/misc.o [2019-10-03T00:13:49.169Z] AR criu/pie/pie.lib.a [2019-10-03T00:13:49.451Z] DEP criu/pie/restorer.d [2019-10-03T00:13:49.451Z] DEP criu/arch/ppc64/restorer.d [2019-10-03T00:13:49.451Z] DEP criu/pie/parasite.d [2019-10-03T00:13:49.451Z] CC criu/pie/parasite.o [2019-10-03T00:13:50.066Z] LINK criu/pie/parasite.built-in.o [2019-10-03T00:13:50.066Z] GEN criu/pie/parasite-blob.h [2019-10-03T00:13:50.066Z] CC criu/arch/ppc64/restorer.o [2019-10-03T00:13:50.347Z] CC criu/pie/restorer.o [2019-10-03T00:13:51.114Z] ok github.com/docker/docker/builder/fscache 0.112s coverage: 69.2% of statements [2019-10-03T00:13:51.353Z] LINK criu/pie/restorer.built-in.o [2019-10-03T00:13:51.353Z] GEN criu/pie/restorer-blob.h [2019-10-03T00:13:51.353Z] DEP criu/vdso.d [2019-10-03T00:13:51.353Z] DEP criu/uts_ns.d [2019-10-03T00:13:51.353Z] DEP criu/util.d [2019-10-03T00:13:51.540Z] ok github.com/docker/docker/builder/dockerfile 1.024s coverage: 46.6% of statements [2019-10-03T00:13:51.634Z] DEP criu/uffd.d [2019-10-03T00:13:51.634Z] DEP criu/tun.d [2019-10-03T00:13:51.634Z] DEP criu/tty.d [2019-10-03T00:13:51.916Z] DEP criu/timerfd.d [2019-10-03T00:13:51.916Z] DEP criu/sysfs_parse.d [2019-10-03T00:13:51.916Z] DEP criu/sysctl.d [2019-10-03T00:13:51.916Z] DEP criu/string.d [2019-10-03T00:13:51.916Z] DEP criu/stats.d [2019-10-03T00:13:52.198Z] DEP criu/sockets.d [2019-10-03T00:13:52.198Z] DEP criu/sk-unix.d [2019-10-03T00:13:52.198Z] DEP criu/sk-tcp.d [2019-10-03T00:13:52.198Z] DEP criu/sk-queue.d [2019-10-03T00:13:52.329Z] #38 ... [2019-10-03T00:13:52.329Z] [2019-10-03T00:13:52.329Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-03T00:13:52.329Z] #53 6.167 + RM_GOPATH=0 [2019-10-03T00:13:52.329Z] #53 6.171 + TMP_GOPATH= [2019-10-03T00:13:52.329Z] #53 6.171 + : /build [2019-10-03T00:13:52.329Z] #53 6.171 + '[' -z '' ']' [2019-10-03T00:13:52.329Z] #53 6.173 ++ mktemp -d [2019-10-03T00:13:52.329Z] #53 6.180 + export GOPATH=/tmp/tmp.AHwVkdnUU3 [2019-10-03T00:13:52.329Z] #53 6.180 + GOPATH=/tmp/tmp.AHwVkdnUU3 [2019-10-03T00:13:52.329Z] #53 6.181 + RM_GOPATH=1 [2019-10-03T00:13:52.329Z] #53 6.181 ++ dirname ./install.sh [2019-10-03T00:13:52.329Z] #53 6.193 + dir=. [2019-10-03T00:13:52.329Z] #53 6.193 + bin=dockercli [2019-10-03T00:13:52.329Z] #53 6.193 + shift [2019-10-03T00:13:52.329Z] #53 6.193 + '[' '!' -f ./dockercli.installer ']' [2019-10-03T00:13:52.329Z] #53 6.193 + . ./dockercli.installer [2019-10-03T00:13:52.329Z] #53 6.193 ++ DOCKERCLI_CHANNEL=stable [2019-10-03T00:13:52.329Z] #53 6.193 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-10-03T00:13:52.329Z] #53 6.194 + install_dockercli [2019-10-03T00:13:52.329Z] #53 6.194 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-03T00:13:52.329Z] #53 6.194 Install docker/cli version 17.06.2-ce from stable [2019-10-03T00:13:52.329Z] #53 6.194 ++ uname -m [2019-10-03T00:13:52.329Z] #53 6.200 + arch=x86_64 [2019-10-03T00:13:52.329Z] #53 6.201 + '[' x86_64 '!=' x86_64 ']' [2019-10-03T00:13:52.329Z] #53 6.201 + url=https://download.docker.com/linux/static [2019-10-03T00:13:52.329Z] #53 6.201 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-10-03T00:13:52.329Z] #53 6.201 + tar -xz docker/docker [2019-10-03T00:13:52.480Z] DEP criu/sk-packet.d [2019-10-03T00:13:52.480Z] DEP criu/sk-netlink.d [2019-10-03T00:13:52.480Z] DEP criu/sk-inet.d [2019-10-03T00:13:52.587Z] #53 ... [2019-10-03T00:13:52.587Z] [2019-10-03T00:13:52.587Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-10-03T00:13:52.587Z] #50 6.737 + RM_GOPATH=0 [2019-10-03T00:13:52.587Z] #50 6.737 + TMP_GOPATH= [2019-10-03T00:13:52.587Z] #50 6.737 + : /build [2019-10-03T00:13:52.587Z] #50 6.737 + '[' -z '' ']' [2019-10-03T00:13:52.587Z] #50 6.738 ++ mktemp -d [2019-10-03T00:13:52.587Z] #50 6.741 + export GOPATH=/tmp/tmp.0uaQC01gNl [2019-10-03T00:13:52.587Z] #50 6.741 + GOPATH=/tmp/tmp.0uaQC01gNl [2019-10-03T00:13:52.587Z] #50 6.741 + RM_GOPATH=1 [2019-10-03T00:13:52.587Z] #50 6.748 ++ dirname ./install.sh [2019-10-03T00:13:52.587Z] #50 6.755 + dir=. [2019-10-03T00:13:52.587Z] #50 6.755 + bin=proxy [2019-10-03T00:13:52.587Z] #50 6.755 + shift [2019-10-03T00:13:52.587Z] #50 6.755 + '[' '!' -f ./proxy.installer ']' [2019-10-03T00:13:52.587Z] #50 6.756 + . ./proxy.installer [2019-10-03T00:13:52.587Z] #50 6.756 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-10-03T00:13:52.587Z] #50 6.756 + install_proxy [2019-10-03T00:13:52.587Z] #50 6.756 + case "$1" in [2019-10-03T00:13:52.587Z] #50 6.756 + export CGO_ENABLED=0 [2019-10-03T00:13:52.587Z] #50 6.756 + CGO_ENABLED=0 [2019-10-03T00:13:52.587Z] #50 6.757 + _install_proxy [2019-10-03T00:13:52.587Z] #50 6.757 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-10-03T00:13:52.587Z] #50 6.757 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-03T00:13:52.587Z] #50 6.757 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.0uaQC01gNl/src/github.com/docker/libnetwork [2019-10-03T00:13:52.587Z] #50 6.759 Cloning into '/tmp/tmp.0uaQC01gNl/src/github.com/docker/libnetwork'... [2019-10-03T00:13:52.762Z] DEP criu/signalfd.d [2019-10-03T00:13:52.762Z] DEP criu/sigframe.d [2019-10-03T00:13:52.762Z] DEP criu/shmem.d [2019-10-03T00:13:52.762Z] DEP criu/servicefd.d [2019-10-03T00:13:52.762Z] DEP criu/seize.d [2019-10-03T00:13:53.045Z] DEP criu/seccomp.d [2019-10-03T00:13:53.045Z] DEP criu/rst-malloc.d [2019-10-03T00:13:53.045Z] DEP criu/rbtree.d [2019-10-03T00:13:53.045Z] DEP criu/pstree.d [2019-10-03T00:13:53.045Z] DEP criu/protobuf.d [2019-10-03T00:13:53.045Z] GEN criu/protobuf-desc-gen.h [2019-10-03T00:13:53.396Z] ok github.com/docker/docker/builder/remotecontext 0.196s coverage: 13.6% of statements [2019-10-03T00:13:53.674Z] DEP criu/protobuf-desc.d [2019-10-03T00:13:53.675Z] DEP criu/proc_parse.d [2019-10-03T00:13:53.675Z] DEP criu/plugin.d [2019-10-03T00:13:53.675Z] DEP criu/pipes.d [2019-10-03T00:13:53.778Z] ok github.com/docker/docker/builder/remotecontext/git 1.014s coverage: 85.1% of statements [2019-10-03T00:13:53.778Z] ? github.com/docker/docker/cli [no test files] [2019-10-03T00:13:53.778Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-03T00:13:53.957Z] DEP criu/pie-util.d [2019-10-03T00:13:53.957Z] DEP criu/pie-util-vdso.d [2019-10-03T00:13:53.957Z] DEP criu/pie-util-vdso-elf32.d [2019-10-03T00:13:53.957Z] DEP criu/path.d [2019-10-03T00:13:53.957Z] DEP criu/parasite-syscall.d [2019-10-03T00:13:54.154Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-10-03T00:13:54.239Z] DEP criu/pagemap.d [2019-10-03T00:13:54.239Z] DEP criu/pagemap-cache.d [2019-10-03T00:13:54.239Z] DEP criu/page-xfer.d [2019-10-03T00:13:54.239Z] DEP criu/page-pipe.d [2019-10-03T00:13:54.521Z] DEP criu/netfilter.d [2019-10-03T00:13:54.521Z] DEP criu/net.d [2019-10-03T00:13:54.521Z] DEP criu/namespaces.d [2019-10-03T00:13:54.521Z] DEP criu/mount.d [2019-10-03T00:13:54.803Z] DEP criu/mem.d [2019-10-03T00:13:54.803Z] DEP criu/lsm.d [2019-10-03T00:13:54.803Z] DEP criu/log.d [2019-10-03T00:13:54.803Z] DEP criu/libnetlink.d [2019-10-03T00:13:55.085Z] DEP criu/kerndat.d [2019-10-03T00:13:55.085Z] DEP criu/kcmp-ids.d [2019-10-03T00:13:55.085Z] DEP criu/irmap.d [2019-10-03T00:13:55.085Z] DEP criu/ipc_ns.d [2019-10-03T00:13:55.367Z] DEP criu/image.d [2019-10-03T00:13:55.367Z] DEP criu/image-desc.d [2019-10-03T00:13:55.367Z] DEP criu/fsnotify.d [2019-10-03T00:13:55.367Z] DEP criu/filesystems.d [2019-10-03T00:13:55.651Z] DEP criu/files.d [2019-10-03T00:13:55.651Z] DEP criu/files-reg.d [2019-10-03T00:13:55.651Z] DEP criu/files-ext.d [2019-10-03T00:13:55.651Z] DEP criu/file-lock.d [2019-10-03T00:13:55.865Z] #50 ... [2019-10-03T00:13:55.865Z] [2019-10-03T00:13:55.865Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-10-03T00:13:55.865Z] #44 3.830 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-03T00:13:55.865Z] #44 3.918 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-03T00:13:55.865Z] #44 3.957 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-03T00:13:55.865Z] #44 3.962 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-03T00:13:55.865Z] #44 3.982 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-03T00:13:55.865Z] #44 4.374 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-10-03T00:13:55.865Z] #44 5.283 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-03T00:13:55.865Z] #44 6.215 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-03T00:13:55.865Z] #44 ... [2019-10-03T00:13:55.865Z] [2019-10-03T00:13:55.865Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:13:55.865Z] #57 7.569 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-03T00:13:55.865Z] #57 7.571 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-03T00:13:55.865Z] #57 7.639 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-03T00:13:55.865Z] #57 7.658 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-03T00:13:55.865Z] #57 7.684 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-03T00:13:55.865Z] #57 8.378 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-10-03T00:13:55.865Z] #57 10.04 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-10-03T00:13:55.865Z] #57 ... [2019-10-03T00:13:55.865Z] [2019-10-03T00:13:55.865Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:13:55.865Z] #33 6.594 + RM_GOPATH=0 [2019-10-03T00:13:55.865Z] #33 6.594 + TMP_GOPATH= [2019-10-03T00:13:55.865Z] #33 6.594 + : /build [2019-10-03T00:13:55.865Z] #33 6.594 + '[' -z '' ']' [2019-10-03T00:13:55.865Z] #33 6.595 ++ mktemp -d [2019-10-03T00:13:55.865Z] #33 6.598 + export GOPATH=/tmp/tmp.GiIePVYbRv [2019-10-03T00:13:55.865Z] #33 6.598 + GOPATH=/tmp/tmp.GiIePVYbRv [2019-10-03T00:13:55.865Z] #33 6.598 + RM_GOPATH=1 [2019-10-03T00:13:55.865Z] #33 6.598 ++ dirname ./install.sh [2019-10-03T00:13:55.865Z] #33 6.599 + dir=. [2019-10-03T00:13:55.865Z] #33 6.599 + bin=vndr [2019-10-03T00:13:55.865Z] #33 6.599 + shift [2019-10-03T00:13:55.865Z] #33 6.599 + '[' '!' -f ./vndr.installer ']' [2019-10-03T00:13:55.865Z] #33 6.599 + . ./vndr.installer [2019-10-03T00:13:55.865Z] #33 6.599 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-03T00:13:55.865Z] #33 6.599 + install_vndr [2019-10-03T00:13:55.865Z] #33 6.600 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-03T00:13:55.865Z] #33 6.600 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-03T00:13:55.865Z] #33 6.600 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.GiIePVYbRv/src/github.com/LK4D4/vndr [2019-10-03T00:13:55.865Z] #33 6.602 Cloning into '/tmp/tmp.GiIePVYbRv/src/github.com/LK4D4/vndr'... [2019-10-03T00:13:55.865Z] #33 7.546 + cd /tmp/tmp.GiIePVYbRv/src/github.com/LK4D4/vndr [2019-10-03T00:13:55.865Z] #33 7.546 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-03T00:13:55.865Z] #33 7.580 + go build -buildmode=pie -v -o /build/vndr . [2019-10-03T00:13:55.865Z] #33 8.878 runtime/internal/atomic [2019-10-03T00:13:55.865Z] #33 8.888 internal/cpu [2019-10-03T00:13:55.865Z] #33 9.149 runtime/internal/sys [2019-10-03T00:13:55.865Z] #33 9.372 runtime/internal/math [2019-10-03T00:13:55.865Z] #33 9.391 internal/bytealg [2019-10-03T00:13:55.865Z] #33 9.495 internal/race [2019-10-03T00:13:55.865Z] #33 9.624 sync/atomic [2019-10-03T00:13:55.865Z] #33 9.868 unicode [2019-10-03T00:13:55.933Z] DEP criu/file-ids.d [2019-10-03T00:13:55.933Z] DEP criu/fifo.d [2019-10-03T00:13:55.933Z] DEP criu/fdstore.d [2019-10-03T00:13:55.933Z] DEP criu/fault-injection.d [2019-10-03T00:13:55.933Z] DEP criu/external.d [2019-10-03T00:13:56.123Z] #33 ... [2019-10-03T00:13:56.123Z] [2019-10-03T00:13:56.123Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-10-03T00:13:56.123Z] #27 6.505 + RM_GOPATH=0 [2019-10-03T00:13:56.123Z] #27 6.505 + TMP_GOPATH= [2019-10-03T00:13:56.123Z] #27 6.506 + : /build [2019-10-03T00:13:56.123Z] #27 6.506 + '[' -z '' ']' [2019-10-03T00:13:56.123Z] #27 6.506 ++ mktemp -d [2019-10-03T00:13:56.123Z] #27 6.508 + export GOPATH=/tmp/tmp.o0GdincpU1 [2019-10-03T00:13:56.123Z] #27 6.508 + GOPATH=/tmp/tmp.o0GdincpU1 [2019-10-03T00:13:56.123Z] #27 6.508 + RM_GOPATH=1 [2019-10-03T00:13:56.123Z] #27 6.509 ++ dirname ./install.sh [2019-10-03T00:13:56.123Z] #27 6.512 + dir=. [2019-10-03T00:13:56.123Z] #27 6.512 + bin=gotestsum [2019-10-03T00:13:56.123Z] #27 6.512 + shift [2019-10-03T00:13:56.123Z] #27 6.513 + '[' '!' -f ./gotestsum.installer ']' [2019-10-03T00:13:56.123Z] #27 6.513 + . ./gotestsum.installer [2019-10-03T00:13:56.123Z] #27 6.513 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-10-03T00:13:56.123Z] #27 6.513 + install_gotestsum [2019-10-03T00:13:56.123Z] #27 6.513 + echo 'Installing gotestsum version v0.3.5' [2019-10-03T00:13:56.123Z] #27 6.514 Installing gotestsum version v0.3.5 [2019-10-03T00:13:56.123Z] #27 6.514 + go get -d gotest.tools/gotestsum [2019-10-03T00:13:56.123Z] #27 ... [2019-10-03T00:13:56.123Z] [2019-10-03T00:13:56.123Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-10-03T00:13:56.123Z] #24 7.038 + RM_GOPATH=0 [2019-10-03T00:13:56.123Z] #24 7.038 + TMP_GOPATH= [2019-10-03T00:13:56.123Z] #24 7.038 + : /build [2019-10-03T00:13:56.123Z] #24 7.038 + '[' -z '' ']' [2019-10-03T00:13:56.123Z] #24 7.041 ++ mktemp -d [2019-10-03T00:13:56.123Z] #24 7.042 + export GOPATH=/tmp/tmp.Om4DrFC7nF [2019-10-03T00:13:56.123Z] #24 7.042 + GOPATH=/tmp/tmp.Om4DrFC7nF [2019-10-03T00:13:56.123Z] #24 7.043 + RM_GOPATH=1 [2019-10-03T00:13:56.123Z] #24 7.043 ++ dirname ./install.sh [2019-10-03T00:13:56.123Z] #24 7.043 + dir=. [2019-10-03T00:13:56.123Z] #24 7.045 + bin=golangci_lint [2019-10-03T00:13:56.123Z] #24 7.045 + shift [2019-10-03T00:13:56.123Z] #24 7.045 + '[' '!' -f ./golangci_lint.installer ']' [2019-10-03T00:13:56.123Z] #24 7.045 + . ./golangci_lint.installer [2019-10-03T00:13:56.123Z] #24 7.045 ++ : v1.17.1 [2019-10-03T00:13:56.123Z] #24 7.045 + install_golangci_lint [2019-10-03T00:13:56.123Z] #24 7.045 Installing golangci-lint version v1.17.1 [2019-10-03T00:13:56.123Z] #24 7.045 + echo 'Installing golangci-lint version v1.17.1' [2019-10-03T00:13:56.123Z] #24 7.045 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-03T00:13:56.215Z] DEP criu/eventpoll.d [2019-10-03T00:13:56.215Z] DEP criu/eventfd.d [2019-10-03T00:13:56.215Z] DEP criu/crtools.d [2019-10-03T00:13:56.215Z] DEP criu/cr-service.d [2019-10-03T00:13:56.380Z] #24 ... [2019-10-03T00:13:56.381Z] [2019-10-03T00:13:56.381Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-10-03T00:13:56.381Z] #42 6.658 + RM_GOPATH=0 [2019-10-03T00:13:56.381Z] #42 6.658 + TMP_GOPATH= [2019-10-03T00:13:56.381Z] #42 6.658 + : /build [2019-10-03T00:13:56.381Z] #42 6.658 + '[' -z '' ']' [2019-10-03T00:13:56.381Z] #42 6.659 ++ mktemp -d [2019-10-03T00:13:56.381Z] #42 6.667 + export GOPATH=/tmp/tmp.zyHfEhnyua [2019-10-03T00:13:56.381Z] #42 6.667 + GOPATH=/tmp/tmp.zyHfEhnyua [2019-10-03T00:13:56.381Z] #42 6.667 + RM_GOPATH=1 [2019-10-03T00:13:56.381Z] #42 6.667 ++ dirname ./install.sh [2019-10-03T00:13:56.381Z] #42 6.670 + dir=. [2019-10-03T00:13:56.381Z] #42 6.670 + bin=runc [2019-10-03T00:13:56.381Z] #42 6.670 + shift [2019-10-03T00:13:56.381Z] #42 6.671 + '[' '!' -f ./runc.installer ']' [2019-10-03T00:13:56.381Z] #42 6.674 + . ./runc.installer [2019-10-03T00:13:56.381Z] #42 6.674 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-03T00:13:56.381Z] #42 6.674 + install_runc [2019-10-03T00:13:56.381Z] #42 6.675 + uname -r [2019-10-03T00:13:56.381Z] #42 6.675 + grep -q '^3\.10\.0.*\.el7\.' [2019-10-03T00:13:56.381Z] #42 6.679 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-03T00:13:56.381Z] #42 6.682 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-03T00:13:56.381Z] #42 6.682 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-03T00:13:56.381Z] #42 6.683 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.zyHfEhnyua/src/github.com/opencontainers/runc [2019-10-03T00:13:56.381Z] #42 6.686 Cloning into '/tmp/tmp.zyHfEhnyua/src/github.com/opencontainers/runc'... [2019-10-03T00:13:56.381Z] #42 ... [2019-10-03T00:13:56.381Z] [2019-10-03T00:13:56.381Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-10-03T00:13:56.381Z] #55 3.112 + mktemp -d [2019-10-03T00:13:56.381Z] #55 3.113 + export GOPATH=/tmp/tmp.0YLtEFUNXt [2019-10-03T00:13:56.381Z] #55 3.114 + git clone https://github.com/docker/distribution.git /tmp/tmp.0YLtEFUNXt/src/github.com/docker/distribution [2019-10-03T00:13:56.381Z] #55 3.118 Cloning into '/tmp/tmp.0YLtEFUNXt/src/github.com/docker/distribution'... [2019-10-03T00:13:56.381Z] #55 9.212 + cd /tmp/tmp.0YLtEFUNXt/src/github.com/docker/distribution [2019-10-03T00:13:56.381Z] #55 9.212 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-03T00:13:56.498Z] DEP criu/cr-restore.d [2019-10-03T00:13:56.498Z] DEP criu/cr-errno.d [2019-10-03T00:13:56.498Z] DEP criu/cr-dump.d [2019-10-03T00:13:56.498Z] DEP criu/cr-dedup.d [2019-10-03T00:13:56.639Z] #55 ... [2019-10-03T00:13:56.639Z] [2019-10-03T00:13:56.639Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-10-03T00:13:56.639Z] #30 6.639 + RM_GOPATH=0 [2019-10-03T00:13:56.639Z] #30 6.639 + TMP_GOPATH= [2019-10-03T00:13:56.639Z] #30 6.639 + : /build [2019-10-03T00:13:56.639Z] #30 6.639 + '[' -z '' ']' [2019-10-03T00:13:56.639Z] #30 6.639 ++ mktemp -d [2019-10-03T00:13:56.639Z] #30 6.642 + export GOPATH=/tmp/tmp.QDUp5uPj4Q [2019-10-03T00:13:56.639Z] #30 6.643 + GOPATH=/tmp/tmp.QDUp5uPj4Q [2019-10-03T00:13:56.639Z] #30 6.643 + RM_GOPATH=1 [2019-10-03T00:13:56.639Z] #30 6.646 ++ dirname ./install.sh [2019-10-03T00:13:56.639Z] #30 6.647 + dir=. [2019-10-03T00:13:56.639Z] #30 6.647 + bin=tomlv [2019-10-03T00:13:56.639Z] #30 6.649 + shift [2019-10-03T00:13:56.639Z] #30 6.649 + '[' '!' -f ./tomlv.installer ']' [2019-10-03T00:13:56.639Z] #30 6.649 + . ./tomlv.installer [2019-10-03T00:13:56.639Z] #30 6.652 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-03T00:13:56.639Z] #30 6.652 + install_tomlv [2019-10-03T00:13:56.639Z] #30 6.652 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-03T00:13:56.639Z] #30 6.652 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-03T00:13:56.639Z] #30 6.653 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.QDUp5uPj4Q/src/github.com/BurntSushi/toml [2019-10-03T00:13:56.639Z] #30 6.662 Cloning into '/tmp/tmp.QDUp5uPj4Q/src/github.com/BurntSushi/toml'... [2019-10-03T00:13:56.639Z] #30 7.839 + cd /tmp/tmp.QDUp5uPj4Q/src/github.com/BurntSushi/toml [2019-10-03T00:13:56.639Z] #30 7.839 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-03T00:13:56.639Z] #30 7.860 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-03T00:13:56.639Z] #30 8.500 runtime/internal/atomic [2019-10-03T00:13:56.639Z] #30 8.504 internal/cpu [2019-10-03T00:13:56.639Z] #30 8.679 runtime/internal/sys [2019-10-03T00:13:56.639Z] #30 8.790 runtime/internal/math [2019-10-03T00:13:56.639Z] #30 8.843 math/bits [2019-10-03T00:13:56.639Z] #30 9.281 internal/bytealg [2019-10-03T00:13:56.639Z] #30 9.389 math [2019-10-03T00:13:56.639Z] #30 10.00 runtime [2019-10-03T00:13:56.639Z] #30 ... [2019-10-03T00:13:56.639Z] [2019-10-03T00:13:56.639Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-10-03T00:13:56.639Z] #61 6.877 + RM_GOPATH=0 [2019-10-03T00:13:56.639Z] #61 6.881 + TMP_GOPATH= [2019-10-03T00:13:56.639Z] #61 6.881 + : /build/ [2019-10-03T00:13:56.639Z] #61 6.882 + '[' -z '' ']' [2019-10-03T00:13:56.639Z] #61 6.886 ++ mktemp -d [2019-10-03T00:13:56.639Z] #61 6.889 + export GOPATH=/tmp/tmp.T5cIxVU3na [2019-10-03T00:13:56.639Z] #61 6.889 + GOPATH=/tmp/tmp.T5cIxVU3na [2019-10-03T00:13:56.639Z] #61 6.889 + RM_GOPATH=1 [2019-10-03T00:13:56.639Z] #61 6.890 ++ dirname ./install.sh [2019-10-03T00:13:56.639Z] #61 6.891 + dir=. [2019-10-03T00:13:56.639Z] #61 6.891 + bin=rootlesskit [2019-10-03T00:13:56.639Z] #61 6.891 + shift [2019-10-03T00:13:56.639Z] #61 6.891 + '[' '!' -f ./rootlesskit.installer ']' [2019-10-03T00:13:56.639Z] #61 6.891 + . ./rootlesskit.installer [2019-10-03T00:13:56.639Z] #61 6.891 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-03T00:13:56.639Z] #61 6.892 + install_rootlesskit [2019-10-03T00:13:56.639Z] #61 6.892 + case "$1" in [2019-10-03T00:13:56.639Z] #61 6.892 + export CGO_ENABLED=0 [2019-10-03T00:13:56.639Z] #61 6.892 + CGO_ENABLED=0 [2019-10-03T00:13:56.639Z] #61 6.892 + _install_rootlesskit [2019-10-03T00:13:56.639Z] #61 6.892 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-03T00:13:56.639Z] #61 6.892 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-03T00:13:56.639Z] #61 6.893 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.T5cIxVU3na/src/github.com/rootless-containers/rootlesskit [2019-10-03T00:13:56.639Z] #61 6.908 Cloning into '/tmp/tmp.T5cIxVU3na/src/github.com/rootless-containers/rootlesskit'... [2019-10-03T00:13:56.639Z] #61 10.52 + cd /tmp/tmp.T5cIxVU3na/src/github.com/rootless-containers/rootlesskit [2019-10-03T00:13:56.639Z] #61 10.52 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-03T00:13:56.780Z] DEP criu/cr-check.d [2019-10-03T00:13:56.780Z] DEP criu/config.d [2019-10-03T00:13:56.780Z] DEP criu/clone-noasan.d [2019-10-03T00:13:56.780Z] DEP criu/cgroup.d [2019-10-03T00:13:56.897Z] #61 10.82 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-03T00:13:56.897Z] #61 10.82 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-03T00:13:57.062Z] DEP criu/cgroup-props.d [2019-10-03T00:13:57.062Z] DEP criu/bitmap.d [2019-10-03T00:13:57.062Z] DEP criu/bfd.d [2019-10-03T00:13:57.062Z] DEP criu/autofs.d [2019-10-03T00:13:57.062Z] DEP criu/aio.d [2019-10-03T00:13:57.344Z] DEP criu/action-scripts.d [2019-10-03T00:13:57.344Z] CC criu/action-scripts.o [2019-10-03T00:13:57.626Z] CC criu/aio.o [2019-10-03T00:13:57.908Z] CC criu/autofs.o [2019-10-03T00:13:58.322Z] ok github.com/docker/docker/client 0.167s coverage: 75.8% of statements [2019-10-03T00:13:58.522Z] CC criu/bfd.o [2019-10-03T00:13:58.805Z] CC criu/bitmap.o [2019-10-03T00:13:58.805Z] CC criu/cgroup-props.o [2019-10-03T00:13:59.087Z] CC criu/cgroup.o [2019-10-03T00:13:59.427Z] #61 ... [2019-10-03T00:13:59.427Z] [2019-10-03T00:13:59.427Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-10-03T00:13:59.427Z] #30 13.25 unicode/utf8 [2019-10-03T00:13:59.685Z] #30 13.91 internal/race [2019-10-03T00:13:59.944Z] #30 14.09 sync/atomic [2019-10-03T00:14:00.202Z] #30 14.29 unicode [2019-10-03T00:14:00.557Z] CC criu/clone-noasan.o [2019-10-03T00:14:00.557Z] CC criu/config.o [2019-10-03T00:14:00.769Z] #30 ... [2019-10-03T00:14:00.769Z] [2019-10-03T00:14:00.769Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-03T00:14:00.769Z] #53 13.94 + mkdir -p /build [2019-10-03T00:14:00.769Z] #53 13.95 + mv docker/docker /build/ [2019-10-03T00:14:00.769Z] #53 13.96 + rmdir docker [2019-10-03T00:14:00.769Z] #53 DONE 14.7s [2019-10-03T00:14:00.769Z] [2019-10-03T00:14:00.769Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-10-03T00:14:00.769Z] #42 14.04 + cd /tmp/tmp.zyHfEhnyua/src/github.com/opencontainers/runc [2019-10-03T00:14:00.769Z] #42 14.05 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-03T00:14:00.769Z] #42 14.14 + '[' -z '' ']' [2019-10-03T00:14:00.769Z] #42 14.14 + target=static [2019-10-03T00:14:00.769Z] #42 14.14 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-03T00:14:01.565Z] CC criu/cr-check.o [2019-10-03T00:14:02.179Z] CC criu/cr-dedup.o [2019-10-03T00:14:02.462Z] CC criu/cr-dump.o [2019-10-03T00:14:02.672Z] #42 ... [2019-10-03T00:14:02.672Z] [2019-10-03T00:14:02.672Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-10-03T00:14:02.672Z] #38 5.802 + RM_GOPATH=0 [2019-10-03T00:14:02.672Z] #38 5.802 + TMP_GOPATH= [2019-10-03T00:14:02.672Z] #38 5.802 + : /build [2019-10-03T00:14:02.672Z] #38 5.802 + '[' -z '' ']' [2019-10-03T00:14:02.672Z] #38 5.804 ++ mktemp -d [2019-10-03T00:14:02.672Z] #38 5.806 + export GOPATH=/tmp/tmp.cLKjQK02vJ [2019-10-03T00:14:02.672Z] #38 5.806 + GOPATH=/tmp/tmp.cLKjQK02vJ [2019-10-03T00:14:02.672Z] #38 5.806 + RM_GOPATH=1 [2019-10-03T00:14:02.672Z] #38 5.814 ++ dirname ./install.sh [2019-10-03T00:14:02.672Z] #38 5.820 + dir=. [2019-10-03T00:14:02.672Z] #38 5.822 + bin=tini [2019-10-03T00:14:02.672Z] #38 5.822 + shift [2019-10-03T00:14:02.672Z] #38 5.822 + '[' '!' -f ./tini.installer ']' [2019-10-03T00:14:02.672Z] #38 5.823 + . ./tini.installer [2019-10-03T00:14:02.672Z] #38 5.823 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-03T00:14:02.672Z] #38 5.823 + install_tini [2019-10-03T00:14:02.672Z] #38 5.825 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-03T00:14:02.672Z] #38 5.825 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-03T00:14:02.672Z] #38 5.825 + git clone https://github.com/krallin/tini.git /tmp/tmp.cLKjQK02vJ/tini [2019-10-03T00:14:02.672Z] #38 5.835 Cloning into '/tmp/tmp.cLKjQK02vJ/tini'... [2019-10-03T00:14:02.672Z] #38 6.728 + cd /tmp/tmp.cLKjQK02vJ/tini [2019-10-03T00:14:02.672Z] #38 6.728 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-03T00:14:02.672Z] #38 6.762 + cmake . [2019-10-03T00:14:02.672Z] #38 7.606 -- The C compiler identification is GNU 6.3.0 [2019-10-03T00:14:02.672Z] #38 7.730 -- Check for working C compiler: /usr/bin/cc [2019-10-03T00:14:02.672Z] #38 8.472 -- Check for working C compiler: /usr/bin/cc -- works [2019-10-03T00:14:02.672Z] #38 8.479 -- Detecting C compiler ABI info [2019-10-03T00:14:02.672Z] #38 9.128 -- Detecting C compiler ABI info - done [2019-10-03T00:14:02.672Z] #38 9.234 -- Detecting C compile features [2019-10-03T00:14:02.672Z] #38 11.38 -- Detecting C compile features - done [2019-10-03T00:14:02.672Z] #38 11.42 -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-03T00:14:02.672Z] #38 11.67 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-03T00:14:02.672Z] #38 11.80 -- Configuring done [2019-10-03T00:14:02.672Z] #38 11.83 -- Generating done [2019-10-03T00:14:02.672Z] #38 11.84 -- Build files have been written to: /tmp/tmp.cLKjQK02vJ/tini [2019-10-03T00:14:02.672Z] #38 11.84 + make tini-static [2019-10-03T00:14:02.672Z] #38 12.32 Scanning dependencies of target tini-static [2019-10-03T00:14:02.672Z] #38 12.41 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-03T00:14:02.672Z] #38 14.15 [100%] Linking C executable tini-static [2019-10-03T00:14:02.672Z] #38 15.38 [100%] Built target tini-static [2019-10-03T00:14:02.672Z] #38 15.44 + mkdir -p /build [2019-10-03T00:14:02.672Z] #38 15.44 + cp tini-static /build/docker-init [2019-10-03T00:14:02.672Z] #38 DONE 15.6s [2019-10-03T00:14:02.672Z] [2019-10-03T00:14:02.672Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:14:02.672Z] #33 10.38 runtime [2019-10-03T00:14:02.672Z] #33 13.09 unicode/utf8 [2019-10-03T00:14:02.672Z] #33 13.43 math/bits [2019-10-03T00:14:02.672Z] #33 13.93 math [2019-10-03T00:14:02.931Z] #33 ... [2019-10-03T00:14:02.931Z] [2019-10-03T00:14:02.931Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-10-03T00:14:02.931Z] #42 16.60 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-10-03T00:14:03.492Z] CC criu/cr-errno.o [2019-10-03T00:14:03.492Z] CC criu/cr-restore.o [2019-10-03T00:14:06.230Z] #42 ... [2019-10-03T00:14:06.230Z] [2019-10-03T00:14:06.230Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:14:06.230Z] #57 10.72 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-10-03T00:14:06.242Z] CC criu/cr-service.o [2019-10-03T00:14:06.488Z] #57 ... [2019-10-03T00:14:06.488Z] [2019-10-03T00:14:06.488Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:14:06.488Z] #33 18.46 internal/testlog [2019-10-03T00:14:06.488Z] #33 18.69 encoding [2019-10-03T00:14:06.488Z] #33 18.75 unicode/utf16 [2019-10-03T00:14:06.488Z] #33 18.98 container/list [2019-10-03T00:14:06.488Z] #33 19.35 crypto/internal/subtle [2019-10-03T00:14:06.488Z] #33 19.47 crypto/subtle [2019-10-03T00:14:06.488Z] #33 19.57 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-03T00:14:06.488Z] #33 19.65 internal/nettrace [2019-10-03T00:14:06.488Z] #33 19.76 runtime/cgo [2019-10-03T00:14:06.858Z] CC criu/crtools.o [2019-10-03T00:14:07.056Z] #33 ... [2019-10-03T00:14:07.056Z] [2019-10-03T00:14:07.056Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-10-03T00:14:07.056Z] #55 11.46 + GOPATH=/tmp/tmp.0YLtEFUNXt/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.0YLtEFUNXt go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-03T00:14:07.141Z] CC criu/eventfd.o [2019-10-03T00:14:07.314Z] #55 ... [2019-10-03T00:14:07.314Z] [2019-10-03T00:14:07.314Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-10-03T00:14:07.314Z] #50 19.82 + cd /tmp/tmp.0uaQC01gNl/src/github.com/docker/libnetwork [2019-10-03T00:14:07.314Z] #50 19.83 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-03T00:14:07.314Z] #50 20.24 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-03T00:14:07.424Z] CC criu/eventpoll.o [2019-10-03T00:14:07.707Z] CC criu/external.o [2019-10-03T00:14:07.990Z] CC criu/fault-injection.o [2019-10-03T00:14:07.990Z] CC criu/fdstore.o [2019-10-03T00:14:08.274Z] CC criu/fifo.o [2019-10-03T00:14:08.274Z] CC criu/file-ids.o [2019-10-03T00:14:08.556Z] CC criu/file-lock.o [2019-10-03T00:14:09.171Z] CC criu/files-ext.o [2019-10-03T00:14:09.171Z] CC criu/files-reg.o [2019-10-03T00:14:10.652Z] CC criu/files.o [2019-10-03T00:14:11.659Z] CC criu/filesystems.o [2019-10-03T00:14:11.942Z] CC criu/fsnotify.o [2019-10-03T00:14:12.556Z] CC criu/image-desc.o [2019-10-03T00:14:12.556Z] CC criu/image.o [2019-10-03T00:14:12.579Z] #50 ... [2019-10-03T00:14:12.579Z] [2019-10-03T00:14:12.579Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-10-03T00:14:12.579Z] #24 21.76 + cd /tmp/tmp.Om4DrFC7nF/src/github.com/golangci/golangci-lint/ [2019-10-03T00:14:12.579Z] #24 21.76 + git checkout -q v1.17.1 [2019-10-03T00:14:12.579Z] #24 22.81 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-03T00:14:13.145Z] #24 ... [2019-10-03T00:14:13.145Z] [2019-10-03T00:14:13.145Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-10-03T00:14:13.145Z] #44 17.47 Fetched 7918 kB in 14s (538 kB/s) [2019-10-03T00:14:13.145Z] #44 17.47 Reading package lists... [2019-10-03T00:14:13.145Z] #44 22.72 Reading package lists... [2019-10-03T00:14:13.145Z] #44 27.12 Building dependency tree... [2019-10-03T00:14:13.145Z] #44 ... [2019-10-03T00:14:13.145Z] [2019-10-03T00:14:13.145Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-10-03T00:14:13.145Z] #30 17.32 internal/testlog [2019-10-03T00:14:13.145Z] #30 17.78 encoding [2019-10-03T00:14:13.145Z] #30 17.95 runtime/cgo [2019-10-03T00:14:13.171Z] CC criu/ipc_ns.o [2019-10-03T00:14:13.403Z] #30 ... [2019-10-03T00:14:13.404Z] [2019-10-03T00:14:13.404Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:14:13.404Z] #57 21.01 Fetched 7918 kB in 14s (549 kB/s) [2019-10-03T00:14:13.404Z] #57 21.01 Reading package lists... [2019-10-03T00:14:13.662Z] #57 25.88 Reading package lists... [2019-10-03T00:14:13.662Z] #57 ... [2019-10-03T00:14:13.662Z] [2019-10-03T00:14:13.662Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:14:13.662Z] #33 27.79 vendor/golang.org/x/crypto/internal/subtle [2019-10-03T00:14:13.662Z] #33 27.88 vendor/golang.org/x/crypto/curve25519 [2019-10-03T00:14:13.786Z] CC criu/irmap.o [2019-10-03T00:14:14.069Z] CC criu/kcmp-ids.o [2019-10-03T00:14:14.352Z] CC criu/kerndat.o [2019-10-03T00:14:14.967Z] CC criu/libnetlink.o [2019-10-03T00:14:14.967Z] CC criu/log.o [2019-10-03T00:14:15.250Z] CC criu/lsm.o [2019-10-03T00:14:15.533Z] CC criu/mem.o [2019-10-03T00:14:16.539Z] CC criu/mount.o [2019-10-03T00:14:18.704Z] CC criu/namespaces.o [2019-10-03T00:14:18.927Z] #33 ... [2019-10-03T00:14:18.927Z] [2019-10-03T00:14:18.927Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-10-03T00:14:18.927Z] #44 27.12 Building dependency tree... [2019-10-03T00:14:18.927Z] #44 28.20 Reading state information... [2019-10-03T00:14:18.927Z] #44 29.19 The following additional packages will be installed: [2019-10-03T00:14:18.927Z] #44 29.20 btrfs-progs liblzo2-2 [2019-10-03T00:14:18.927Z] #44 29.35 The following NEW packages will be installed: [2019-10-03T00:14:18.927Z] #44 29.37 btrfs-progs btrfs-tools liblzo2-2 [2019-10-03T00:14:18.927Z] #44 30.48 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-03T00:14:18.927Z] #44 30.48 Need to get 649 kB of archives. [2019-10-03T00:14:18.927Z] #44 30.48 After this operation, 4320 kB of additional disk space will be used. [2019-10-03T00:14:18.927Z] #44 30.48 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-10-03T00:14:18.927Z] #44 30.49 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-10-03T00:14:18.927Z] #44 30.53 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-10-03T00:14:18.927Z] #44 31.27 debconf: delaying package configuration, since apt-utils is not installed [2019-10-03T00:14:18.927Z] #44 31.44 Fetched 649 kB in 1s (592 kB/s) [2019-10-03T00:14:18.927Z] #44 31.56 Selecting previously unselected package liblzo2-2:amd64. [2019-10-03T00:14:18.927Z] #44 31.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-10-03T00:14:18.927Z] #44 31.58 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-10-03T00:14:18.927Z] #44 31.59 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-03T00:14:18.927Z] #44 31.73 Selecting previously unselected package btrfs-progs. [2019-10-03T00:14:18.927Z] #44 31.74 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-10-03T00:14:18.927Z] #44 31.74 Unpacking btrfs-progs (4.7.3-1) ... [2019-10-03T00:14:18.927Z] #44 32.41 Selecting previously unselected package btrfs-tools. [2019-10-03T00:14:18.927Z] #44 32.42 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-10-03T00:14:18.927Z] #44 32.43 Unpacking btrfs-tools (4.7.3-1) ... [2019-10-03T00:14:18.927Z] #44 32.60 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:14:18.927Z] #44 32.73 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-10-03T00:14:18.927Z] #44 32.76 Setting up btrfs-progs (4.7.3-1) ... [2019-10-03T00:14:18.927Z] #44 32.78 Setting up btrfs-tools (4.7.3-1) ... [2019-10-03T00:14:18.927Z] #44 32.80 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:14:19.186Z] #44 DONE 33.6s [2019-10-03T00:14:19.186Z] [2019-10-03T00:14:19.186Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-10-03T00:14:19.186Z] #50 DONE 33.3s [2019-10-03T00:14:19.186Z] [2019-10-03T00:14:19.186Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:14:19.444Z] #45 DONE 0.1s [2019-10-03T00:14:19.444Z] [2019-10-03T00:14:19.444Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-10-03T00:14:19.444Z] #46 DONE 0.1s [2019-10-03T00:14:19.444Z] [2019-10-03T00:14:19.444Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-10-03T00:14:20.186Z] CC criu/net.o [2019-10-03T00:14:22.208Z] CC criu/netfilter.o [2019-10-03T00:14:22.208Z] CC criu/page-pipe.o [2019-10-03T00:14:22.490Z] CC criu/page-xfer.o [2019-10-03T00:14:22.728Z] #47 2.785 + RM_GOPATH=0 [2019-10-03T00:14:22.729Z] #47 2.787 + TMP_GOPATH= [2019-10-03T00:14:22.729Z] #47 2.787 + : /build [2019-10-03T00:14:22.729Z] #47 2.787 + '[' -z '' ']' [2019-10-03T00:14:22.729Z] #47 2.787 ++ mktemp -d [2019-10-03T00:14:22.729Z] #47 2.791 + export GOPATH=/tmp/tmp.f6IAWdb9Kx [2019-10-03T00:14:22.729Z] #47 2.791 + GOPATH=/tmp/tmp.f6IAWdb9Kx [2019-10-03T00:14:22.729Z] #47 2.792 + RM_GOPATH=1 [2019-10-03T00:14:22.729Z] #47 2.793 ++ dirname ./install.sh [2019-10-03T00:14:22.729Z] #47 2.794 + dir=. [2019-10-03T00:14:22.729Z] #47 2.795 + bin=containerd [2019-10-03T00:14:22.729Z] #47 2.795 + shift [2019-10-03T00:14:22.729Z] #47 2.795 + '[' '!' -f ./containerd.installer ']' [2019-10-03T00:14:22.729Z] #47 2.795 + . ./containerd.installer [2019-10-03T00:14:22.729Z] #47 2.796 ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-10-03T00:14:22.729Z] #47 2.796 + install_containerd [2019-10-03T00:14:22.729Z] #47 2.797 + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-10-03T00:14:22.729Z] #47 2.797 Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-10-03T00:14:22.729Z] #47 2.797 + git clone https://github.com/containerd/containerd.git /tmp/tmp.f6IAWdb9Kx/src/github.com/containerd/containerd [2019-10-03T00:14:22.729Z] #47 2.801 Cloning into '/tmp/tmp.f6IAWdb9Kx/src/github.com/containerd/containerd'... [2019-10-03T00:14:23.498Z] CC criu/pagemap-cache.o [2019-10-03T00:14:23.498Z] CC criu/pagemap.o [2019-10-03T00:14:24.112Z] CC criu/parasite-syscall.o [2019-10-03T00:14:24.726Z] CC criu/path.o [2019-10-03T00:14:24.726Z] CC criu/pie-util-vdso-elf32.o [2019-10-03T00:14:25.009Z] CC criu/pie-util-vdso.o [2019-10-03T00:14:25.291Z] CC criu/pie-util.o [2019-10-03T00:14:25.576Z] CC criu/pipes.o [2019-10-03T00:14:25.864Z] CC criu/plugin.o [2019-10-03T00:14:26.014Z] #47 ... [2019-10-03T00:14:26.014Z] [2019-10-03T00:14:26.014Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:14:26.014Z] #57 25.88 Reading package lists... [2019-10-03T00:14:26.014Z] #57 30.17 Building dependency tree... [2019-10-03T00:14:26.014Z] #57 31.06 Reading state information... [2019-10-03T00:14:26.014Z] #57 32.01 The following additional packages will be installed: [2019-10-03T00:14:26.014Z] #57 32.01 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-10-03T00:14:26.014Z] #57 32.01 libprotoc10 python-pkg-resources zlib1g-dev [2019-10-03T00:14:26.014Z] #57 32.02 Suggested packages: [2019-10-03T00:14:26.014Z] #57 32.02 manpages-dev python-setuptools [2019-10-03T00:14:26.014Z] #57 33.13 The following NEW packages will be installed: [2019-10-03T00:14:26.014Z] #57 33.13 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-10-03T00:14:26.014Z] #57 33.13 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-10-03T00:14:26.014Z] #57 33.14 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-10-03T00:14:26.014Z] #57 33.14 zlib1g-dev [2019-10-03T00:14:26.014Z] #57 34.33 0 upgraded, 16 newly installed, 0 to remove and 12 not upgraded. [2019-10-03T00:14:26.014Z] #57 34.33 Need to get 3602 kB of archives. [2019-10-03T00:14:26.014Z] #57 34.33 After this operation, 18.9 MB of additional disk space will be used. [2019-10-03T00:14:26.014Z] #57 34.33 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-10-03T00:14:26.014Z] #57 34.34 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-10-03T00:14:26.014Z] #57 34.34 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-10-03T00:14:26.014Z] #57 34.35 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-10-03T00:14:26.014Z] #57 34.35 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-10-03T00:14:26.014Z] #57 34.38 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-10-03T00:14:26.014Z] #57 34.41 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-10-03T00:14:26.014Z] #57 34.41 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-10-03T00:14:26.014Z] #57 34.43 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-10-03T00:14:26.014Z] #57 34.59 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-10-03T00:14:26.014Z] #57 34.62 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-10-03T00:14:26.014Z] #57 34.76 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-10-03T00:14:26.014Z] #57 34.89 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-10-03T00:14:26.014Z] #57 34.90 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-10-03T00:14:26.014Z] #57 34.90 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-10-03T00:14:26.014Z] #57 34.90 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-10-03T00:14:26.014Z] #57 35.80 debconf: delaying package configuration, since apt-utils is not installed [2019-10-03T00:14:26.014Z] #57 35.94 Fetched 3602 kB in 1s (2088 kB/s) [2019-10-03T00:14:26.014Z] #57 36.03 Selecting previously unselected package libnet1:amd64. [2019-10-03T00:14:26.014Z] #57 36.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-10-03T00:14:26.014Z] #57 36.06 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 36.07 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-10-03T00:14:26.014Z] #57 36.15 Selecting previously unselected package libcap-dev:amd64. [2019-10-03T00:14:26.014Z] #57 36.16 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 36.17 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-10-03T00:14:26.014Z] #57 36.25 Selecting previously unselected package libnet1-dev. [2019-10-03T00:14:26.014Z] #57 36.26 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 36.27 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-10-03T00:14:26.014Z] #57 36.44 Selecting previously unselected package libnl-3-200:amd64. [2019-10-03T00:14:26.014Z] #57 36.44 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 36.45 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-10-03T00:14:26.014Z] #57 36.61 Selecting previously unselected package libnl-3-dev:amd64. [2019-10-03T00:14:26.014Z] #57 36.61 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 36.63 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-10-03T00:14:26.014Z] #57 36.89 Selecting previously unselected package libprotobuf-c1:amd64. [2019-10-03T00:14:26.014Z] #57 36.89 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 36.89 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-10-03T00:14:26.014Z] #57 36.99 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-10-03T00:14:26.014Z] #57 36.99 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 37.00 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-10-03T00:14:26.014Z] #57 37.10 Selecting previously unselected package zlib1g-dev:amd64. [2019-10-03T00:14:26.014Z] #57 37.10 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 37.11 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-10-03T00:14:26.014Z] #57 37.33 Selecting previously unselected package libprotobuf10:amd64. [2019-10-03T00:14:26.014Z] #57 37.33 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 37.34 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-10-03T00:14:26.014Z] #57 37.87 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-10-03T00:14:26.014Z] #57 37.87 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 37.88 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-10-03T00:14:26.014Z] #57 38.04 Selecting previously unselected package libprotobuf-dev:amd64. [2019-10-03T00:14:26.014Z] #57 38.04 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 38.05 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-10-03T00:14:26.014Z] #57 38.81 Selecting previously unselected package libprotoc10:amd64. [2019-10-03T00:14:26.014Z] #57 38.81 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 38.81 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-10-03T00:14:26.014Z] #57 39.22 Selecting previously unselected package protobuf-c-compiler. [2019-10-03T00:14:26.014Z] #57 39.23 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 39.24 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-10-03T00:14:26.014Z] #57 39.36 Selecting previously unselected package protobuf-compiler. [2019-10-03T00:14:26.014Z] #57 39.36 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 39.37 Unpacking protobuf-compiler (3.0.0-9) ... [2019-10-03T00:14:26.014Z] #57 39.50 Selecting previously unselected package python-pkg-resources. [2019-10-03T00:14:26.014Z] #57 39.50 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-10-03T00:14:26.014Z] #57 39.50 Unpacking python-pkg-resources (33.1.1-1) ... [2019-10-03T00:14:26.014Z] #57 39.73 Selecting previously unselected package python-protobuf. [2019-10-03T00:14:26.014Z] #57 39.73 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-10-03T00:14:26.014Z] #57 39.74 Unpacking python-protobuf (3.0.0-9) ... [2019-10-03T00:14:26.014Z] #57 40.13 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-10-03T00:14:26.014Z] #57 40.26 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-10-03T00:14:26.014Z] #57 40.28 Setting up python-pkg-resources (33.1.1-1) ... [2019-10-03T00:14:26.146Z] CC criu/proc_parse.o [2019-10-03T00:14:27.407Z] ok github.com/docker/docker/cmd/dockerd 0.044s coverage: 30.1% of statements [2019-10-03T00:14:27.651Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc: Package:19960834 Name:quota Decls:[0xc022e85700 0xc022e85780 0xc022e85800 0xc022e85880 0xc022e2fc50 0xc022e2fda0] Scope:scope 0xc014d2c160 { [2019-10-03T00:14:27.651Z] var ErrQuotaNotSupported [2019-10-03T00:14:27.651Z] type errQuotaNotSupported [2019-10-03T00:14:27.651Z] } [2019-10-03T00:14:27.651Z] Imports:[0xc022e2fad0] Unresolved:[errdefs nil string] Comments:[0xc022e8c200 0xc022e8c380]} [2019-10-03T00:14:27.916Z] #57 ... [2019-10-03T00:14:27.916Z] [2019-10-03T00:14:27.916Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-10-03T00:14:27.916Z] #27 31.65 + cd /tmp/tmp.o0GdincpU1/src/gotest.tools/gotestsum [2019-10-03T00:14:27.916Z] #27 31.65 + git checkout -q v0.3.5 [2019-10-03T00:14:27.916Z] #27 31.66 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-03T00:14:27.916Z] #27 ... [2019-10-03T00:14:27.916Z] [2019-10-03T00:14:27.916Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:14:27.916Z] #33 35.09 sync [2019-10-03T00:14:27.916Z] #33 35.09 internal/reflectlite [2019-10-03T00:14:27.916Z] #33 36.30 github.com/LK4D4/vndr/godl/singleflight [2019-10-03T00:14:27.916Z] #33 36.53 math/rand [2019-10-03T00:14:27.916Z] #33 37.32 internal/singleflight [2019-10-03T00:14:27.916Z] #33 37.63 errors [2019-10-03T00:14:27.916Z] #33 37.65 sort [2019-10-03T00:14:27.916Z] #33 37.93 io [2019-10-03T00:14:27.916Z] #33 38.59 strconv [2019-10-03T00:14:27.916Z] #33 38.80 bytes [2019-10-03T00:14:27.916Z] #33 40.27 bufio [2019-10-03T00:14:27.916Z] #33 40.92 reflect [2019-10-03T00:14:27.916Z] #33 41.64 internal/oserror [2019-10-03T00:14:27.916Z] #33 41.72 syscall [2019-10-03T00:14:28.164Z] CC criu/protobuf-desc.o [2019-10-03T00:14:28.446Z] CC criu/protobuf.o [2019-10-03T00:14:28.729Z] CC criu/pstree.o [2019-10-03T00:14:28.741Z] ok github.com/docker/docker/container 0.126s coverage: 35.3% of statements [2019-10-03T00:14:28.741Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-03T00:14:28.741Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-03T00:14:28.741Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-03T00:14:28.741Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-03T00:14:29.291Z] #33 ... [2019-10-03T00:14:29.291Z] [2019-10-03T00:14:29.291Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:14:29.291Z] #57 43.63 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-10-03T00:14:29.291Z] #57 43.64 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-10-03T00:14:29.291Z] #57 43.66 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:14:29.291Z] #57 43.68 Setting up python-protobuf (3.0.0-9) ... [2019-10-03T00:14:29.739Z] CC criu/rbtree.o [2019-10-03T00:14:29.739Z] CC criu/rst-malloc.o [2019-10-03T00:14:29.858Z] #57 ... [2019-10-03T00:14:29.858Z] [2019-10-03T00:14:29.858Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-10-03T00:14:29.858Z] #30 34.07 internal/reflectlite [2019-10-03T00:14:29.858Z] #30 34.07 sync [2019-10-03T00:14:29.858Z] #30 36.40 errors [2019-10-03T00:14:29.858Z] #30 36.40 sort [2019-10-03T00:14:29.858Z] #30 36.70 strconv [2019-10-03T00:14:29.858Z] #30 37.29 io [2019-10-03T00:14:29.858Z] #30 38.14 internal/oserror [2019-10-03T00:14:29.858Z] #30 38.28 syscall [2019-10-03T00:14:29.858Z] #30 39.41 reflect [2019-10-03T00:14:30.021Z] CC criu/seccomp.o [2019-10-03T00:14:30.116Z] #30 44.19 time [2019-10-03T00:14:30.303Z] CC criu/seize.o [2019-10-03T00:14:30.916Z] CC criu/servicefd.o [2019-10-03T00:14:31.199Z] CC criu/shmem.o [2019-10-03T00:14:31.813Z] CC criu/sigframe.o [2019-10-03T00:14:32.095Z] CC criu/signalfd.o [2019-10-03T00:14:32.095Z] CC criu/sk-inet.o [2019-10-03T00:14:32.720Z] CC criu/sk-netlink.o [2019-10-03T00:14:33.002Z] CC criu/sk-packet.o [2019-10-03T00:14:33.399Z] #30 ... [2019-10-03T00:14:33.399Z] [2019-10-03T00:14:33.399Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:14:33.399Z] #33 47.07 time [2019-10-03T00:14:33.620Z] CC criu/sk-queue.o [2019-10-03T00:14:33.901Z] CC criu/sk-tcp.o [2019-10-03T00:14:34.188Z] CC criu/sk-unix.o [2019-10-03T00:14:35.301Z] #33 ... [2019-10-03T00:14:35.301Z] [2019-10-03T00:14:35.301Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-10-03T00:14:35.301Z] #57 48.45 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-10-03T00:14:35.301Z] #57 48.47 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-10-03T00:14:35.301Z] #57 48.50 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-10-03T00:14:35.301Z] #57 48.53 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-10-03T00:14:35.301Z] #57 48.55 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-10-03T00:14:35.301Z] #57 48.58 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-10-03T00:14:35.301Z] #57 48.62 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-10-03T00:14:35.301Z] #57 48.64 Setting up protobuf-compiler (3.0.0-9) ... [2019-10-03T00:14:35.301Z] #57 48.65 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-10-03T00:14:35.301Z] #57 48.67 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-10-03T00:14:35.301Z] #57 48.69 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:14:35.301Z] #57 DONE 49.3s [2019-10-03T00:14:35.301Z] [2019-10-03T00:14:35.301Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:14:35.667Z] CC criu/sockets.o [2019-10-03T00:14:36.281Z] CC criu/stats.o [2019-10-03T00:14:36.563Z] CC criu/string.o [2019-10-03T00:14:36.563Z] CC criu/sysctl.o [2019-10-03T00:14:36.696Z] ok github.com/docker/docker/daemon/cluster 0.040s coverage: 0.5% of statements [2019-10-03T00:14:37.177Z] CC criu/sysfs_parse.o [2019-10-03T00:14:37.177Z] CC criu/timerfd.o [2019-10-03T00:14:37.460Z] CC criu/tty.o [2019-10-03T00:14:38.546Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-10-03T00:14:38.586Z] #58 3.136 Note: Building without setproctitle() and strlcpy() support. [2019-10-03T00:14:38.586Z] #58 3.136 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-03T00:14:38.931Z] CC criu/tun.o [2019-10-03T00:14:39.212Z] CC criu/uffd.o [2019-10-03T00:14:39.530Z] #58 4.573 fatal: Not a git repository (or any of the parent directories): .git [2019-10-03T00:14:39.530Z] #58 4.616 GEN .gitid [2019-10-03T00:14:39.530Z] #58 4.622 GEN criu/include/version.h [2019-10-03T00:14:39.530Z] #58 4.630 GEN include/common/asm [2019-10-03T00:14:40.230Z] CC criu/util.o [2019-10-03T00:14:40.379Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.8% of statements [2019-10-03T00:14:40.906Z] #58 6.006 PBCC images/google/protobuf/descriptor.pb-c.c [2019-10-03T00:14:40.906Z] #58 6.052 PBCC images/opts.pb-c.c [2019-10-03T00:14:40.906Z] #58 6.085 PBCC images/sit.pb-c.c [2019-10-03T00:14:40.906Z] #58 6.122 DEP images/google/protobuf/descriptor.pb-c.d [2019-10-03T00:14:40.906Z] #58 ... [2019-10-03T00:14:40.906Z] [2019-10-03T00:14:40.906Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-10-03T00:14:40.906Z] #47 21.72 + cd /tmp/tmp.f6IAWdb9Kx/src/github.com/containerd/containerd [2019-10-03T00:14:41.164Z] #47 21.72 + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-10-03T00:14:41.236Z] CC criu/uts_ns.o [2019-10-03T00:14:41.518Z] CC criu/vdso.o [2019-10-03T00:14:41.801Z] LINK criu/built-in.o [2019-10-03T00:14:41.801Z] LINK criu/criu [2019-10-03T00:14:42.416Z] DEP lib/c/criu.d [2019-10-03T00:14:42.416Z] CC images/rpc.pb-c.o [2019-10-03T00:14:42.699Z] CC lib/c/criu.o [2019-10-03T00:14:43.042Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-10-03T00:14:43.042Z] [2019-10-03T00:14:43.042Z] ________ ____ __. [2019-10-03T00:14:43.042Z] \_____ \ | |/ _| [2019-10-03T00:14:43.042Z] / | \| < [2019-10-03T00:14:43.042Z] / | \ | \ [2019-10-03T00:14:43.042Z] \_______ /____|__ \ [2019-10-03T00:14:43.042Z] \/ \/ [2019-10-03T00:14:43.042Z] [2019-10-03T00:14:43.042Z] INFO: make.ps1 ended at 10/03/2019 00:14:36 [2019-10-03T00:14:43.042Z] INFO: Binaries build ended at 10/03/2019 00:14:38. Duration:00:01:12.8852266 [2019-10-03T00:14:43.042Z] INFO: Copying the built daemon binary to d:\CI\PR-39979\8\binary\dockerd-85733620e.exe... [2019-10-03T00:14:43.042Z] INFO: Copying the built client binary to d:\CI\PR-39979\8\binary\docker-85733620e.exe... [2019-10-03T00:14:43.042Z] INFO: Copying dockerversion from the container... [2019-10-03T00:14:43.042Z] INFO: Copying the golang package from the container to d:\CI\PR-39979\8\installer\go.zip... [2019-10-03T00:14:43.061Z] #47 23.54 + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-03T00:14:43.061Z] #47 23.54 + BUILDTAGS='netgo osusergo static_build' [2019-10-03T00:14:43.061Z] #47 23.54 + export EXTRA_FLAGS=-buildmode=pie [2019-10-03T00:14:43.061Z] #47 23.54 + EXTRA_FLAGS=-buildmode=pie [2019-10-03T00:14:43.061Z] #47 23.54 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-03T00:14:43.061Z] #47 23.54 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-03T00:14:43.061Z] #47 23.54 + '[' '' = dynamic ']' [2019-10-03T00:14:43.061Z] #47 23.54 + make [2019-10-03T00:14:43.318Z] #47 24.13 🇩 bin/ctr [2019-10-03T00:14:43.704Z] LINK lib/c/built-in.o [2019-10-03T00:14:43.704Z] LINK lib/c/libcriu.so [2019-10-03T00:14:43.704Z] GEN magic.py [2019-10-03T00:14:43.704Z] Note: Building without setproctitle() and strlcpy() support. [2019-10-03T00:14:43.704Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-03T00:14:43.990Z] fatal: Not a git repository (or any of the parent directories): .git [2019-10-03T00:14:44.274Z] make[1]: Nothing to be done for 'all'. [2019-10-03T00:14:44.558Z] make[1]: 'images/built-in.o' is up to date. [2019-10-03T00:14:44.558Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-03T00:14:44.558Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-03T00:14:44.558Z] make[1]: 'compel/libcompel.a' is up to date. [2019-10-03T00:14:44.588Z] INFO: Extracting go.zip to d:\CI\PR-39979\8\go [2019-10-03T00:14:44.693Z] #47 ... [2019-10-03T00:14:44.693Z] [2019-10-03T00:14:44.693Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-10-03T00:14:44.693Z] #30 48.60 internal/poll [2019-10-03T00:14:44.693Z] #30 49.69 internal/fmtsort [2019-10-03T00:14:44.693Z] #30 50.27 internal/syscall/unix [2019-10-03T00:14:44.693Z] #30 50.48 strings [2019-10-03T00:14:44.693Z] #30 50.65 os [2019-10-03T00:14:44.693Z] #30 52.39 bytes [2019-10-03T00:14:44.693Z] #30 53.94 fmt [2019-10-03T00:14:44.693Z] #30 54.32 bufio [2019-10-03T00:14:44.693Z] #30 55.50 path/filepath [2019-10-03T00:14:44.693Z] #30 56.51 io/ioutil [2019-10-03T00:14:44.693Z] #30 57.17 path [2019-10-03T00:14:44.693Z] #30 57.47 text/tabwriter [2019-10-03T00:14:44.693Z] #30 57.96 flag [2019-10-03T00:14:44.693Z] #30 58.04 github.com/BurntSushi/toml [2019-10-03T00:14:44.693Z] #30 ... [2019-10-03T00:14:44.693Z] [2019-10-03T00:14:44.693Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:14:44.693Z] #58 6.202 DEP images/opts.pb-c.d [2019-10-03T00:14:44.693Z] #58 6.255 DEP images/sit.pb-c.d [2019-10-03T00:14:44.693Z] #58 6.328 PBCC images/macvlan.pb-c.c [2019-10-03T00:14:44.693Z] #58 6.392 DEP images/macvlan.pb-c.d [2019-10-03T00:14:44.693Z] #58 6.432 PBCC images/autofs.pb-c.c [2019-10-03T00:14:44.693Z] #58 6.442 DEP images/autofs.pb-c.d [2019-10-03T00:14:44.693Z] #58 6.537 PBCC images/sysctl.pb-c.c [2019-10-03T00:14:44.693Z] #58 6.576 DEP images/sysctl.pb-c.d [2019-10-03T00:14:44.693Z] #58 6.654 PBCC images/time.pb-c.c [2019-10-03T00:14:44.693Z] #58 6.709 DEP images/time.pb-c.d [2019-10-03T00:14:44.693Z] #58 6.769 PBCC images/binfmt-misc.pb-c.c [2019-10-03T00:14:44.693Z] #58 6.820 DEP images/binfmt-misc.pb-c.d [2019-10-03T00:14:44.693Z] #58 6.874 PBCC images/seccomp.pb-c.c [2019-10-03T00:14:44.693Z] #58 6.910 DEP images/seccomp.pb-c.d [2019-10-03T00:14:44.693Z] #58 6.958 PBCC images/userns.pb-c.c [2019-10-03T00:14:44.693Z] #58 6.972 DEP images/userns.pb-c.d [2019-10-03T00:14:44.693Z] #58 7.020 PBCC images/cgroup.pb-c.c [2019-10-03T00:14:44.693Z] #58 7.051 DEP images/cgroup.pb-c.d [2019-10-03T00:14:44.693Z] #58 7.102 PBCC images/fown.pb-c.c [2019-10-03T00:14:44.693Z] #58 7.108 PBCC images/ext-file.pb-c.c [2019-10-03T00:14:44.693Z] #58 7.164 DEP images/fown.pb-c.d [2019-10-03T00:14:44.693Z] #58 7.261 DEP images/ext-file.pb-c.d [2019-10-03T00:14:44.693Z] #58 7.313 PBCC images/rpc.pb-c.c [2019-10-03T00:14:44.693Z] #58 7.339 DEP images/rpc.pb-c.d [2019-10-03T00:14:44.693Z] #58 7.388 PBCC images/siginfo.pb-c.c [2019-10-03T00:14:44.693Z] #58 7.414 DEP images/siginfo.pb-c.d [2019-10-03T00:14:44.693Z] #58 7.446 PBCC images/pagemap.pb-c.c [2019-10-03T00:14:44.693Z] #58 7.513 DEP images/pagemap.pb-c.d [2019-10-03T00:14:44.693Z] #58 7.569 PBCC images/rlimit.pb-c.c [2019-10-03T00:14:44.693Z] #58 7.596 DEP images/rlimit.pb-c.d [2019-10-03T00:14:44.693Z] #58 7.656 PBCC images/file-lock.pb-c.c [2019-10-03T00:14:44.693Z] #58 7.693 DEP images/file-lock.pb-c.d [2019-10-03T00:14:44.693Z] #58 7.777 PBCC images/tty.pb-c.c [2019-10-03T00:14:44.693Z] #58 7.828 DEP images/tty.pb-c.d [2019-10-03T00:14:44.693Z] #58 7.905 PBCC images/tun.pb-c.c [2019-10-03T00:14:44.693Z] #58 7.993 PBCC images/netdev.pb-c.c [2019-10-03T00:14:44.693Z] #58 8.051 DEP images/tun.pb-c.d [2019-10-03T00:14:44.693Z] #58 8.123 DEP images/netdev.pb-c.d [2019-10-03T00:14:44.693Z] #58 8.228 PBCC images/vma.pb-c.c [2019-10-03T00:14:44.693Z] #58 8.260 DEP images/vma.pb-c.d [2019-10-03T00:14:44.693Z] #58 8.300 PBCC images/creds.pb-c.c [2019-10-03T00:14:44.693Z] #58 8.348 DEP images/creds.pb-c.d [2019-10-03T00:14:44.693Z] #58 8.407 PBCC images/utsns.pb-c.c [2019-10-03T00:14:44.693Z] #58 8.448 DEP images/utsns.pb-c.d [2019-10-03T00:14:44.693Z] #58 8.488 PBCC images/ipc-desc.pb-c.c [2019-10-03T00:14:44.693Z] #58 8.517 PBCC images/ipc-sem.pb-c.c [2019-10-03T00:14:44.693Z] #58 8.560 DEP images/ipc-desc.pb-c.d [2019-10-03T00:14:44.693Z] #58 8.600 DEP images/ipc-sem.pb-c.d [2019-10-03T00:14:44.693Z] #58 8.673 PBCC images/ipc-msg.pb-c.c [2019-10-03T00:14:44.693Z] #58 8.693 DEP images/ipc-msg.pb-c.d [2019-10-03T00:14:44.693Z] #58 8.740 PBCC images/ipc-shm.pb-c.c [2019-10-03T00:14:44.693Z] #58 8.785 DEP images/ipc-shm.pb-c.d [2019-10-03T00:14:44.693Z] #58 8.830 PBCC images/ipc-var.pb-c.c [2019-10-03T00:14:44.693Z] #58 8.873 DEP images/ipc-var.pb-c.d [2019-10-03T00:14:44.693Z] #58 8.922 PBCC images/sk-opts.pb-c.c [2019-10-03T00:14:44.693Z] #58 8.929 PBCC images/packet-sock.pb-c.c [2019-10-03T00:14:44.693Z] #58 8.977 DEP images/sk-opts.pb-c.d [2019-10-03T00:14:44.693Z] #58 9.010 DEP images/packet-sock.pb-c.d [2019-10-03T00:14:44.693Z] #58 9.096 PBCC images/sk-netlink.pb-c.c [2019-10-03T00:14:44.693Z] #58 9.147 DEP images/sk-netlink.pb-c.d [2019-10-03T00:14:44.693Z] #58 9.213 PBCC images/sk-inet.pb-c.c [2019-10-03T00:14:44.693Z] #58 9.284 DEP images/sk-inet.pb-c.d [2019-10-03T00:14:44.693Z] #58 9.330 PBCC images/sk-unix.pb-c.c [2019-10-03T00:14:44.693Z] #58 9.393 DEP images/sk-unix.pb-c.d [2019-10-03T00:14:44.693Z] #58 9.475 PBCC images/mm.pb-c.c [2019-10-03T00:14:44.693Z] #58 9.544 DEP images/mm.pb-c.d [2019-10-03T00:14:44.693Z] #58 9.613 PBCC images/timerfd.pb-c.c [2019-10-03T00:14:44.693Z] #58 9.660 DEP images/timerfd.pb-c.d [2019-10-03T00:14:44.693Z] #58 9.721 PBCC images/timer.pb-c.c [2019-10-03T00:14:44.693Z] #58 9.729 DEP images/timer.pb-c.d [2019-10-03T00:14:44.693Z] #58 9.784 PBCC images/sa.pb-c.c [2019-10-03T00:14:44.693Z] #58 9.808 DEP images/sa.pb-c.d [2019-10-03T00:14:44.693Z] #58 9.860 PBCC images/pipe-data.pb-c.c [2019-10-03T00:14:44.841Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-10-03T00:14:44.841Z] make[1]: Nothing to be done for 'all'. [2019-10-03T00:14:44.841Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-03T00:14:44.841Z] make[2]: Nothing to be done for 'all'. [2019-10-03T00:14:44.841Z] make[2]: Nothing to be done for 'all'. [2019-10-03T00:14:44.841Z] make[2]: Nothing to be done for 'all'. [2019-10-03T00:14:44.841Z] make[2]: Nothing to be done for 'all'. [2019-10-03T00:14:44.841Z] make[2]: Nothing to be done for 'all'. [2019-10-03T00:14:44.841Z] make[2]: Nothing to be done for 'all'. [2019-10-03T00:14:44.951Z] #58 9.880 DEP images/pipe-data.pb-c.d [2019-10-03T00:14:44.951Z] #58 9.917 PBCC images/mnt.pb-c.c [2019-10-03T00:14:44.951Z] #58 9.957 DEP images/mnt.pb-c.d [2019-10-03T00:14:44.951Z] #58 10.04 PBCC images/sk-packet.pb-c.c [2019-10-03T00:14:44.951Z] #58 10.07 DEP images/sk-packet.pb-c.d [2019-10-03T00:14:44.951Z] #58 10.14 PBCC images/tcp-stream.pb-c.c [2019-10-03T00:14:44.951Z] #58 10.19 DEP images/tcp-stream.pb-c.d [2019-10-03T00:14:44.951Z] #58 10.24 PBCC images/pipe.pb-c.c [2019-10-03T00:14:45.126Z] make[2]: Nothing to be done for 'all'. [2019-10-03T00:14:45.126Z] make[2]: Nothing to be done for 'all'. [2019-10-03T00:14:45.126Z] INSTALL criu/criu [2019-10-03T00:14:45.211Z] #58 10.28 DEP images/pipe.pb-c.d [2019-10-03T00:14:45.211Z] #58 10.34 PBCC images/pstree.pb-c.c [2019-10-03T00:14:45.211Z] #58 10.35 DEP images/pstree.pb-c.d [2019-10-03T00:14:45.211Z] #58 10.40 PBCC images/fs.pb-c.c [2019-10-03T00:14:45.211Z] #58 10.43 DEP images/fs.pb-c.d [2019-10-03T00:14:45.211Z] #58 10.48 PBCC images/signalfd.pb-c.c [2019-10-03T00:14:45.469Z] #58 10.54 DEP images/signalfd.pb-c.d [2019-10-03T00:14:45.469Z] #58 10.62 PBCC images/fh.pb-c.c [2019-10-03T00:14:45.469Z] #58 10.66 PBCC images/fsnotify.pb-c.c [2019-10-03T00:14:45.469Z] #58 10.72 DEP images/fh.pb-c.d [2019-10-03T00:14:45.720Z] INFO [runner] worker.2 took 1m38.031737974s with stages: golint: 1m15.816673586s, gosec: 11.987913135s, gofmt: 4.181279091s, ineffassign: 2.738758668s, misspell: 2.098531835s, varcheck: 480.092419ms, deadcode: 324.388191ms, unconvert: 205.835634ms, structcheck: 198.195763ms, typecheck: 6.995µs [2019-10-03T00:14:45.727Z] #58 10.80 DEP images/fsnotify.pb-c.d [2019-10-03T00:14:45.727Z] #58 10.88 PBCC images/eventpoll.pb-c.c [2019-10-03T00:14:45.727Z] #58 10.93 DEP images/eventpoll.pb-c.d [2019-10-03T00:14:45.727Z] #58 10.98 PBCC images/eventfd.pb-c.c [2019-10-03T00:14:45.977Z] INFO [runner] worker.1 took 1m39.979724029s with stages: megacheck: 47.354934399s, goimports: 26.441550326s, govet: 26.183220138s [2019-10-03T00:14:45.977Z] INFO [runner] Workers idle times: #2: 1.934479002s [2019-10-03T00:14:45.977Z] INFO [runner] Issues before processing: 1976, after processing: 0 [2019-10-03T00:14:45.977Z] INFO [runner] processing took 575.704738ms with stages: exclude: 218.34748ms, identifier_marker: 134.967022ms, autogenerated_exclude: 93.90053ms, nolint: 63.124586ms, skip_dirs: 34.922738ms, filename_unadjuster: 16.302629ms, path_prettifier: 6.651943ms, cgo: 6.021105ms, exclude-rules: 1.439411ms, diff: 8.809µs, source_code: 3.384µs, uniq_by_line: 3.129µs, path_shortener: 2.974µs, max_same_issues: 2.624µs, max_from_linter: 2.309µs, max_per_file_from_linter: 2.045µs, skip_files: 2.02µs [2019-10-03T00:14:45.977Z] INFO File cache stats: 1437 entries of total size 6.8MiB [2019-10-03T00:14:45.977Z] INFO Memory: 192 samples, avg is 1358.3MB, max is 5788.4MB [2019-10-03T00:14:45.977Z] INFO Execution took 2m11.843514546s [2019-10-03T00:14:45.985Z] #58 11.02 DEP images/eventfd.pb-c.d [2019-10-03T00:14:45.985Z] #58 11.09 PBCC images/remap-file-path.pb-c.c [2019-10-03T00:14:45.985Z] #58 11.11 DEP images/remap-file-path.pb-c.d [2019-10-03T00:14:45.985Z] #58 11.18 PBCC images/fifo.pb-c.c [2019-10-03T00:14:45.985Z] #58 11.19 DEP images/fifo.pb-c.d [2019-10-03T00:14:46.243Z] #58 11.23 PBCC images/ghost-file.pb-c.c [2019-10-03T00:14:46.243Z] #58 11.25 DEP images/ghost-file.pb-c.d [2019-10-03T00:14:46.243Z] #58 11.33 PBCC images/regfile.pb-c.c [2019-10-03T00:14:46.243Z] #58 11.40 DEP images/regfile.pb-c.d [2019-10-03T00:14:46.243Z] #58 11.47 PBCC images/ns.pb-c.c [2019-10-03T00:14:46.502Z] #58 11.48 DEP images/ns.pb-c.d [2019-10-03T00:14:46.502Z] #58 11.56 PBCC images/fdinfo.pb-c.c [2019-10-03T00:14:46.502Z] #58 11.63 DEP images/fdinfo.pb-c.d [2019-10-03T00:14:46.502Z] #58 11.70 PBCC images/core-aarch64.pb-c.c [2019-10-03T00:14:46.502Z] #58 11.74 PBCC images/core-arm.pb-c.c [2019-10-03T00:14:46.542Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-10-03T00:14:46.605Z] Removing intermediate container a7ff02ff70c5 [2019-10-03T00:14:46.605Z] ---> 1c0461dd9106 [2019-10-03T00:14:46.605Z] Step 13/126 : FROM base AS registry [2019-10-03T00:14:46.605Z] ---> 6068ff55c3c6 [2019-10-03T00:14:46.605Z] Step 14/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-03T00:14:46.605Z] ---> Running in bb0f8cf3f9ce [2019-10-03T00:14:46.760Z] #58 11.77 PBCC images/core-ppc64.pb-c.c [2019-10-03T00:14:46.760Z] #58 11.80 PBCC images/core-s390.pb-c.c [2019-10-03T00:14:46.760Z] #58 11.86 PBCC images/core-x86.pb-c.c [2019-10-03T00:14:46.760Z] #58 11.88 PBCC images/core.pb-c.c [2019-10-03T00:14:46.760Z] #58 12.00 PBCC images/inventory.pb-c.c [2019-10-03T00:14:46.888Z] Removing intermediate container bb0f8cf3f9ce [2019-10-03T00:14:46.888Z] ---> 26863363e0ff [2019-10-03T00:14:46.888Z] Step 15/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-03T00:14:46.888Z] ---> Running in 8fb839e53a4f [2019-10-03T00:14:46.888Z] Removing intermediate container 8fb839e53a4f [2019-10-03T00:14:46.888Z] ---> 8f68ae891c0a [2019-10-03T00:14:46.888Z] Step 16/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-10-03T00:14:46.888Z] ---> Running in 730a27b3cbab [2019-10-03T00:14:47.019Z] #58 12.06 DEP images/core-aarch64.pb-c.d [2019-10-03T00:14:47.019Z] #58 12.13 DEP images/core-arm.pb-c.d [2019-10-03T00:14:47.019Z] #58 12.20 DEP images/core-ppc64.pb-c.d [2019-10-03T00:14:47.171Z] + mktemp -d [2019-10-03T00:14:47.171Z] + export GOPATH=/tmp/tmp.N8o0OtoOLN [2019-10-03T00:14:47.171Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.N8o0OtoOLN/src/github.com/docker/distribution [2019-10-03T00:14:47.171Z] Cloning into '/tmp/tmp.N8o0OtoOLN/src/github.com/docker/distribution'... [2019-10-03T00:14:47.277Z] #58 12.28 DEP images/core-s390.pb-c.d [2019-10-03T00:14:47.277Z] #58 12.36 DEP images/core-x86.pb-c.d [2019-10-03T00:14:47.277Z] #58 12.40 DEP images/core.pb-c.d [2019-10-03T00:14:47.277Z] #58 12.46 DEP images/inventory.pb-c.d [2019-10-03T00:14:47.277Z] #58 12.53 PBCC images/cpuinfo.pb-c.c [2019-10-03T00:14:47.277Z] #58 ... [2019-10-03T00:14:47.277Z] [2019-10-03T00:14:47.277Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:14:47.277Z] #33 51.49 internal/fmtsort [2019-10-03T00:14:47.277Z] #33 51.99 internal/syscall/unix [2019-10-03T00:14:47.277Z] #33 52.06 internal/poll [2019-10-03T00:14:47.277Z] #33 52.33 strings [2019-10-03T00:14:47.277Z] #33 53.94 os [2019-10-03T00:14:47.277Z] #33 54.77 regexp/syntax [2019-10-03T00:14:47.277Z] #33 57.21 fmt [2019-10-03T00:14:47.277Z] #33 58.50 path/filepath [2019-10-03T00:14:47.277Z] #33 59.74 regexp [2019-10-03T00:14:47.277Z] #33 60.76 flag [2019-10-03T00:14:47.535Z] #33 ... [2019-10-03T00:14:47.535Z] [2019-10-03T00:14:47.535Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:14:47.535Z] #58 12.57 DEP images/cpuinfo.pb-c.d [2019-10-03T00:14:47.535Z] #58 12.63 PBCC images/stats.pb-c.c [2019-10-03T00:14:47.793Z] #58 12.70 DEP images/stats.pb-c.d [2019-10-03T00:14:48.189Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.430s coverage: 13.7% of statements [2019-10-03T00:14:49.044Z] ok github.com/docker/docker/daemon 12.317s coverage: 17.6% of statements [2019-10-03T00:14:49.044Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-03T00:14:49.044Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-03T00:14:49.168Z] #58 13.92 make[1]: Nothing to be done for 'all'. [2019-10-03T00:14:49.854Z] + cd /tmp/tmp.N8o0OtoOLN/src/github.com/docker/distribution [2019-10-03T00:14:49.854Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-10-03T00:14:49.892Z] ok github.com/docker/docker/daemon/config 0.058s coverage: 82.2% of statements [2019-10-03T00:14:50.102Z] #58 15.20 CC images/stats.o [2019-10-03T00:14:50.281Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2019-10-03T00:14:50.361Z] #58 15.60 CC images/core.o [2019-10-03T00:14:50.469Z] + GOPATH=/tmp/tmp.N8o0OtoOLN/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.N8o0OtoOLN go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-10-03T00:14:50.718Z] Congratulations! All api changes are done the right way. [2019-10-03T00:14:50.718Z] Congratulations! All toml source files changed here have valid syntax. [2019-10-03T00:14:50.718Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-10-03T00:14:50.718Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2019-10-03T00:14:51.113Z] ok github.com/docker/docker/daemon/events 0.067s coverage: 50.0% of statements [2019-10-03T00:14:51.113Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-03T00:14:51.113Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-03T00:14:51.297Z] #58 ... [2019-10-03T00:14:51.297Z] [2019-10-03T00:14:51.297Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-10-03T00:14:51.297Z] #30 59.45 log [2019-10-03T00:14:51.297Z] #30 61.42 github.com/BurntSushi/toml/cmd/tomlv [2019-10-03T00:14:51.297Z] #30 DONE 65.4s [2019-10-03T00:14:51.297Z] [2019-10-03T00:14:51.297Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:14:51.297Z] #33 62.24 go/token [2019-10-03T00:14:51.297Z] #33 62.94 go/scanner [2019-10-03T00:14:51.297Z] #33 63.00 internal/lazyregexp [2019-10-03T00:14:51.297Z] #33 63.29 path [2019-10-03T00:14:51.297Z] #33 63.70 io/ioutil [2019-10-03T00:14:51.297Z] #33 64.06 net/url [2019-10-03T00:14:51.297Z] #33 64.44 go/ast [2019-10-03T00:14:51.297Z] #33 65.52 text/template/parse [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-10-03T00:14:51.940Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2019-10-03T00:14:52.005Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39979/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a -e DOCKER_GRAPHDRIVER docker:85733620ebea3da75abe7d732043354aa0883f8a hack/make.sh dynbinary-daemon test-docker-py [2019-10-03T00:14:52.937Z] [2019-10-03T00:14:53.500Z] Removing bundles/ [2019-10-03T00:14:53.500Z] [2019-10-03T00:14:53.500Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-03T00:14:53.500Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-03T00:14:53.500Z] GOOS="" GOARCH="" GOARM="" [2019-10-03T00:14:54.464Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2019-10-03T00:14:55.484Z] #33 69.14 go/parser [2019-10-03T00:14:55.484Z] #33 ... [2019-10-03T00:14:55.484Z] [2019-10-03T00:14:55.484Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:14:55.484Z] #58 16.56 CC images/core-x86.o [2019-10-03T00:14:55.484Z] #58 17.40 CC images/core-arm.o [2019-10-03T00:14:55.484Z] #58 17.92 CC images/core-aarch64.o [2019-10-03T00:14:55.484Z] #58 18.32 CC images/core-ppc64.o [2019-10-03T00:14:55.484Z] #58 18.79 CC images/core-s390.o [2019-10-03T00:14:55.484Z] #58 19.37 CC images/cpuinfo.o [2019-10-03T00:14:55.484Z] #58 19.77 CC images/inventory.o [2019-10-03T00:14:55.484Z] #58 20.12 CC images/fdinfo.o [2019-10-03T00:14:55.484Z] #58 20.45 CC images/fown.o [2019-10-03T00:14:55.484Z] #58 20.62 CC images/ns.o [2019-10-03T00:14:55.742Z] #58 20.79 CC images/regfile.o [2019-10-03T00:14:55.817Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.322s coverage: 57.9% of statements [2019-10-03T00:14:56.001Z] #58 20.98 CC images/ghost-file.o [2019-10-03T00:14:56.260Z] #58 21.26 CC images/fifo.o [2019-10-03T00:14:56.260Z] #58 21.49 CC images/remap-file-path.o [2019-10-03T00:14:56.518Z] #58 21.69 CC images/eventfd.o [2019-10-03T00:14:56.776Z] #58 21.91 CC images/eventpoll.o [2019-10-03T00:14:57.342Z] #58 22.27 CC images/fh.o [2019-10-03T00:14:57.601Z] #58 22.58 CC images/fsnotify.o [2019-10-03T00:14:58.167Z] #58 23.13 CC images/signalfd.o [2019-10-03T00:14:58.426Z] #58 23.43 CC images/fs.o [2019-10-03T00:14:58.426Z] #58 23.70 CC images/pstree.o [2019-10-03T00:14:58.685Z] #58 23.96 CC images/pipe.o [2019-10-03T00:14:59.251Z] #58 24.13 CC images/tcp-stream.o [2019-10-03T00:14:59.509Z] #58 24.43 CC images/sk-packet.o [2019-10-03T00:14:59.768Z] #58 24.81 CC images/mnt.o [2019-10-03T00:15:00.026Z] #58 25.05 CC images/pipe-data.o [2019-10-03T00:15:00.285Z] #58 25.29 CC images/sa.o [2019-10-03T00:15:00.285Z] #58 25.47 CC images/timer.o [2019-10-03T00:15:00.852Z] #58 25.81 CC images/timerfd.o [2019-10-03T00:15:00.852Z] #58 26.06 CC images/mm.o [2019-10-03T00:15:01.418Z] #58 26.41 CC images/sk-opts.o [2019-10-03T00:15:01.418Z] #58 26.65 CC images/sk-unix.o [2019-10-03T00:15:01.677Z] #58 26.86 CC images/sk-inet.o [2019-10-03T00:15:02.235Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.584s coverage: 46.2% of statements [2019-10-03T00:15:02.245Z] #58 27.14 CC images/tun.o [2019-10-03T00:15:02.245Z] #58 27.51 CC images/sk-netlink.o [2019-10-03T00:15:02.812Z] #58 27.73 CC images/packet-sock.o [2019-10-03T00:15:03.070Z] #58 28.15 CC images/ipc-var.o [2019-10-03T00:15:03.329Z] #58 28.42 CC images/ipc-desc.o [2019-10-03T00:15:03.599Z] #58 28.62 CC images/ipc-shm.o [2019-10-03T00:15:03.599Z] #58 28.75 CC images/ipc-msg.o [2019-10-03T00:15:04.165Z] #58 29.06 CC images/ipc-sem.o [2019-10-03T00:15:04.165Z] #58 29.23 CC images/utsns.o [2019-10-03T00:15:04.165Z] #58 29.29 CC images/creds.o [2019-10-03T00:15:04.165Z] #58 29.44 CC images/vma.o [2019-10-03T00:15:04.731Z] #58 29.76 CC images/netdev.o [2019-10-03T00:15:04.988Z] #58 30.14 CC images/tty.o [2019-10-03T00:15:05.444Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.248s coverage: 72.5% of statements [2019-10-03T00:15:05.444Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-03T00:15:05.444Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.825s coverage: 51.0% of statements [2019-10-03T00:15:05.554Z] #58 30.79 CC images/file-lock.o [2019-10-03T00:15:05.813Z] #58 ... [2019-10-03T00:15:05.813Z] [2019-10-03T00:15:05.813Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:15:05.813Z] #33 69.85 text/template [2019-10-03T00:15:05.813Z] #33 71.79 log [2019-10-03T00:15:05.813Z] #33 72.31 encoding/binary [2019-10-03T00:15:05.813Z] #33 73.55 encoding/base64 [2019-10-03T00:15:05.813Z] #33 74.19 encoding/json [2019-10-03T00:15:05.813Z] #33 74.41 go/doc [2019-10-03T00:15:05.813Z] #33 77.52 github.com/LK4D4/vndr/build [2019-10-03T00:15:05.813Z] #33 78.59 encoding/xml [2019-10-03T00:15:05.813Z] #33 ... [2019-10-03T00:15:05.813Z] [2019-10-03T00:15:05.813Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:15:05.813Z] #58 30.97 CC images/rlimit.o [2019-10-03T00:15:06.072Z] #58 31.21 CC images/pagemap.o [2019-10-03T00:15:06.330Z] #58 31.48 CC images/siginfo.o [2019-10-03T00:15:06.589Z] #58 31.69 CC images/rpc.o [2019-10-03T00:15:07.313Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.547s coverage: 76.1% of statements [2019-10-03T00:15:07.964Z] #58 33.00 CC images/ext-file.o [2019-10-03T00:15:07.964Z] #58 33.25 CC images/cgroup.o [2019-10-03T00:15:08.753Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-10-03T00:15:08.899Z] #58 33.87 CC images/userns.o [2019-10-03T00:15:08.899Z] #58 34.14 CC images/google/protobuf/descriptor.o [2019-10-03T00:15:09.761Z] INFO: Extraction ended at 10/03/2019 00:15:09. Duration:00:00:25.4220651 [2019-10-03T00:15:09.761Z] INFO: Updating the golang and path environment variables [2019-10-03T00:15:09.761Z] INFO: GOPATH=d:\gopath [2019-10-03T00:15:10.158Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.003s coverage: 3.0% of statements [2019-10-03T00:15:10.224Z] INFO: go version go1.13.1 windows/amd64 [2019-10-03T00:15:10.224Z] INFO: Running the daemon under test in debug mode [2019-10-03T00:15:10.224Z] INFO: Starting a daemon under test... [2019-10-03T00:15:10.224Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-39979\8\daemon --pidfile d:\CI\PR-39979\8\docker.pid -D [2019-10-03T00:15:10.224Z] INFO: Process started successfully. [2019-10-03T00:15:10.224Z] INFO: Start tailing logs of the daemon under tests [2019-10-03T00:15:10.225Z] INFO: Waiting for the daemon under test to start... [2019-10-03T00:15:10.800Z] #58 35.89 CC images/opts.o [2019-10-03T00:15:11.058Z] #58 36.14 CC images/seccomp.o [2019-10-03T00:15:11.317Z] #58 36.51 CC images/binfmt-misc.o [2019-10-03T00:15:11.883Z] #58 36.78 CC images/time.o [2019-10-03T00:15:11.883Z] #58 37.06 CC images/sysctl.o [2019-10-03T00:15:12.142Z] #58 37.28 CC images/autofs.o [2019-10-03T00:15:12.400Z] #58 37.53 CC images/macvlan.o [2019-10-03T00:15:12.659Z] #58 37.78 CC images/sit.o [2019-10-03T00:15:12.664Z] ok github.com/docker/docker/daemon/images 0.009s coverage: 4.9% of statements [2019-10-03T00:15:12.664Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-10-03T00:15:12.917Z] #58 38.02 LINK images/built-in.o [2019-10-03T00:15:13.057Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.324s coverage: 57.0% of statements [2019-10-03T00:15:13.058Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-03T00:15:13.058Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-03T00:15:13.058Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-03T00:15:13.058Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-03T00:15:13.175Z] #58 38.17 GEN compel/include/asm [2019-10-03T00:15:13.175Z] #58 38.18 GEN compel/include/version.h [2019-10-03T00:15:13.175Z] #58 38.22 touch .config [2019-10-03T00:15:13.175Z] #58 38.24 GEN include/common/config.h [2019-10-03T00:15:13.175Z] #58 38.34 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-10-03T00:15:13.175Z] #58 38.38 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-10-03T00:15:13.175Z] #58 38.39 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-10-03T00:15:13.175Z] #58 38.42 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-10-03T00:15:13.175Z] #58 38.45 DEP compel/arch/x86/plugins/std/memcpy.d [2019-10-03T00:15:13.434Z] #58 38.49 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-10-03T00:15:13.434Z] #58 38.53 GEN compel/plugins/include/uapi/std/syscall.h [2019-10-03T00:15:13.434Z] #58 38.54 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-10-03T00:15:13.434Z] #58 38.55 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-10-03T00:15:13.434Z] #58 38.58 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-10-03T00:15:13.434Z] #58 38.58 DEP compel/plugins/std/infect.d [2019-10-03T00:15:13.691Z] #58 38.71 DEP compel/plugins/std/string.d [2019-10-03T00:15:13.691Z] #58 38.83 DEP compel/plugins/std/log.d [2019-10-03T00:15:13.691Z] #58 38.93 DEP compel/plugins/std/fds.d [2019-10-03T00:15:13.949Z] #58 39.08 DEP compel/plugins/std/std.d [2019-10-03T00:15:13.975Z] INFO: Daemon under test started and replied! [2019-10-03T00:15:13.975Z] INFO: Docker version of the daemon under test [2019-10-03T00:15:13.975Z] [2019-10-03T00:15:13.975Z] Client: [2019-10-03T00:15:13.975Z] Version: 17.06.2-ce [2019-10-03T00:15:13.975Z] API version: 1.30 [2019-10-03T00:15:13.975Z] Go version: go1.8.3 [2019-10-03T00:15:13.975Z] Git commit: cec0b72 [2019-10-03T00:15:13.975Z] Built: Tue Sep 5 19:57:19 2017 [2019-10-03T00:15:13.975Z] OS/Arch: windows/amd64 [2019-10-03T00:15:13.975Z] [2019-10-03T00:15:13.975Z] Server: [2019-10-03T00:15:13.975Z] Version: 0.0.0-dev [2019-10-03T00:15:13.975Z] API version: 1.41 (minimum version 1.24) [2019-10-03T00:15:13.975Z] Go version: go1.13.1 [2019-10-03T00:15:13.975Z] Git commit: 85733620e [2019-10-03T00:15:13.975Z] Built: 10/03/2019 00:13:29 [2019-10-03T00:15:13.975Z] OS/Arch: windows/amd64 [2019-10-03T00:15:13.975Z] Experimental: false [2019-10-03T00:15:13.975Z] [2019-10-03T00:15:13.975Z] INFO: Docker info of the daemon under test [2019-10-03T00:15:13.975Z] [2019-10-03T00:15:13.975Z] Containers: 0 [2019-10-03T00:15:13.975Z] Running: 0 [2019-10-03T00:15:13.975Z] Paused: 0 [2019-10-03T00:15:13.975Z] Stopped: 0 [2019-10-03T00:15:13.975Z] Images: 0 [2019-10-03T00:15:13.975Z] Server Version: 0.0.0-dev [2019-10-03T00:15:13.975Z] Storage Driver: windowsfilter [2019-10-03T00:15:13.975Z] Windows: [2019-10-03T00:15:13.975Z] Logging Driver: json-file [2019-10-03T00:15:13.975Z] Plugins: [2019-10-03T00:15:13.975Z] Volume: local [2019-10-03T00:15:13.975Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-03T00:15:13.975Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-03T00:15:13.975Z] Swarm: inactive [2019-10-03T00:15:13.975Z] Default Isolation: process [2019-10-03T00:15:13.975Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-03T00:15:13.975Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-03T00:15:13.975Z] OSType: windows [2019-10-03T00:15:13.975Z] Architecture: x86_64 [2019-10-03T00:15:13.975Z] CPUs: 4 [2019-10-03T00:15:13.975Z] Total Memory: 32GiB [2019-10-03T00:15:13.975Z] Name: azwin-2-b66100 [2019-10-03T00:15:13.975Z] ID: BG77:IHHQ:POFS:WZBK:LVVR:OYTR:BHAJ:RFLN:ILW2:WAOM:RUL7:DZO7 [2019-10-03T00:15:13.975Z] Docker Root Dir: D:\CI\PR-39979\8\daemon [2019-10-03T00:15:13.975Z] Debug Mode (client): false [2019-10-03T00:15:13.975Z] Debug Mode (server): true [2019-10-03T00:15:13.975Z] File Descriptors: -1 [2019-10-03T00:15:13.975Z] Goroutines: 17 [2019-10-03T00:15:13.975Z] System Time: 2019-10-03T00:15:13.4243121Z [2019-10-03T00:15:13.975Z] EventsListeners: 0 [2019-10-03T00:15:13.975Z] Registry: https://index.docker.io/v1/ [2019-10-03T00:15:13.975Z] Labels: [2019-10-03T00:15:13.975Z] Experimental: false [2019-10-03T00:15:13.975Z] Insecure Registries: [2019-10-03T00:15:13.975Z] 127.0.0.0/8 [2019-10-03T00:15:13.975Z] Live Restore Enabled: false [2019-10-03T00:15:13.975Z] [2019-10-03T00:15:13.975Z] [2019-10-03T00:15:13.975Z] INFO: Docker images of the daemon under test [2019-10-03T00:15:13.975Z] [2019-10-03T00:15:13.975Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-03T00:15:13.975Z] [2019-10-03T00:15:13.975Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-10-03T00:15:13.975Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-10-03T00:15:13.975Z] ltsc2019: Pulling from windows/servercore [2019-10-03T00:15:14.208Z] #58 39.24 DEP compel/plugins/shmem/shmem.d [2019-10-03T00:15:14.208Z] #58 39.33 DEP compel/plugins/fds/fds.d [2019-10-03T00:15:14.344Z] ok github.com/docker/docker/daemon/logger 0.224s coverage: 42.7% of statements [2019-10-03T00:15:14.466Z] #58 39.48 CC compel/plugins/std/std.o [2019-10-03T00:15:14.724Z] #58 39.75 CC compel/plugins/std/fds.o [2019-10-03T00:15:14.724Z] #58 ... [2019-10-03T00:15:14.724Z] [2019-10-03T00:15:14.724Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-10-03T00:15:14.724Z] #61 81.78 + for f in rootlesskit rootlesskit-docker-proxy [2019-10-03T00:15:14.724Z] #61 81.78 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-03T00:15:14.724Z] #61 DONE 88.7s [2019-10-03T00:15:14.724Z] [2019-10-03T00:15:14.724Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-10-03T00:15:14.724Z] #62 DONE 0.1s [2019-10-03T00:15:14.724Z] [2019-10-03T00:15:14.724Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:15:14.724Z] #33 80.24 compress/flate [2019-10-03T00:15:14.724Z] #33 82.49 hash [2019-10-03T00:15:14.724Z] #33 82.63 hash/crc32 [2019-10-03T00:15:14.724Z] #33 83.05 compress/gzip [2019-10-03T00:15:14.724Z] #33 83.63 context [2019-10-03T00:15:14.724Z] #33 83.65 crypto/cipher [2019-10-03T00:15:14.724Z] #33 84.51 math/big [2019-10-03T00:15:14.724Z] #33 84.91 crypto/aes [2019-10-03T00:15:14.724Z] #33 85.92 crypto [2019-10-03T00:15:14.724Z] #33 86.12 crypto/des [2019-10-03T00:15:14.724Z] #33 86.69 crypto/internal/randutil [2019-10-03T00:15:14.724Z] #33 86.77 crypto/sha512 [2019-10-03T00:15:14.724Z] #33 87.68 crypto/ed25519/internal/edwards25519 [2019-10-03T00:15:15.178Z] ok github.com/docker/docker/daemon/logger/awslogs 0.187s coverage: 77.8% of statements [2019-10-03T00:15:15.178Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-03T00:15:15.178Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-03T00:15:15.659Z] #33 89.63 crypto/hmac [2019-10-03T00:15:15.659Z] #33 ... [2019-10-03T00:15:15.659Z] [2019-10-03T00:15:15.659Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:15:15.659Z] #58 40.62 CC compel/plugins/std/log.o [2019-10-03T00:15:16.009Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 68.2% of statements [2019-10-03T00:15:16.419Z] ok github.com/docker/docker/daemon/logger/journald 0.018s coverage: 26.2% of statements [2019-10-03T00:15:16.593Z] #58 41.52 CC compel/plugins/std/string.o [2019-10-03T00:15:17.159Z] #58 42.17 CC compel/plugins/std/infect.o [2019-10-03T00:15:17.417Z] #58 42.58 CC compel/arch/x86/plugins/std/parasite-head.o [2019-10-03T00:15:17.417Z] #58 42.66 CC compel/arch/x86/plugins/std/memcpy.o [2019-10-03T00:15:17.457Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 88.3% of statements [2019-10-03T00:15:17.675Z] #58 42.70 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-10-03T00:15:17.675Z] #58 42.76 AR compel/plugins/std.lib.a [2019-10-03T00:15:17.675Z] #58 42.82 CC compel/plugins/fds/fds.o [2019-10-03T00:15:17.912Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.039s coverage: 62.1% of statements [2019-10-03T00:15:17.933Z] #58 43.15 AR compel/plugins/fds.lib.a [2019-10-03T00:15:17.933Z] #58 43.19 HOSTDEP compel/src/lib/log-host.d [2019-10-03T00:15:18.239Z] #58 43.34 HOSTDEP compel/src/lib/handle-elf-host.d [2019-10-03T00:15:18.497Z] #58 43.55 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-10-03T00:15:18.497Z] #58 43.64 HOSTDEP compel/src/main-host.d [2019-10-03T00:15:18.497Z] #58 43.74 DEP compel/src/lib/ptrace.d [2019-10-03T00:15:18.676Z] 65014b3c3121: Pulling fs layer [2019-10-03T00:15:18.676Z] 2945147eda09: Pulling fs layer [2019-10-03T00:15:18.755Z] #58 43.93 DEP compel/src/lib/infect.d [2019-10-03T00:15:18.759Z] ok github.com/docker/docker/daemon/logger/local 0.011s coverage: 74.7% of statements [2019-10-03T00:15:18.759Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-03T00:15:19.013Z] #58 44.05 DEP compel/src/lib/infect-util.d [2019-10-03T00:15:19.013Z] #58 44.16 DEP compel/src/lib/infect-rpc.d [2019-10-03T00:15:19.013Z] #58 44.24 DEP compel/arch/x86/src/lib/infect.d [2019-10-03T00:15:19.156Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.020s coverage: 20.0% of statements [2019-10-03T00:15:19.271Z] #58 44.34 DEP compel/arch/x86/src/lib/cpu.d [2019-10-03T00:15:19.528Z] #58 44.49 DEP compel/src/lib/log.d [2019-10-03T00:15:19.528Z] #58 44.63 DEP compel/src/main.d [2019-10-03T00:15:19.786Z] #58 44.83 DEP compel/src/lib/handle-elf.d [2019-10-03T00:15:19.786Z] #58 44.96 DEP compel/arch/x86/src/lib/handle-elf.d [2019-10-03T00:15:20.044Z] #58 45.16 CC compel/src/lib/log.o [2019-10-03T00:15:20.302Z] #58 45.34 CC compel/arch/x86/src/lib/cpu.o [2019-10-03T00:15:21.016Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 47.8% of statements [2019-10-03T00:15:21.016Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2019-10-03T00:15:21.237Z] #58 46.20 CC compel/arch/x86/src/lib/infect.o [2019-10-03T00:15:21.803Z] #58 46.98 CC compel/src/lib/infect-rpc.o [2019-10-03T00:15:21.854Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-10-03T00:15:22.245Z] ok github.com/docker/docker/daemon/logger/splunk 1.746s coverage: 84.5% of statements [2019-10-03T00:15:22.245Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-03T00:15:22.245Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-03T00:15:22.370Z] #58 47.38 CC compel/src/lib/infect-util.o [2019-10-03T00:15:22.370Z] #58 47.65 CC compel/src/lib/infect.o [2019-10-03T00:15:24.111Z] ok github.com/docker/docker/distribution/metadata 0.027s coverage: 48.2% of statements [2019-10-03T00:15:24.503Z] ok github.com/docker/docker/distribution 0.318s coverage: 22.4% of statements [2019-10-03T00:15:24.503Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-03T00:15:24.901Z] #58 49.68 CC compel/src/lib/ptrace.o [2019-10-03T00:15:24.901Z] #58 50.05 AR compel/libcompel.a [2019-10-03T00:15:24.901Z] #58 50.10 HOSTCC compel/src/main-host.o [2019-10-03T00:15:25.467Z] #58 50.58 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-10-03T00:15:25.725Z] #58 50.74 HOSTCC compel/src/lib/handle-elf-host.o [2019-10-03T00:15:25.832Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2019-10-03T00:15:25.983Z] #58 ... [2019-10-03T00:15:25.983Z] [2019-10-03T00:15:25.983Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:15:25.983Z] #33 90.01 crypto/md5 [2019-10-03T00:15:25.983Z] #33 90.56 crypto/rc4 [2019-10-03T00:15:25.983Z] #33 90.67 crypto/sha1 [2019-10-03T00:15:25.983Z] #33 91.43 crypto/sha256 [2019-10-03T00:15:25.983Z] #33 92.26 encoding/hex [2019-10-03T00:15:25.983Z] #33 92.47 crypto/rand [2019-10-03T00:15:25.983Z] #33 92.55 crypto/elliptic [2019-10-03T00:15:25.983Z] #33 92.88 encoding/asn1 [2019-10-03T00:15:25.983Z] #33 94.42 crypto/ed25519 [2019-10-03T00:15:25.983Z] #33 94.73 crypto/rsa [2019-10-03T00:15:25.983Z] #33 95.32 crypto/ecdsa [2019-10-03T00:15:25.983Z] #33 95.76 crypto/dsa [2019-10-03T00:15:25.983Z] #33 95.84 crypto/x509/pkix [2019-10-03T00:15:25.983Z] #33 96.06 encoding/pem [2019-10-03T00:15:25.983Z] #33 96.37 vendor/golang.org/x/crypto/cryptobyte [2019-10-03T00:15:25.983Z] #33 96.46 vendor/golang.org/x/net/dns/dnsmessage [2019-10-03T00:15:25.983Z] #33 97.78 vendor/golang.org/x/crypto/internal/chacha20 [2019-10-03T00:15:25.983Z] #33 98.21 vendor/golang.org/x/crypto/poly1305 [2019-10-03T00:15:25.983Z] #33 98.62 vendor/golang.org/x/sys/cpu [2019-10-03T00:15:25.983Z] #33 98.85 vendor/golang.org/x/crypto/chacha20poly1305 [2019-10-03T00:15:25.983Z] #33 99.86 vendor/golang.org/x/crypto/hkdf [2019-10-03T00:15:25.983Z] #33 99.98 net [2019-10-03T00:15:25.983Z] #33 99.99 vendor/golang.org/x/text/transform [2019-10-03T00:15:25.983Z] #33 ... [2019-10-03T00:15:25.983Z] [2019-10-03T00:15:25.983Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:15:25.983Z] #58 51.15 HOSTCC compel/src/lib/log-host.o [2019-10-03T00:15:26.241Z] #58 51.30 HOSTLINK compel/compel-host-bin [2019-10-03T00:15:26.241Z] #58 51.52 DEP soccr/soccr.d [2019-10-03T00:15:26.817Z] #58 51.81 CC soccr/soccr.o [2019-10-03T00:15:27.431Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2019-10-03T00:15:27.799Z] ok github.com/docker/docker/distribution/xfer 1.887s coverage: 85.1% of statements [2019-10-03T00:15:27.799Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-03T00:15:28.247Z] #58 53.24 AR soccr/libsoccr.a [2019-10-03T00:15:28.247Z] #58 53.29 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-03T00:15:28.247Z] #58 53.54 DEP criu/arch/x86/sigframe.d [2019-10-03T00:15:28.505Z] #58 53.61 DEP criu/arch/x86/sigaction_compat.d [2019-10-03T00:15:28.619Z] ok github.com/docker/docker/image/cache 0.016s coverage: 19.2% of statements [2019-10-03T00:15:28.619Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-03T00:15:28.763Z] #58 53.75 DEP criu/arch/x86/kerndat.d [2019-10-03T00:15:28.763Z] #58 53.88 DEP criu/arch/x86/crtools.d [2019-10-03T00:15:29.021Z] #58 53.99 DEP criu/arch/x86/cpu.d [2019-10-03T00:15:29.021Z] #58 54.19 CC criu/arch/x86/cpu.o [2019-10-03T00:15:29.434Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2019-10-03T00:15:29.434Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-03T00:15:29.587Z] #58 54.85 CC criu/arch/x86/crtools.o [2019-10-03T00:15:29.680Z] + dpkg --print-architecture [2019-10-03T00:15:29.681Z] + cd /tmp/tmp.N8o0OtoOLN/src/github.com/docker/distribution [2019-10-03T00:15:29.681Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-03T00:15:29.681Z] + GOPATH=/tmp/tmp.N8o0OtoOLN/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.N8o0OtoOLN [2019-10-03T00:15:29.681Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-03T00:15:30.276Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-10-03T00:15:30.961Z] #58 56.04 CC criu/arch/x86/kerndat.o [2019-10-03T00:15:31.181Z] 2945147eda09: Download complete [2019-10-03T00:15:31.527Z] #58 56.50 CC criu/arch/x86/sigaction_compat.o [2019-10-03T00:15:31.527Z] #58 56.76 CC criu/arch/x86/sigframe.o [2019-10-03T00:15:31.584Z] ok github.com/docker/docker/opts 0.017s coverage: 66.9% of statements [2019-10-03T00:15:31.584Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-10-03T00:15:31.786Z] #58 57.01 LINK criu/arch/x86/crtools.built-in.o [2019-10-03T00:15:32.044Z] #58 57.07 DEP criu/pie/util-vdso-elf32.d [2019-10-03T00:15:32.044Z] #58 57.20 DEP criu/arch/x86/vdso-pie.d [2019-10-03T00:15:32.302Z] #58 57.31 DEP criu/pie/parasite-vdso.d [2019-10-03T00:15:32.560Z] #58 57.54 DEP criu/pie/util-vdso.d [2019-10-03T00:15:32.560Z] #58 57.72 DEP criu/pie/util.d [2019-10-03T00:15:32.819Z] #58 57.95 CC criu/pie/util.o [2019-10-03T00:15:33.077Z] #58 58.22 CC criu/pie/util-vdso.o [2019-10-03T00:15:33.453Z] ok github.com/docker/docker/pkg/archive 0.568s coverage: 77.3% of statements [2019-10-03T00:15:33.643Z] #58 58.86 CC criu/pie/parasite-vdso.o [2019-10-03T00:15:35.019Z] #58 59.89 CC criu/arch/x86/vdso-pie.o [2019-10-03T00:15:35.161Z] + rm -rf /tmp/tmp.N8o0OtoOLN/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.N8o0OtoOLN [2019-10-03T00:15:35.277Z] #58 60.27 CC criu/pie/util-vdso-elf32.o [2019-10-03T00:15:35.454Z] ok github.com/docker/docker/pkg/authorization 0.425s coverage: 68.3% of statements [2019-10-03T00:15:35.454Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2019-10-03T00:15:35.824Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-03T00:15:35.844Z] #58 60.94 AR criu/pie/pie.lib.a [2019-10-03T00:15:35.844Z] #58 61.01 DEP criu/pie/restorer.d [2019-10-03T00:15:36.102Z] #58 61.21 DEP criu/arch/x86/sigaction_compat_pie.d [2019-10-03T00:15:36.102Z] #58 61.32 DEP criu/arch/x86/restorer_unmap.d [2019-10-03T00:15:36.360Z] #58 61.35 DEP criu/arch/x86/restorer.d [2019-10-03T00:15:36.360Z] #58 ... [2019-10-03T00:15:36.360Z] [2019-10-03T00:15:36.360Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:15:36.360Z] #33 100.5 vendor/golang.org/x/text/unicode/bidi [2019-10-03T00:15:36.360Z] #33 101.9 vendor/golang.org/x/text/secure/bidirule [2019-10-03T00:15:36.360Z] #33 102.2 vendor/golang.org/x/text/unicode/norm [2019-10-03T00:15:36.360Z] #33 105.4 vendor/golang.org/x/net/idna [2019-10-03T00:15:36.360Z] #33 107.0 vendor/golang.org/x/net/http2/hpack [2019-10-03T00:15:36.360Z] #33 108.0 mime [2019-10-03T00:15:36.360Z] #33 109.5 mime/quotedprintable [2019-10-03T00:15:36.360Z] #33 109.9 net/http/internal [2019-10-03T00:15:36.360Z] #33 110.2 os/exec [2019-10-03T00:15:36.360Z] #33 ... [2019-10-03T00:15:36.360Z] [2019-10-03T00:15:36.360Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:15:36.360Z] #58 61.51 DEP criu/pie/parasite.d [2019-10-03T00:15:36.618Z] #58 61.73 CC criu/pie/parasite.o [2019-10-03T00:15:37.188Z] Removing intermediate container 730a27b3cbab [2019-10-03T00:15:37.188Z] ---> 11c14de2e677 [2019-10-03T00:15:37.188Z] Step 17/126 : FROM base AS swagger [2019-10-03T00:15:37.188Z] ---> 6068ff55c3c6 [2019-10-03T00:15:37.188Z] Step 18/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-10-03T00:15:37.188Z] ---> Running in 7aeaef318790 [2019-10-03T00:15:37.188Z] Removing intermediate container 7aeaef318790 [2019-10-03T00:15:37.188Z] ---> 52c4af392277 [2019-10-03T00:15:37.188Z] Step 19/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-10-03T00:15:37.188Z] ---> Running in 2a19d41191a6 [2019-10-03T00:15:37.188Z] + mktemp -d [2019-10-03T00:15:37.188Z] + export GOPATH=/tmp/tmp.NNvMx3Tk9B [2019-10-03T00:15:37.188Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.NNvMx3Tk9B/src/github.com/go-swagger/go-swagger [2019-10-03T00:15:37.188Z] Cloning into '/tmp/tmp.NNvMx3Tk9B/src/github.com/go-swagger/go-swagger'... [2019-10-03T00:15:37.993Z] #58 63.06 LINK criu/pie/parasite.built-in.o [2019-10-03T00:15:37.993Z] #58 63.07 GEN criu/pie/parasite-blob.h [2019-10-03T00:15:37.993Z] #58 63.09 CC criu/arch/x86/restorer.o [2019-10-03T00:15:38.297Z] ok github.com/docker/docker/layer 7.708s coverage: 68.8% of statements [2019-10-03T00:15:38.297Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-03T00:15:38.297Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-03T00:15:38.297Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-03T00:15:38.297Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-03T00:15:38.297Z] ? github.com/docker/docker/oci [no test files] [2019-10-03T00:15:38.297Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-03T00:15:38.560Z] #58 63.52 CC criu/arch/x86/restorer_unmap.o [2019-10-03T00:15:38.560Z] #58 63.55 CC criu/arch/x86/sigaction_compat_pie.o [2019-10-03T00:15:38.560Z] #58 63.78 CC criu/pie/restorer.o [2019-10-03T00:15:38.699Z] ok github.com/docker/docker/pkg/directory 0.013s coverage: 80.0% of statements [2019-10-03T00:15:39.082Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-10-03T00:15:39.476Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements [2019-10-03T00:15:39.856Z] ok github.com/docker/docker/pkg/chrootarchive 3.438s coverage: 43.2% of statements [2019-10-03T00:15:39.856Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-03T00:15:39.856Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-03T00:15:40.679Z] ok github.com/docker/docker/pkg/discovery/memory 0.017s coverage: 92.3% of statements [2019-10-03T00:15:41.489Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2019-10-03T00:15:41.843Z] #58 66.52 LINK criu/pie/restorer.built-in.o [2019-10-03T00:15:41.843Z] #58 66.53 GEN criu/pie/restorer-blob.h [2019-10-03T00:15:41.843Z] #58 66.60 DEP criu/vdso.d [2019-10-03T00:15:41.843Z] #58 66.80 DEP criu/vdso-compat.d [2019-10-03T00:15:41.843Z] #58 66.95 DEP criu/uts_ns.d [2019-10-03T00:15:41.901Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2019-10-03T00:15:42.102Z] #58 67.22 DEP criu/util.d [2019-10-03T00:15:42.360Z] #58 67.42 DEP criu/uffd.d [2019-10-03T00:15:42.619Z] #58 67.58 DEP criu/tun.d [2019-10-03T00:15:42.619Z] #58 67.78 DEP criu/tty.d [2019-10-03T00:15:42.877Z] #58 67.94 DEP criu/timerfd.d [2019-10-03T00:15:43.135Z] #58 68.18 DEP criu/sysfs_parse.d [2019-10-03T00:15:43.275Z] ok github.com/docker/docker/pkg/discovery/kv 3.133s coverage: 84.1% of statements [2019-10-03T00:15:43.275Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2019-10-03T00:15:43.393Z] #58 68.37 DEP criu/sysctl.d [2019-10-03T00:15:43.394Z] #58 68.52 DEP criu/string.d [2019-10-03T00:15:43.394Z] #58 68.58 DEP criu/stats.d [2019-10-03T00:15:43.394Z] #58 68.69 DEP criu/sockets.d [2019-10-03T00:15:43.651Z] #58 68.80 DEP criu/sk-unix.d [2019-10-03T00:15:43.909Z] #58 68.99 DEP criu/sk-tcp.d [2019-10-03T00:15:44.000Z] + cd /tmp/tmp.NNvMx3Tk9B/src/github.com/go-swagger/go-swagger [2019-10-03T00:15:44.000Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-10-03T00:15:44.168Z] #58 69.25 DEP criu/sk-queue.d [2019-10-03T00:15:44.348Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 89.5% of statements [2019-10-03T00:15:44.426Z] #58 69.52 DEP criu/sk-packet.d [2019-10-03T00:15:44.621Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-10-03T00:15:44.684Z] #58 69.75 DEP criu/sk-netlink.d [2019-10-03T00:15:44.779Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-10-03T00:15:44.779Z] ok github.com/docker/docker/pkg/fsutils 0.580s coverage: 85.1% of statements [2019-10-03T00:15:44.943Z] #58 69.99 DEP criu/sk-inet.d [2019-10-03T00:15:45.200Z] #58 70.20 DEP criu/signalfd.d [2019-10-03T00:15:45.200Z] #58 70.37 DEP criu/sigframe.d [2019-10-03T00:15:45.459Z] #58 70.47 DEP criu/shmem.d [2019-10-03T00:15:45.459Z] #58 70.64 DEP criu/servicefd.d [2019-10-03T00:15:45.717Z] #58 70.81 DEP criu/seize.d [2019-10-03T00:15:45.975Z] #58 70.94 DEP criu/seccomp.d [2019-10-03T00:15:45.975Z] #58 71.13 DEP criu/rst-malloc.d [2019-10-03T00:15:46.080Z] ok github.com/docker/docker/pkg/idtools 0.507s coverage: 70.1% of statements [2019-10-03T00:15:46.080Z] ok github.com/docker/docker/pkg/ioutils 0.380s coverage: 70.6% of statements [2019-10-03T00:15:46.233Z] #58 71.26 DEP criu/rbtree.d [2019-10-03T00:15:46.233Z] #58 71.31 DEP criu/pstree.d [2019-10-03T00:15:46.233Z] #58 71.53 DEP criu/protobuf.d [2019-10-03T00:15:46.799Z] #58 71.71 GEN criu/protobuf-desc-gen.h [2019-10-03T00:15:46.880Z] ok github.com/docker/docker/pkg/locker 0.015s coverage: 88.9% of statements [2019-10-03T00:15:46.880Z] ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements [2019-10-03T00:15:46.880Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 100.0% of statements [2019-10-03T00:15:46.880Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-03T00:15:47.695Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2019-10-03T00:15:47.695Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2019-10-03T00:15:48.069Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-10-03T00:15:48.173Z] #58 73.10 DEP criu/protobuf-desc.d [2019-10-03T00:15:48.173Z] #58 73.22 DEP criu/proc_parse.d [2019-10-03T00:15:48.431Z] #58 73.39 DEP criu/plugin.d [2019-10-03T00:15:48.432Z] #58 73.50 DEP criu/pipes.d [2019-10-03T00:15:48.447Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2019-10-03T00:15:48.690Z] #58 73.71 DEP criu/pie-util.d [2019-10-03T00:15:48.690Z] #58 73.84 DEP criu/pie-util-vdso.d [2019-10-03T00:15:48.836Z] ok github.com/docker/docker/pkg/mount 1.130s coverage: 69.6% of statements [2019-10-03T00:15:48.836Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-03T00:15:48.836Z] ok github.com/docker/docker/pkg/pidfile 0.008s coverage: 82.4% of statements [2019-10-03T00:15:48.836Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-03T00:15:48.836Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-03T00:15:48.902Z] 65014b3c3121: Verifying Checksum [2019-10-03T00:15:48.902Z] 65014b3c3121: Download complete [2019-10-03T00:15:48.948Z] #58 73.99 DEP criu/pie-util-vdso-elf32.d [2019-10-03T00:15:48.948Z] #58 74.08 DEP criu/path.d [2019-10-03T00:15:48.948Z] #58 74.22 DEP criu/parasite-syscall.d [2019-10-03T00:15:49.516Z] #58 74.55 DEP criu/pagemap.d [2019-10-03T00:15:49.516Z] #58 74.76 DEP criu/pagemap-cache.d [2019-10-03T00:15:49.774Z] #58 74.91 DEP criu/page-xfer.d [2019-10-03T00:15:50.033Z] #58 75.12 DEP criu/page-pipe.d [2019-10-03T00:15:50.130Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.019s coverage: 56.8% of statements [2019-10-03T00:15:50.291Z] #58 ... [2019-10-03T00:15:50.291Z] [2019-10-03T00:15:50.291Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-10-03T00:15:50.291Z] #27 DONE 124.3s [2019-10-03T00:15:50.291Z] [2019-10-03T00:15:50.291Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:15:50.291Z] #58 75.23 DEP criu/netfilter.d [2019-10-03T00:15:50.291Z] #58 ... [2019-10-03T00:15:50.291Z] [2019-10-03T00:15:50.291Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:15:50.291Z] #33 114.4 net/textproto [2019-10-03T00:15:50.291Z] #33 114.4 crypto/x509 [2019-10-03T00:15:50.291Z] #33 115.3 vendor/golang.org/x/net/http/httpguts [2019-10-03T00:15:50.291Z] #33 115.6 vendor/golang.org/x/net/http/httpproxy [2019-10-03T00:15:50.291Z] #33 116.0 mime/multipart [2019-10-03T00:15:50.291Z] #33 117.8 crypto/tls [2019-10-03T00:15:50.291Z] #33 123.5 net/http/httptrace [2019-10-03T00:15:50.291Z] #33 123.7 net/http [2019-10-03T00:15:50.568Z] #33 ... [2019-10-03T00:15:50.568Z] [2019-10-03T00:15:50.568Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:15:50.568Z] #58 75.59 DEP criu/net.d [2019-10-03T00:15:50.826Z] #58 76.03 DEP criu/namespaces.d [2019-10-03T00:15:50.969Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-03T00:15:50.969Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-03T00:15:51.408Z] #58 76.34 DEP criu/mount.d [2019-10-03T00:15:51.408Z] #58 76.54 DEP criu/mem.d [2019-10-03T00:15:51.489Z] ok github.com/docker/docker/pkg/progress 0.009s coverage: 75.9% of statements [2019-10-03T00:15:51.666Z] #58 76.75 DEP criu/lsm.d [2019-10-03T00:15:51.666Z] #58 76.83 DEP criu/log.d [2019-10-03T00:15:51.666Z] #58 76.95 DEP criu/libnetlink.d [2019-10-03T00:15:51.923Z] #58 77.10 DEP criu/kerndat.d [2019-10-03T00:15:52.181Z] #58 77.28 DEP criu/kcmp-ids.d [2019-10-03T00:15:52.181Z] #58 77.32 DEP criu/irmap.d [2019-10-03T00:15:52.439Z] #58 77.43 DEP criu/ipc_ns.d [2019-10-03T00:15:52.439Z] #58 77.53 DEP criu/image.d [2019-10-03T00:15:52.439Z] #58 77.66 DEP criu/image-desc.d [2019-10-03T00:15:52.697Z] #58 77.72 DEP criu/fsnotify.d [2019-10-03T00:15:52.697Z] #58 77.88 DEP criu/filesystems.d [2019-10-03T00:15:52.851Z] ok github.com/docker/docker/pkg/pubsub 1.041s coverage: 73.9% of statements [2019-10-03T00:15:52.955Z] #58 78.03 DEP criu/files.d [2019-10-03T00:15:52.955Z] #58 78.24 DEP criu/files-reg.d [2019-10-03T00:15:53.236Z] ok github.com/docker/docker/pkg/reexec 0.004s coverage: 82.4% of statements [2019-10-03T00:15:53.522Z] #58 78.39 DEP criu/files-ext.d [2019-10-03T00:15:53.522Z] #58 78.56 DEP criu/file-lock.d [2019-10-03T00:15:53.781Z] #58 78.70 DEP criu/file-ids.d [2019-10-03T00:15:53.781Z] #58 78.84 DEP criu/fifo.d [2019-10-03T00:15:54.039Z] #58 79.00 DEP criu/fdstore.d [2019-10-03T00:15:54.039Z] #58 79.17 DEP criu/fault-injection.d [2019-10-03T00:15:54.039Z] #58 79.20 DEP criu/external.d [2019-10-03T00:15:54.298Z] #58 79.35 DEP criu/eventpoll.d [2019-10-03T00:15:54.298Z] #58 79.49 DEP criu/eventfd.d [2019-10-03T00:15:54.298Z] #58 79.58 DEP criu/crtools.d [2019-10-03T00:15:54.865Z] #58 79.75 DEP criu/cr-service.d [2019-10-03T00:15:54.865Z] #58 79.93 DEP criu/cr-restore.d [2019-10-03T00:15:54.865Z] #58 80.12 DEP criu/cr-errno.d [2019-10-03T00:15:54.865Z] #58 80.15 DEP criu/cr-dump.d [2019-10-03T00:15:55.432Z] #58 80.38 DEP criu/cr-dedup.d [2019-10-03T00:15:55.432Z] #58 80.53 DEP criu/cr-check.d [2019-10-03T00:15:55.691Z] #58 80.78 DEP criu/config.d [2019-10-03T00:15:55.950Z] #58 80.93 DEP criu/clone-noasan.d [2019-10-03T00:15:55.950Z] #58 80.98 DEP criu/cgroup.d [2019-10-03T00:15:55.950Z] #58 81.14 DEP criu/cgroup-props.d [2019-10-03T00:15:56.208Z] #58 81.23 DEP criu/bitmap.d [2019-10-03T00:15:56.208Z] #58 81.26 DEP criu/bfd.d [2019-10-03T00:15:56.208Z] #58 81.34 DEP criu/autofs.d [2019-10-03T00:15:56.459Z] ok github.com/docker/docker/pkg/signal 2.553s coverage: 61.0% of statements [2019-10-03T00:15:56.467Z] #58 81.52 DEP criu/aio.d [2019-10-03T00:15:56.726Z] #58 81.72 DEP criu/action-scripts.d [2019-10-03T00:15:56.726Z] #58 81.90 CC criu/action-scripts.o [2019-10-03T00:15:56.846Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-10-03T00:15:57.247Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-03T00:15:57.293Z] #58 82.35 CC criu/aio.o [2019-10-03T00:15:57.646Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-03T00:15:57.860Z] #58 82.90 CC criu/autofs.o [2019-10-03T00:15:58.028Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-10-03T00:15:58.416Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-10-03T00:15:59.232Z] ok github.com/docker/docker/pkg/system 0.047s coverage: 36.9% of statements [2019-10-03T00:15:59.237Z] #58 84.20 CC criu/bfd.o [2019-10-03T00:15:59.237Z] #58 ... [2019-10-03T00:15:59.237Z] [2019-10-03T00:15:59.237Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:15:59.237Z] #33 133.2 github.com/LK4D4/vndr/godl [2019-10-03T00:15:59.620Z] ok github.com/docker/docker/pkg/tailfile 0.050s coverage: 88.6% of statements [2019-10-03T00:15:59.805Z] #33 133.9 github.com/LK4D4/vndr [2019-10-03T00:16:00.463Z] ok github.com/docker/docker/pkg/tarsum 0.038s coverage: 89.3% of statements [2019-10-03T00:16:00.902Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2019-10-03T00:16:01.395Z] testing: warning: no tests to run [2019-10-03T00:16:01.395Z] coverage: [no statements] [2019-10-03T00:16:01.395Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-10-03T00:16:01.852Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-03T00:16:01.852Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-10-03T00:16:02.222Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-10-03T00:16:03.123Z] + rm -rf /tmp/tmp.NNvMx3Tk9B [2019-10-03T00:16:04.131Z] Removing intermediate container 2a19d41191a6 [2019-10-03T00:16:04.131Z] ---> f69c7269e5a8 [2019-10-03T00:16:04.131Z] Step 20/126 : FROM base AS frozen-images [2019-10-03T00:16:04.131Z] ---> 6068ff55c3c6 [2019-10-03T00:16:04.131Z] Step 21/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:16:04.131Z] ---> Using cache [2019-10-03T00:16:04.131Z] ---> e34c2abf4a7e [2019-10-03T00:16:04.131Z] Step 22/126 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-10-03T00:16:04.413Z] ---> Running in 74e7bc99ef3d [2019-10-03T00:16:04.699Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-03T00:16:04.699Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-03T00:16:04.699Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-03T00:16:04.699Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-03T00:16:04.699Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-03T00:16:04.716Z] ok github.com/docker/docker/plugin 0.556s coverage: 27.1% of statements [2019-10-03T00:16:04.982Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-03T00:16:05.116Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-10-03T00:16:05.265Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-03T00:16:05.548Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-03T00:16:06.368Z] #33 ... [2019-10-03T00:16:06.368Z] [2019-10-03T00:16:06.368Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:16:06.368Z] #58 84.71 CC criu/bitmap.o [2019-10-03T00:16:06.368Z] #58 84.83 CC criu/cgroup-props.o [2019-10-03T00:16:06.368Z] #58 85.68 CC criu/cgroup.o [2019-10-03T00:16:06.368Z] #58 88.31 CC criu/clone-noasan.o [2019-10-03T00:16:06.368Z] #58 88.44 CC criu/config.o [2019-10-03T00:16:06.368Z] #58 89.76 CC criu/cr-check.o [2019-10-03T00:16:06.368Z] #58 91.15 CC criu/cr-dedup.o [2019-10-03T00:16:06.387Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 76.2% of statements [2019-10-03T00:16:06.387Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2019-10-03T00:16:06.626Z] #58 91.61 CC criu/cr-dump.o [2019-10-03T00:16:07.019Z] Fetched 7719 kB in 2s (3073 kB/s) [2019-10-03T00:16:07.193Z] #58 ... [2019-10-03T00:16:07.193Z] [2019-10-03T00:16:07.193Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-10-03T00:16:07.193Z] #33 DONE 141.2s [2019-10-03T00:16:07.193Z] [2019-10-03T00:16:07.193Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-10-03T00:16:08.266Z] ok github.com/docker/docker/registry 0.149s coverage: 56.3% of statements [2019-10-03T00:16:08.492Z] Reading package lists... [2019-10-03T00:16:09.095Z] #47 ... [2019-10-03T00:16:09.095Z] [2019-10-03T00:16:09.095Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:16:09.095Z] #58 93.85 CC criu/cr-errno.o [2019-10-03T00:16:09.095Z] #58 93.91 CC criu/cr-restore.o [2019-10-03T00:16:09.138Z] ok github.com/docker/docker/registry/resumable 0.026s coverage: 100.0% of statements [2019-10-03T00:16:09.138Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2019-10-03T00:16:09.509Z] Reading package lists... [2019-10-03T00:16:09.509Z] Building dependency tree... [2019-10-03T00:16:09.509Z] Reading state information... [2019-10-03T00:16:09.792Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-10-03T00:16:09.792Z] The following additional packages will be installed: [2019-10-03T00:16:09.792Z] libjq1 libonig4 [2019-10-03T00:16:09.792Z] The following NEW packages will be installed: [2019-10-03T00:16:09.792Z] jq libjq1 libonig4 [2019-10-03T00:16:09.792Z] 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-03T00:16:09.792Z] Need to get 310 kB of archives. [2019-10-03T00:16:09.792Z] After this operation, 1267 kB of additional disk space will be used. [2019-10-03T00:16:09.792Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-03T00:16:10.074Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-03T00:16:10.074Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-03T00:16:10.074Z] debconf: delaying package configuration, since apt-utils is not installed [2019-10-03T00:16:10.074Z] Fetched 310 kB in 0s (3240 kB/s) [2019-10-03T00:16:10.357Z] Selecting previously unselected package libonig4:ppc64el. [2019-10-03T00:16:10.357Z] (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-10-03T00:16:10.357Z] Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-10-03T00:16:10.357Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-03T00:16:10.357Z] Selecting previously unselected package libjq1:ppc64el. [2019-10-03T00:16:10.357Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-03T00:16:10.357Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-03T00:16:10.357Z] Selecting previously unselected package jq. [2019-10-03T00:16:10.357Z] Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-03T00:16:10.357Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-10-03T00:16:10.357Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-03T00:16:10.357Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-03T00:16:10.357Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:16:10.357Z] Setting up jq (1.5+dfsg-1.3) ... [2019-10-03T00:16:10.542Z] ok github.com/docker/docker/runconfig 0.008s coverage: 68.2% of statements [2019-10-03T00:16:10.542Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-03T00:16:10.973Z] Removing intermediate container 74e7bc99ef3d [2019-10-03T00:16:10.973Z] ---> a990acb8abda [2019-10-03T00:16:10.973Z] Step 23/126 : COPY contrib/download-frozen-image-v2.sh / [2019-10-03T00:16:10.973Z] ---> 8b5460cb2bb8 [2019-10-03T00:16:10.973Z] Step 24/126 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-10-03T00:16:10.973Z] ---> Running in a9a9779109d6 [2019-10-03T00:16:12.377Z] #58 97.45 CC criu/cr-service.o [2019-10-03T00:16:12.719Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-03T00:16:12.720Z]  [2019-10-03T00:16:13.289Z]  ####### 10.5% ################### 26.6% ###############################   43.5% #############################################   62.9% ########################################################  78.8% #######################################################################  99.6% ######################################################################## 100.0% [2019-10-03T00:16:13.313Z] #58 98.54 CC criu/crtools.o [2019-10-03T00:16:13.575Z]  [2019-10-03T00:16:13.834Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-10-03T00:16:13.859Z]  ###################    27.7% ##################################################### 73.9% ######################################################################## 100.0% [2019-10-03T00:16:13.879Z] #58 ... [2019-10-03T00:16:13.880Z] [2019-10-03T00:16:13.880Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-10-03T00:16:13.880Z] #42 145.3 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-03T00:16:13.880Z] #42 147.2 + mkdir -p /build [2019-10-03T00:16:13.880Z] #42 147.2 + cp runc /build/runc [2019-10-03T00:16:13.880Z] #42 DONE 147.5s [2019-10-03T00:16:13.880Z] [2019-10-03T00:16:13.880Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:16:14.138Z] #58 99.15 CC criu/eventfd.o [2019-10-03T00:16:14.204Z]  [2019-10-03T00:16:14.228Z] ok github.com/docker/docker/volume/local 0.052s coverage: 73.0% of statements [2019-10-03T00:16:14.704Z] #58 99.67 CC criu/eventpoll.o [2019-10-03T00:16:14.721Z]  ##########    14.4% #########################   35.8% ###################################### 53.2% #########################################    57.5% ###################################################### 76.0% #################################################################  91.2% ######################################################################## 100.0% [2019-10-03T00:16:14.907Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-03T00:16:14.908Z] [2019-10-03T00:16:14.908Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-10-03T00:16:14.908Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-10-03T00:16:14.908Z] Using test binary docker [2019-10-03T00:16:14.908Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-03T00:16:14.908Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-03T00:16:14.908Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-03T00:16:14.908Z] Warning failed to create cache: (null) [2019-10-03T00:16:14.908Z] . [2019-10-03T00:16:14.908Z] INFO: Waiting for daemon to start... [2019-10-03T00:16:14.908Z] Starting dockerd [2019-10-03T00:16:14.908Z] . [2019-10-03T00:16:14.908Z] INFO: Building docker-sdk-python3:master... [2019-10-03T00:16:15.010Z] ok github.com/docker/docker/volume/mounts 0.022s coverage: 67.0% of statements [2019-10-03T00:16:15.010Z]  [2019-10-03T00:16:15.638Z] #58 100.5 CC criu/external.o [2019-10-03T00:16:15.896Z] #58 100.9 CC criu/fault-injection.o [2019-10-03T00:16:15.896Z] #58 101.0 CC criu/fdstore.o [2019-10-03T00:16:16.154Z] #58 101.2 CC criu/fifo.o [2019-10-03T00:16:16.293Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.0% of statements [2019-10-03T00:16:16.413Z] #58 101.5 CC criu/file-ids.o [2019-10-03T00:16:16.413Z] #58 101.7 CC criu/file-lock.o [2019-10-03T00:16:16.788Z]  ###   5.1% ######### 13.5% ##############  20.5% ###################  27.8% ######################### 35.5% ############################### 43.2% ###################################    49.3% #########################################    57.1% ############################################# 63.1% ##################################################   69.7% ######################################################   75.8% ###########################################################     83.1% ################################################################ 89.5% #####################################################################  96.2% ######################################################################## 100.0% [2019-10-03T00:16:16.788Z]  [2019-10-03T00:16:17.346Z] #58 102.3 CC criu/files-ext.o [2019-10-03T00:16:17.347Z] #58 102.6 CC criu/files-reg.o [2019-10-03T00:16:17.798Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-03T00:16:17.798Z]  [2019-10-03T00:16:18.080Z]  ######################################################################## 100.0% [2019-10-03T00:16:18.080Z]  [2019-10-03T00:16:18.694Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-03T00:16:19.308Z]  [2019-10-03T00:16:19.308Z]  ######################################################################## 100.0% [2019-10-03T00:16:19.308Z]  [2019-10-03T00:16:19.334Z] #58 104.2 CC criu/files.o [2019-10-03T00:16:20.029Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-03T00:16:20.029Z] skipping existing c8c2d4a6b2e3 [2019-10-03T00:16:20.029Z] [2019-10-03T00:16:20.707Z] #58 105.7 CC criu/filesystems.o [2019-10-03T00:16:20.966Z] #58 106.1 CC criu/fsnotify.o [2019-10-03T00:16:21.032Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-03T00:16:21.314Z]  [2019-10-03T00:16:21.314Z]  ######################################################################## 100.0% [2019-10-03T00:16:21.596Z]  [2019-10-03T00:16:21.596Z] Download of images into '/build' complete. [2019-10-03T00:16:21.596Z] Use something like the following to load the result into a Docker daemon: [2019-10-03T00:16:21.596Z] tar -cC '/build' . | docker load [2019-10-03T00:16:21.901Z] #58 106.9 CC criu/image-desc.o [2019-10-03T00:16:21.901Z] #58 107.0 CC criu/image.o [2019-10-03T00:16:22.835Z] #58 107.8 CC criu/ipc_ns.o [2019-10-03T00:16:23.402Z] #58 108.6 CC criu/irmap.o [2019-10-03T00:16:23.968Z] #58 109.1 CC criu/kcmp-ids.o [2019-10-03T00:16:24.057Z] ok github.com/docker/docker/pkg/plugins 33.615s coverage: 76.6% of statements [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/rootless [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-03T00:16:24.057Z] ? github.com/docker/docker/volume [no test files] [2019-10-03T00:16:24.058Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-03T00:16:24.058Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === Skipped [2019-10-03T00:16:24.058Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-03T00:16:24.058Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-03T00:16:24.058Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:16:24.058Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:16:24.058Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:16:24.058Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:16:24.058Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:16:24.058Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:73: No driver to put! [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-03T00:16:24.058Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-03T00:16:24.058Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-03T00:16:24.058Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:16:24.058Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:16:24.058Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:16:24.058Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:16:24.058Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:16:24.058Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-03T00:16:24.058Z] graphtest_unix.go:73: No driver to put! [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-03T00:16:24.058Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-03T00:16:24.058Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] [2019-10-03T00:16:24.058Z] DONE 2116 tests, 20 skipped in 229.001s [2019-10-03T00:16:24.227Z] #58 109.3 CC criu/kerndat.o [2019-10-03T00:16:24.284Z] Removing intermediate container a9a9779109d6 [2019-10-03T00:16:24.284Z] ---> 49eeec82f69a [2019-10-03T00:16:24.284Z] Step 25/126 : FROM base AS cross-false [2019-10-03T00:16:24.284Z] ---> 6068ff55c3c6 [2019-10-03T00:16:24.284Z] Step 26/126 : FROM base AS cross-true [2019-10-03T00:16:24.284Z] ---> 6068ff55c3c6 [2019-10-03T00:16:24.284Z] Step 27/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:16:24.284Z] ---> Using cache [2019-10-03T00:16:24.284Z] ---> e34c2abf4a7e [2019-10-03T00:16:24.284Z] Step 28/126 : RUN dpkg --add-architecture armhf [2019-10-03T00:16:24.284Z] ---> Running in 6bf85d46787e Post stage [Pipeline] junit [2019-10-03T00:16:24.553Z] Recording test results [2019-10-03T00:16:24.899Z] Removing intermediate container 6bf85d46787e [2019-10-03T00:16:24.899Z] ---> e87e40399b0b [2019-10-03T00:16:24.899Z] Step 29/126 : RUN dpkg --add-architecture arm64 [2019-10-03T00:16:24.899Z] ---> Running in be66c6d2420c [2019-10-03T00:16:25.161Z] #58 110.0 CC criu/libnetlink.o [2019-10-03T00:16:25.161Z] #58 110.4 CC criu/log.o [2019-10-03T00:16:25.727Z] #58 110.8 CC criu/lsm.o [2019-10-03T00:16:25.909Z] Removing intermediate container be66c6d2420c [2019-10-03T00:16:25.909Z] ---> 451a7616d7eb [2019-10-03T00:16:25.909Z] Step 30/126 : RUN dpkg --add-architecture armel [2019-10-03T00:16:25.909Z] ---> Running in ce9088a7b77b [2019-10-03T00:16:25.985Z] #58 111.1 CC criu/mem.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-03T00:16:26.524Z] Removing intermediate container ce9088a7b77b [2019-10-03T00:16:26.524Z] ---> 2db6a1b38c02 [2019-10-03T00:16:26.524Z] Step 31/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-10-03T00:16:26.524Z] ---> Running in 49cc138da444 [2019-10-03T00:16:27.041Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39979/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:85733620ebea3da75abe7d732043354aa0883f8a hack/make.sh dynbinary test-integration [2019-10-03T00:16:27.145Z] Removing intermediate container 49cc138da444 [2019-10-03T00:16:27.145Z] ---> fcc4d4b07fb4 [2019-10-03T00:16:27.145Z] Step 32/126 : FROM cross-${CROSS} as dev-base [2019-10-03T00:16:27.145Z] ---> 6068ff55c3c6 [2019-10-03T00:16:27.145Z] Step 33/126 : FROM dev-base AS runtime-dev-cross-false [2019-10-03T00:16:27.145Z] ---> 6068ff55c3c6 [2019-10-03T00:16:27.145Z] Step 34/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:16:27.145Z] ---> Using cache [2019-10-03T00:16:27.145Z] ---> e34c2abf4a7e [2019-10-03T00:16:27.145Z] Step 35/126 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-10-03T00:16:27.145Z] ---> Running in 0347221db132 [2019-10-03T00:16:27.359Z] #58 112.2 CC criu/mount.o [2019-10-03T00:16:27.424Z] [2019-10-03T00:16:27.424Z] Removing bundles/ [2019-10-03T00:16:27.424Z] [2019-10-03T00:16:27.424Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-03T00:16:27.424Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-03T00:16:27.424Z] GOOS="" GOARCH="" GOARM="" [2019-10-03T00:16:27.762Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-03T00:16:27.762Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-03T00:16:27.762Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-03T00:16:27.762Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-03T00:16:27.762Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-03T00:16:27.762Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-03T00:16:28.046Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-03T00:16:28.328Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-03T00:16:29.887Z] #58 114.8 CC criu/namespaces.o [2019-10-03T00:16:30.347Z] Fetched 7719 kB in 2s (3082 kB/s) [2019-10-03T00:16:31.262Z] #58 116.0 CC criu/net.o [2019-10-03T00:16:31.352Z] Reading package lists... [2019-10-03T00:16:32.357Z] Reading package lists... [2019-10-03T00:16:32.640Z] Building dependency tree... [2019-10-03T00:16:32.640Z] Reading state information... [2019-10-03T00:16:32.640Z] The following additional packages will be installed: [2019-10-03T00:16:32.640Z] libapparmor1 libseccomp2 [2019-10-03T00:16:32.640Z] Suggested packages: [2019-10-03T00:16:32.640Z] seccomp [2019-10-03T00:16:32.640Z] The following NEW packages will be installed: [2019-10-03T00:16:32.921Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-10-03T00:16:32.921Z] 0 upgraded, 4 newly installed, 0 to remove and 12 not upgraded. [2019-10-03T00:16:32.921Z] Need to get 296 kB of archives. [2019-10-03T00:16:32.921Z] After this operation, 1346 kB of additional disk space will be used. [2019-10-03T00:16:32.921Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB] [2019-10-03T00:16:32.921Z] 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-10-03T00:16:32.921Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-10-03T00:16:32.922Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-10-03T00:16:32.922Z] debconf: delaying package configuration, since apt-utils is not installed [2019-10-03T00:16:33.162Z] #58 118.0 CC criu/netfilter.o [2019-10-03T00:16:33.162Z] #58 118.3 CC criu/page-pipe.o [2019-10-03T00:16:33.203Z] Fetched 296 kB in 0s (3531 kB/s) [2019-10-03T00:16:33.203Z] Selecting previously unselected package libseccomp2:ppc64el. [2019-10-03T00:16:33.203Z] (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-10-03T00:16:33.203Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-03T00:16:33.203Z] Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-03T00:16:33.203Z] Selecting previously unselected package libseccomp-dev:ppc64el. [2019-10-03T00:16:33.203Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-10-03T00:16:33.203Z] Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-03T00:16:33.203Z] Selecting previously unselected package libapparmor1:ppc64el. [2019-10-03T00:16:33.203Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-03T00:16:33.203Z] Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-03T00:16:33.203Z] Selecting previously unselected package libapparmor-dev:ppc64el. [2019-10-03T00:16:33.203Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-03T00:16:33.203Z] Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-03T00:16:33.203Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:16:33.203Z] Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-03T00:16:33.203Z] Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-10-03T00:16:33.203Z] Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-10-03T00:16:33.203Z] Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-10-03T00:16:33.203Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:16:33.421Z] #58 118.6 CC criu/page-xfer.o [2019-10-03T00:16:33.821Z] Removing intermediate container 0347221db132 [2019-10-03T00:16:33.821Z] ---> 2ea75718b446 [2019-10-03T00:16:33.821Z] Step 36/126 : FROM cross-true AS runtime-dev-cross-true [2019-10-03T00:16:33.821Z] ---> fcc4d4b07fb4 [2019-10-03T00:16:33.821Z] Step 37/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:16:33.821Z] ---> Running in b35004c87d64 [2019-10-03T00:16:33.821Z] Removing intermediate container b35004c87d64 [2019-10-03T00:16:33.821Z] ---> 718ee65afa6d [2019-10-03T00:16:33.821Z] Step 38/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-10-03T00:16:33.821Z] ---> Running in 81071f12e471 [2019-10-03T00:16:34.357Z] #58 119.6 CC criu/pagemap-cache.o [2019-10-03T00:16:34.615Z] #58 119.9 CC criu/pagemap.o [2019-10-03T00:16:34.843Z] Removing intermediate container 81071f12e471 [2019-10-03T00:16:34.843Z] ---> 19ac5161d506 [2019-10-03T00:16:34.843Z] Step 39/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-10-03T00:16:34.843Z] ---> 2ea75718b446 [2019-10-03T00:16:34.843Z] Step 40/126 : FROM base AS tomlv [2019-10-03T00:16:34.843Z] ---> 6068ff55c3c6 [2019-10-03T00:16:34.843Z] Step 41/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-10-03T00:16:34.843Z] ---> Running in 3270351dde1c [2019-10-03T00:16:34.843Z] Removing intermediate container 3270351dde1c [2019-10-03T00:16:34.843Z] ---> ebefc461c3e5 [2019-10-03T00:16:34.843Z] Step 42/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:16:34.843Z] ---> b07bb40bf371 [2019-10-03T00:16:34.843Z] Step 43/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:16:35.127Z] ---> 385bd2c6681f [2019-10-03T00:16:35.127Z] Step 44/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:16:35.127Z] ---> Running in cce3bd99a29d [2019-10-03T00:16:35.409Z] + RM_GOPATH=0 [2019-10-03T00:16:35.409Z] + TMP_GOPATH= [2019-10-03T00:16:35.409Z] + : /build [2019-10-03T00:16:35.409Z] + '[' -z '' ']' [2019-10-03T00:16:35.409Z] ++ mktemp -d [2019-10-03T00:16:35.409Z] + export GOPATH=/tmp/tmp.299QbxLC9T [2019-10-03T00:16:35.409Z] + GOPATH=/tmp/tmp.299QbxLC9T [2019-10-03T00:16:35.409Z] + RM_GOPATH=1 [2019-10-03T00:16:35.409Z] ++ dirname ./install.sh [2019-10-03T00:16:35.409Z] + dir=. [2019-10-03T00:16:35.409Z] + bin=tomlv [2019-10-03T00:16:35.409Z] + shift [2019-10-03T00:16:35.409Z] + '[' '!' -f ./tomlv.installer ']' [2019-10-03T00:16:35.409Z] + . ./tomlv.installer [2019-10-03T00:16:35.409Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-03T00:16:35.409Z] + install_tomlv [2019-10-03T00:16:35.409Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-10-03T00:16:35.409Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.299QbxLC9T/src/github.com/BurntSushi/toml [2019-10-03T00:16:35.409Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-03T00:16:35.409Z] Cloning into '/tmp/tmp.299QbxLC9T/src/github.com/BurntSushi/toml'... [2019-10-03T00:16:35.550Z] #58 120.5 CC criu/parasite-syscall.o [2019-10-03T00:16:35.693Z] + cd /tmp/tmp.299QbxLC9T/src/github.com/BurntSushi/toml [2019-10-03T00:16:35.693Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-10-03T00:16:35.693Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-10-03T00:16:35.976Z] math/bits [2019-10-03T00:16:35.976Z] internal/cpu [2019-10-03T00:16:35.976Z] runtime/internal/sys [2019-10-03T00:16:35.976Z] runtime/internal/atomic [2019-10-03T00:16:35.976Z] runtime/internal/math [2019-10-03T00:16:35.976Z] unicode/utf8 [2019-10-03T00:16:35.976Z] internal/bytealg [2019-10-03T00:16:35.976Z] internal/race [2019-10-03T00:16:35.976Z] math [2019-10-03T00:16:35.976Z] sync/atomic [2019-10-03T00:16:35.976Z] unicode [2019-10-03T00:16:35.976Z] internal/testlog [2019-10-03T00:16:35.976Z] encoding [2019-10-03T00:16:36.116Z] #58 ... [2019-10-03T00:16:36.116Z] [2019-10-03T00:16:36.116Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-10-03T00:16:36.116Z] #55 170.4 + dpkg --print-architecture [2019-10-03T00:16:36.116Z] #55 170.4 + cd /tmp/tmp.0YLtEFUNXt/src/github.com/docker/distribution [2019-10-03T00:16:36.116Z] #55 170.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-10-03T00:16:36.263Z] runtime [2019-10-03T00:16:36.263Z] runtime/cgo [2019-10-03T00:16:36.375Z] #55 170.7 + GOPATH=/tmp/tmp.0YLtEFUNXt/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.0YLtEFUNXt [2019-10-03T00:16:36.375Z] #55 170.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-10-03T00:16:40.653Z] internal/reflectlite [2019-10-03T00:16:40.653Z] sync [2019-10-03T00:16:40.653Z] errors [2019-10-03T00:16:40.653Z] sort [2019-10-03T00:16:40.653Z] io [2019-10-03T00:16:40.653Z] internal/oserror [2019-10-03T00:16:40.653Z] strconv [2019-10-03T00:16:40.653Z] syscall [2019-10-03T00:16:40.653Z] bytes [2019-10-03T00:16:40.653Z] strings [2019-10-03T00:16:41.278Z] bufio [2019-10-03T00:16:41.278Z] reflect [2019-10-03T00:16:41.564Z] path [2019-10-03T00:16:41.564Z] text/tabwriter [2019-10-03T00:16:41.849Z] internal/syscall/unix [2019-10-03T00:16:41.849Z] time [2019-10-03T00:16:42.465Z] internal/poll [2019-10-03T00:16:42.748Z] os [2019-10-03T00:16:43.030Z] internal/fmtsort [2019-10-03T00:16:43.313Z] path/filepath [2019-10-03T00:16:43.313Z] fmt [2019-10-03T00:16:43.313Z] io/ioutil [2019-10-03T00:16:43.928Z] log [2019-10-03T00:16:43.928Z] flag [2019-10-03T00:16:43.928Z] github.com/BurntSushi/toml [2019-10-03T00:16:44.543Z] github.com/BurntSushi/toml/cmd/tomlv [2019-10-03T00:16:46.014Z] Removing intermediate container cce3bd99a29d [2019-10-03T00:16:46.014Z] ---> c47add555324 [2019-10-03T00:16:46.014Z] Step 45/126 : FROM base AS vndr [2019-10-03T00:16:46.014Z] ---> 6068ff55c3c6 [2019-10-03T00:16:46.014Z] Step 46/126 : ENV INSTALL_BINARY_NAME=vndr [2019-10-03T00:16:46.014Z] ---> Running in 3645e16629c9 [2019-10-03T00:16:46.296Z] Removing intermediate container 3645e16629c9 [2019-10-03T00:16:46.296Z] ---> 805d68672308 [2019-10-03T00:16:46.296Z] Step 47/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:16:46.296Z] ---> 6c58d5342a43 [2019-10-03T00:16:46.296Z] Step 48/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:16:46.343Z] #55 ... [2019-10-03T00:16:46.343Z] [2019-10-03T00:16:46.344Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:16:46.344Z] #58 121.3 CC criu/path.o [2019-10-03T00:16:46.344Z] #58 121.6 CC criu/pie-util-vdso-elf32.o [2019-10-03T00:16:46.344Z] #58 122.0 CC criu/pie-util-vdso.o [2019-10-03T00:16:46.344Z] #58 122.4 CC criu/pie-util.o [2019-10-03T00:16:46.344Z] #58 122.5 CC criu/pipes.o [2019-10-03T00:16:46.344Z] #58 123.0 CC criu/plugin.o [2019-10-03T00:16:46.344Z] #58 123.4 CC criu/proc_parse.o [2019-10-03T00:16:46.344Z] #58 125.5 CC criu/protobuf-desc.o [2019-10-03T00:16:46.344Z] #58 126.1 CC criu/protobuf.o [2019-10-03T00:16:46.344Z] #58 126.4 CC criu/pstree.o [2019-10-03T00:16:46.344Z] #58 127.5 CC criu/rbtree.o [2019-10-03T00:16:46.344Z] #58 127.7 CC criu/rst-malloc.o [2019-10-03T00:16:46.344Z] #58 127.9 CC criu/seccomp.o [2019-10-03T00:16:46.344Z] #58 128.5 CC criu/seize.o [2019-10-03T00:16:46.344Z] #58 129.3 CC criu/servicefd.o [2019-10-03T00:16:46.344Z] #58 129.7 CC criu/shmem.o [2019-10-03T00:16:46.344Z] #58 130.4 CC criu/sigframe.o [2019-10-03T00:16:46.344Z] #58 130.6 CC criu/signalfd.o [2019-10-03T00:16:46.344Z] #58 130.9 CC criu/sk-inet.o [2019-10-03T00:16:46.578Z] ---> 23c3270afa61 [2019-10-03T00:16:46.578Z] Step 49/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:16:46.578Z] ---> Running in 0cd8c3819b88 [2019-10-03T00:16:46.602Z] #58 131.8 CC criu/sk-netlink.o [2019-10-03T00:16:46.859Z] + RM_GOPATH=0 [2019-10-03T00:16:46.859Z] + TMP_GOPATH= [2019-10-03T00:16:46.859Z] + : /build [2019-10-03T00:16:46.859Z] + '[' -z '' ']' [2019-10-03T00:16:46.859Z] ++ mktemp -d [2019-10-03T00:16:46.859Z] + export GOPATH=/tmp/tmp.b5QWhH9CGO [2019-10-03T00:16:46.859Z] + GOPATH=/tmp/tmp.b5QWhH9CGO [2019-10-03T00:16:46.859Z] + RM_GOPATH=1 [2019-10-03T00:16:46.860Z] ++ dirname ./install.sh [2019-10-03T00:16:46.860Z] + dir=. [2019-10-03T00:16:46.860Z] + bin=vndr [2019-10-03T00:16:46.860Z] + shift [2019-10-03T00:16:46.860Z] + '[' '!' -f ./vndr.installer ']' [2019-10-03T00:16:46.860Z] + . ./vndr.installer [2019-10-03T00:16:46.860Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-03T00:16:46.860Z] + install_vndr [2019-10-03T00:16:46.860Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-03T00:16:46.860Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-10-03T00:16:46.860Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.b5QWhH9CGO/src/github.com/LK4D4/vndr [2019-10-03T00:16:46.860Z] Cloning into '/tmp/tmp.b5QWhH9CGO/src/github.com/LK4D4/vndr'... [2019-10-03T00:16:46.860Z] #58 132.1 CC criu/sk-packet.o [2019-10-03T00:16:47.145Z] + cd /tmp/tmp.b5QWhH9CGO/src/github.com/LK4D4/vndr [2019-10-03T00:16:47.145Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-10-03T00:16:47.145Z] + go build -buildmode=pie -v -o /build/vndr . [2019-10-03T00:16:47.145Z] internal/cpu [2019-10-03T00:16:47.430Z] runtime/internal/sys [2019-10-03T00:16:47.430Z] internal/race [2019-10-03T00:16:47.430Z] runtime/internal/atomic [2019-10-03T00:16:47.430Z] sync/atomic [2019-10-03T00:16:47.430Z] runtime/internal/math [2019-10-03T00:16:47.430Z] unicode [2019-10-03T00:16:47.430Z] internal/bytealg [2019-10-03T00:16:47.430Z] unicode/utf8 [2019-10-03T00:16:47.430Z] math/bits [2019-10-03T00:16:47.430Z] internal/testlog [2019-10-03T00:16:47.430Z] math [2019-10-03T00:16:47.430Z] encoding [2019-10-03T00:16:47.430Z] runtime [2019-10-03T00:16:47.430Z] unicode/utf16 [2019-10-03T00:16:47.715Z] container/list [2019-10-03T00:16:47.715Z] crypto/internal/subtle [2019-10-03T00:16:47.715Z] crypto/subtle [2019-10-03T00:16:47.715Z] vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-10-03T00:16:47.795Z] #58 132.8 CC criu/sk-queue.o [2019-10-03T00:16:48.002Z] internal/nettrace [2019-10-03T00:16:48.002Z] runtime/cgo [2019-10-03T00:16:48.053Z] #58 133.2 CC criu/sk-tcp.o [2019-10-03T00:16:48.306Z] vendor/golang.org/x/crypto/internal/subtle [2019-10-03T00:16:48.987Z] #58 133.8 CC criu/sk-unix.o [2019-10-03T00:16:50.396Z] #58 135.4 CC criu/sockets.o [2019-10-03T00:16:51.328Z] #58 136.2 CC criu/stats.o [2019-10-03T00:16:51.328Z] #58 136.4 CC criu/string.o [2019-10-03T00:16:51.328Z] #58 136.5 CC criu/sysctl.o [2019-10-03T00:16:51.765Z] internal/reflectlite [2019-10-03T00:16:51.765Z] sync [2019-10-03T00:16:51.765Z] github.com/LK4D4/vndr/godl/singleflight [2019-10-03T00:16:51.765Z] internal/singleflight [2019-10-03T00:16:51.765Z] math/rand [2019-10-03T00:16:51.893Z] #58 137.2 CC criu/sysfs_parse.o [2019-10-03T00:16:52.052Z] errors [2019-10-03T00:16:52.052Z] sort [2019-10-03T00:16:52.052Z] internal/oserror [2019-10-03T00:16:52.052Z] io [2019-10-03T00:16:52.052Z] strconv [2019-10-03T00:16:52.052Z] syscall [2019-10-03T00:16:52.052Z] vendor/golang.org/x/net/dns/dnsmessage [2019-10-03T00:16:52.340Z] bytes [2019-10-03T00:16:52.460Z] #58 137.5 CC criu/timerfd.o [2019-10-03T00:16:52.626Z] bufio [2019-10-03T00:16:52.718Z] #58 137.8 CC criu/tty.o [2019-10-03T00:16:52.913Z] reflect [2019-10-03T00:16:52.913Z] strings [2019-10-03T00:16:53.204Z] hash [2019-10-03T00:16:53.488Z] hash/crc32 [2019-10-03T00:16:53.488Z] regexp/syntax [2019-10-03T00:16:53.774Z] path [2019-10-03T00:16:53.774Z] time [2019-10-03T00:16:53.774Z] internal/syscall/unix [2019-10-03T00:16:53.774Z] crypto [2019-10-03T00:16:54.060Z] crypto/internal/randutil [2019-10-03T00:16:54.060Z] crypto/hmac [2019-10-03T00:16:54.060Z] crypto/rc4 [2019-10-03T00:16:54.346Z] vendor/golang.org/x/crypto/hkdf [2019-10-03T00:16:54.346Z] vendor/golang.org/x/text/transform [2019-10-03T00:16:54.618Z] #58 139.7 CC criu/tun.o [2019-10-03T00:16:54.632Z] regexp [2019-10-03T00:16:54.919Z] context [2019-10-03T00:16:54.919Z] internal/poll [2019-10-03T00:16:55.185Z] #58 140.2 CC criu/uffd.o [2019-10-03T00:16:55.205Z] os [2019-10-03T00:16:55.490Z] internal/fmtsort [2019-10-03T00:16:55.490Z] encoding/binary [2019-10-03T00:16:55.751Z] #58 ... [2019-10-03T00:16:55.751Z] [2019-10-03T00:16:55.751Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-10-03T00:16:55.751Z] #55 190.1 + rm -rf /tmp/tmp.0YLtEFUNXt/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.0YLtEFUNXt [2019-10-03T00:16:55.776Z] encoding/base64 [2019-10-03T00:16:55.776Z] crypto/cipher [2019-10-03T00:16:55.776Z] crypto/sha512 [2019-10-03T00:16:56.061Z] fmt [2019-10-03T00:16:56.061Z] path/filepath [2019-10-03T00:16:56.061Z] internal/lazyregexp [2019-10-03T00:16:56.062Z] crypto/aes [2019-10-03T00:16:56.062Z] crypto/des [2019-10-03T00:16:56.347Z] crypto/ed25519/internal/edwards25519 [2019-10-03T00:16:56.347Z] io/ioutil [2019-10-03T00:16:56.347Z] crypto/md5 [2019-10-03T00:16:56.347Z] crypto/sha1 [2019-10-03T00:16:56.633Z] crypto/sha256 [2019-10-03T00:16:56.633Z] encoding/pem [2019-10-03T00:16:56.686Z] #55 DONE 190.8s [2019-10-03T00:16:56.686Z] [2019-10-03T00:16:56.686Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-10-03T00:16:56.686Z] #58 141.2 CC criu/util.o [2019-10-03T00:16:56.921Z] net [2019-10-03T00:16:56.921Z] vendor/golang.org/x/crypto/internal/chacha20 [2019-10-03T00:16:56.921Z] vendor/golang.org/x/crypto/poly1305 [2019-10-03T00:16:56.921Z] vendor/golang.org/x/crypto/curve25519 [2019-10-03T00:16:56.921Z] flag [2019-10-03T00:16:57.205Z] go/token [2019-10-03T00:16:57.206Z] net/url [2019-10-03T00:16:57.206Z] go/scanner [2019-10-03T00:16:57.492Z] text/template/parse [2019-10-03T00:16:57.492Z] log [2019-10-03T00:16:57.620Z] #58 142.5 CC criu/uts_ns.o [2019-10-03T00:16:57.779Z] go/ast [2019-10-03T00:16:57.779Z] encoding/json [2019-10-03T00:16:57.879Z] #58 142.9 CC criu/vdso-compat.o [2019-10-03T00:16:57.879Z] #58 143.1 CC criu/vdso.o [2019-10-03T00:16:58.409Z] text/template [2019-10-03T00:16:58.694Z] go/parser [2019-10-03T00:16:58.813Z] #58 143.8 LINK criu/built-in.o [2019-10-03T00:16:58.813Z] #58 143.9 LINK criu/criu [2019-10-03T00:16:59.072Z] #58 144.1 DEP lib/c/criu.d [2019-10-03T00:16:59.072Z] #58 144.2 CC images/rpc.pb-c.o [2019-10-03T00:16:59.317Z] encoding/xml [2019-10-03T00:16:59.603Z] go/doc [2019-10-03T00:16:59.638Z] #58 144.6 CC lib/c/criu.o [2019-10-03T00:16:59.888Z] compress/flate [2019-10-03T00:17:00.204Z] #58 145.3 LINK lib/c/built-in.o [2019-10-03T00:17:00.204Z] #58 145.3 LINK lib/c/libcriu.so [2019-10-03T00:17:00.204Z] #58 145.4 GEN magic.py [2019-10-03T00:17:00.204Z] #58 145.5 Note: Building without setproctitle() and strlcpy() support. [2019-10-03T00:17:00.204Z] #58 145.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-10-03T00:17:00.511Z] compress/gzip [2019-10-03T00:17:00.511Z] math/big [2019-10-03T00:17:00.770Z] #58 146.0 fatal: Not a git repository (or any of the parent directories): .git [2019-10-03T00:17:00.797Z] github.com/LK4D4/vndr/build [2019-10-03T00:17:00.797Z] encoding/hex [2019-10-03T00:17:01.087Z] vendor/golang.org/x/crypto/chacha20poly1305 [2019-10-03T00:17:01.337Z] #58 146.5 make[1]: Nothing to be done for 'all'. [2019-10-03T00:17:01.395Z] vendor/golang.org/x/text/unicode/bidi [2019-10-03T00:17:01.552Z] sha256:d5923fafc9dff35007845ed3898e31f17d3d08c3e8014d44e4d31464eee1eed8 [2019-10-03T00:17:01.552Z] INFO: Starting docker-py tests... [2019-10-03T00:17:01.552Z] ============================= test session starts ============================== [2019-10-03T00:17:01.552Z] platform linux -- Python 3.7.4, pytest-4.3.1, py-1.8.0, pluggy-0.13.0 [2019-10-03T00:17:01.552Z] rootdir: /src, inifile: pytest.ini [2019-10-03T00:17:01.552Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-10-03T00:17:01.552Z] collected 385 items / 5 deselected / 380 selected [2019-10-03T00:17:01.552Z] [2019-10-03T00:17:01.903Z] #58 147.0 make[1]: 'images/built-in.o' is up to date. [2019-10-03T00:17:01.903Z] #58 147.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-10-03T00:17:01.903Z] #58 147.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-10-03T00:17:01.903Z] #58 147.0 make[1]: 'compel/libcompel.a' is up to date. [2019-10-03T00:17:01.903Z] #58 147.1 make[1]: 'compel/compel-host-bin' is up to date. [2019-10-03T00:17:01.903Z] #58 147.1 make[1]: Nothing to be done for 'all'. [2019-10-03T00:17:01.903Z] #58 147.1 make[1]: 'soccr/libsoccr.a' is up to date. [2019-10-03T00:17:02.019Z] vendor/golang.org/x/text/secure/bidirule [2019-10-03T00:17:02.019Z] vendor/golang.org/x/text/unicode/norm [2019-10-03T00:17:02.019Z] vendor/golang.org/x/net/http2/hpack [2019-10-03T00:17:02.162Z] #58 147.3 make[2]: Nothing to be done for 'all'. [2019-10-03T00:17:02.162Z] #58 147.3 make[2]: Nothing to be done for 'all'. [2019-10-03T00:17:02.162Z] #58 147.3 make[2]: Nothing to be done for 'all'. [2019-10-03T00:17:02.162Z] #58 147.4 make[2]: Nothing to be done for 'all'. [2019-10-03T00:17:02.420Z] #58 147.4 make[2]: Nothing to be done for 'all'. [2019-10-03T00:17:02.420Z] #58 147.4 make[2]: Nothing to be done for 'all'. [2019-10-03T00:17:02.420Z] #58 147.5 make[2]: Nothing to be done for 'all'. [2019-10-03T00:17:02.420Z] #58 147.6 make[2]: Nothing to be done for 'all'. [2019-10-03T00:17:02.420Z] #58 147.6 INSTALL criu/criu [2019-10-03T00:17:02.643Z] mime [2019-10-03T00:17:02.986Z] #58 DONE 147.9s [2019-10-03T00:17:02.986Z] [2019-10-03T00:17:02.986Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-10-03T00:17:03.264Z] crypto/rand [2019-10-03T00:17:03.264Z] crypto/elliptic [2019-10-03T00:17:03.264Z] encoding/asn1 [2019-10-03T00:17:03.550Z] crypto/ed25519 [2019-10-03T00:17:03.550Z] crypto/rsa [2019-10-03T00:17:03.550Z] crypto/dsa [2019-10-03T00:17:03.836Z] vendor/golang.org/x/net/idna [2019-10-03T00:17:03.836Z] net/textproto [2019-10-03T00:17:04.120Z] crypto/ecdsa [2019-10-03T00:17:04.120Z] crypto/x509/pkix [2019-10-03T00:17:04.120Z] vendor/golang.org/x/crypto/cryptobyte [2019-10-03T00:17:04.405Z] mime/quotedprintable [2019-10-03T00:17:04.405Z] net/http/internal [2019-10-03T00:17:04.405Z] mime/multipart [2019-10-03T00:17:04.405Z] os/exec [2019-10-03T00:17:04.405Z] vendor/golang.org/x/net/http/httpguts [2019-10-03T00:17:04.690Z] vendor/golang.org/x/net/http/httpproxy [2019-10-03T00:17:04.690Z] crypto/x509 [2019-10-03T00:17:05.700Z] crypto/tls [2019-10-03T00:17:07.722Z] net/http/httptrace [2019-10-03T00:17:07.722Z] net/http [2019-10-03T00:17:11.180Z] github.com/LK4D4/vndr/godl [2019-10-03T00:17:11.180Z] github.com/LK4D4/vndr [2019-10-03T00:17:15.563Z] Removing intermediate container 0cd8c3819b88 [2019-10-03T00:17:15.563Z] ---> d46eec6335fc [2019-10-03T00:17:15.563Z] Step 50/126 : FROM dev-base AS containerd [2019-10-03T00:17:15.563Z] ---> 6068ff55c3c6 [2019-10-03T00:17:15.563Z] Step 51/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:17:15.563Z] ---> Using cache [2019-10-03T00:17:15.563Z] ---> e34c2abf4a7e [2019-10-03T00:17:15.563Z] Step 52/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-10-03T00:17:15.563Z] ---> Running in 2ada7098205e [2019-10-03T00:17:15.563Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-03T00:17:15.563Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-03T00:17:15.563Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-03T00:17:15.563Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-03T00:17:15.563Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-03T00:17:15.563Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-03T00:17:15.847Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-03T00:17:15.847Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-03T00:17:17.857Z] #24 ... [2019-10-03T00:17:17.857Z] [2019-10-03T00:17:17.857Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-10-03T00:17:17.857Z] #47 177.9 🇩 bin/containerd [2019-10-03T00:17:17.857Z] #47 ... [2019-10-03T00:17:17.857Z] [2019-10-03T00:17:17.857Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-10-03T00:17:17.857Z] #24 DONE 211.8s [2019-10-03T00:17:17.857Z] [2019-10-03T00:17:17.857Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-10-03T00:17:17.868Z] Fetched 7719 kB in 2s (3109 kB/s) [2019-10-03T00:17:18.876Z] Reading package lists... [2019-10-03T00:17:19.758Z] #47 ... [2019-10-03T00:17:19.758Z] [2019-10-03T00:17:19.758Z] #25 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-03T00:17:19.758Z] #25 DONE 0.2s [2019-10-03T00:17:19.758Z] [2019-10-03T00:17:19.758Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-03T00:17:19.758Z] #28 DONE 0.1s [2019-10-03T00:17:19.758Z] [2019-10-03T00:17:19.758Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-10-03T00:17:19.758Z] #47 ... [2019-10-03T00:17:19.758Z] [2019-10-03T00:17:19.758Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-03T00:17:19.758Z] #31 DONE 0.1s [2019-10-03T00:17:20.016Z] [2019-10-03T00:17:20.016Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-10-03T00:17:20.016Z] #34 DONE 0.2s [2019-10-03T00:17:20.016Z] [2019-10-03T00:17:20.016Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-10-03T00:17:20.016Z] #39 DONE 0.1s [2019-10-03T00:17:20.016Z] [2019-10-03T00:17:20.016Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-10-03T00:17:20.274Z] #47 ... [2019-10-03T00:17:20.274Z] [2019-10-03T00:17:20.274Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-10-03T00:17:20.274Z] #43 DONE 0.1s [2019-10-03T00:17:20.347Z] Reading package lists... [2019-10-03T00:17:20.347Z] Building dependency tree... [2019-10-03T00:17:20.347Z] Reading state information... [2019-10-03T00:17:20.347Z] The following additional packages will be installed: [2019-10-03T00:17:20.347Z] btrfs-progs liblzo2-2 [2019-10-03T00:17:20.347Z] The following NEW packages will be installed: [2019-10-03T00:17:20.347Z] btrfs-progs btrfs-tools liblzo2-2 [2019-10-03T00:17:20.347Z] 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. [2019-10-03T00:17:20.347Z] Need to get 588 kB of archives. [2019-10-03T00:17:20.347Z] After this operation, 5005 kB of additional disk space will be used. [2019-10-03T00:17:20.347Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-03T00:17:20.531Z] [2019-10-03T00:17:20.531Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-10-03T00:17:20.631Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-03T00:17:20.631Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-03T00:17:20.631Z] debconf: delaying package configuration, since apt-utils is not installed [2019-10-03T00:17:20.631Z] Fetched 588 kB in 0s (5785 kB/s) [2019-10-03T00:17:20.631Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-03T00:17:20.915Z] (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-10-03T00:17:20.915Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-03T00:17:20.915Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-03T00:17:20.915Z] Selecting previously unselected package btrfs-progs. [2019-10-03T00:17:20.915Z] Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-03T00:17:20.915Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-10-03T00:17:20.915Z] Selecting previously unselected package btrfs-tools. [2019-10-03T00:17:20.915Z] Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-03T00:17:20.915Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-10-03T00:17:20.915Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:17:20.915Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-03T00:17:20.915Z] Setting up btrfs-progs (4.7.3-1) ... [2019-10-03T00:17:20.915Z] Setting up btrfs-tools (4.7.3-1) ... [2019-10-03T00:17:20.915Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:17:21.529Z] Removing intermediate container 2ada7098205e [2019-10-03T00:17:21.529Z] ---> f35e9d6b30fb [2019-10-03T00:17:21.529Z] Step 53/126 : ENV INSTALL_BINARY_NAME=containerd [2019-10-03T00:17:21.529Z] ---> Running in 8618f505bdb3 [2019-10-03T00:17:21.529Z] Removing intermediate container 8618f505bdb3 [2019-10-03T00:17:21.529Z] ---> d3d66d283e88 [2019-10-03T00:17:21.529Z] Step 54/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:17:21.842Z] ---> 6cdcbfd1ed16 [2019-10-03T00:17:21.842Z] Step 55/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:17:21.842Z] ---> ab9ff5ac56ac [2019-10-03T00:17:21.842Z] Step 56/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:17:21.842Z] ---> Running in faa45f066ce2 [2019-10-03T00:17:22.460Z] + RM_GOPATH=0 [2019-10-03T00:17:22.460Z] + TMP_GOPATH= [2019-10-03T00:17:22.460Z] + : /build [2019-10-03T00:17:22.460Z] + '[' -z '' ']' [2019-10-03T00:17:22.460Z] ++ mktemp -d [2019-10-03T00:17:22.460Z] + export GOPATH=/tmp/tmp.TpNjy5ff1S [2019-10-03T00:17:22.460Z] + GOPATH=/tmp/tmp.TpNjy5ff1S [2019-10-03T00:17:22.460Z] + RM_GOPATH=1 [2019-10-03T00:17:22.460Z] ++ dirname ./install.sh [2019-10-03T00:17:22.460Z] + dir=. [2019-10-03T00:17:22.460Z] + bin=containerd [2019-10-03T00:17:22.460Z] + shift [2019-10-03T00:17:22.460Z] + '[' '!' -f ./containerd.installer ']' [2019-10-03T00:17:22.460Z] + . ./containerd.installer [2019-10-03T00:17:22.460Z] ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-10-03T00:17:22.460Z] + install_containerd [2019-10-03T00:17:22.460Z] + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-10-03T00:17:22.460Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.TpNjy5ff1S/src/github.com/containerd/containerd [2019-10-03T00:17:22.460Z] Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-10-03T00:17:22.460Z] Cloning into '/tmp/tmp.TpNjy5ff1S/src/github.com/containerd/containerd'... [2019-10-03T00:17:27.904Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-10-03T00:17:28.161Z] tests/integration/api_client_test.py ..... [ 7%] [2019-10-03T00:17:29.270Z] + cd /tmp/tmp.TpNjy5ff1S/src/github.com/containerd/containerd [2019-10-03T00:17:29.270Z] + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-10-03T00:17:29.270Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-10-03T00:17:29.270Z] + BUILDTAGS='netgo osusergo static_build' [2019-10-03T00:17:29.270Z] + export EXTRA_FLAGS=-buildmode=pie [2019-10-03T00:17:29.270Z] + EXTRA_FLAGS=-buildmode=pie [2019-10-03T00:17:29.270Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-10-03T00:17:29.270Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-10-03T00:17:29.270Z] + '[' '' = dynamic ']' [2019-10-03T00:17:29.270Z] + make [2019-10-03T00:17:29.552Z] 🇩 bin/ctr [2019-10-03T00:17:30.046Z] tests/integration/api_config_test.py ..... [ 8%] [2019-10-03T00:17:37.827Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-03T00:17:37.827Z] [2019-10-03T00:17:37.827Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-03T00:17:37.827Z] PKG_CONFIG=pkg-config [2019-10-03T00:17:37.827Z] GOLANG_VERSION=1.13.1 [2019-10-03T00:17:37.827Z] HOSTNAME=eca323e1363c [2019-10-03T00:17:37.827Z] DOCKER_EXPERIMENTAL=1 [2019-10-03T00:17:37.827Z] container=docker [2019-10-03T00:17:37.827Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-03T00:17:37.827Z] GO111MODULE=off [2019-10-03T00:17:37.827Z] GOPATH=/go [2019-10-03T00:17:37.827Z] PWD=/go/src/github.com/docker/docker [2019-10-03T00:17:37.827Z] HOME=/root [2019-10-03T00:17:37.827Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-03T00:17:37.827Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-03T00:17:37.827Z] DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:17:37.827Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-03T00:17:37.827Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-03T00:17:37.827Z] TERM=xterm [2019-10-03T00:17:37.827Z] DEST=bundles/test-integration [2019-10-03T00:17:37.827Z] SHLVL=1 [2019-10-03T00:17:37.827Z] TIMEOUT=120m [2019-10-03T00:17:37.827Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-03T00:17:37.827Z] DOCKER_PKG=github.com/docker/docker [2019-10-03T00:17:37.827Z] TESTDEBUG=0 [2019-10-03T00:17:37.827Z] _=/usr/bin/env [2019-10-03T00:17:37.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-03T00:17:42.468Z] #47 200.6 🇩 bin/containerd-stress [2019-10-03T00:17:42.468Z] #47 202.1 🇩 bin/containerd-shim [2019-10-03T00:17:47.738Z] #47 207.9 🇩 bin/containerd-shim-runc-v1 [2019-10-03T00:17:50.265Z] #47 210.5 🇩 binaries [2019-10-03T00:17:50.265Z] #47 210.5 + mkdir -p /build [2019-10-03T00:17:50.265Z] #47 210.5 + cp bin/containerd /build/containerd [2019-10-03T00:17:50.265Z] #47 210.5 + cp bin/containerd-shim /build/containerd-shim [2019-10-03T00:17:50.265Z] #47 210.5 + cp bin/ctr /build/ctr [2019-10-03T00:17:50.522Z] #47 DONE 211.2s [2019-10-03T00:17:51.452Z] [2019-10-03T00:17:51.452Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-10-03T00:17:51.709Z] #48 DONE 0.3s [2019-10-03T00:17:51.709Z] [2019-10-03T00:17:51.709Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-10-03T00:17:51.966Z] #51 DONE 0.1s [2019-10-03T00:17:51.966Z] [2019-10-03T00:17:51.966Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-10-03T00:17:51.966Z] #54 DONE 0.2s [2019-10-03T00:17:51.966Z] [2019-10-03T00:17:51.966Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-03T00:17:52.223Z] #56 DONE 0.3s [2019-10-03T00:17:52.482Z] [2019-10-03T00:17:52.482Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-10-03T00:17:52.482Z] #59 DONE 0.1s [2019-10-03T00:17:52.482Z] [2019-10-03T00:17:52.482Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-03T00:17:52.739Z] #63 DONE 0.2s [2019-10-03T00:17:52.739Z] [2019-10-03T00:17:52.739Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-10-03T00:17:52.996Z] #65 DONE 0.3s [2019-10-03T00:17:53.254Z] [2019-10-03T00:17:53.254Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-10-03T00:17:53.254Z] #66 DONE 0.0s [2019-10-03T00:17:53.254Z] [2019-10-03T00:17:53.254Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-10-03T00:17:54.186Z] #67 DONE 0.9s [2019-10-03T00:17:54.186Z] [2019-10-03T00:17:54.186Z] #68 exporting to image [2019-10-03T00:17:54.186Z] #68 exporting layers [2019-10-03T00:17:58.079Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-03T00:17:58.079Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-03T00:17:59.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-03T00:18:00.732Z] 65014b3c3121: Pull complete [2019-10-03T00:18:09.044Z] #68 exporting layers 14.3s done [2019-10-03T00:18:09.044Z] #68 writing image sha256:b3e8a5357a5f47471da396ea2313c6a83be854ee0765f07f5d4c43aa203e0cb2 done [2019-10-03T00:18:09.044Z] #68 naming to docker.io/library/docker:85733620ebea3da75abe7d732043354aa0883f8a done [2019-10-03T00:18:09.044Z] #68 DONE 14.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-10-03T00:18:10.056Z] [2019-10-03T00:18:10.057Z] Removing bundles/ [2019-10-03T00:18:10.057Z] [2019-10-03T00:18:10.057Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-10-03T00:18:10.057Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-03T00:18:10.057Z] GOOS="" GOARCH="" GOARM="" [2019-10-03T00:18:11.325Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-10-03T00:18:19.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-03T00:18:19.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-03T00:18:21.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-03T00:18:22.598Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-03T00:18:22.999Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-03T00:18:24.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-03T00:18:25.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-03T00:18:26.367Z] 🇩 bin/containerd [2019-10-03T00:18:27.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-03T00:18:30.368Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-03T00:18:31.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-03T00:18:32.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-03T00:18:34.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-03T00:18:36.084Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-03T00:18:37.373Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-03T00:18:38.228Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-03T00:18:38.228Z] Using test binary docker [2019-10-03T00:18:38.652Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-03T00:18:38.652Z] +++ /etc/init.d/apparmor start [2019-10-03T00:18:38.652Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-03T00:18:38.652Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-03T00:18:38.652Z] Warning failed to create cache: (null) [2019-10-03T00:18:38.652Z] . [2019-10-03T00:18:38.652Z] INFO: Waiting for daemon to start... [2019-10-03T00:18:38.652Z] Starting dockerd [2019-10-03T00:18:38.652Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-10-03T00:18:40.471Z] . [2019-10-03T00:18:40.471Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-03T00:18:40.471Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-03T00:18:40.471Z] Error: No such image: emptyfs [2019-10-03T00:18:40.471Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-03T00:18:40.471Z] ++++ docker load [2019-10-03T00:18:40.851Z] Running integration-test (iteration 1) [2019-10-03T00:18:40.851Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-10-03T00:18:40.851Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:18:40.851Z] ++ set -e [2019-10-03T00:18:40.851Z] ++ '[' -n 0 ']' [2019-10-03T00:18:40.851Z] ++ set -x [2019-10-03T00:18:40.851Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:18:50.329Z] Loaded image: buildpack-deps:jessie [2019-10-03T00:18:50.329Z] Loaded image: busybox:latest [2019-10-03T00:18:50.329Z] Loaded image: busybox:glibc [2019-10-03T00:18:50.329Z] Loaded image: debian:jessie [2019-10-03T00:18:50.329Z] Loaded image: hello-world:latest [2019-10-03T00:18:50.329Z] INFO: Testing against a local daemon [2019-10-03T00:18:50.329Z] === RUN TestCgroupNamespacesBuild [2019-10-03T00:18:51.683Z] --- PASS: TestCgroupNamespacesBuild (1.79s) [2019-10-03T00:18:51.683Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-03T00:18:51.683Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-03T00:18:53.561Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.05s) [2019-10-03T00:18:53.561Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-03T00:18:53.561Z] === RUN TestBuildWithSession [2019-10-03T00:18:56.765Z] --- PASS: TestBuildWithSession (2.79s) [2019-10-03T00:18:56.765Z] === RUN TestBuildSquashParent [2019-10-03T00:18:58.966Z] 🇩 bin/containerd-stress [2019-10-03T00:18:59.253Z] 🇩 bin/containerd-shim [2019-10-03T00:19:03.071Z] --- PASS: TestBuildSquashParent (6.37s) [2019-10-03T00:19:03.071Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-03T00:19:03.071Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-03T00:19:03.071Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-03T00:19:03.071Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-03T00:19:03.071Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-03T00:19:03.071Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-03T00:19:03.071Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-03T00:19:03.071Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-03T00:19:03.071Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-03T00:19:03.071Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-03T00:19:03.071Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-03T00:19:03.071Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-03T00:19:03.071Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-03T00:19:03.071Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-03T00:19:03.071Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-03T00:19:05.664Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-03T00:19:05.664Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-03T00:19:08.152Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-03T00:19:08.152Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-03T00:19:09.592Z] 🇩 bin/containerd-shim-runc-v1 [2019-10-03T00:19:10.641Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-10-03T00:19:10.641Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.82s) [2019-10-03T00:19:10.641Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.93s) [2019-10-03T00:19:10.641Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.54s) [2019-10-03T00:19:10.641Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.52s) [2019-10-03T00:19:10.641Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.45s) [2019-10-03T00:19:10.641Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.38s) [2019-10-03T00:19:10.641Z] === RUN TestBuildMultiStageCopy [2019-10-03T00:19:10.641Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-03T00:19:13.075Z] 🇩 binaries [2019-10-03T00:19:13.075Z] + mkdir -p /build [2019-10-03T00:19:13.075Z] + cp bin/containerd /build/containerd [2019-10-03T00:19:13.075Z] + cp bin/containerd-shim /build/containerd-shim [2019-10-03T00:19:13.075Z] + cp bin/ctr /build/ctr [2019-10-03T00:19:13.201Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-03T00:19:13.649Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-03T00:19:14.030Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-03T00:19:14.837Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-03T00:19:15.207Z] --- PASS: TestBuildMultiStageCopy (4.65s) [2019-10-03T00:19:15.207Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.51s) [2019-10-03T00:19:15.208Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.41s) [2019-10-03T00:19:15.208Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.59s) [2019-10-03T00:19:15.208Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2019-10-03T00:19:15.208Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2019-10-03T00:19:15.208Z] === RUN TestBuildMultiStageParentConfig [2019-10-03T00:19:16.509Z] --- PASS: TestBuildMultiStageParentConfig (1.45s) [2019-10-03T00:19:16.509Z] === RUN TestBuildLabelWithTargets [2019-10-03T00:19:19.719Z] --- PASS: TestBuildLabelWithTargets (2.77s) [2019-10-03T00:19:19.719Z] === RUN TestBuildWithEmptyLayers [2019-10-03T00:19:19.908Z] Removing intermediate container faa45f066ce2 [2019-10-03T00:19:19.908Z] ---> d533890bce83 [2019-10-03T00:19:19.908Z] Step 57/126 : FROM dev-base AS proxy [2019-10-03T00:19:19.908Z] ---> 6068ff55c3c6 [2019-10-03T00:19:19.908Z] Step 58/126 : ENV INSTALL_BINARY_NAME=proxy [2019-10-03T00:19:19.908Z] ---> Running in 5cde5cf1f22e [2019-10-03T00:19:19.908Z] Removing intermediate container 5cde5cf1f22e [2019-10-03T00:19:19.908Z] ---> 3f2e331d7f72 [2019-10-03T00:19:19.908Z] Step 59/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:19:19.908Z] ---> b21e0cfa5e20 [2019-10-03T00:19:19.908Z] Step 60/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:19:19.908Z] ---> 482a9f372d19 [2019-10-03T00:19:19.908Z] Step 61/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:19:19.908Z] ---> Running in 6a5e0ee4cfef [2019-10-03T00:19:19.908Z] + RM_GOPATH=0 [2019-10-03T00:19:19.908Z] + TMP_GOPATH= [2019-10-03T00:19:19.908Z] + : /build [2019-10-03T00:19:19.908Z] + '[' -z '' ']' [2019-10-03T00:19:19.908Z] ++ mktemp -d [2019-10-03T00:19:19.908Z] + export GOPATH=/tmp/tmp.KGDPAlkeX4 [2019-10-03T00:19:19.908Z] + GOPATH=/tmp/tmp.KGDPAlkeX4 [2019-10-03T00:19:19.908Z] + RM_GOPATH=1 [2019-10-03T00:19:19.908Z] ++ dirname ./install.sh [2019-10-03T00:19:19.908Z] + dir=. [2019-10-03T00:19:19.908Z] + bin=proxy [2019-10-03T00:19:19.908Z] + shift [2019-10-03T00:19:19.908Z] + '[' '!' -f ./proxy.installer ']' [2019-10-03T00:19:19.908Z] + . ./proxy.installer [2019-10-03T00:19:19.908Z] ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-10-03T00:19:19.908Z] + install_proxy [2019-10-03T00:19:19.908Z] + case "$1" in [2019-10-03T00:19:19.908Z] + export CGO_ENABLED=0 [2019-10-03T00:19:19.908Z] + CGO_ENABLED=0 [2019-10-03T00:19:19.908Z] + _install_proxy [2019-10-03T00:19:19.908Z] Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-03T00:19:19.908Z] + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-10-03T00:19:19.908Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.KGDPAlkeX4/src/github.com/docker/libnetwork [2019-10-03T00:19:19.908Z] Cloning into '/tmp/tmp.KGDPAlkeX4/src/github.com/docker/libnetwork'... [2019-10-03T00:19:20.504Z] --- PASS: TestBuildWithEmptyLayers (0.88s) [2019-10-03T00:19:20.504Z] === RUN TestBuildMultiStageOnBuild [2019-10-03T00:19:22.607Z] + cd /tmp/tmp.KGDPAlkeX4/src/github.com/docker/libnetwork [2019-10-03T00:19:22.607Z] + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-10-03T00:19:22.607Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-10-03T00:19:23.073Z] --- PASS: TestBuildMultiStageOnBuild (2.77s) [2019-10-03T00:19:23.073Z] === RUN TestBuildUncleanTarFilenames [2019-10-03T00:19:24.382Z] --- PASS: TestBuildUncleanTarFilenames (1.23s) [2019-10-03T00:19:24.382Z] === RUN TestBuildMultiStageLayerLeak [2019-10-03T00:19:25.592Z] ................................................ [ 29%] [2019-10-03T00:19:26.855Z] --- PASS: TestBuildMultiStageLayerLeak (2.71s) [2019-10-03T00:19:26.855Z] === RUN TestBuildWithHugeFile [2019-10-03T00:19:27.056Z] Removing intermediate container 6a5e0ee4cfef [2019-10-03T00:19:27.056Z] ---> 85ac4c8badf3 [2019-10-03T00:19:27.056Z] Step 62/126 : FROM base AS golangci_lint [2019-10-03T00:19:27.056Z] ---> 6068ff55c3c6 [2019-10-03T00:19:27.056Z] Step 63/126 : ENV INSTALL_BINARY_NAME=golangci_lint [2019-10-03T00:19:27.056Z] ---> Running in 335640f55c0c [2019-10-03T00:19:27.056Z] Removing intermediate container 335640f55c0c [2019-10-03T00:19:27.056Z] ---> f8b1ec815240 [2019-10-03T00:19:27.056Z] Step 64/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:19:27.056Z] ---> 055f7e9d2d67 [2019-10-03T00:19:27.056Z] Step 65/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:19:27.056Z] ---> 65ece30b5c73 [2019-10-03T00:19:27.056Z] Step 66/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:19:27.056Z] ---> Running in 32ee4126345a [2019-10-03T00:19:27.355Z] + RM_GOPATH=0 [2019-10-03T00:19:27.355Z] + TMP_GOPATH= [2019-10-03T00:19:27.355Z] + : /build [2019-10-03T00:19:27.355Z] + '[' -z '' ']' [2019-10-03T00:19:27.355Z] ++ mktemp -d [2019-10-03T00:19:27.355Z] + export GOPATH=/tmp/tmp.8Z8O95preS [2019-10-03T00:19:27.355Z] + GOPATH=/tmp/tmp.8Z8O95preS [2019-10-03T00:19:27.355Z] + RM_GOPATH=1 [2019-10-03T00:19:27.355Z] ++ dirname ./install.sh [2019-10-03T00:19:27.355Z] Installing golangci-lint version v1.17.1 [2019-10-03T00:19:27.355Z] + dir=. [2019-10-03T00:19:27.355Z] + bin=golangci_lint [2019-10-03T00:19:27.355Z] + shift [2019-10-03T00:19:27.355Z] + '[' '!' -f ./golangci_lint.installer ']' [2019-10-03T00:19:27.355Z] + . ./golangci_lint.installer [2019-10-03T00:19:27.355Z] ++ : v1.17.1 [2019-10-03T00:19:27.355Z] + install_golangci_lint [2019-10-03T00:19:27.355Z] + echo 'Installing golangci-lint version v1.17.1' [2019-10-03T00:19:27.355Z] + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-03T00:19:30.071Z] + cd /tmp/tmp.8Z8O95preS/src/github.com/golangci/golangci-lint/ [2019-10-03T00:19:30.071Z] + git checkout -q v1.17.1 [2019-10-03T00:19:30.706Z] + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-10-03T00:19:31.491Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-03T00:19:31.491Z] [2019-10-03T00:19:31.491Z] [2019-10-03T00:19:31.491Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-03T00:19:31.491Z] [2019-10-03T00:19:31.491Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-03T00:19:31.491Z] [2019-10-03T00:19:31.491Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-10-03T00:19:31.491Z] PKG_CONFIG=pkg-config [2019-10-03T00:19:31.491Z] GOLANG_VERSION=1.13.1 [2019-10-03T00:19:31.491Z] HOSTNAME=98787fefba40 [2019-10-03T00:19:31.491Z] KEEPBUNDLE=1 [2019-10-03T00:19:31.491Z] container=docker [2019-10-03T00:19:31.491Z] TEST_SKIP_INTEGRATION=1 [2019-10-03T00:19:31.491Z] GO111MODULE=off [2019-10-03T00:19:31.491Z] GOPATH=/go [2019-10-03T00:19:31.491Z] PWD=/go/src/github.com/docker/docker [2019-10-03T00:19:31.491Z] HOME=/root [2019-10-03T00:19:31.491Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-03T00:19:31.491Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-03T00:19:31.491Z] DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:19:31.491Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-03T00:19:31.491Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-03T00:19:31.491Z] TERM=xterm [2019-10-03T00:19:31.491Z] DEST=bundles/test-integration [2019-10-03T00:19:31.491Z] SHLVL=1 [2019-10-03T00:19:31.491Z] TIMEOUT=120m [2019-10-03T00:19:31.491Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-03T00:19:31.491Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-03T00:19:31.491Z] DOCKER_PKG=github.com/docker/docker [2019-10-03T00:19:31.491Z] TESTDEBUG=0 [2019-10-03T00:19:31.491Z] _=/usr/bin/env [2019-10-03T00:19:31.491Z] Building test suite binary ./integration-cli/test.main [2019-10-03T00:19:31.491Z] PKG_CONFIG=pkg-config [2019-10-03T00:19:31.491Z] GOLANG_VERSION=1.13.1 [2019-10-03T00:19:31.491Z] HOSTNAME=cd9bff55de44 [2019-10-03T00:19:31.491Z] KEEPBUNDLE=1 [2019-10-03T00:19:31.491Z] container=docker [2019-10-03T00:19:31.491Z] TEST_SKIP_INTEGRATION=1 [2019-10-03T00:19:31.491Z] GO111MODULE=off [2019-10-03T00:19:31.491Z] GOPATH=/go [2019-10-03T00:19:31.491Z] PWD=/go/src/github.com/docker/docker [2019-10-03T00:19:31.491Z] HOME=/root [2019-10-03T00:19:31.491Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-03T00:19:31.491Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-03T00:19:31.491Z] DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:19:31.491Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-03T00:19:31.491Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-03T00:19:31.491Z] TERM=xterm [2019-10-03T00:19:31.491Z] DEST=bundles/test-integration [2019-10-03T00:19:31.491Z] SHLVL=1 [2019-10-03T00:19:31.491Z] TIMEOUT=120m [2019-10-03T00:19:31.491Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-10-03T00:19:31.491Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-03T00:19:31.491Z] DOCKER_PKG=github.com/docker/docker [2019-10-03T00:19:31.491Z] TESTDEBUG=0 [2019-10-03T00:19:31.491Z] _=/usr/bin/env [2019-10-03T00:19:31.491Z] Building test suite binary ./integration-cli/test.main [2019-10-03T00:19:31.491Z] No new tests added to integration. [2019-10-03T00:19:31.491Z] [2019-10-03T00:19:31.491Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-03T00:19:32.056Z] PKG_CONFIG=pkg-config [2019-10-03T00:19:32.056Z] GOLANG_VERSION=1.13.1 [2019-10-03T00:19:32.056Z] HOSTNAME=ff2397e5a5c3 [2019-10-03T00:19:32.056Z] KEEPBUNDLE=1 [2019-10-03T00:19:32.056Z] container=docker [2019-10-03T00:19:32.056Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-03T00:19:32.056Z] GO111MODULE=off [2019-10-03T00:19:32.056Z] GOPATH=/go [2019-10-03T00:19:32.056Z] PWD=/go/src/github.com/docker/docker [2019-10-03T00:19:32.056Z] HOME=/root [2019-10-03T00:19:32.056Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-03T00:19:32.056Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-03T00:19:32.056Z] DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:19:32.056Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-03T00:19:32.056Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-03T00:19:32.056Z] TERM=xterm [2019-10-03T00:19:32.056Z] DEST=bundles/test-integration [2019-10-03T00:19:32.056Z] SHLVL=1 [2019-10-03T00:19:32.056Z] TIMEOUT=120m [2019-10-03T00:19:32.056Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-03T00:19:32.056Z] DOCKER_PKG=github.com/docker/docker [2019-10-03T00:19:32.056Z] TESTDEBUG=0 [2019-10-03T00:19:32.056Z] _=/usr/bin/env [2019-10-03T00:19:32.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-03T00:19:47.886Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-10-03T00:19:56.237Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-10-03T00:19:57.415Z] 2945147eda09: Pull complete [2019-10-03T00:19:57.415Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-10-03T00:19:57.415Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:19:57.415Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-10-03T00:19:57.415Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-10-03T00:19:57.415Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.737' [2019-10-03T00:19:57.415Z] WARN: Skipping validation tests [2019-10-03T00:19:57.415Z] INFO: Running unit tests at 10/03/2019 00:19:53... [2019-10-03T00:19:57.873Z] INFO: make.ps1 starting at 10/03/2019 00:19:57 [2019-10-03T00:19:57.873Z] INFO: Git commit (85733620e) assumed from DOCKER_GITCOMMIT environment variable [2019-10-03T00:19:57.873Z] INFO: Invoking autogen... [2019-10-03T00:19:58.332Z] INFO: Running unit tests... [2019-10-03T00:20:01.142Z] --- PASS: TestBuildWithHugeFile (31.41s) [2019-10-03T00:20:01.142Z] === RUN TestBuildWithEmptyDockerfile [2019-10-03T00:20:01.142Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-03T00:20:01.142Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-03T00:20:01.142Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-03T00:20:01.142Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-03T00:20:01.142Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-03T00:20:01.142Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-03T00:20:01.142Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-03T00:20:01.142Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-03T00:20:01.142Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-03T00:20:01.142Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2019-10-03T00:20:01.142Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2019-10-03T00:20:01.142Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2019-10-03T00:20:01.142Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2019-10-03T00:20:01.142Z] === RUN TestBuildPreserveOwnership [2019-10-03T00:20:01.142Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-03T00:20:02.354Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-10-03T00:20:02.411Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-03T00:20:04.950Z] --- PASS: TestBuildPreserveOwnership (6.06s) [2019-10-03T00:20:04.950Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.81s) [2019-10-03T00:20:04.950Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.24s) [2019-10-03T00:20:04.950Z] === RUN TestBuildPlatformInvalid [2019-10-03T00:20:04.950Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2019-10-03T00:20:04.950Z] PASS [2019-10-03T00:20:04.950Z] [2019-10-03T00:20:04.950Z] DONE 32 tests in 84.146s [2019-10-03T00:20:04.950Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-10-03T00:20:04.950Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:20:04.950Z] ++ set -e [2019-10-03T00:20:04.950Z] ++ '[' -n 0 ']' [2019-10-03T00:20:04.950Z] ++ set -x [2019-10-03T00:20:04.950Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:20:04.950Z] INFO: Testing against a local daemon [2019-10-03T00:20:04.950Z] === RUN TestConfigList [2019-10-03T00:20:08.242Z] --- PASS: TestConfigList (3.24s) [2019-10-03T00:20:08.242Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-03T00:20:08.242Z] === RUN TestConfigsCreateAndDelete [2019-10-03T00:20:11.469Z] --- PASS: TestConfigsCreateAndDelete (3.11s) [2019-10-03T00:20:11.469Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-03T00:20:11.469Z] === RUN TestConfigsUpdate [2019-10-03T00:20:14.652Z] --- PASS: TestConfigsUpdate (2.88s) [2019-10-03T00:20:14.652Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-03T00:20:14.652Z] === RUN TestTemplatedConfig [2019-10-03T00:20:16.024Z] ? github.com/docker/docker/api [no test files] [2019-10-03T00:20:18.046Z] --- PASS: TestTemplatedConfig (3.42s) [2019-10-03T00:20:18.046Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-03T00:20:18.046Z] === RUN TestConfigInspect [2019-10-03T00:20:20.724Z] --- PASS: TestConfigInspect (2.52s) [2019-10-03T00:20:20.724Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-03T00:20:20.724Z] === RUN TestConfigCreateWithLabels [2019-10-03T00:20:23.155Z] --- PASS: TestConfigCreateWithLabels (2.87s) [2019-10-03T00:20:23.155Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-03T00:20:23.155Z] === RUN TestConfigCreateResolve [2019-10-03T00:20:26.370Z] --- PASS: TestConfigCreateResolve (2.74s) [2019-10-03T00:20:26.370Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-03T00:20:26.370Z] === RUN TestConfigDaemonLibtrustID [2019-10-03T00:20:26.370Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-10-03T00:20:26.370Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-03T00:20:26.370Z] PASS [2019-10-03T00:20:26.370Z] [2019-10-03T00:20:26.370Z] DONE 8 tests in 21.409s [2019-10-03T00:20:26.370Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-10-03T00:20:26.370Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:20:26.370Z] ++ set -e [2019-10-03T00:20:26.370Z] ++ '[' -n 0 ']' [2019-10-03T00:20:26.370Z] ++ set -x [2019-10-03T00:20:26.370Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:20:26.752Z] INFO: Testing against a local daemon [2019-10-03T00:20:26.752Z] === RUN TestCheckpoint [2019-10-03T00:20:26.752Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-03T00:20:26.752Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-03T00:20:26.752Z] === RUN TestContainerInvalidJSON [2019-10-03T00:20:26.752Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-03T00:20:26.752Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-03T00:20:26.752Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-03T00:20:26.752Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-03T00:20:26.752Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-03T00:20:26.752Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-03T00:20:26.752Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-03T00:20:26.752Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-03T00:20:26.752Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-03T00:20:26.752Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-10-03T00:20:26.752Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-03T00:20:26.752Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-03T00:20:26.752Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-03T00:20:26.752Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-03T00:20:26.752Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2019-10-03T00:20:26.752Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-03T00:20:26.752Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-10-03T00:20:26.752Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-03T00:20:26.752Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2019-10-03T00:20:26.752Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-03T00:20:27.126Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2019-10-03T00:20:27.126Z] === RUN TestCopyFromContainer [2019-10-03T00:20:27.431Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-10-03T00:20:29.047Z] === RUN TestCopyFromContainer// [2019-10-03T00:20:29.047Z] === RUN TestCopyFromContainer//bar/root [2019-10-03T00:20:29.047Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-03T00:20:29.047Z] === RUN TestCopyFromContainer/bar/quux [2019-10-03T00:20:29.427Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-03T00:20:29.427Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-03T00:20:29.427Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-03T00:20:29.427Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-03T00:20:29.427Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-03T00:20:29.804Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-03T00:20:29.804Z] --- PASS: TestCopyFromContainer (2.69s) [2019-10-03T00:20:29.804Z] --- PASS: TestCopyFromContainer// (0.07s) [2019-10-03T00:20:29.804Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-10-03T00:20:29.804Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2019-10-03T00:20:29.804Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-10-03T00:20:29.804Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-10-03T00:20:29.804Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2019-10-03T00:20:29.804Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2019-10-03T00:20:29.804Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2019-10-03T00:20:29.804Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-10-03T00:20:29.804Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-10-03T00:20:29.804Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-03T00:20:29.804Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-03T00:20:29.804Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-03T00:20:29.804Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-03T00:20:29.804Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-03T00:20:29.804Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-03T00:20:29.804Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-03T00:20:29.804Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-03T00:20:29.804Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-03T00:20:29.804Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-03T00:20:29.804Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-10-03T00:20:29.804Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-03T00:20:29.804Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-03T00:20:29.804Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.02s) [2019-10-03T00:20:29.804Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-03T00:20:29.804Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-10-03T00:20:29.804Z] === RUN TestCreateWithInvalidEnv [2019-10-03T00:20:29.804Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-03T00:20:29.804Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-03T00:20:29.804Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-03T00:20:29.804Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-03T00:20:29.804Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-03T00:20:29.804Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-03T00:20:29.804Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-03T00:20:29.804Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-03T00:20:29.804Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-03T00:20:29.804Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-10-03T00:20:29.804Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-03T00:20:29.804Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-03T00:20:29.804Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-03T00:20:29.804Z] === RUN TestCreateTmpfsMountsTarget [2019-10-03T00:20:29.804Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-10-03T00:20:29.804Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-03T00:20:30.839Z] ok github.com/docker/docker/api/server 0.217s coverage: 9.0% of statements [2019-10-03T00:20:32.259Z] --- PASS: TestCreateWithCustomMaskedPaths (2.44s) [2019-10-03T00:20:32.259Z] === RUN TestCreateWithCapabilities [2019-10-03T00:20:32.259Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-03T00:20:32.259Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-03T00:20:32.259Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-03T00:20:32.259Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-03T00:20:32.259Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-03T00:20:32.259Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-03T00:20:32.259Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-03T00:20:32.259Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-03T00:20:32.259Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-03T00:20:32.259Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-03T00:20:32.259Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-03T00:20:32.259Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-03T00:20:32.259Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-03T00:20:32.259Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-03T00:20:32.259Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-03T00:20:32.259Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-03T00:20:32.259Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-03T00:20:32.259Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-03T00:20:32.259Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-03T00:20:32.259Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-03T00:20:32.259Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-03T00:20:32.259Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-03T00:20:32.259Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-03T00:20:32.259Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-03T00:20:32.259Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-03T00:20:32.259Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-03T00:20:32.259Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-03T00:20:32.259Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-03T00:20:32.626Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-03T00:20:32.626Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-03T00:20:32.626Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-03T00:20:32.626Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-03T00:20:32.626Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-03T00:20:32.626Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-10-03T00:20:32.626Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-03T00:20:32.626Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-03T00:20:32.626Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2019-10-03T00:20:32.626Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2019-10-03T00:20:32.626Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.11s) [2019-10-03T00:20:32.626Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.13s) [2019-10-03T00:20:32.626Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-10-03T00:20:32.626Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-03T00:20:32.626Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-10-03T00:20:32.626Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-10-03T00:20:32.626Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-10-03T00:20:32.626Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-03T00:20:35.095Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.56s) [2019-10-03T00:20:35.095Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-03T00:20:35.095Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-03T00:20:35.095Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-03T00:20:35.095Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-03T00:20:35.095Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-03T00:20:35.095Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-03T00:20:35.095Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-03T00:20:35.095Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-03T00:20:35.095Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-03T00:20:35.095Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-03T00:20:35.095Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-03T00:20:35.095Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-03T00:20:35.095Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-03T00:20:35.095Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-03T00:20:35.095Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-03T00:20:35.095Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-03T00:20:35.095Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-10-03T00:20:35.095Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-03T00:20:35.095Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-03T00:20:35.095Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-03T00:20:35.095Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-10-03T00:20:35.095Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-10-03T00:20:35.095Z] === RUN TestContainerStartOnDaemonRestart [2019-10-03T00:20:35.095Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-03T00:20:35.095Z] === RUN TestDaemonRestartIpcMode [2019-10-03T00:20:35.095Z] === PAUSE TestDaemonRestartIpcMode [2019-10-03T00:20:35.095Z] === RUN TestDiff [2019-10-03T00:20:36.347Z] --- PASS: TestDiff (0.88s) [2019-10-03T00:20:36.347Z] === RUN TestExecWithCloseStdin [2019-10-03T00:20:36.992Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-10-03T00:20:37.232Z] --- PASS: TestExecWithCloseStdin (1.13s) [2019-10-03T00:20:37.232Z] === RUN TestExec [2019-10-03T00:20:38.168Z] --- PASS: TestExec (1.09s) [2019-10-03T00:20:38.168Z] === RUN TestExecUser [2019-10-03T00:20:39.121Z] Removing intermediate container 32ee4126345a [2019-10-03T00:20:39.121Z] ---> 8478aebb4664 [2019-10-03T00:20:39.121Z] Step 67/126 : FROM base AS gotestsum [2019-10-03T00:20:39.121Z] ---> 6068ff55c3c6 [2019-10-03T00:20:39.121Z] Step 68/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-10-03T00:20:39.121Z] ---> Running in 5d19473901b3 [2019-10-03T00:20:39.121Z] Removing intermediate container 5d19473901b3 [2019-10-03T00:20:39.121Z] ---> 1309f75c6591 [2019-10-03T00:20:39.121Z] Step 69/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:20:39.121Z] ---> 6692ab4d5281 [2019-10-03T00:20:39.121Z] Step 70/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:20:39.121Z] ---> 3bc21e1dc556 [2019-10-03T00:20:39.121Z] Step 71/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:20:39.121Z] ---> Running in a06a49ef2f7a [2019-10-03T00:20:39.121Z] + RM_GOPATH=0 [2019-10-03T00:20:39.121Z] + TMP_GOPATH= [2019-10-03T00:20:39.121Z] + : /build [2019-10-03T00:20:39.121Z] + '[' -z '' ']' [2019-10-03T00:20:39.121Z] ++ mktemp -d [2019-10-03T00:20:39.121Z] + export GOPATH=/tmp/tmp.mtSZrUUBSp [2019-10-03T00:20:39.121Z] + GOPATH=/tmp/tmp.mtSZrUUBSp [2019-10-03T00:20:39.121Z] + RM_GOPATH=1 [2019-10-03T00:20:39.121Z] ++ dirname ./install.sh [2019-10-03T00:20:39.121Z] + dir=. [2019-10-03T00:20:39.121Z] + bin=gotestsum [2019-10-03T00:20:39.121Z] + shift [2019-10-03T00:20:39.121Z] + '[' '!' -f ./gotestsum.installer ']' [2019-10-03T00:20:39.121Z] + . ./gotestsum.installer [2019-10-03T00:20:39.121Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-10-03T00:20:39.121Z] + install_gotestsum [2019-10-03T00:20:39.121Z] + echo 'Installing gotestsum version v0.3.5' [2019-10-03T00:20:39.121Z] + go get -d gotest.tools/gotestsum [2019-10-03T00:20:39.121Z] Installing gotestsum version v0.3.5 [2019-10-03T00:20:39.183Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-10-03T00:20:39.439Z] --- PASS: TestExecUser (1.11s) [2019-10-03T00:20:39.440Z] === RUN TestExportContainerAndImportImage [2019-10-03T00:20:39.744Z] + cd /tmp/tmp.mtSZrUUBSp/src/gotest.tools/gotestsum [2019-10-03T00:20:39.744Z] + git checkout -q v0.3.5 [2019-10-03T00:20:39.744Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-10-03T00:20:40.727Z] --- PASS: TestExportContainerAndImportImage (1.37s) [2019-10-03T00:20:40.727Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-03T00:20:42.548Z] --- PASS: TestExportContainerAfterDaemonRestart (1.64s) [2019-10-03T00:20:42.548Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-03T00:20:42.548Z] === RUN TestHealthCheckWorkdir [2019-10-03T00:20:43.841Z] --- PASS: TestHealthCheckWorkdir (1.44s) [2019-10-03T00:20:43.841Z] === RUN TestHealthKillContainer [2019-10-03T00:20:44.900Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-10-03T00:20:47.188Z] --- PASS: TestHealthKillContainer (3.23s) [2019-10-03T00:20:47.188Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-03T00:20:47.974Z] --- PASS: TestInspectCpusetInConfigPre120 (0.88s) [2019-10-03T00:20:47.974Z] === RUN TestIpcModeNone [2019-10-03T00:20:49.236Z] --- PASS: TestIpcModeNone (1.14s) [2019-10-03T00:20:49.236Z] === RUN TestIpcModePrivate [2019-10-03T00:20:50.491Z] --- PASS: TestIpcModePrivate (1.17s) [2019-10-03T00:20:50.491Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2019-10-03T00:20:50.491Z] === RUN TestIpcModeShareable [2019-10-03T00:20:51.298Z] --- PASS: TestIpcModeShareable (1.00s) [2019-10-03T00:20:51.298Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2019-10-03T00:20:51.298Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-03T00:20:54.509Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.00s) [2019-10-03T00:20:54.509Z] === RUN TestAPIIpcModeHost [2019-10-03T00:20:55.406Z] --- PASS: TestAPIIpcModeHost (0.95s) [2019-10-03T00:20:55.406Z] === RUN TestDaemonIpcModeShareable [2019-10-03T00:20:56.881Z] --- PASS: TestDaemonIpcModeShareable (1.81s) [2019-10-03T00:20:56.881Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-03T00:20:56.881Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-10-03T00:20:56.881Z] === RUN TestDaemonIpcModePrivate [2019-10-03T00:20:58.712Z] --- PASS: TestDaemonIpcModePrivate (1.83s) [2019-10-03T00:20:58.712Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-03T00:20:58.712Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-10-03T00:20:58.712Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-03T00:21:00.336Z] ......................... [ 67%] [2019-10-03T00:21:00.540Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.73s) [2019-10-03T00:21:00.540Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-03T00:21:00.540Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-10-03T00:21:00.540Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-03T00:21:02.141Z] Removing intermediate container a06a49ef2f7a [2019-10-03T00:21:02.141Z] ---> 01e86d4aefe2 [2019-10-03T00:21:02.141Z] Step 72/126 : FROM dev-base AS dockercli [2019-10-03T00:21:02.141Z] ---> 6068ff55c3c6 [2019-10-03T00:21:02.141Z] Step 73/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-10-03T00:21:02.141Z] ---> Running in 4ab16ad79282 [2019-10-03T00:21:02.141Z] Removing intermediate container 4ab16ad79282 [2019-10-03T00:21:02.141Z] ---> 622c71609aeb [2019-10-03T00:21:02.141Z] Step 74/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:21:02.141Z] ---> d53e332a6195 [2019-10-03T00:21:02.141Z] Step 75/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:21:02.141Z] ---> cf32a2516c71 [2019-10-03T00:21:02.141Z] Step 76/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:21:02.141Z] ---> Running in 3cbbba675282 [2019-10-03T00:21:02.141Z] + RM_GOPATH=0 [2019-10-03T00:21:02.141Z] + TMP_GOPATH= [2019-10-03T00:21:02.141Z] + : /build [2019-10-03T00:21:02.141Z] + '[' -z '' ']' [2019-10-03T00:21:02.141Z] ++ mktemp -d [2019-10-03T00:21:02.141Z] + export GOPATH=/tmp/tmp.nKoxjL84DY [2019-10-03T00:21:02.141Z] + GOPATH=/tmp/tmp.nKoxjL84DY [2019-10-03T00:21:02.141Z] + RM_GOPATH=1 [2019-10-03T00:21:02.141Z] ++ dirname ./install.sh [2019-10-03T00:21:02.141Z] + dir=. [2019-10-03T00:21:02.141Z] + bin=dockercli [2019-10-03T00:21:02.141Z] + shift [2019-10-03T00:21:02.141Z] + '[' '!' -f ./dockercli.installer ']' [2019-10-03T00:21:02.141Z] + . ./dockercli.installer [2019-10-03T00:21:02.141Z] ++ DOCKERCLI_CHANNEL=stable [2019-10-03T00:21:02.141Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-10-03T00:21:02.141Z] + install_dockercli [2019-10-03T00:21:02.141Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-03T00:21:02.141Z] Install docker/cli version 17.06.2-ce from stable [2019-10-03T00:21:02.141Z] ++ uname -m [2019-10-03T00:21:02.141Z] + arch=ppc64le [2019-10-03T00:21:02.141Z] + '[' ppc64le '!=' x86_64 ']' [2019-10-03T00:21:02.141Z] + '[' ppc64le '!=' s390x ']' [2019-10-03T00:21:02.141Z] + '[' ppc64le '!=' armhf ']' [2019-10-03T00:21:02.141Z] + build_dockercli [2019-10-03T00:21:02.141Z] + git clone https://github.com/docker/docker-ce /tmp/tmp.nKoxjL84DY/tmp/docker-ce [2019-10-03T00:21:02.141Z] Cloning into '/tmp/tmp.nKoxjL84DY/tmp/docker-ce'... [2019-10-03T00:21:02.373Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.87s) [2019-10-03T00:21:02.373Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-03T00:21:02.373Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-10-03T00:21:02.373Z] === RUN TestIpcModeOlderClient [2019-10-03T00:21:02.373Z] === PAUSE TestIpcModeOlderClient [2019-10-03T00:21:02.373Z] === RUN TestKillContainerInvalidSignal [2019-10-03T00:21:03.171Z] --- PASS: TestKillContainerInvalidSignal (0.83s) [2019-10-03T00:21:03.171Z] === RUN TestKillContainer [2019-10-03T00:21:03.171Z] === RUN TestKillContainer/no_signal [2019-10-03T00:21:04.482Z] === RUN TestKillContainer/non_killing_signal [2019-10-03T00:21:04.883Z] === RUN TestKillContainer/killing_signal [2019-10-03T00:21:06.235Z] --- PASS: TestKillContainer (2.85s) [2019-10-03T00:21:06.235Z] --- PASS: TestKillContainer/no_signal (0.91s) [2019-10-03T00:21:06.235Z] --- PASS: TestKillContainer/non_killing_signal (0.63s) [2019-10-03T00:21:06.235Z] --- PASS: TestKillContainer/killing_signal (0.92s) [2019-10-03T00:21:06.235Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-03T00:21:06.235Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-03T00:21:07.040Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-03T00:21:08.327Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.87s) [2019-10-03T00:21:08.327Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.95s) [2019-10-03T00:21:08.327Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2019-10-03T00:21:08.327Z] === RUN TestKillStoppedContainer [2019-10-03T00:21:08.327Z] --- PASS: TestKillStoppedContainer (0.10s) [2019-10-03T00:21:08.327Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-03T00:21:08.327Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-10-03T00:21:08.327Z] === RUN TestKillDifferentUserContainer [2019-10-03T00:21:09.123Z] --- PASS: TestKillDifferentUserContainer (0.87s) [2019-10-03T00:21:09.123Z] === RUN TestInspectOomKilledTrue [2019-10-03T00:21:09.123Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-03T00:21:09.123Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:21:09.123Z] === RUN TestInspectOomKilledFalse [2019-10-03T00:21:09.123Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-03T00:21:09.123Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:21:09.123Z] === RUN TestLinksEtcHostsContentMatch [2019-10-03T00:21:09.911Z] --- PASS: TestLinksEtcHostsContentMatch (0.70s) [2019-10-03T00:21:09.911Z] === RUN TestLinksContainerNames [2019-10-03T00:21:11.715Z] --- PASS: TestLinksContainerNames (1.69s) [2019-10-03T00:21:11.715Z] === RUN TestLogsFollowTailEmpty [2019-10-03T00:21:12.551Z] --- PASS: TestLogsFollowTailEmpty (0.93s) [2019-10-03T00:21:12.551Z] === RUN TestContainerNetworkMountsNoChown [2019-10-03T00:21:13.521Z] --- PASS: TestContainerNetworkMountsNoChown (0.98s) [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/default [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/default [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/private [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/private [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rprivate [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/slave [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/slave [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rslave [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/shared [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/shared [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rshared [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/default [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/rshared [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/shared [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/rslave [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/slave [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/rprivate [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/private [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-03T00:21:13.521Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-03T00:21:13.521Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-03T00:21:13.521Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-03T00:21:14.063Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot (0.01s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.11s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.11s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-10-03T00:21:14.063Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-10-03T00:21:14.063Z] === RUN TestContainerBindMountNonRecursive [2019-10-03T00:21:16.516Z] --- PASS: TestContainerBindMountNonRecursive (2.28s) [2019-10-03T00:21:16.516Z] === RUN TestNetworkNat [2019-10-03T00:21:17.309Z] --- PASS: TestNetworkNat (0.87s) [2019-10-03T00:21:17.309Z] === RUN TestNetworkLocalhostTCPNat [2019-10-03T00:21:18.554Z] --- PASS: TestNetworkLocalhostTCPNat (0.96s) [2019-10-03T00:21:18.554Z] === RUN TestNetworkLoopbackNat [2019-10-03T00:21:19.799Z] --- PASS: TestNetworkLoopbackNat (1.27s) [2019-10-03T00:21:19.799Z] === RUN TestPause [2019-10-03T00:21:20.583Z] --- PASS: TestPause (0.93s) [2019-10-03T00:21:20.583Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-03T00:21:20.583Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-03T00:21:20.583Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-03T00:21:20.583Z] === RUN TestPauseStopPausedContainer [2019-10-03T00:21:21.407Z] --- PASS: TestPauseStopPausedContainer (0.98s) [2019-10-03T00:21:21.407Z] === RUN TestPsFilter [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-03T00:21:21.534Z] ok github.com/docker/docker/api/server/httputils 0.167s coverage: 14.7% of statements [2019-10-03T00:21:21.534Z] ok github.com/docker/docker/api/server/middleware 0.183s coverage: 37.7% of statements [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-03T00:21:21.534Z] ok github.com/docker/docker/api/server/router/swarm 0.107s coverage: 4.0% of statements [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-03T00:21:21.534Z] ok github.com/docker/docker/api/types/filters 0.071s coverage: 92.2% of statements [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-03T00:21:21.534Z] ok github.com/docker/docker/api/types/strslice 0.065s coverage: 90.0% of statements [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-03T00:21:21.534Z] ok github.com/docker/docker/api/types/time 0.344s coverage: 100.0% of statements [2019-10-03T00:21:21.534Z] ok github.com/docker/docker/api/types/versions 0.068s coverage: 75.0% of statements [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/builder [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-03T00:21:21.534Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-03T00:21:21.891Z] --- PASS: TestPsFilter (0.22s) [2019-10-03T00:21:21.891Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-03T00:21:22.738Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.88s) [2019-10-03T00:21:22.738Z] === RUN TestRemoveContainerWithVolume [2019-10-03T00:21:23.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-03T00:21:23.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-03T00:21:23.516Z] --- PASS: TestRemoveContainerWithVolume (0.91s) [2019-10-03T00:21:23.516Z] === RUN TestRemoveContainerRunning [2019-10-03T00:21:24.769Z] --- PASS: TestRemoveContainerRunning (0.97s) [2019-10-03T00:21:24.769Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-03T00:21:25.555Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.87s) [2019-10-03T00:21:25.555Z] === RUN TestRemoveInvalidContainer [2019-10-03T00:21:25.555Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-10-03T00:21:25.555Z] === RUN TestRenameLinkedContainer [2019-10-03T00:21:26.003Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-03T00:21:27.329Z] ok github.com/docker/docker/builder/dockerfile 0.576s coverage: 44.7% of statements [2019-10-03T00:21:27.329Z] ok github.com/docker/docker/builder/dockerignore 0.055s coverage: 96.8% of statements [2019-10-03T00:21:27.329Z] ok github.com/docker/docker/builder/fscache 1.174s coverage: 69.2% of statements [2019-10-03T00:21:27.329Z] ok github.com/docker/docker/builder/remotecontext 0.531s coverage: 9.2% of statements [2019-10-03T00:21:29.587Z] --- PASS: TestRenameLinkedContainer (3.66s) [2019-10-03T00:21:29.587Z] === RUN TestRenameStoppedContainer [2019-10-03T00:21:29.905Z] + cd /tmp/tmp.nKoxjL84DY/tmp/docker-ce [2019-10-03T00:21:29.905Z] + git checkout -q v17.06.2-ce [2019-10-03T00:21:29.905Z] + mkdir -p /tmp/tmp.nKoxjL84DY/src/github.com/docker [2019-10-03T00:21:29.905Z] + mv components/cli /tmp/tmp.nKoxjL84DY/src/github.com/docker/cli [2019-10-03T00:21:29.905Z] + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-10-03T00:21:29.953Z] --- PASS: TestRenameStoppedContainer (0.89s) [2019-10-03T00:21:29.954Z] === RUN TestRenameRunningContainerAndReuse [2019-10-03T00:21:31.896Z] --- PASS: TestRenameRunningContainerAndReuse (1.88s) [2019-10-03T00:21:31.896Z] === RUN TestRenameInvalidName [2019-10-03T00:21:32.698Z] --- PASS: TestRenameInvalidName (0.93s) [2019-10-03T00:21:32.698Z] === RUN TestRenameAnonymousContainer [2019-10-03T00:21:35.882Z] --- PASS: TestRenameAnonymousContainer (2.89s) [2019-10-03T00:21:35.882Z] === RUN TestRenameContainerWithSameName [2019-10-03T00:21:36.261Z] --- PASS: TestRenameContainerWithSameName (0.80s) [2019-10-03T00:21:36.261Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-03T00:21:38.062Z] --- PASS: TestRenameContainerWithLinkedContainer (1.77s) [2019-10-03T00:21:38.062Z] === RUN TestResize [2019-10-03T00:21:39.344Z] --- PASS: TestResize (0.98s) [2019-10-03T00:21:39.344Z] === RUN TestResizeWithInvalidSize [2019-10-03T00:21:40.233Z] --- PASS: TestResizeWithInvalidSize (1.05s) [2019-10-03T00:21:40.233Z] === RUN TestResizeWhenContainerNotStarted [2019-10-03T00:21:40.710Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-10-03T00:21:41.125Z] --- PASS: TestResizeWhenContainerNotStarted (0.97s) [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-03T00:21:41.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-03T00:21:41.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-03T00:21:41.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-03T00:21:41.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-03T00:21:41.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-03T00:21:41.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-03T00:21:41.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-03T00:21:41.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:21:41.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:21:41.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:21:41.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:21:41.125Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:21:41.125Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:21:41.125Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-03T00:21:41.125Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-03T00:21:43.030Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:21:43.405Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:21:44.781Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:21:44.781Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:21:46.055Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-03T00:21:46.426Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-03T00:21:48.282Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-03T00:21:48.703Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-03T00:21:51.358Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-03T00:21:51.756Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.02s) [2019-10-03T00:21:54.259Z] 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-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.28s) [2019-10-03T00:21:54.259Z] 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-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.41s) [2019-10-03T00:21:54.259Z] 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-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.46s) [2019-10-03T00:21:54.259Z] 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-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.40s) [2019-10-03T00:21:54.259Z] 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-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.42s) [2019-10-03T00:21:54.259Z] 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-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.32s) [2019-10-03T00:21:54.259Z] 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-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.39s) [2019-10-03T00:21:54.259Z] 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-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.02s) [2019-10-03T00:21:54.259Z] 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-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.19s) [2019-10-03T00:21:54.259Z] 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-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.42s) [2019-10-03T00:21:54.259Z] 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-10-03T00:21:54.259Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.42s) [2019-10-03T00:21:54.259Z] 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-10-03T00:21:54.259Z] === RUN TestCgroupNamespacesRun [2019-10-03T00:21:55.561Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-10-03T00:21:56.066Z] --- PASS: TestCgroupNamespacesRun (1.82s) [2019-10-03T00:21:56.066Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-03T00:21:56.066Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-03T00:21:57.404Z] ok github.com/docker/docker/builder/remotecontext/git 29.315s coverage: 85.1% of statements [2019-10-03T00:21:57.404Z] ? github.com/docker/docker/cli [no test files] [2019-10-03T00:21:57.404Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-03T00:21:57.404Z] ok github.com/docker/docker/cli/debug 0.270s coverage: 100.0% of statements [2019-10-03T00:21:57.404Z] ok github.com/docker/docker/client 0.426s coverage: 75.3% of statements [2019-10-03T00:21:57.709Z] tests/integration/client_test.py ..... [ 75%] [2019-10-03T00:21:58.621Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.14s) [2019-10-03T00:21:58.621Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-03T00:21:58.621Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-03T00:21:58.640Z] tests/integration/errors_test.py . [ 76%] [2019-10-03T00:22:00.024Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.79s) [2019-10-03T00:22:00.024Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-03T00:22:00.024Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-03T00:22:01.144Z] ok github.com/docker/docker/cmd/dockerd 0.644s coverage: 18.9% of statements [2019-10-03T00:22:01.854Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2019-10-03T00:22:01.854Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-03T00:22:01.854Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-03T00:22:03.693Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2019-10-03T00:22:03.693Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-03T00:22:03.693Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-03T00:22:04.054Z] ok github.com/docker/docker/container 0.500s coverage: 42.5% of statements [2019-10-03T00:22:04.054Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-03T00:22:04.054Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-03T00:22:04.054Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-03T00:22:04.054Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-03T00:22:04.535Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.87s) [2019-10-03T00:22:04.535Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-03T00:22:04.535Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-03T00:22:05.350Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.85s) [2019-10-03T00:22:05.350Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-03T00:22:05.350Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-03T00:22:07.232Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.96s) [2019-10-03T00:22:07.232Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-03T00:22:07.232Z] === RUN TestKernelTCPMemory [2019-10-03T00:22:08.579Z] --- PASS: TestKernelTCPMemory (1.09s) [2019-10-03T00:22:08.579Z] === RUN TestNISDomainname [2019-10-03T00:22:09.863Z] --- PASS: TestNISDomainname (1.27s) [2019-10-03T00:22:09.863Z] === RUN TestHostnameDnsResolution [2019-10-03T00:22:11.163Z] --- PASS: TestHostnameDnsResolution (1.23s) [2019-10-03T00:22:11.163Z] === RUN TestStats [2019-10-03T00:22:12.971Z] --- PASS: TestStats (2.12s) [2019-10-03T00:22:12.971Z] === RUN TestStopContainerWithTimeout [2019-10-03T00:22:12.971Z] === RUN TestStopContainerWithTimeout/0 [2019-10-03T00:22:12.971Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-03T00:22:12.971Z] === RUN TestStopContainerWithTimeout/1 [2019-10-03T00:22:12.971Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-03T00:22:12.971Z] === RUN TestStopContainerWithTimeout/3 [2019-10-03T00:22:12.971Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-03T00:22:12.971Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-03T00:22:12.971Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-03T00:22:12.971Z] === CONT TestStopContainerWithTimeout/0 [2019-10-03T00:22:12.971Z] === CONT TestStopContainerWithTimeout/3 [2019-10-03T00:22:14.251Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-03T00:22:16.096Z] === CONT TestStopContainerWithTimeout/1 [2019-10-03T00:22:18.023Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-10-03T00:22:18.023Z] --- PASS: TestStopContainerWithTimeout/0 (1.01s) [2019-10-03T00:22:18.023Z] --- PASS: TestStopContainerWithTimeout/3 (2.91s) [2019-10-03T00:22:18.023Z] --- PASS: TestStopContainerWithTimeout/-1 (2.94s) [2019-10-03T00:22:18.023Z] --- PASS: TestStopContainerWithTimeout/1 (2.04s) [2019-10-03T00:22:18.023Z] === RUN TestDeleteDevicemapper [2019-10-03T00:22:18.023Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-03T00:22:18.023Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-03T00:22:18.023Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-03T00:22:21.226Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.36s) [2019-10-03T00:22:21.226Z] === RUN TestUpdateMemory [2019-10-03T00:22:21.226Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-03T00:22:21.226Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:22:21.226Z] === RUN TestUpdateCPUQuota [2019-10-03T00:22:23.072Z] --- PASS: TestUpdateCPUQuota (1.81s) [2019-10-03T00:22:23.072Z] === RUN TestUpdatePidsLimit [2019-10-03T00:22:23.072Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-03T00:22:23.871Z] === RUN TestUpdatePidsLimit/no_change [2019-10-03T00:22:24.259Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-03T00:22:24.634Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-03T00:22:25.053Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon 3.869s coverage: 9.2% of statements [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon/cluster 1.477s coverage: 0.5% of statements [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.246s coverage: 65.3% of statements [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon/cluster/convert 0.901s coverage: 35.8% of statements [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.165s coverage: 10.9% of statements [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon/config 0.810s coverage: 80.2% of statements [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon/discovery 0.578s coverage: 30.0% of statements [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon/events 0.334s coverage: 50.0% of statements [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon/graphdriver 0.184s coverage: 2.3% of statements [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon/images 0.566s coverage: 4.9% of statements [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon/links 0.058s coverage: 93.0% of statements [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon/logger 0.370s coverage: 43.0% of statements [2019-10-03T00:22:25.153Z] ok github.com/docker/docker/daemon/logger/awslogs 0.608s coverage: 77.4% of statements [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-10-03T00:22:25.153Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-10-03T00:22:26.077Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-03T00:22:26.077Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-03T00:22:26.724Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.605s coverage: 62.1% of statements [2019-10-03T00:22:26.724Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.323s coverage: 88.3% of statements [2019-10-03T00:22:26.724Z] ok github.com/docker/docker/daemon/logger/local 0.436s coverage: 74.7% of statements [2019-10-03T00:22:26.724Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-03T00:22:26.724Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.215s coverage: 19.5% of statements [2019-10-03T00:22:27.951Z] --- PASS: TestUpdatePidsLimit (4.69s) [2019-10-03T00:22:27.951Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.44s) [2019-10-03T00:22:27.951Z] --- PASS: TestUpdatePidsLimit/no_change (0.48s) [2019-10-03T00:22:27.951Z] --- PASS: TestUpdatePidsLimit/update_lower (0.44s) [2019-10-03T00:22:27.951Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.55s) [2019-10-03T00:22:27.951Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.63s) [2019-10-03T00:22:27.951Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) [2019-10-03T00:22:27.951Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.43s) [2019-10-03T00:22:27.951Z] === RUN TestUpdateRestartPolicy [2019-10-03T00:22:30.462Z] ok github.com/docker/docker/daemon/logger/splunk 2.094s coverage: 84.5% of statements [2019-10-03T00:22:30.462Z] ok github.com/docker/docker/daemon/logger/syslog 0.190s coverage: 47.8% of statements [2019-10-03T00:22:30.462Z] ok github.com/docker/docker/daemon/logger/templates 0.192s coverage: 8.3% of statements [2019-10-03T00:22:30.462Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-03T00:22:30.462Z] ? github.com/docker/docker/daemon/network [no test files] [2019-10-03T00:22:30.462Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-03T00:22:31.999Z] ok github.com/docker/docker/distribution 1.541s coverage: 20.6% of statements [2019-10-03T00:22:31.999Z] ok github.com/docker/docker/distribution/metadata 1.448s coverage: 48.2% of statements [2019-10-03T00:22:31.999Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-03T00:22:33.539Z] ok github.com/docker/docker/distribution/xfer 2.308s coverage: 76.8% of statements [2019-10-03T00:22:33.539Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-03T00:22:33.539Z] ok github.com/docker/docker/errdefs 0.130s coverage: 49.4% of statements [2019-10-03T00:22:33.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-03T00:22:35.292Z] ok github.com/docker/docker/image 1.134s coverage: 86.4% of statements [2019-10-03T00:22:35.292Z] ok github.com/docker/docker/image/cache 0.188s coverage: 19.2% of statements [2019-10-03T00:22:35.292Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-03T00:22:35.292Z] ok github.com/docker/docker/image/v1 0.127s coverage: 25.0% of statements [2019-10-03T00:22:35.292Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-03T00:22:35.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-03T00:22:37.480Z] ok github.com/docker/docker/layer 0.558s coverage: 30.0% of statements [2019-10-03T00:22:37.480Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-03T00:22:38.427Z] + return [2019-10-03T00:22:38.427Z] Removing intermediate container 3cbbba675282 [2019-10-03T00:22:38.427Z] ---> 43bec6169523 [2019-10-03T00:22:38.427Z] Step 77/126 : FROM runtime-dev AS runc [2019-10-03T00:22:38.427Z] ---> 2ea75718b446 [2019-10-03T00:22:38.427Z] Step 78/126 : ENV INSTALL_BINARY_NAME=runc [2019-10-03T00:22:38.427Z] ---> Running in 687e8881291d [2019-10-03T00:22:38.427Z] Removing intermediate container 687e8881291d [2019-10-03T00:22:38.427Z] ---> 187a38db0a91 [2019-10-03T00:22:38.427Z] Step 79/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:22:38.427Z] ---> 243979a02de5 [2019-10-03T00:22:38.427Z] Step 80/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:22:38.427Z] ---> 1a0976cb89ab [2019-10-03T00:22:38.427Z] Step 81/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:22:38.427Z] ---> Running in db452af09b50 [2019-10-03T00:22:38.427Z] + RM_GOPATH=0 [2019-10-03T00:22:38.427Z] + TMP_GOPATH= [2019-10-03T00:22:38.427Z] + : /build [2019-10-03T00:22:38.427Z] + '[' -z '' ']' [2019-10-03T00:22:38.427Z] ++ mktemp -d [2019-10-03T00:22:38.427Z] + export GOPATH=/tmp/tmp.6epAVuXctV [2019-10-03T00:22:38.427Z] + GOPATH=/tmp/tmp.6epAVuXctV [2019-10-03T00:22:38.427Z] + RM_GOPATH=1 [2019-10-03T00:22:38.427Z] ++ dirname ./install.sh [2019-10-03T00:22:38.427Z] + dir=. [2019-10-03T00:22:38.427Z] + bin=runc [2019-10-03T00:22:38.427Z] + shift [2019-10-03T00:22:38.427Z] + '[' '!' -f ./runc.installer ']' [2019-10-03T00:22:38.427Z] + . ./runc.installer [2019-10-03T00:22:38.427Z] ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-03T00:22:38.427Z] + install_runc [2019-10-03T00:22:38.427Z] + uname -r [2019-10-03T00:22:38.427Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-10-03T00:22:38.427Z] Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-10-03T00:22:38.427Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-10-03T00:22:38.427Z] + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-10-03T00:22:38.427Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.6epAVuXctV/src/github.com/opencontainers/runc [2019-10-03T00:22:38.427Z] Cloning into '/tmp/tmp.6epAVuXctV/src/github.com/opencontainers/runc'... [2019-10-03T00:22:38.427Z] + cd /tmp/tmp.6epAVuXctV/src/github.com/opencontainers/runc [2019-10-03T00:22:38.427Z] + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-10-03T00:22:38.427Z] + '[' -z '' ']' [2019-10-03T00:22:38.427Z] + target=static [2019-10-03T00:22:38.427Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-10-03T00:22:38.447Z] ok github.com/docker/docker/libcontainerd/local 0.422s coverage: 1.0% of statements [2019-10-03T00:22:38.447Z] ok github.com/docker/docker/libcontainerd/queue 0.171s coverage: 100.0% of statements [2019-10-03T00:22:38.447Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-03T00:22:38.447Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-03T00:22:38.447Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-03T00:22:38.447Z] ? github.com/docker/docker/oci [no test files] [2019-10-03T00:22:38.447Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-03T00:22:38.447Z] ok github.com/docker/docker/opts 0.225s coverage: 67.3% of statements [2019-10-03T00:22:38.447Z] ok github.com/docker/docker/pkg/aaparser 0.098s coverage: 50.0% of statements [2019-10-03T00:22:38.582Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-03T00:22:39.053Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-10-03T00:22:40.960Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-10-03T00:22:41.581Z] --- PASS: TestUpdateRestartPolicy (12.98s) [2019-10-03T00:22:41.581Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-03T00:22:41.581Z] --- PASS: TestUpdateRestartWithAutoRemove (0.82s) [2019-10-03T00:22:41.581Z] === RUN TestWaitNonBlocked [2019-10-03T00:22:41.581Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-03T00:22:41.581Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-03T00:22:41.581Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-03T00:22:41.581Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-03T00:22:41.581Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-03T00:22:41.581Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-03T00:22:41.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-03T00:22:42.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-03T00:22:43.185Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-10-03T00:22:43.185Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.34s) [2019-10-03T00:22:43.185Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.45s) [2019-10-03T00:22:43.185Z] === RUN TestWaitBlocked [2019-10-03T00:22:43.185Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-03T00:22:43.185Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-03T00:22:43.185Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-03T00:22:43.185Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-03T00:22:43.185Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-03T00:22:43.185Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-03T00:22:44.653Z] --- PASS: TestWaitBlocked (0.02s) [2019-10-03T00:22:44.653Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.10s) [2019-10-03T00:22:44.653Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.31s) [2019-10-03T00:22:44.653Z] === CONT TestContainerStartOnDaemonRestart [2019-10-03T00:22:44.653Z] === CONT TestIpcModeOlderClient [2019-10-03T00:22:44.653Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-10-03T00:22:44.653Z] === CONT TestDaemonRestartIpcMode [2019-10-03T00:22:47.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-03T00:22:48.913Z] --- PASS: TestContainerStartOnDaemonRestart (3.74s) [2019-10-03T00:22:48.913Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-03T00:22:48.913Z] --- PASS: TestDaemonRestartIpcMode (4.18s) [2019-10-03T00:22:48.913Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-03T00:22:48.913Z] PASS [2019-10-03T00:22:48.913Z] [2019-10-03T00:22:48.913Z] === Skipped [2019-10-03T00:22:48.913Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-10-03T00:22:48.913Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-03T00:22:48.913Z] [2019-10-03T00:22:48.913Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-03T00:22:48.913Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:22:48.913Z] [2019-10-03T00:22:48.913Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-03T00:22:48.913Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:22:48.913Z] [2019-10-03T00:22:48.913Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-03T00:22:48.913Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-03T00:22:48.913Z] [2019-10-03T00:22:48.913Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-10-03T00:22:48.913Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-03T00:22:48.913Z] [2019-10-03T00:22:48.913Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-10-03T00:22:48.913Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:22:48.913Z] [2019-10-03T00:22:48.913Z] [2019-10-03T00:22:48.913Z] DONE 197 tests, 6 skipped in 142.374s [2019-10-03T00:22:48.913Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-10-03T00:22:48.913Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:22:48.913Z] ++ set -e [2019-10-03T00:22:48.913Z] ++ '[' -n 0 ']' [2019-10-03T00:22:48.913Z] ++ set -x [2019-10-03T00:22:48.913Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:22:48.913Z] INFO: Testing against a local daemon [2019-10-03T00:22:48.913Z] === RUN TestCommitInheritsEnv [2019-10-03T00:22:49.721Z] --- PASS: TestCommitInheritsEnv (0.57s) [2019-10-03T00:22:49.721Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-03T00:22:49.721Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-03T00:22:49.721Z] === RUN TestImagesFilterMultiReference [2019-10-03T00:22:49.721Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-10-03T00:22:49.721Z] === RUN TestImagePullPlatformInvalid [2019-10-03T00:22:49.721Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-10-03T00:22:49.721Z] === RUN TestRemoveImageOrphaning [2019-10-03T00:22:50.126Z] --- PASS: TestRemoveImageOrphaning (0.50s) [2019-10-03T00:22:50.127Z] === RUN TestRemoveImageGarbageCollector [2019-10-03T00:22:50.127Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-03T00:22:50.127Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:22:50.127Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-03T00:22:50.127Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2019-10-03T00:22:50.127Z] === RUN TestTagInvalidReference [2019-10-03T00:22:50.127Z] --- PASS: TestTagInvalidReference (0.02s) [2019-10-03T00:22:50.127Z] === RUN TestTagValidPrefixedRepo [2019-10-03T00:22:50.127Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-10-03T00:22:50.127Z] === RUN TestTagExistedNameWithoutForce [2019-10-03T00:22:50.127Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-03T00:22:50.127Z] === RUN TestTagOfficialNames [2019-10-03T00:22:50.227Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-03T00:22:50.500Z] --- PASS: TestTagOfficialNames (0.04s) [2019-10-03T00:22:50.500Z] === RUN TestTagMatchesDigest [2019-10-03T00:22:50.500Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-03T00:22:50.500Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-03T00:22:54.412Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-03T00:23:00.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-03T00:23:01.673Z] ......... [ 85%] [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/archive 8.704s coverage: 62.0% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/authorization 0.496s coverage: 26.8% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/broadcaster 0.109s coverage: 100.0% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/capabilities 0.039s coverage: 87.5% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/chrootarchive 0.141s coverage: 15.4% of statements [2019-10-03T00:23:03.592Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-03T00:23:03.592Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/directory 0.042s coverage: 80.0% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/discovery 0.170s coverage: 58.3% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/discovery/file 0.193s coverage: 92.9% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/discovery/kv 3.373s coverage: 84.1% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/discovery/memory 0.265s coverage: 92.3% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/discovery/nodes 0.068s coverage: 93.8% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/filenotify 0.167s coverage: 45.7% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/fileutils 0.110s coverage: 87.7% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/homedir 0.105s coverage: 42.9% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/idtools 0.134s coverage: 6.3% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/ioutils 0.718s coverage: 69.7% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/jsonmessage 0.265s coverage: 91.7% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/locker 0.052s coverage: 88.9% of statements [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2019-10-03T00:23:03.592Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/namesgenerator 0.035s coverage: 85.7% of statements [2019-10-03T00:23:03.592Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/parsers 0.071s coverage: 97.0% of statements [2019-10-03T00:23:03.592Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-10-03T00:23:03.592Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-10-03T00:23:03.592Z] ok github.com/docker/docker/pkg/pidfile 0.061s coverage: 82.6% of statements [2019-10-03T00:23:03.592Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-03T00:23:03.592Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-03T00:23:05.153Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-03T00:23:06.243Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-10-03T00:23:06.243Z] + mkdir -p /build [2019-10-03T00:23:06.243Z] + cp runc /build/runc [2019-10-03T00:23:06.243Z] Removing intermediate container db452af09b50 [2019-10-03T00:23:06.243Z] ---> a80a12f69ad7 [2019-10-03T00:23:06.243Z] Step 82/126 : FROM dev-base AS tini [2019-10-03T00:23:06.243Z] ---> 6068ff55c3c6 [2019-10-03T00:23:06.243Z] Step 83/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:23:06.243Z] ---> Using cache [2019-10-03T00:23:06.243Z] ---> e34c2abf4a7e [2019-10-03T00:23:06.243Z] Step 84/126 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-10-03T00:23:06.243Z] ---> Running in 3755481520be [2019-10-03T00:23:06.527Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-03T00:23:06.527Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-03T00:23:06.527Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-03T00:23:06.527Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-03T00:23:06.527Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-03T00:23:06.811Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-03T00:23:06.811Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-03T00:23:07.094Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-03T00:23:07.682Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-03T00:23:09.130Z] Fetched 7719 kB in 2s (3057 kB/s) [2019-10-03T00:23:09.611Z] tests/integration/models_images_test.py ............... [ 89%] [2019-10-03T00:23:10.149Z] Reading package lists... [2019-10-03T00:23:11.494Z] tests/integration/models_networks_test.py .... [ 90%] [2019-10-03T00:23:11.673Z] Reading package lists... [2019-10-03T00:23:11.673Z] Building dependency tree... [2019-10-03T00:23:11.673Z] Reading state information... [2019-10-03T00:23:11.673Z] The following additional packages will be installed: [2019-10-03T00:23:11.673Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-10-03T00:23:11.673Z] Suggested packages: [2019-10-03T00:23:11.673Z] codeblocks eclipse ninja-build lrzip [2019-10-03T00:23:11.673Z] Recommended packages: [2019-10-03T00:23:11.673Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-10-03T00:23:11.954Z] The following NEW packages will be installed: [2019-10-03T00:23:11.954Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-10-03T00:23:11.954Z] vim-common xxd [2019-10-03T00:23:11.954Z] 0 upgraded, 10 newly installed, 0 to remove and 12 not upgraded. [2019-10-03T00:23:11.954Z] Need to get 13.4 MB of archives. [2019-10-03T00:23:11.954Z] After this operation, 60.4 MB of additional disk space will be used. [2019-10-03T00:23:11.954Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-10-03T00:23:12.235Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-03T00:23:12.235Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-10-03T00:23:12.947Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-03T00:23:13.255Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] [2019-10-03T00:23:13.255Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-10-03T00:23:13.255Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-10-03T00:23:13.255Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-10-03T00:23:13.255Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-10-03T00:23:13.255Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-03T00:23:13.255Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-03T00:23:13.541Z] debconf: delaying package configuration, since apt-utils is not installed [2019-10-03T00:23:13.541Z] Fetched 13.4 MB in 1s (9644 kB/s) [2019-10-03T00:23:13.541Z] Selecting previously unselected package cmake-data. [2019-10-03T00:23:13.541Z] (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-10-03T00:23:13.541Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-10-03T00:23:13.541Z] Unpacking cmake-data (3.7.2-1) ... [2019-10-03T00:23:14.158Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-03T00:23:14.158Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-03T00:23:14.158Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-03T00:23:14.158Z] Selecting previously unselected package libicu57:ppc64el. [2019-10-03T00:23:14.158Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-10-03T00:23:14.158Z] Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-03T00:23:15.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-03T00:23:15.629Z] Selecting previously unselected package libxml2:ppc64el. [2019-10-03T00:23:15.629Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-10-03T00:23:15.629Z] Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-03T00:23:15.629Z] Selecting previously unselected package libarchive13:ppc64el. [2019-10-03T00:23:15.629Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-10-03T00:23:15.629Z] Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-03T00:23:15.629Z] Selecting previously unselected package libjsoncpp1:ppc64el. [2019-10-03T00:23:15.629Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-10-03T00:23:15.629Z] Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-03T00:23:15.629Z] Selecting previously unselected package libuv1:ppc64el. [2019-10-03T00:23:15.629Z] Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-10-03T00:23:15.629Z] Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-10-03T00:23:15.629Z] Selecting previously unselected package cmake. [2019-10-03T00:23:15.629Z] Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-10-03T00:23:15.629Z] Unpacking cmake (3.7.2-1) ... [2019-10-03T00:23:16.245Z] Selecting previously unselected package xxd. [2019-10-03T00:23:16.245Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-03T00:23:16.245Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:23:16.245Z] Selecting previously unselected package vim-common. [2019-10-03T00:23:16.245Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-03T00:23:16.245Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:23:16.245Z] Processing triggers for mime-support (3.60) ... [2019-10-03T00:23:16.245Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:23:16.245Z] Setting up libuv1:ppc64el (1.9.1-3) ... [2019-10-03T00:23:16.245Z] Setting up cmake-data (3.7.2-1) ... [2019-10-03T00:23:16.245Z] Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-10-03T00:23:16.245Z] Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-10-03T00:23:16.245Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:23:16.245Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:23:16.245Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-03T00:23:16.245Z] Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-10-03T00:23:16.245Z] Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-10-03T00:23:16.245Z] Setting up cmake (3.7.2-1) ... [2019-10-03T00:23:16.528Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:23:18.002Z] Removing intermediate container 3755481520be [2019-10-03T00:23:18.002Z] ---> b61511c0338d [2019-10-03T00:23:18.002Z] Step 85/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:23:18.063Z] tests/integration/models_nodes_test.py . [ 91%] [2019-10-03T00:23:18.285Z] ---> 82a217140a0d [2019-10-03T00:23:18.285Z] Step 86/126 : ENV INSTALL_BINARY_NAME=tini [2019-10-03T00:23:18.285Z] ---> Running in 29e86dae1e1c [2019-10-03T00:23:18.285Z] Removing intermediate container 29e86dae1e1c [2019-10-03T00:23:18.285Z] ---> d363bc68e57f [2019-10-03T00:23:18.285Z] Step 87/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:23:18.569Z] ---> 6662ccdc8481 [2019-10-03T00:23:18.569Z] Step 88/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:23:18.569Z] ---> Running in f3c7880ff95a [2019-10-03T00:23:18.626Z] tests/integration/models_resources_test.py . [ 91%] [2019-10-03T00:23:18.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-03T00:23:18.855Z] + RM_GOPATH=0 [2019-10-03T00:23:18.855Z] + TMP_GOPATH= [2019-10-03T00:23:18.855Z] + : /build [2019-10-03T00:23:18.855Z] + '[' -z '' ']' [2019-10-03T00:23:18.855Z] ++ mktemp -d [2019-10-03T00:23:18.855Z] + export GOPATH=/tmp/tmp.6Sd8sI88WD [2019-10-03T00:23:18.855Z] + GOPATH=/tmp/tmp.6Sd8sI88WD [2019-10-03T00:23:18.855Z] + RM_GOPATH=1 [2019-10-03T00:23:18.855Z] ++ dirname ./install.sh [2019-10-03T00:23:18.855Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-03T00:23:18.855Z] + dir=. [2019-10-03T00:23:18.855Z] + bin=tini [2019-10-03T00:23:18.855Z] + shift [2019-10-03T00:23:18.855Z] + '[' '!' -f ./tini.installer ']' [2019-10-03T00:23:18.855Z] + . ./tini.installer [2019-10-03T00:23:18.855Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-03T00:23:18.855Z] + install_tini [2019-10-03T00:23:18.855Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-10-03T00:23:18.855Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.6Sd8sI88WD/tini [2019-10-03T00:23:18.855Z] Cloning into '/tmp/tmp.6Sd8sI88WD/tini'... [2019-10-03T00:23:19.475Z] + cd /tmp/tmp.6Sd8sI88WD/tini [2019-10-03T00:23:19.475Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-10-03T00:23:19.475Z] + cmake . [2019-10-03T00:23:19.475Z] -- The C compiler identification is GNU 6.3.0 [2019-10-03T00:23:19.475Z] -- Check for working C compiler: /usr/bin/cc [2019-10-03T00:23:19.475Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-10-03T00:23:19.475Z] -- Detecting C compiler ABI info [2019-10-03T00:23:19.762Z] -- Detecting C compiler ABI info - done [2019-10-03T00:23:19.762Z] -- Detecting C compile features [2019-10-03T00:23:20.053Z] -- Detecting C compile features - done [2019-10-03T00:23:20.053Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-10-03T00:23:20.335Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-10-03T00:23:20.335Z] -- Configuring done [2019-10-03T00:23:20.335Z] -- Generating done [2019-10-03T00:23:20.335Z] -- Build files have been written to: /tmp/tmp.6Sd8sI88WD/tini [2019-10-03T00:23:20.335Z] + make tini-static [2019-10-03T00:23:20.335Z] Scanning dependencies of target tini-static [2019-10-03T00:23:20.335Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-10-03T00:23:20.951Z] [100%] Linking C executable tini-static [2019-10-03T00:23:20.951Z] [100%] Built target tini-static [2019-10-03T00:23:20.951Z] + mkdir -p /build [2019-10-03T00:23:20.951Z] + cp tini-static /build/docker-init [2019-10-03T00:23:21.564Z] Removing intermediate container f3c7880ff95a [2019-10-03T00:23:21.564Z] ---> 6b8f7318a307 [2019-10-03T00:23:21.564Z] Step 89/126 : FROM dev-base AS rootlesskit [2019-10-03T00:23:21.564Z] ---> 6068ff55c3c6 [2019-10-03T00:23:21.564Z] Step 90/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-10-03T00:23:21.564Z] ---> Running in 03da6a769b3b [2019-10-03T00:23:21.564Z] Removing intermediate container 03da6a769b3b [2019-10-03T00:23:21.564Z] ---> 40a0be06b4eb [2019-10-03T00:23:21.564Z] Step 91/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:23:21.848Z] ---> 3e2293b491ae [2019-10-03T00:23:21.848Z] Step 92/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-10-03T00:23:21.848Z] ---> b2dce35199d7 [2019-10-03T00:23:21.848Z] Step 93/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-10-03T00:23:21.848Z] ---> Running in 6c9e8b39a58f [2019-10-03T00:23:22.033Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-03T00:23:22.033Z] Using test binary docker [2019-10-03T00:23:22.033Z] +++ /etc/init.d/apparmor start [2019-10-03T00:23:22.033Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-03T00:23:22.033Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-03T00:23:22.033Z] Warning failed to create cache: (null) [2019-10-03T00:23:22.033Z] . [2019-10-03T00:23:22.033Z] INFO: Waiting for daemon to start... [2019-10-03T00:23:22.033Z] Starting dockerd [2019-10-03T00:23:22.033Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-10-03T00:23:22.129Z] + RM_GOPATH=0 [2019-10-03T00:23:22.130Z] + TMP_GOPATH= [2019-10-03T00:23:22.130Z] + : /build/ [2019-10-03T00:23:22.130Z] + '[' -z '' ']' [2019-10-03T00:23:22.130Z] ++ mktemp -d [2019-10-03T00:23:22.130Z] + export GOPATH=/tmp/tmp.SvkNzDr9UN [2019-10-03T00:23:22.130Z] + GOPATH=/tmp/tmp.SvkNzDr9UN [2019-10-03T00:23:22.130Z] + RM_GOPATH=1 [2019-10-03T00:23:22.130Z] ++ dirname ./install.sh [2019-10-03T00:23:22.130Z] + dir=. [2019-10-03T00:23:22.130Z] + bin=rootlesskit [2019-10-03T00:23:22.130Z] + shift [2019-10-03T00:23:22.130Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-10-03T00:23:22.130Z] + . ./rootlesskit.installer [2019-10-03T00:23:22.130Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-03T00:23:22.130Z] + install_rootlesskit [2019-10-03T00:23:22.130Z] + case "$1" in [2019-10-03T00:23:22.130Z] + export CGO_ENABLED=0 [2019-10-03T00:23:22.130Z] + CGO_ENABLED=0 [2019-10-03T00:23:22.130Z] + _install_rootlesskit [2019-10-03T00:23:22.130Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-10-03T00:23:22.130Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.SvkNzDr9UN/src/github.com/rootless-containers/rootlesskit [2019-10-03T00:23:22.130Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-03T00:23:22.130Z] Cloning into '/tmp/tmp.SvkNzDr9UN/src/github.com/rootless-containers/rootlesskit'... [2019-10-03T00:23:23.163Z] + cd /tmp/tmp.SvkNzDr9UN/src/github.com/rootless-containers/rootlesskit [2019-10-03T00:23:23.163Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-10-03T00:23:23.163Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-10-03T00:23:23.163Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-10-03T00:23:23.930Z] . [2019-10-03T00:23:23.930Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-03T00:23:23.930Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-03T00:23:23.930Z] Error: No such image: emptyfs [2019-10-03T00:23:23.930Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-03T00:23:23.930Z] ++++ docker load [2019-10-03T00:23:24.438Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-10-03T00:23:24.497Z] Running integration-test (iteration 1) [2019-10-03T00:23:24.497Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-10-03T00:23:24.497Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:23:24.497Z] ++ set -e [2019-10-03T00:23:24.497Z] ++ '[' -n 0 ']' [2019-10-03T00:23:24.497Z] ++ set -x [2019-10-03T00:23:24.497Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/plugins 35.109s coverage: 73.4% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.071s coverage: 56.8% of statements [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/plugins/transport 0.146s coverage: 85.7% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/pools 0.118s coverage: 88.2% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/pubsub 1.091s coverage: 73.9% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/reexec 0.150s coverage: 82.4% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/signal 0.082s coverage: 20.3% of statements [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/stdcopy 0.044s coverage: 100.0% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/streamformatter 0.170s coverage: 66.2% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/stringid 0.201s coverage: 70.6% of statements [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/sysinfo 0.071s coverage: 38.2% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/system 0.063s coverage: 12.7% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/tailfile 0.079s coverage: 88.6% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/tarsum 0.183s coverage: 89.3% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/term 0.037s coverage: 30.8% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/term/windows 0.032s coverage: 0.0% of statements [no tests to run] [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/truncindex 0.144s coverage: 91.5% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/urlutil 0.079s coverage: 100.0% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/pkg/useragent 0.045s coverage: 88.9% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/plugin 0.199s coverage: 11.6% of statements [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/plugin/v2 0.220s coverage: 20.1% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/reference 0.213s coverage: 84.4% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/registry 0.415s coverage: 52.2% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/registry/resumable 0.446s coverage: 100.0% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/restartmanager 0.222s coverage: 50.9% of statements [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/rootless [no test files] [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/runconfig 0.211s coverage: 54.5% of statements [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/testutil 0.038s coverage: 62.5% of statements [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/volume [no test files] [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/volume/drivers 0.274s coverage: 36.1% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/volume/local 0.114s coverage: 37.7% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/volume/mounts 0.086s coverage: 66.2% of statements [2019-10-03T00:23:28.728Z] ok github.com/docker/docker/volume/service 0.568s coverage: 70.3% of statements [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-03T00:23:28.728Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-03T00:23:28.728Z] INFO: make.ps1 ended at 10/03/2019 00:23:27 [2019-10-03T00:23:28.728Z] INFO: Unit tests ended at 10/03/2019 00:23:28. Duration:00:03:35.1639736 [2019-10-03T00:23:28.729Z] INFO: Building busybox [2019-10-03T00:23:28.852Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-10-03T00:23:28.852Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-10-03T00:23:29.187Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-03T00:23:29.187Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-10-03T00:23:29.187Z] [2019-10-03T00:23:29.187Z] Sending build context to Docker daemon 2.56kB [2019-10-03T00:23:29.187Z] [2019-10-03T00:23:29.187Z] Step 1/6 : FROM microsoft/windowsservercore [2019-10-03T00:23:29.187Z] ---> 1ddfa8bee56a [2019-10-03T00:23:29.187Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-10-03T00:23:29.187Z] ---> Running in c19f2df16db0 [2019-10-03T00:23:33.876Z] tests/integration/regression_test.py ...... [ 98%] [2019-10-03T00:23:34.391Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-10-03T00:23:34.391Z] tests/integration/credentials/utils_test.py . [100%] [2019-10-03T00:23:34.391Z] [2019-10-03T00:23:34.391Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-10-03T00:23:34.391Z] =========================== short test summary info ============================ [2019-10-03T00:23:34.391Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-10-03T00:23:34.391Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-10-03T00:23:34.391Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-10-03T00:23:34.391Z] Not supported on most drivers [2019-10-03T00:23:34.391Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-10-03T00:23:34.391Z] This doesn't seem to be taken into account by the engine [2019-10-03T00:23:34.391Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2019-10-03T00:23:34.391Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2019-10-03T00:23:34.391Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-10-03T00:23:34.391Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-10-03T00:23:34.391Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-10-03T00:23:34.391Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-10-03T00:23:34.391Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-10-03T00:23:34.391Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 395.30 seconds == [2019-10-03T00:23:34.647Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-10-03T00:23:35.071Z] Removing intermediate container c19f2df16db0 [2019-10-03T00:23:35.071Z] ---> aec34e69883a [2019-10-03T00:23:35.071Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-10-03T00:23:35.530Z] [2019-10-03T00:23:35.747Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-10-03T00:23:35.747Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-10-03T00:23:35.989Z] ---> 9da1a448d595 [2019-10-03T00:23:35.989Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-10-03T00:23:35.989Z] ---> Running in 45489de1b034 [2019-10-03T00:23:36.957Z] [2019-10-03T00:23:36.957Z] SUCCESS: Specified value was saved. [2019-10-03T00:23:37.775Z] Removing intermediate container 6c9e8b39a58f [2019-10-03T00:23:37.775Z] ---> be2829d4f9c9 [2019-10-03T00:23:37.775Z] Step 94/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-10-03T00:23:37.775Z] ---> d23d6b1fa5d8 [2019-10-03T00:23:37.775Z] Step 95/126 : FROM runtime-dev AS dev [2019-10-03T00:23:37.775Z] ---> 2ea75718b446 [2019-10-03T00:23:37.775Z] Step 96/126 : ARG DEBIAN_FRONTEND [2019-10-03T00:23:37.775Z] ---> Running in a85c5fa5cb47 [2019-10-03T00:23:37.775Z] Removing intermediate container a85c5fa5cb47 [2019-10-03T00:23:37.775Z] ---> aff4ef0f1e2d [2019-10-03T00:23:37.775Z] Step 97/126 : RUN groupadd -r docker [2019-10-03T00:23:37.775Z] ---> Running in 24ae86628fb1 [2019-10-03T00:23:38.785Z] Removing intermediate container 24ae86628fb1 [2019-10-03T00:23:38.785Z] ---> 98c7cd74836a [2019-10-03T00:23:38.785Z] Step 98/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-10-03T00:23:38.785Z] ---> Running in e5f8ac3395ed [2019-10-03T00:23:39.401Z] Removing intermediate container e5f8ac3395ed [2019-10-03T00:23:39.401Z] ---> a8ffc14e0797 [2019-10-03T00:23:39.401Z] Step 99/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-10-03T00:23:39.401Z] ---> Running in 32616334fa10 [2019-10-03T00:23:39.689Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-10-03T00:23:39.860Z] Removing intermediate container 45489de1b034 [2019-10-03T00:23:39.860Z] ---> b073d4b1fc99 [2019-10-03T00:23:39.860Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-10-03T00:23:39.860Z] ---> Running in 80b4aec53782 [2019-10-03T00:23:40.308Z] Removing intermediate container 32616334fa10 [2019-10-03T00:23:40.308Z] ---> 0bde92f6e0be [2019-10-03T00:23:40.308Z] Step 100/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-10-03T00:23:40.308Z] ---> Running in 91bc4e9102cc [2019-10-03T00:23:40.924Z] Removing intermediate container 91bc4e9102cc [2019-10-03T00:23:40.924Z] ---> 488ec5113306 [2019-10-03T00:23:40.924Z] Step 101/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-10-03T00:23:40.924Z] ---> Running in 5002ee0fe389 [2019-10-03T00:23:41.548Z] Removing intermediate container 5002ee0fe389 [2019-10-03T00:23:41.548Z] ---> 5ae6bc950bd9 [2019-10-03T00:23:41.548Z] Step 102/126 : RUN ldconfig [2019-10-03T00:23:41.842Z] ---> Running in 49d3f4c3aad0 [2019-10-03T00:23:42.473Z] Removing intermediate container 49d3f4c3aad0 [2019-10-03T00:23:42.473Z] ---> 4c3239fa4c15 [2019-10-03T00:23:42.473Z] Step 103/126 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-10-03T00:23:42.473Z] ---> Running in 497cfc7de261 [2019-10-03T00:23:43.090Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-10-03T00:23:43.090Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-10-03T00:23:43.090Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-10-03T00:23:43.090Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-10-03T00:23:43.090Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-10-03T00:23:43.090Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-10-03T00:23:43.712Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-10-03T00:23:43.712Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-10-03T00:23:45.650Z] Cannot create a file when that file already exists. [2019-10-03T00:23:45.738Z] Fetched 7719 kB in 2s (3067 kB/s) [2019-10-03T00:23:46.752Z] Reading package lists... [2019-10-03T00:23:46.825Z] umount: bundles/test-docker-py/root: mountpoint not found [2019-10-03T00:23:46.825Z] Clearing AppArmor profiles cache:. [2019-10-03T00:23:46.825Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-03T00:23:46.825Z] Unloading profiles will leave already running processes permanently [2019-10-03T00:23:46.825Z] unconfined, which can lead to unexpected situations. [2019-10-03T00:23:46.825Z] [2019-10-03T00:23:46.825Z] To set a process to complain mode, use the command line tool [2019-10-03T00:23:46.825Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-03T00:23:46.825Z] with the 'teardown' option." [2019-10-03T00:23:46.825Z] Post stage [Pipeline] junit [2019-10-03T00:23:47.401Z] Recording test results [Pipeline] sh [2019-10-03T00:23:47.854Z] + echo Ensuring container killed. [2019-10-03T00:23:47.854Z] Ensuring container killed. [2019-10-03T00:23:47.854Z] + docker rm -vf docker-pr8 [2019-10-03T00:23:47.854Z] Error: No such container: docker-pr8 [2019-10-03T00:23:47.854Z] + true [Pipeline] sh [2019-10-03T00:23:47.870Z] Reading package lists... [2019-10-03T00:23:47.870Z] Building dependency tree... [2019-10-03T00:23:47.870Z] Reading state information... [2019-10-03T00:23:48.138Z] + echo Chowning /workspace to jenkins user [2019-10-03T00:23:48.138Z] Chowning /workspace to jenkins user [2019-10-03T00:23:48.138Z] + id -u [2019-10-03T00:23:48.138Z] + id -g [2019-10-03T00:23:48.138Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39979:/workspace busybox chown -R 1000:1000 /workspace [2019-10-03T00:23:48.157Z] The following additional packages will be installed: [2019-10-03T00:23:48.157Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-10-03T00:23:48.157Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-10-03T00:23:48.157Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-10-03T00:23:48.157Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-10-03T00:23:48.157Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-10-03T00:23:48.157Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-10-03T00:23:48.157Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-10-03T00:23:48.157Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-10-03T00:23:48.157Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-10-03T00:23:48.157Z] Suggested packages: [2019-10-03T00:23:48.157Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-10-03T00:23:48.157Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-10-03T00:23:48.157Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-10-03T00:23:48.157Z] vim-doc vim-scripts xfsdump acl attr quota [2019-10-03T00:23:48.157Z] Recommended packages: [2019-10-03T00:23:48.157Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-10-03T00:23:48.157Z] python3-keyrings.alt python3-xdg unzip [2019-10-03T00:23:49.181Z] The following NEW packages will be installed: [2019-10-03T00:23:49.181Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-10-03T00:23:49.181Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-10-03T00:23:49.181Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-10-03T00:23:49.181Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-10-03T00:23:49.181Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-10-03T00:23:49.181Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-10-03T00:23:49.181Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-10-03T00:23:49.181Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-10-03T00:23:49.181Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-10-03T00:23:49.181Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-10-03T00:23:49.181Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-10-03T00:23:49.181Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-10-03T00:23:49.181Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-10-03T00:23:49.181Z] xfsprogs xxd xz-utils zip [2019-10-03T00:23:49.181Z] 0 upgraded, 69 newly installed, 0 to remove and 12 not upgraded. [2019-10-03T00:23:49.181Z] Need to get 87.3 MB of archives. [2019-10-03T00:23:49.181Z] After this operation, 585 MB of additional disk space will be used. [2019-10-03T00:23:49.181Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-10-03T00:23:49.472Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-10-03T00:23:49.472Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-10-03T00:23:49.472Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-10-03T00:23:49.472Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-10-03T00:23:49.472Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-10-03T00:23:49.472Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-10-03T00:23:49.472Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-10-03T00:23:49.472Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-10-03T00:23:49.472Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-10-03T00:23:49.756Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [Pipeline] catchError [Pipeline] { [2019-10-03T00:23:50.040Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-10-03T00:23:50.040Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-10-03T00:23:50.040Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-10-03T00:23:50.040Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-10-03T00:23:50.040Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-10-03T00:23:50.040Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-10-03T00:23:50.040Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-10-03T00:23:50.040Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-10-03T00:23:50.040Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-10-03T00:23:50.040Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-10-03T00:23:50.040Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-10-03T00:23:50.040Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-10-03T00:23:50.040Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-10-03T00:23:50.040Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-10-03T00:23:50.040Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-10-03T00:23:50.040Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-10-03T00:23:50.040Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-10-03T00:23:50.040Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-10-03T00:23:50.040Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-10-03T00:23:50.040Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-10-03T00:23:50.040Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-10-03T00:23:50.040Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-10-03T00:23:50.040Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-10-03T00:23:50.040Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-10-03T00:23:50.040Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-10-03T00:23:50.040Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-10-03T00:23:50.040Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.137-2 [41.0 kB] [2019-10-03T00:23:50.040Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-10-03T00:23:50.040Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-10-03T00:23:50.040Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-10-03T00:23:50.040Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-10-03T00:23:50.040Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-10-03T00:23:50.040Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-10-03T00:23:50.040Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-10-03T00:23:50.040Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-10-03T00:23:50.040Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-10-03T00:23:50.040Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [Pipeline] sh [2019-10-03T00:23:50.324Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-10-03T00:23:50.324Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-10-03T00:23:50.324Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-10-03T00:23:50.324Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-10-03T00:23:50.324Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-10-03T00:23:50.324Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-10-03T00:23:50.324Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-10-03T00:23:50.324Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-10-03T00:23:50.331Z] + bundleName=docker-py [2019-10-03T00:23:50.331Z] + echo Creating docker-py-bundles.tar.gz [2019-10-03T00:23:50.331Z] Creating docker-py-bundles.tar.gz [2019-10-03T00:23:50.331Z] + 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-10-03T00:23:50.344Z] Archiving artifacts [2019-10-03T00:23:50.590Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39979/8/artifacts/ [Pipeline] } [Pipeline] // catchError [2019-10-03T00:23:50.608Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-10-03T00:23:50.609Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-10-03T00:23:50.609Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-10-03T00:23:50.609Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-10-03T00:23:50.609Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-10-03T00:23:50.609Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-i686 ppc64el 2.28-5+7.4+b4 [1957 kB] [2019-10-03T00:23:50.609Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.28-5+7.4+b4 [2454 kB] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-10-03T00:23:50.896Z] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-10-03T00:23:50.896Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-10-03T00:23:50.949Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39979/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a -e DOCKER_GRAPHDRIVER docker:85733620ebea3da75abe7d732043354aa0883f8a hack/make.sh binary-daemon [2019-10-03T00:23:51.185Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-10-03T00:23:51.185Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-base ppc64el 6.3.0-18+19.3+b3 [170 kB] [2019-10-03T00:23:51.185Z] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [31.0 MB] [2019-10-03T00:23:51.531Z] Removing intermediate container 80b4aec53782 [2019-10-03T00:23:51.531Z] ---> afd802f78da5 [2019-10-03T00:23:51.531Z] Step 6/6 : CMD ["sh"] [2019-10-03T00:23:51.531Z] ---> Running in 98e597f65974 [2019-10-03T00:23:51.531Z] Removing intermediate container 98e597f65974 [2019-10-03T00:23:51.531Z] ---> 67ea0ddd404c [2019-10-03T00:23:51.531Z] Successfully built 67ea0ddd404c [2019-10-03T00:23:51.531Z] Successfully tagged busybox:latest [2019-10-03T00:23:51.531Z] INFO: Docker images of the daemon under test [2019-10-03T00:23:51.531Z] [2019-10-03T00:23:51.531Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-10-03T00:23:51.531Z] busybox latest 67ea0ddd404c Less than a second ago 4.75GB [2019-10-03T00:23:51.531Z] microsoft/windowsservercore latest 1ddfa8bee56a 3 weeks ago 4.71GB [2019-10-03T00:23:51.531Z] mcr.microsoft.com/windows/servercore ltsc2019 1ddfa8bee56a 3 weeks ago 4.71GB [2019-10-03T00:23:51.531Z] [2019-10-03T00:23:51.531Z] INFO: Running integration tests at 10/03/2019 00:23:51... [2019-10-03T00:23:51.531Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-10-03T00:23:51.531Z] INFO: Integration API tests being run from the host: [2019-10-03T00:23:51.531Z] INFO: make.ps1 starting at 10/03/2019 00:23:51 [2019-10-03T00:23:51.886Z] [2019-10-03T00:23:51.886Z] Removing bundles/ [2019-10-03T00:23:51.886Z] [2019-10-03T00:23:51.886Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-10-03T00:23:51.886Z] Building: bundles/binary-daemon/dockerd-dev [2019-10-03T00:23:51.886Z] GOOS="" GOARCH="" GOARM="" [2019-10-03T00:23:52.197Z] Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el g++-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [21.6 MB] [2019-10-03T00:23:52.502Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-10-03T00:23:53.213Z] debconf: delaying package configuration, since apt-utils is not installed [2019-10-03T00:23:53.213Z] Fetched 87.3 MB in 3s (23.7 MB/s) [2019-10-03T00:23:53.213Z] Selecting previously unselected package bash-completion. [2019-10-03T00:23:53.213Z] (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-10-03T00:23:53.213Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-10-03T00:23:54.227Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-10-03T00:23:54.512Z] Selecting previously unselected package libnet1:ppc64el. [2019-10-03T00:23:54.512Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-10-03T00:23:54.512Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-03T00:23:54.512Z] Selecting previously unselected package libnfnetlink0:ppc64el. [2019-10-03T00:23:54.512Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-10-03T00:23:54.512Z] Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-03T00:23:54.512Z] Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-10-03T00:23:54.512Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-10-03T00:23:54.512Z] Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-03T00:23:54.512Z] Selecting previously unselected package libudev-dev:ppc64el. [2019-10-03T00:23:54.512Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-03T00:23:54.512Z] Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-03T00:23:54.795Z] Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-10-03T00:23:54.795Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-03T00:23:54.795Z] Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-03T00:23:54.795Z] Selecting previously unselected package python3.5-minimal. [2019-10-03T00:23:54.795Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-03T00:23:54.795Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-03T00:23:55.079Z] Selecting previously unselected package python3-minimal. [2019-10-03T00:23:55.079Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-10-03T00:23:55.079Z] Unpacking python3-minimal (3.5.3-1) ... [2019-10-03T00:23:55.079Z] Selecting previously unselected package libmpdec2:ppc64el. [2019-10-03T00:23:55.079Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-10-03T00:23:55.079Z] Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-10-03T00:23:55.079Z] Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-10-03T00:23:55.079Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-03T00:23:55.079Z] Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-03T00:23:55.724Z] Selecting previously unselected package python3.5. [2019-10-03T00:23:55.724Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-10-03T00:23:55.724Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-10-03T00:23:55.724Z] Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-10-03T00:23:55.724Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-10-03T00:23:55.724Z] Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-03T00:23:55.724Z] Selecting previously unselected package dh-python. [2019-10-03T00:23:55.724Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-10-03T00:23:55.724Z] Unpacking dh-python (2.20170125) ... [2019-10-03T00:23:55.724Z] Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-10-03T00:23:55.724Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-10-03T00:23:56.554Z] Loaded image: buildpack-deps:jessie [2019-10-03T00:23:56.554Z] Loaded image: busybox:latest [2019-10-03T00:23:56.554Z] Loaded image: busybox:glibc [2019-10-03T00:23:56.554Z] Loaded image: debian:jessie [2019-10-03T00:23:56.554Z] Loaded image: hello-world:latest [2019-10-03T00:23:56.554Z] INFO: Testing against a local daemon [2019-10-03T00:23:56.554Z] === RUN TestCgroupNamespacesBuild [2019-10-03T00:23:56.731Z] Setting up python3-minimal (3.5.3-1) ... [2019-10-03T00:23:57.019Z] Selecting previously unselected package python3. [2019-10-03T00:23:57.019Z] (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-10-03T00:23:57.019Z] Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-10-03T00:23:57.019Z] Unpacking python3 (3.5.3-1) ... [2019-10-03T00:23:57.019Z] Selecting previously unselected package pigz. [2019-10-03T00:23:57.019Z] Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-10-03T00:23:57.019Z] Unpacking pigz (2.3.4-1) ... [2019-10-03T00:23:57.019Z] Selecting previously unselected package libip4tc0:ppc64el. [2019-10-03T00:23:57.019Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-03T00:23:57.019Z] Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-03T00:23:57.019Z] Selecting previously unselected package libip6tc0:ppc64el. [2019-10-03T00:23:57.019Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-03T00:23:57.019Z] Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-03T00:23:57.019Z] Selecting previously unselected package libiptc0:ppc64el. [2019-10-03T00:23:57.019Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-03T00:23:57.019Z] Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-03T00:23:57.019Z] Selecting previously unselected package libxtables12:ppc64el. [2019-10-03T00:23:57.019Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-03T00:23:57.019Z] Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-03T00:23:57.019Z] Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-10-03T00:23:57.019Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-10-03T00:23:57.019Z] Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-03T00:23:57.019Z] Selecting previously unselected package iptables. [2019-10-03T00:23:57.019Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-10-03T00:23:57.019Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-10-03T00:23:57.304Z] Selecting previously unselected package xxd. [2019-10-03T00:23:57.304Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-03T00:23:57.304Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:23:57.304Z] Selecting previously unselected package vim-common. [2019-10-03T00:23:57.304Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-03T00:23:57.304Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:23:57.304Z] Selecting previously unselected package bzip2. [2019-10-03T00:23:57.304Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-10-03T00:23:57.304Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-10-03T00:23:57.304Z] Selecting previously unselected package libgpm2:ppc64el. [2019-10-03T00:23:57.304Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-10-03T00:23:57.304Z] Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-03T00:23:57.304Z] Selecting previously unselected package xz-utils. [2019-10-03T00:23:57.304Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-10-03T00:23:57.304Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-10-03T00:23:57.591Z] Selecting previously unselected package aufs-tools. [2019-10-03T00:23:57.591Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-10-03T00:23:57.591Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-10-03T00:23:57.591Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-10-03T00:23:57.591Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-10-03T00:23:57.591Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-03T00:23:57.591Z] Selecting previously unselected package btrfs-progs. [2019-10-03T00:23:57.591Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-10-03T00:23:57.591Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-10-03T00:23:57.591Z] Selecting previously unselected package btrfs-tools. [2019-10-03T00:23:57.591Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-10-03T00:23:57.591Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-10-03T00:23:57.591Z] Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-10-03T00:23:57.591Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-03T00:23:57.591Z] Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-03T00:23:57.877Z] Selecting previously unselected package dmsetup. [2019-10-03T00:23:57.877Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-10-03T00:23:57.877Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-10-03T00:23:57.877Z] Selecting previously unselected package libonig4:ppc64el. [2019-10-03T00:23:57.877Z] Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-10-03T00:23:57.877Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-10-03T00:23:57.877Z] Selecting previously unselected package libjq1:ppc64el. [2019-10-03T00:23:57.877Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-03T00:23:57.877Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-03T00:23:57.877Z] Selecting previously unselected package jq. [2019-10-03T00:23:57.877Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-10-03T00:23:57.877Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-10-03T00:23:57.877Z] Selecting previously unselected package libaio1:ppc64el. [2019-10-03T00:23:57.877Z] Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-10-03T00:23:57.877Z] Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-10-03T00:23:57.877Z] Selecting previously unselected package libcap2-bin. [2019-10-03T00:23:57.877Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-10-03T00:23:57.877Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-10-03T00:23:57.878Z] Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-10-03T00:23:57.878Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-10-03T00:23:57.878Z] Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-03T00:23:57.878Z] Selecting previously unselected package libsepol1-dev:ppc64el. [2019-10-03T00:23:57.878Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-10-03T00:23:57.878Z] Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-10-03T00:23:58.163Z] Selecting previously unselected package libpcre16-3:ppc64el. [2019-10-03T00:23:58.163Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-10-03T00:23:58.163Z] Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-03T00:23:58.163Z] Selecting previously unselected package libpcre32-3:ppc64el. [2019-10-03T00:23:58.163Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-10-03T00:23:58.163Z] Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-03T00:23:58.163Z] Selecting previously unselected package libpcre3-dev:ppc64el. [2019-10-03T00:23:58.163Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-10-03T00:23:58.163Z] Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-03T00:23:58.163Z] Selecting previously unselected package libselinux1-dev:ppc64el. [2019-10-03T00:23:58.163Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-10-03T00:23:58.163Z] Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-03T00:23:58.446Z] Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-10-03T00:23:58.446Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-10-03T00:23:58.446Z] Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-03T00:23:58.446Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-10-03T00:23:58.446Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-10-03T00:23:58.446Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-03T00:23:58.446Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-10-03T00:23:58.446Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-10-03T00:23:58.446Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-03T00:23:58.446Z] Selecting previously unselected package libreadline5:ppc64el. [2019-10-03T00:23:58.446Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-10-03T00:23:58.446Z] Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-03T00:23:58.446Z] Selecting previously unselected package libsystemd-dev:ppc64el. [2019-10-03T00:23:58.446Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-10-03T00:23:58.446Z] Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-03T00:23:58.453Z] --- PASS: TestCgroupNamespacesBuild (2.47s) [2019-10-03T00:23:58.453Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-03T00:23:58.454Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-03T00:23:59.066Z] Selecting previously unselected package net-tools. [2019-10-03T00:23:59.066Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-10-03T00:23:59.066Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-03T00:23:59.066Z] Selecting previously unselected package python-pip-whl. [2019-10-03T00:23:59.066Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-10-03T00:23:59.066Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-03T00:23:59.066Z] Selecting previously unselected package python3-pip. [2019-10-03T00:23:59.066Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-10-03T00:23:59.066Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-10-03T00:23:59.355Z] Selecting previously unselected package python3-pkg-resources. [2019-10-03T00:23:59.355Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-10-03T00:23:59.355Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-10-03T00:23:59.355Z] Selecting previously unselected package python3-setuptools. [2019-10-03T00:23:59.355Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-10-03T00:23:59.355Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-10-03T00:23:59.355Z] Selecting previously unselected package python3-wheel. [2019-10-03T00:23:59.355Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-10-03T00:23:59.355Z] Unpacking python3-wheel (0.29.0-2) ... [2019-10-03T00:23:59.355Z] Selecting previously unselected package thin-provisioning-tools. [2019-10-03T00:23:59.355Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-10-03T00:23:59.355Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-03T00:23:59.355Z] Selecting previously unselected package vim-runtime. [2019-10-03T00:23:59.355Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-10-03T00:23:59.355Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-10-03T00:23:59.355Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-10-03T00:23:59.355Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:24:00.837Z] Selecting previously unselected package vim. [2019-10-03T00:24:00.837Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-10-03T00:24:00.837Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:24:00.837Z] Selecting previously unselected package xfsprogs. [2019-10-03T00:24:00.837Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-10-03T00:24:00.837Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-10-03T00:24:00.837Z] Selecting previously unselected package zip. [2019-10-03T00:24:00.837Z] Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-10-03T00:24:00.837Z] Unpacking zip (3.0-11+b1) ... [2019-10-03T00:24:00.837Z] Selecting previously unselected package libapparmor-perl. [2019-10-03T00:24:00.837Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-03T00:24:00.837Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-03T00:24:00.837Z] Selecting previously unselected package apparmor. [2019-10-03T00:24:00.837Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-10-03T00:24:00.837Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-10-03T00:24:00.984Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.41s) [2019-10-03T00:24:00.984Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-03T00:24:00.984Z] === RUN TestBuildWithSession [2019-10-03T00:24:01.120Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-10-03T00:24:01.120Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-03T00:24:01.120Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-03T00:24:01.403Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-10-03T00:24:01.403Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-10-03T00:24:01.403Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-03T00:24:02.027Z] Selecting previously unselected package binutils-mingw-w64. [2019-10-03T00:24:02.027Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-10-03T00:24:02.027Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-03T00:24:02.027Z] Selecting previously unselected package mingw-w64-common. [2019-10-03T00:24:02.027Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-10-03T00:24:02.027Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-10-03T00:24:03.040Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-10-03T00:24:03.040Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-10-03T00:24:03.040Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-03T00:24:04.054Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-10-03T00:24:04.054Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-03T00:24:04.054Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-03T00:24:04.337Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-10-03T00:24:04.337Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-03T00:24:04.337Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-03T00:24:05.169Z] --- PASS: TestBuildWithSession (3.81s) [2019-10-03T00:24:05.169Z] === RUN TestBuildSquashParent [2019-10-03T00:24:08.724Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-10-03T00:24:08.724Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-10-03T00:24:08.724Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-03T00:24:10.253Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-10-03T00:24:11.245Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-10-03T00:24:12.190Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-10-03T00:24:12.190Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-10-03T00:24:12.190Z] Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-10-03T00:24:12.190Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-10-03T00:24:12.190Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-10-03T00:24:12.190Z] Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-03T00:24:12.190Z] Processing triggers for mime-support (3.60) ... [2019-10-03T00:24:12.190Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:24:12.190Z] Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-10-03T00:24:12.190Z] Setting up libcap2-bin (1:2.25-1) ... [2019-10-03T00:24:12.190Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-10-03T00:24:12.190Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-10-03T00:24:12.190Z] Setting up bash-completion (1:2.1-4.3) ... [2019-10-03T00:24:13.199Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-10-03T00:24:13.199Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-10-03T00:24:13.199Z] Setting up zip (3.0-11+b1) ... [2019-10-03T00:24:13.199Z] Setting up bzip2 (1.0.6-8.1) ... [2019-10-03T00:24:13.199Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-10-03T00:24:13.199Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-10-03T00:24:13.199Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:24:13.199Z] Setting up libaio1:ppc64el (0.3.110-3) ... [2019-10-03T00:24:13.199Z] Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-03T00:24:13.199Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-10-03T00:24:13.199Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-10-03T00:24:13.199Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-10-03T00:24:13.199Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:24:13.199Z] Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-10-03T00:24:13.199Z] Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-10-03T00:24:13.199Z] Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-10-03T00:24:13.199Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:24:13.482Z] Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-10-03T00:24:13.482Z] Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-10-03T00:24:13.482Z] Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-10-03T00:24:13.482Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-10-03T00:24:13.482Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-10-03T00:24:13.482Z] Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-10-03T00:24:13.482Z] Setting up pigz (2.3.4-1) ... [2019-10-03T00:24:13.482Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-10-03T00:24:13.482Z] Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-10-03T00:24:13.482Z] Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-03T00:24:13.482Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-10-03T00:24:13.482Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-10-03T00:24:13.482Z] Setting up jq (1.5+dfsg-1.3) ... [2019-10-03T00:24:13.482Z] Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-10-03T00:24:13.482Z] Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-10-03T00:24:13.482Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-10-03T00:24:13.482Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-10-03T00:24:13.482Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-10-03T00:24:13.482Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-10-03T00:24:13.482Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-10-03T00:24:13.482Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-10-03T00:24:13.482Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-10-03T00:24:13.482Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-10-03T00:24:13.482Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-10-03T00:24:13.482Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-10-03T00:24:13.482Z] Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-10-03T00:24:13.482Z] Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-10-03T00:24:13.482Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-10-03T00:24:13.482Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-10-03T00:24:13.482Z] Setting up btrfs-progs (4.7.3-1) ... [2019-10-03T00:24:13.482Z] Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-10-03T00:24:13.482Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-10-03T00:24:14.148Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-10-03T00:24:15.503Z] Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-10-03T00:24:15.503Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-03T00:24:15.503Z] 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-10-03T00:24:15.503Z] 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-10-03T00:24:15.503Z] 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-10-03T00:24:15.503Z] 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-10-03T00:24:15.503Z] Setting up btrfs-tools (4.7.3-1) ... [2019-10-03T00:24:15.503Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-10-03T00:24:15.503Z] 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-10-03T00:24:15.503Z] 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-10-03T00:24:15.503Z] Setting up python3 (3.5.3-1) ... [2019-10-03T00:24:16.117Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-10-03T00:24:16.325Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-10-03T00:24:16.733Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-10-03T00:24:16.733Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-10-03T00:24:16.733Z] Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-03T00:24:16.733Z] Setting up python3-wheel (0.29.0-2) ... [2019-10-03T00:24:17.019Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-10-03T00:24:17.312Z] Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-10-03T00:24:17.312Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-10-03T00:24:17.366Z] --- PASS: TestBuildSquashParent (10.75s) [2019-10-03T00:24:17.366Z] build_squash_test.go:29: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent" [2019-10-03T00:24:17.366Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-03T00:24:17.366Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-03T00:24:17.366Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-03T00:24:17.366Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-03T00:24:17.366Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-03T00:24:17.366Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-03T00:24:17.366Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-03T00:24:17.366Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-03T00:24:17.366Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-03T00:24:17.366Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-03T00:24:17.366Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-03T00:24:17.366Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-03T00:24:17.366Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-03T00:24:17.366Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-03T00:24:17.366Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-03T00:24:17.927Z] Setting up dmsetup (2:1.02.137-2) ... [2019-10-03T00:24:17.927Z] Setting up python3-setuptools (33.1.1-1) ... [2019-10-03T00:24:18.211Z] Setting up dh-python (2.20170125) ... [2019-10-03T00:24:18.494Z] Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-10-03T00:24:18.494Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-10-03T00:24:18.504Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-03T00:24:18.740Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-03T00:24:18.963Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-03T00:24:18.998Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-03T00:24:19.930Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-03T00:24:20.388Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-03T00:24:20.847Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-03T00:24:22.283Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-03T00:24:22.541Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-03T00:24:23.024Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-03T00:24:25.824Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-10-03T00:24:25.824Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.53s) [2019-10-03T00:24:25.824Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.65s) [2019-10-03T00:24:25.824Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.45s) [2019-10-03T00:24:25.824Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.59s) [2019-10-03T00:24:25.824Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.41s) [2019-10-03T00:24:25.825Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.35s) [2019-10-03T00:24:25.825Z] === RUN TestBuildMultiStageCopy [2019-10-03T00:24:25.825Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-03T00:24:26.776Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-03T00:24:28.784Z] Removing intermediate container 497cfc7de261 [2019-10-03T00:24:28.785Z] ---> f1dd8286f99e [2019-10-03T00:24:28.785Z] Step 104/126 : RUN pip3 install yamllint==1.16.0 [2019-10-03T00:24:28.785Z] ---> Running in e18823bd2b9b [2019-10-03T00:24:29.108Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-03T00:24:30.051Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-03T00:24:30.615Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-03T00:24:30.804Z] Collecting yamllint==1.16.0 [2019-10-03T00:24:31.179Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-03T00:24:31.418Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-10-03T00:24:31.418Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-10-03T00:24:31.418Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-10-03T00:24:32.112Z] --- PASS: TestBuildMultiStageCopy (5.99s) [2019-10-03T00:24:32.112Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.33s) [2019-10-03T00:24:32.112Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.64s) [2019-10-03T00:24:32.112Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.65s) [2019-10-03T00:24:32.112Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.62s) [2019-10-03T00:24:32.112Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.74s) [2019-10-03T00:24:32.112Z] === RUN TestBuildMultiStageParentConfig [2019-10-03T00:24:32.443Z] Collecting pyyaml (from yamllint==1.16.0) [2019-10-03T00:24:32.443Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-10-03T00:24:32.581Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-03T00:24:33.449Z] Building wheels for collected packages: pathspec, pyyaml [2019-10-03T00:24:33.449Z] Running setup.py bdist_wheel for pathspec: started [2019-10-03T00:24:33.485Z] --- PASS: TestBuildMultiStageParentConfig (1.61s) [2019-10-03T00:24:33.485Z] === RUN TestBuildLabelWithTargets [2019-10-03T00:24:34.065Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-10-03T00:24:34.065Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-10-03T00:24:34.065Z] Running setup.py bdist_wheel for pyyaml: started [2019-10-03T00:24:34.681Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-10-03T00:24:34.681Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-10-03T00:24:34.681Z] Successfully built pathspec pyyaml [2019-10-03T00:24:34.681Z] Installing collected packages: pathspec, pyyaml, yamllint [2019-10-03T00:24:34.681Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-10-03T00:24:34.759Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-10-03T00:24:35.295Z] Removing intermediate container e18823bd2b9b [2019-10-03T00:24:35.296Z] ---> be7ff1214bee [2019-10-03T00:24:35.296Z] Step 105/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-10-03T00:24:36.766Z] --- PASS: TestBuildLabelWithTargets (2.71s) [2019-10-03T00:24:36.766Z] === RUN TestBuildWithEmptyLayers [2019-10-03T00:24:36.766Z] ---> 9c4321a15c50 [2019-10-03T00:24:36.766Z] Step 106/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-03T00:24:36.940Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-10-03T00:24:37.700Z] --- PASS: TestBuildWithEmptyLayers (1.30s) [2019-10-03T00:24:37.700Z] === RUN TestBuildMultiStageOnBuild [2019-10-03T00:24:39.846Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-10-03T00:24:41.158Z] ---> 78e4aecf0ba4 [2019-10-03T00:24:41.158Z] Step 107/126 : COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-10-03T00:24:41.440Z] ---> e309f4c5efd8 [2019-10-03T00:24:41.440Z] Step 108/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-10-03T00:24:41.726Z] ---> 066cbf2c84b7 [2019-10-03T00:24:41.726Z] Step 109/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-10-03T00:24:41.883Z] --- PASS: TestBuildMultiStageOnBuild (3.95s) [2019-10-03T00:24:41.883Z] === RUN TestBuildUncleanTarFilenames [2019-10-03T00:24:42.010Z] ---> 1c7e142a6a90 [2019-10-03T00:24:42.010Z] Step 110/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-10-03T00:24:42.025Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-10-03T00:24:42.295Z] ---> f26f8cd912ae [2019-10-03T00:24:42.295Z] Step 111/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-10-03T00:24:42.579Z] ---> 60473ddfcdcc [2019-10-03T00:24:42.579Z] Step 112/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-10-03T00:24:42.862Z] ---> eb4d220648db [2019-10-03T00:24:42.862Z] Step 113/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-10-03T00:24:43.254Z] --- PASS: TestBuildUncleanTarFilenames (1.80s) [2019-10-03T00:24:43.254Z] === RUN TestBuildMultiStageLayerLeak [2019-10-03T00:24:43.878Z] ---> fc4bf98b19bb [2019-10-03T00:24:43.878Z] Step 114/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-10-03T00:24:44.231Z] ---> d385b06666a8 [2019-10-03T00:24:44.231Z] Step 115/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-10-03T00:24:44.276Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-10-03T00:24:44.846Z] ---> 2e0ae61b3268 [2019-10-03T00:24:44.846Z] Step 116/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-10-03T00:24:45.595Z] --- PASS: TestImportExtremelyLargeImageWorks (115.03s) [2019-10-03T00:24:45.595Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-03T00:24:45.595Z] PASS [2019-10-03T00:24:45.595Z] [2019-10-03T00:24:45.595Z] === Skipped [2019-10-03T00:24:45.595Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-03T00:24:45.595Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:24:45.595Z] [2019-10-03T00:24:45.595Z] [2019-10-03T00:24:45.595Z] DONE 12 tests, 1 skipped in 116.542s [2019-10-03T00:24:45.595Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-10-03T00:24:45.595Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:24:45.595Z] ++ set -e [2019-10-03T00:24:45.595Z] ++ '[' -n 0 ']' [2019-10-03T00:24:45.595Z] ++ set -x [2019-10-03T00:24:45.595Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:24:45.595Z] INFO: Testing against a local daemon [2019-10-03T00:24:45.595Z] === RUN TestNetworkCreateDelete [2019-10-03T00:24:45.595Z] --- PASS: TestNetworkCreateDelete (0.16s) [2019-10-03T00:24:45.595Z] === RUN TestDockerNetworkDeletePreferID [2019-10-03T00:24:45.812Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-10-03T00:24:45.813Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:24:45.813Z] INFO: Testing against a local daemon [2019-10-03T00:24:45.813Z] === RUN TestBuildWithSession [2019-10-03T00:24:45.813Z] --- SKIP: TestBuildWithSession (0.00s) [2019-10-03T00:24:45.813Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:24:45.813Z] === RUN TestBuildSquashParent [2019-10-03T00:24:45.813Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-10-03T00:24:45.813Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:24:45.813Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-03T00:24:45.813Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-10-03T00:24:45.813Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-03T00:24:45.813Z] === RUN TestBuildMultiStageCopy [2019-10-03T00:24:45.813Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-03T00:24:45.977Z] --- PASS: TestDockerNetworkDeletePreferID (0.41s) [2019-10-03T00:24:45.978Z] === RUN TestInspectNetwork [2019-10-03T00:24:46.318Z] ---> 3e58f8174133 [2019-10-03T00:24:46.318Z] Step 117/126 : COPY --from=criu /build/ /usr/local/ [2019-10-03T00:24:46.600Z] ---> 0582f498691f [2019-10-03T00:24:46.600Z] Step 118/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-10-03T00:24:47.225Z] ---> 2de0eb5a9a5d [2019-10-03T00:24:47.225Z] Step 119/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-10-03T00:24:47.468Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-03T00:24:47.468Z] Using test binary docker [2019-10-03T00:24:47.468Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-03T00:24:47.468Z] Using test binary docker [2019-10-03T00:24:47.468Z] +++ /etc/init.d/apparmor start [2019-10-03T00:24:47.468Z] +++ /etc/init.d/apparmor start [2019-10-03T00:24:47.468Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-03T00:24:47.468Z] Starting AppArmor profiles:systemd-detect-virt: not found [2019-10-03T00:24:47.468Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-03T00:24:47.468Z] Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-03T00:24:47.468Z] Warning failed to create cache: (null) [2019-10-03T00:24:47.468Z] Warning failed to create cache: (null) [2019-10-03T00:24:47.468Z] . [2019-10-03T00:24:47.468Z] . [2019-10-03T00:24:47.468Z] INFO: Waiting for daemon to start... [2019-10-03T00:24:47.468Z] INFO: Waiting for daemon to start... [2019-10-03T00:24:47.468Z] Starting dockerd [2019-10-03T00:24:47.468Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-10-03T00:24:47.468Z] Starting dockerd [2019-10-03T00:24:47.468Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-10-03T00:24:47.519Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-10-03T00:24:47.519Z] bad55c542dc9: Pulling fs layer [2019-10-03T00:24:47.770Z] ..--- PASS: TestBuildMultiStageLayerLeak (4.46s) [2019-10-03T00:24:47.770Z] === RUN TestBuildWithHugeFile [2019-10-03T00:24:48.136Z] bad55c542dc9: Verifying Checksum [2019-10-03T00:24:48.136Z] bad55c542dc9: Download complete [2019-10-03T00:24:48.424Z] bad55c542dc9: Pull complete [2019-10-03T00:24:48.424Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-10-03T00:24:48.424Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-10-03T00:24:49.061Z] ---> ae2ef136b10b [2019-10-03T00:24:49.061Z] Step 120/126 : ENV PATH=/usr/local/cli:$PATH [2019-10-03T00:24:49.061Z] ---> Running in f0176a1b5914 [2019-10-03T00:24:49.061Z] Removing intermediate container f0176a1b5914 [2019-10-03T00:24:49.061Z] ---> 379cdba3515d [2019-10-03T00:24:49.061Z] Step 121/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-10-03T00:24:49.061Z] ---> Running in 14488170c8c1 [2019-10-03T00:24:49.143Z] [2019-10-03T00:24:49.143Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-03T00:24:49.143Z] [2019-10-03T00:24:49.143Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-03T00:24:49.143Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-03T00:24:49.346Z] Removing intermediate container 14488170c8c1 [2019-10-03T00:24:49.346Z] ---> 504ec6999d34 [2019-10-03T00:24:49.346Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-10-03T00:24:49.346Z] ---> Running in 1ab08cf00e82 [2019-10-03T00:24:49.346Z] Removing intermediate container 1ab08cf00e82 [2019-10-03T00:24:49.346Z] ---> cb21059519c8 [2019-10-03T00:24:49.346Z] Step 123/126 : VOLUME /var/lib/docker [2019-10-03T00:24:49.400Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-03T00:24:49.400Z] Error: No such image: emptyfs [2019-10-03T00:24:49.400Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-03T00:24:49.400Z] ++++ docker load [2019-10-03T00:24:49.400Z] Error: No such image: emptyfs [2019-10-03T00:24:49.400Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-03T00:24:49.400Z] ++++ docker load [2019-10-03T00:24:49.630Z] ---> Running in fe7066513c54 [2019-10-03T00:24:49.630Z] Removing intermediate container fe7066513c54 [2019-10-03T00:24:49.630Z] ---> 34b852e02d92 [2019-10-03T00:24:49.630Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-10-03T00:24:49.630Z] ---> Running in 4c9e2bc7b946 [2019-10-03T00:24:49.657Z] Running integration-test (iteration 1) [2019-10-03T00:24:49.657Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-10-03T00:24:49.658Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-10-03T00:24:49.658Z] ++ set -e [2019-10-03T00:24:49.658Z] ++ '[' -n 0 ']' [2019-10-03T00:24:49.658Z] ++ set -x [2019-10-03T00:24:49.658Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-10-03T00:24:49.658Z] Running integration-test (iteration 1) [2019-10-03T00:24:49.658Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-10-03T00:24:49.658Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-10-03T00:24:49.658Z] ++ set -e [2019-10-03T00:24:49.658Z] ++ '[' -n 0 ']' [2019-10-03T00:24:49.658Z] ++ set -x [2019-10-03T00:24:49.658Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-10-03T00:24:49.914Z] Removing intermediate container 4c9e2bc7b946 [2019-10-03T00:24:49.914Z] ---> 1476731718ad [2019-10-03T00:24:49.914Z] Step 125/126 : FROM dev AS final [2019-10-03T00:24:49.914Z] ---> 1476731718ad [2019-10-03T00:24:49.914Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-10-03T00:24:51.077Z] === RUN TestInspectNetwork/full_network_id [2019-10-03T00:24:51.077Z] === RUN TestInspectNetwork/partial_network_id [2019-10-03T00:24:51.077Z] === RUN TestInspectNetwork/network_name [2019-10-03T00:24:51.077Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-03T00:24:54.378Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-03T00:24:55.347Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-03T00:24:56.102Z] --- PASS: TestInspectNetwork (9.45s) [2019-10-03T00:24:56.102Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-03T00:24:56.102Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-03T00:24:56.102Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-03T00:24:56.102Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-03T00:24:56.102Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-03T00:24:56.102Z] === RUN TestRunContainerWithBridgeNone [2019-10-03T00:24:56.313Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-03T00:24:56.730Z] ---> d080e333d318 [2019-10-03T00:24:56.730Z] Successfully built d080e333d318 [2019-10-03T00:24:56.730Z] Successfully tagged docker:85733620ebea3da75abe7d732043354aa0883f8a [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-03T00:24:57.174Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39979/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a -e DOCKER_GRAPHDRIVER docker:85733620ebea3da75abe7d732043354aa0883f8a hack/test/unit [2019-10-03T00:24:57.848Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-03T00:24:58.721Z] --- PASS: TestRunContainerWithBridgeNone (2.67s) [2019-10-03T00:24:58.721Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-03T00:24:58.721Z] === RUN TestNetworkInvalidJSON [2019-10-03T00:24:58.721Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-03T00:24:58.721Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-03T00:24:58.721Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-03T00:24:58.721Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-03T00:24:58.721Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-03T00:24:58.721Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-03T00:24:58.721Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-03T00:24:58.721Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-03T00:24:58.721Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-03T00:24:58.721Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-10-03T00:24:58.721Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-03T00:24:58.721Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-03T00:24:58.721Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-03T00:24:58.721Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-03T00:24:58.814Z] --- PASS: TestBuildMultiStageCopy (12.98s) [2019-10-03T00:24:58.814Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.62s) [2019-10-03T00:24:58.814Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.83s) [2019-10-03T00:24:58.814Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2019-10-03T00:24:58.814Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.16s) [2019-10-03T00:24:58.814Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.35s) [2019-10-03T00:24:58.814Z] === RUN TestBuildMultiStageParentConfig [2019-10-03T00:24:58.814Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2019-10-03T00:24:58.814Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-03T00:24:58.814Z] === RUN TestBuildLabelWithTargets [2019-10-03T00:24:58.814Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2019-10-03T00:24:58.814Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-03T00:24:58.814Z] === RUN TestBuildWithEmptyLayers [2019-10-03T00:24:59.518Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2019-10-03T00:24:59.518Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-03T00:24:59.519Z] === RUN TestDaemonDefaultNetworkPools [2019-10-03T00:24:59.781Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2019-10-03T00:24:59.781Z] === RUN TestBuildMultiStageOnBuild [2019-10-03T00:24:59.782Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-10-03T00:24:59.782Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-03T00:24:59.782Z] === RUN TestBuildUncleanTarFilenames [2019-10-03T00:24:59.782Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-10-03T00:24:59.782Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-03T00:24:59.888Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2019-10-03T00:24:59.888Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-03T00:24:59.888Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-03T00:25:00.240Z] === RUN TestBuildMultiStageLayerLeak [2019-10-03T00:25:00.240Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s) [2019-10-03T00:25:00.240Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-03T00:25:00.240Z] === RUN TestBuildWithHugeFile [2019-10-03T00:25:00.240Z] --- SKIP: TestBuildWithHugeFile (0.01s) [2019-10-03T00:25:00.240Z] build_test.go:491: testEnv.OSType == "windows" [2019-10-03T00:25:00.240Z] === RUN TestBuildWithEmptyDockerfile [2019-10-03T00:25:00.240Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-03T00:25:00.240Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-03T00:25:00.240Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-03T00:25:00.240Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-03T00:25:00.240Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-03T00:25:00.240Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-03T00:25:00.240Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-03T00:25:00.240Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-03T00:25:00.240Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-03T00:25:00.240Z] --- PASS: TestBuildWithEmptyDockerfile (0.41s) [2019-10-03T00:25:00.240Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2019-10-03T00:25:00.240Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2019-10-03T00:25:00.240Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-10-03T00:25:00.240Z] === RUN TestBuildPreserveOwnership [2019-10-03T00:25:00.240Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-10-03T00:25:00.240Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-03T00:25:00.240Z] === RUN TestBuildPlatformInvalid [2019-10-03T00:25:00.240Z] --- PASS: TestBuildPlatformInvalid (0.04s) [2019-10-03T00:25:00.240Z] PASS [2019-10-03T00:25:00.699Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-10-03T00:25:00.699Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:00.699Z] INFO: Testing against a local daemon [2019-10-03T00:25:00.699Z] === RUN TestConfigList [2019-10-03T00:25:00.699Z] --- SKIP: TestConfigList (0.00s) [2019-10-03T00:25:00.699Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:00.699Z] === RUN TestConfigsCreateAndDelete [2019-10-03T00:25:00.699Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-10-03T00:25:00.699Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:00.699Z] === RUN TestConfigsUpdate [2019-10-03T00:25:00.699Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-10-03T00:25:00.699Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:00.699Z] === RUN TestTemplatedConfig [2019-10-03T00:25:00.699Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-10-03T00:25:00.699Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:00.699Z] === RUN TestConfigInspect [2019-10-03T00:25:00.699Z] --- SKIP: TestConfigInspect (0.00s) [2019-10-03T00:25:00.699Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:00.699Z] === RUN TestConfigCreateWithLabels [2019-10-03T00:25:00.699Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-10-03T00:25:00.699Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:00.699Z] === RUN TestConfigCreateResolve [2019-10-03T00:25:00.699Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-10-03T00:25:00.699Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:00.699Z] === RUN TestConfigDaemonLibtrustID [2019-10-03T00:25:00.699Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-10-03T00:25:00.699Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:00.699Z] PASS [2019-10-03T00:25:00.699Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-10-03T00:25:00.699Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:00.699Z] INFO: Testing against a local daemon [2019-10-03T00:25:00.699Z] === RUN TestCheckpoint [2019-10-03T00:25:00.699Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-03T00:25:00.699Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-03T00:25:00.699Z] === RUN TestContainerInvalidJSON [2019-10-03T00:25:00.699Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-03T00:25:00.699Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-03T00:25:00.699Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-03T00:25:00.699Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-03T00:25:00.699Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-03T00:25:00.699Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-03T00:25:00.699Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-03T00:25:00.699Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-03T00:25:00.699Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-03T00:25:00.699Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-10-03T00:25:00.699Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-03T00:25:00.699Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-10-03T00:25:00.699Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-10-03T00:25:00.699Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-03T00:25:00.699Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.02s) [2019-10-03T00:25:00.699Z] copy_test.go:25: testEnv.OSType == "windows" [2019-10-03T00:25:00.699Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-03T00:25:00.699Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2019-10-03T00:25:00.699Z] copy_test.go:39: testEnv.OSType == "windows" [2019-10-03T00:25:00.699Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-03T00:25:00.699Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-10-03T00:25:00.699Z] copy_test.go:51: testEnv.OSType == "windows" [2019-10-03T00:25:00.699Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-03T00:25:00.699Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2019-10-03T00:25:00.699Z] copy_test.go:65: testEnv.OSType == "windows" [2019-10-03T00:25:00.699Z] === RUN TestCopyFromContainer [2019-10-03T00:25:00.699Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-10-03T00:25:00.699Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:00.699Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-03T00:25:00.699Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-03T00:25:00.699Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-03T00:25:00.699Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-03T00:25:00.699Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-03T00:25:00.699Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-03T00:25:00.699Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-03T00:25:00.699Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-03T00:25:00.699Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-03T00:25:00.699Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-03T00:25:00.699Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-03T00:25:00.699Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-03T00:25:00.699Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-10-03T00:25:00.699Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-10-03T00:25:00.699Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-03T00:25:00.699Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-10-03T00:25:00.699Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-10-03T00:25:00.699Z] === RUN TestCreateWithInvalidEnv [2019-10-03T00:25:00.699Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-03T00:25:00.699Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-03T00:25:00.699Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-03T00:25:00.699Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-03T00:25:00.699Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-03T00:25:00.699Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-03T00:25:00.699Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-03T00:25:00.699Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-03T00:25:00.699Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-03T00:25:00.699Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-03T00:25:00.699Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-03T00:25:00.699Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-03T00:25:00.699Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-03T00:25:00.699Z] === RUN TestCreateTmpfsMountsTarget [2019-10-03T00:25:00.699Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-10-03T00:25:00.699Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:00.699Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-03T00:25:00.699Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-10-03T00:25:00.699Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:00.699Z] === RUN TestCreateWithCapabilities [2019-10-03T00:25:00.699Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-10-03T00:25:00.699Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-10-03T00:25:00.699Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-03T00:25:00.699Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-10-03T00:25:00.699Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:00.699Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-03T00:25:00.699Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-03T00:25:00.699Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-03T00:25:00.699Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-03T00:25:00.699Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-03T00:25:00.699Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-03T00:25:00.699Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-03T00:25:00.699Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-03T00:25:00.699Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-03T00:25:00.699Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-03T00:25:00.699Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-03T00:25:00.699Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-03T00:25:00.699Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-03T00:25:00.699Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-03T00:25:00.699Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-03T00:25:00.699Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-03T00:25:00.699Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-10-03T00:25:00.699Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-03T00:25:00.699Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-10-03T00:25:00.699Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-03T00:25:00.699Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-03T00:25:00.699Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-10-03T00:25:00.699Z] === RUN TestDiff [2019-10-03T00:25:00.699Z] --- SKIP: TestDiff (0.00s) [2019-10-03T00:25:00.699Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:00.699Z] === RUN TestExecWithCloseStdin [2019-10-03T00:25:01.175Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2019-10-03T00:25:01.175Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-03T00:25:01.175Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-03T00:25:01.585Z] ? github.com/docker/docker/api [no test files] [2019-10-03T00:25:02.471Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s) [2019-10-03T00:25:02.471Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-03T00:25:02.471Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-03T00:25:02.845Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2019-10-03T00:25:02.845Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-03T00:25:02.845Z] === RUN TestServiceWithPredefinedNetwork [2019-10-03T00:25:02.884Z] --- PASS: TestExecWithCloseStdin (1.86s) [2019-10-03T00:25:02.885Z] === RUN TestExec [2019-10-03T00:25:02.885Z] --- SKIP: TestExec (0.00s) [2019-10-03T00:25:02.885Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-03T00:25:02.885Z] === RUN TestExecUser [2019-10-03T00:25:02.885Z] --- SKIP: TestExecUser (0.00s) [2019-10-03T00:25:02.885Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-10-03T00:25:02.885Z] === RUN TestExportContainerAndImportImage [2019-10-03T00:25:02.885Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-10-03T00:25:02.885Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:02.885Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-03T00:25:02.885Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-10-03T00:25:02.885Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:02.885Z] === RUN TestHealthCheckWorkdir [2019-10-03T00:25:02.885Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-10-03T00:25:02.885Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:02.885Z] === RUN TestHealthKillContainer [2019-10-03T00:25:02.885Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-10-03T00:25:02.885Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-10-03T00:25:02.885Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-03T00:25:02.885Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-10-03T00:25:02.885Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-10-03T00:25:02.885Z] === RUN TestKillContainerInvalidSignal [2019-10-03T00:25:04.421Z] --- PASS: TestKillContainerInvalidSignal (1.59s) [2019-10-03T00:25:04.421Z] === RUN TestKillContainer [2019-10-03T00:25:04.421Z] --- SKIP: TestKillContainer (0.00s) [2019-10-03T00:25:04.421Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-10-03T00:25:04.421Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-03T00:25:04.421Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-10-03T00:25:04.421Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-03T00:25:04.421Z] === RUN TestKillStoppedContainer [2019-10-03T00:25:04.422Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-10-03T00:25:04.422Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-03T00:25:04.422Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-03T00:25:04.422Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-10-03T00:25:04.422Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-10-03T00:25:04.422Z] === RUN TestKillDifferentUserContainer [2019-10-03T00:25:04.422Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-10-03T00:25:04.422Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-10-03T00:25:04.422Z] === RUN TestInspectOomKilledTrue [2019-10-03T00:25:04.422Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-03T00:25:04.422Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:25:04.422Z] === RUN TestInspectOomKilledFalse [2019-10-03T00:25:04.422Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-03T00:25:04.422Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:25:04.422Z] === RUN TestLogsFollowTailEmpty [2019-10-03T00:25:05.957Z] --- PASS: TestLogsFollowTailEmpty (1.55s) [2019-10-03T00:25:05.957Z] === RUN TestNetworkNat [2019-10-03T00:25:05.957Z] --- SKIP: TestNetworkNat (0.00s) [2019-10-03T00:25:05.957Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:05.957Z] === RUN TestNetworkLocalhostTCPNat [2019-10-03T00:25:05.957Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-10-03T00:25:05.957Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-03T00:25:05.957Z] === RUN TestNetworkLoopbackNat [2019-10-03T00:25:05.957Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-10-03T00:25:05.957Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:05.957Z] === RUN TestPause [2019-10-03T00:25:05.957Z] --- SKIP: TestPause (0.00s) [2019-10-03T00:25:05.957Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-10-03T00:25:05.957Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-03T00:25:06.081Z] --- PASS: TestServiceWithPredefinedNetwork (2.94s) [2019-10-03T00:25:06.081Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-03T00:25:06.081Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-03T00:25:06.081Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-03T00:25:06.081Z] service_test.go:230: FLAKY_TEST [2019-10-03T00:25:06.081Z] === RUN TestServiceWithDataPathPortInit [2019-10-03T00:25:07.492Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.59s) [2019-10-03T00:25:07.492Z] === RUN TestPauseStopPausedContainer [2019-10-03T00:25:07.492Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-10-03T00:25:07.492Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:07.492Z] === RUN TestPsFilter [2019-10-03T00:25:07.492Z] --- PASS: TestPsFilter (0.17s) [2019-10-03T00:25:07.492Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-03T00:25:09.668Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.85s) [2019-10-03T00:25:09.668Z] === RUN TestRemoveContainerWithVolume [2019-10-03T00:25:11.203Z] --- PASS: TestRemoveContainerWithVolume (1.80s) [2019-10-03T00:25:11.203Z] === RUN TestRemoveContainerRunning [2019-10-03T00:25:12.740Z] --- PASS: TestRemoveContainerRunning (1.68s) [2019-10-03T00:25:12.740Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-03T00:25:13.317Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-10-03T00:25:13.317Z] Copying nested executables into bundles/binary-daemon [2019-10-03T00:25:13.317Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-10-03T00:25:13.642Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39979/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a -e DOCKER_GRAPHDRIVER docker:85733620ebea3da75abe7d732043354aa0883f8a hack/make.sh cross [2019-10-03T00:25:14.208Z] [2019-10-03T00:25:14.278Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.55s) [2019-10-03T00:25:14.278Z] === RUN TestRemoveInvalidContainer [2019-10-03T00:25:14.465Z] Removing bundles/ [2019-10-03T00:25:14.465Z] [2019-10-03T00:25:14.465Z] ---> Making bundle: cross (in bundles/cross) [2019-10-03T00:25:14.465Z] Cross building: bundles/cross/linux/amd64 [2019-10-03T00:25:14.465Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-10-03T00:25:14.465Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-10-03T00:25:14.737Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-10-03T00:25:14.737Z] === RUN TestRenameLinkedContainer [2019-10-03T00:25:14.737Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-10-03T00:25:14.737Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:14.737Z] === RUN TestRenameStoppedContainer [2019-10-03T00:25:16.274Z] --- PASS: TestRenameStoppedContainer (1.83s) [2019-10-03T00:25:16.274Z] === RUN TestRenameRunningContainerAndReuse [2019-10-03T00:25:20.009Z] --- PASS: TestRenameRunningContainerAndReuse (3.09s) [2019-10-03T00:25:20.009Z] === RUN TestRenameInvalidName [2019-10-03T00:25:20.978Z] --- PASS: TestRenameInvalidName (1.60s) [2019-10-03T00:25:20.978Z] === RUN TestRenameAnonymousContainer [2019-10-03T00:25:20.978Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-10-03T00:25:20.978Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:20.978Z] === RUN TestRenameContainerWithSameName [2019-10-03T00:25:22.515Z] --- PASS: TestRenameContainerWithSameName (1.55s) [2019-10-03T00:25:22.515Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-03T00:25:22.515Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-10-03T00:25:22.515Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:22.515Z] === RUN TestResize [2019-10-03T00:25:22.515Z] --- SKIP: TestResize (0.00s) [2019-10-03T00:25:22.515Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:22.515Z] === RUN TestResizeWithInvalidSize [2019-10-03T00:25:22.515Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-10-03T00:25:22.515Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:22.515Z] === RUN TestResizeWhenContainerNotStarted [2019-10-03T00:25:22.674Z] --- PASS: TestServiceWithDataPathPortInit (16.56s) [2019-10-03T00:25:22.674Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-03T00:25:22.674Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-03T00:25:22.674Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-03T00:25:24.011Z] ok github.com/docker/docker/api/server 0.037s coverage: 9.0% of statements [2019-10-03T00:25:24.691Z] --- PASS: TestResizeWhenContainerNotStarted (1.82s) [2019-10-03T00:25:24.691Z] === RUN TestDaemonRestartKillContainers [2019-10-03T00:25:24.691Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-10-03T00:25:24.691Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:24.691Z] === RUN TestStats [2019-10-03T00:25:24.691Z] --- SKIP: TestStats (0.00s) [2019-10-03T00:25:24.691Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-10-03T00:25:24.691Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-03T00:25:28.353Z] Loaded image: buildpack-deps:jessie [2019-10-03T00:25:28.353Z] Loaded image: buildpack-deps:jessie [2019-10-03T00:25:28.353Z] Loaded image: busybox:latest [2019-10-03T00:25:28.353Z] Loaded image: busybox:latest [2019-10-03T00:25:28.353Z] Loaded image: busybox:glibc [2019-10-03T00:25:28.353Z] Loaded image: debian:jessie [2019-10-03T00:25:28.353Z] Loaded image: busybox:glibc [2019-10-03T00:25:28.353Z] Loaded image: debian:jessie [2019-10-03T00:25:28.353Z] Loaded image: hello-world:latest [2019-10-03T00:25:28.353Z] Loaded image: hello-world:latest [2019-10-03T00:25:28.353Z] INFO: Testing against a local daemon [2019-10-03T00:25:28.353Z] === RUN TestDockerDaemonSuite [2019-10-03T00:25:28.353Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-10-03T00:25:28.353Z] INFO: Testing against a local daemon [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-03T00:25:28.353Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-03T00:25:28.918Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-03T00:25:29.176Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-03T00:25:29.176Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-03T00:25:29.378Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.75s) [2019-10-03T00:25:29.378Z] === RUN TestStopContainerWithTimeout [2019-10-03T00:25:29.378Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-10-03T00:25:29.378Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-10-03T00:25:29.378Z] === RUN TestUpdateRestartPolicy [2019-10-03T00:25:31.074Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-10-03T00:25:31.334Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-03T00:25:31.593Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-03T00:25:31.593Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-03T00:25:31.856Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-03T00:25:32.157Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.58s) [2019-10-03T00:25:32.157Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-03T00:25:32.157Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:20awfb0djmx9xisxhlx7uyebr Created:2019-10-03 00:25:23.954761873 +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[9eba22703a62bc41430e91a69f3829a2981ff9689e6cd0a2d6fbb5cb8479bd87:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gn7vz1hryyf60depbdsk5alt6 EndpointID:fcbc0c0dbd00cae60cff72c67d01928372b26a0c77f2d1b37ecebb1bfd935de7 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2636514d79de5edfa2cb5c184072fb4730ebebbb42db895c54d5280ed9b3c8ee 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:26b27e80bef0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gn7vz1hryyf60depbdsk5alt6 EndpointID:fcbc0c0dbd00cae60cff72c67d01928372b26a0c77f2d1b37ecebb1bfd935de7 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-03T00:25:32.157Z] PASS [2019-10-03T00:25:32.157Z] [2019-10-03T00:25:32.157Z] === Skipped [2019-10-03T00:25:32.157Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-03T00:25:32.157Z] service_test.go:230: FLAKY_TEST [2019-10-03T00:25:32.157Z] [2019-10-03T00:25:32.157Z] [2019-10-03T00:25:32.157Z] DONE 21 tests, 1 skipped in 45.673s [2019-10-03T00:25:32.157Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-03T00:25:32.157Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:25:32.157Z] ++ set -e [2019-10-03T00:25:32.157Z] ++ '[' -n 0 ']' [2019-10-03T00:25:32.157Z] ++ set -x [2019-10-03T00:25:32.157Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:25:32.157Z] INFO: Testing against a local daemon [2019-10-03T00:25:32.157Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-03T00:25:32.157Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-03T00:25:32.157Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-03T00:25:32.157Z] === RUN TestDockerNetworkIpvlan [2019-10-03T00:25:32.157Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-03T00:25:32.157Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-03T00:25:32.157Z] PASS [2019-10-03T00:25:32.157Z] [2019-10-03T00:25:32.157Z] === Skipped [2019-10-03T00:25:32.157Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-03T00:25:32.157Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-03T00:25:32.157Z] [2019-10-03T00:25:32.157Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-03T00:25:32.157Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-03T00:25:32.157Z] [2019-10-03T00:25:32.157Z] [2019-10-03T00:25:32.157Z] DONE 2 tests, 2 skipped in 0.192s [2019-10-03T00:25:32.157Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-03T00:25:32.158Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:25:32.158Z] ++ set -e [2019-10-03T00:25:32.158Z] ++ '[' -n 0 ']' [2019-10-03T00:25:32.158Z] ++ set -x [2019-10-03T00:25:32.158Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:25:32.158Z] INFO: Testing against a local daemon [2019-10-03T00:25:32.158Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-03T00:25:32.791Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-03T00:25:32.958Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.54s) [2019-10-03T00:25:32.958Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-03T00:25:32.958Z] === RUN TestDockerNetworkMacvlan [2019-10-03T00:25:33.355Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-03T00:25:33.772Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-03T00:25:33.921Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-10-03T00:25:34.567Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-03T00:25:34.853Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-03T00:25:34.853Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-03T00:25:34.853Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-03T00:25:34.853Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-03T00:25:35.833Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-03T00:25:38.322Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-03T00:25:40.116Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-10-03T00:25:40.116Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-03T00:25:41.807Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-03T00:25:43.396Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-10-03T00:25:43.396Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-03T00:25:46.674Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-10-03T00:25:47.059Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-03T00:25:47.715Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-03T00:25:47.868Z] --- PASS: TestDockerNetworkMacvlan (15.03s) [2019-10-03T00:25:47.868Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:25:47.868Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-10-03T00:25:47.868Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:25:47.868Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-10-03T00:25:47.868Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:25:47.868Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.26s) [2019-10-03T00:25:47.868Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:25:47.868Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.35s) [2019-10-03T00:25:47.868Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:25:47.868Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.05s) [2019-10-03T00:25:47.868Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:25:47.868Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.91s) [2019-10-03T00:25:47.868Z] PASS [2019-10-03T00:25:47.868Z] [2019-10-03T00:25:47.868Z] DONE 8 tests in 16.701s [2019-10-03T00:25:47.868Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-03T00:25:47.868Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:25:47.868Z] ++ set -e [2019-10-03T00:25:47.868Z] ++ '[' -n 0 ']' [2019-10-03T00:25:47.868Z] ++ set -x [2019-10-03T00:25:47.868Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:25:47.868Z] testing: warning: no tests to run [2019-10-03T00:25:47.868Z] PASS [2019-10-03T00:25:47.868Z] [2019-10-03T00:25:47.868Z] DONE 0 tests in 0.019s [2019-10-03T00:25:47.868Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-03T00:25:47.868Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:25:47.868Z] ++ set -e [2019-10-03T00:25:47.868Z] ++ '[' -n 0 ']' [2019-10-03T00:25:47.868Z] ++ set -x [2019-10-03T00:25:47.868Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:25:48.242Z] INFO: Testing against a local daemon [2019-10-03T00:25:48.242Z] === RUN TestAuthZPluginAllowRequest [2019-10-03T00:25:48.280Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-10-03T00:25:50.153Z] --- PASS: TestAuthZPluginAllowRequest (1.75s) [2019-10-03T00:25:50.153Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-03T00:25:50.153Z] === RUN TestAuthZPluginTLS [2019-10-03T00:25:50.572Z] --- PASS: TestUpdateRestartPolicy (19.06s) [2019-10-03T00:25:50.572Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-03T00:25:50.572Z] --- PASS: TestUpdateRestartWithAutoRemove (1.53s) [2019-10-03T00:25:50.572Z] === RUN TestWaitNonBlocked [2019-10-03T00:25:50.572Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-03T00:25:50.572Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-03T00:25:50.572Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-03T00:25:50.572Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-03T00:25:50.572Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-03T00:25:50.572Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-03T00:25:50.603Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-10-03T00:25:50.603Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-03T00:25:50.603Z] === RUN TestAuthZPluginDenyRequest [2019-10-03T00:25:50.808Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-03T00:25:50.996Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2019-10-03T00:25:50.996Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-03T00:25:50.996Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-03T00:25:51.780Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-10-03T00:25:51.780Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-03T00:25:51.780Z] === RUN TestAuthZPluginDenyResponse [2019-10-03T00:25:52.144Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-10-03T00:25:52.144Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-03T00:25:52.144Z] === RUN TestAuthZPluginAllowEventStream [2019-10-03T00:25:52.712Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-03T00:25:52.969Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-10-03T00:25:53.904Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-03T00:25:53.989Z] --- PASS: TestAuthZPluginAllowEventStream (1.75s) [2019-10-03T00:25:53.989Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-03T00:25:53.989Z] === RUN TestAuthZPluginErrorResponse [2019-10-03T00:25:54.373Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2019-10-03T00:25:54.373Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-03T00:25:54.373Z] === RUN TestAuthZPluginErrorRequest [2019-10-03T00:25:55.264Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-10-03T00:25:55.264Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-03T00:25:55.264Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-03T00:25:55.637Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-10-03T00:25:55.637Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-03T00:25:55.637Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-03T00:25:55.804Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-03T00:25:56.370Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-10-03T00:25:56.940Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-10-03T00:25:57.477Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.10s) [2019-10-03T00:25:57.477Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-03T00:25:57.477Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-03T00:25:57.720Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-10-03T00:25:57.720Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (7.24s) [2019-10-03T00:25:57.720Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.33s) [2019-10-03T00:25:57.720Z] === RUN TestWaitBlocked [2019-10-03T00:25:57.720Z] --- SKIP: TestWaitBlocked (0.00s) [2019-10-03T00:25:57.720Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:57.720Z] PASS [2019-10-03T00:25:57.720Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-10-03T00:25:57.720Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:57.720Z] INFO: Testing against a local daemon [2019-10-03T00:25:57.720Z] === RUN TestCommitInheritsEnv [2019-10-03T00:25:57.720Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-10-03T00:25:57.720Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-03T00:25:57.720Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-03T00:25:57.720Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-10-03T00:25:57.720Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-10-03T00:25:57.720Z] === RUN TestImagesFilterMultiReference [2019-10-03T00:25:57.720Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-03T00:25:57.720Z] === RUN TestImagePullPlatformInvalid [2019-10-03T00:25:57.720Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-10-03T00:25:57.720Z] === RUN TestRemoveImageOrphaning [2019-10-03T00:25:57.720Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-10-03T00:25:57.720Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-03T00:25:57.720Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-03T00:25:57.720Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-10-03T00:25:57.720Z] === RUN TestTagInvalidReference [2019-10-03T00:25:57.720Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-03T00:25:57.720Z] === RUN TestTagValidPrefixedRepo [2019-10-03T00:25:57.720Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-03T00:25:57.720Z] === RUN TestTagExistedNameWithoutForce [2019-10-03T00:25:57.720Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-10-03T00:25:57.720Z] === RUN TestTagOfficialNames [2019-10-03T00:25:57.720Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-10-03T00:25:57.720Z] tag_test.go:98: testEnv.OSType == "windows" [2019-10-03T00:25:57.720Z] === RUN TestTagMatchesDigest [2019-10-03T00:25:57.720Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-10-03T00:25:57.720Z] PASS [2019-10-03T00:25:57.720Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-10-03T00:25:57.720Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:57.720Z] INFO: Testing against a local daemon [2019-10-03T00:25:57.720Z] === RUN TestNetworkCreateDelete [2019-10-03T00:25:57.720Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-10-03T00:25:57.720Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:57.720Z] === RUN TestDockerNetworkDeletePreferID [2019-10-03T00:25:57.720Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-10-03T00:25:57.720Z] 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-10-03T00:25:57.720Z] === RUN TestInspectNetwork [2019-10-03T00:25:57.720Z] --- SKIP: TestInspectNetwork (0.00s) [2019-10-03T00:25:57.720Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:57.720Z] === RUN TestRunContainerWithBridgeNone [2019-10-03T00:25:57.720Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-10-03T00:25:57.720Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:57.720Z] === RUN TestNetworkInvalidJSON [2019-10-03T00:25:57.720Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-03T00:25:57.720Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-03T00:25:57.720Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-03T00:25:57.720Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-03T00:25:57.720Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-03T00:25:57.720Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-03T00:25:57.720Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-03T00:25:57.720Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-03T00:25:57.720Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-03T00:25:57.720Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-10-03T00:25:57.720Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-03T00:25:57.720Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-10-03T00:25:57.720Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-10-03T00:25:57.720Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-03T00:25:57.720Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-10-03T00:25:57.720Z] service_test.go:29: testEnv.OSType == "windows" [2019-10-03T00:25:57.720Z] === RUN TestDaemonDefaultNetworkPools [2019-10-03T00:25:57.720Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-10-03T00:25:57.720Z] service_test.go:51: testEnv.OSType == "windows" [2019-10-03T00:25:57.720Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-03T00:25:57.720Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-10-03T00:25:57.720Z] service_test.go:94: testEnv.OSType == "windows" [2019-10-03T00:25:57.720Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-03T00:25:57.720Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-10-03T00:25:57.720Z] service_test.go:127: testEnv.OSType == "windows" [2019-10-03T00:25:57.720Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-03T00:25:57.720Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-10-03T00:25:57.720Z] service_test.go:177: testEnv.OSType == "windows" [2019-10-03T00:25:57.720Z] === RUN TestServiceWithPredefinedNetwork [2019-10-03T00:25:57.720Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-10-03T00:25:57.720Z] service_test.go:201: testEnv.OSType == "windows" [2019-10-03T00:25:57.720Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-03T00:25:57.720Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-03T00:25:57.720Z] service_test.go:230: FLAKY_TEST [2019-10-03T00:25:57.720Z] === RUN TestServiceWithDataPathPortInit [2019-10-03T00:25:57.720Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-10-03T00:25:57.720Z] service_test.go:319: testEnv.OSType == "windows" [2019-10-03T00:25:57.720Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-03T00:25:57.720Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-10-03T00:25:57.720Z] service_test.go:386: testEnv.OSType == "windows" [2019-10-03T00:25:57.720Z] PASS [2019-10-03T00:25:57.720Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-10-03T00:25:57.720Z] PASS [2019-10-03T00:25:57.720Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-10-03T00:25:57.720Z] PASS [2019-10-03T00:25:57.720Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-10-03T00:25:57.720Z] PASS [2019-10-03T00:25:57.720Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-10-03T00:25:57.720Z] PASS [2019-10-03T00:25:57.720Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-10-03T00:25:57.720Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:57.720Z] INFO: Testing against a local daemon [2019-10-03T00:25:57.720Z] === RUN TestPluginInvalidJSON [2019-10-03T00:25:57.720Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-03T00:25:57.720Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-03T00:25:57.720Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-03T00:25:57.720Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-10-03T00:25:57.720Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-03T00:25:57.720Z] PASS [2019-10-03T00:25:57.720Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-10-03T00:25:57.720Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:57.720Z] INFO: Testing against a local daemon [2019-10-03T00:25:57.720Z] === RUN TestExternalGraphDriver [2019-10-03T00:25:57.720Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-10-03T00:25:57.720Z] external_test.go:48: runtime.GOOS == "windows" [2019-10-03T00:25:57.721Z] === RUN TestGraphdriverPluginV2 [2019-10-03T00:25:57.721Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-10-03T00:25:57.721Z] external_test.go:407: runtime.GOOS == "windows" [2019-10-03T00:25:57.721Z] PASS [2019-10-03T00:25:57.721Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-10-03T00:25:57.721Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:57.721Z] INFO: Testing against a local daemon [2019-10-03T00:25:57.721Z] PASS [2019-10-03T00:25:57.721Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-10-03T00:25:57.721Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:57.721Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-10-03T00:25:58.185Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:58.185Z] INFO: Testing against a local daemon [2019-10-03T00:25:58.185Z] === RUN TestSecretInspect [2019-10-03T00:25:58.185Z] --- SKIP: TestSecretInspect (0.00s) [2019-10-03T00:25:58.185Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestSecretList [2019-10-03T00:25:58.185Z] --- SKIP: TestSecretList (0.00s) [2019-10-03T00:25:58.185Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestSecretsCreateAndDelete [2019-10-03T00:25:58.185Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-10-03T00:25:58.185Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestSecretsUpdate [2019-10-03T00:25:58.185Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-10-03T00:25:58.185Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestTemplatedSecret [2019-10-03T00:25:58.185Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-10-03T00:25:58.185Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestSecretCreateResolve [2019-10-03T00:25:58.185Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-10-03T00:25:58.185Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:58.185Z] PASS [2019-10-03T00:25:58.185Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-10-03T00:25:58.185Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:58.185Z] INFO: Testing against a local daemon [2019-10-03T00:25:58.185Z] === RUN TestServiceCreateInit [2019-10-03T00:25:58.185Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-03T00:25:58.185Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-03T00:25:58.185Z] --- PASS: TestServiceCreateInit (0.03s) [2019-10-03T00:25:58.185Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-10-03T00:25:58.185Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-10-03T00:25:58.185Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestCreateServiceMultipleTimes [2019-10-03T00:25:58.185Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-10-03T00:25:58.185Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestCreateServiceConflict [2019-10-03T00:25:58.185Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-10-03T00:25:58.185Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestCreateServiceMaxReplicas [2019-10-03T00:25:58.185Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-10-03T00:25:58.185Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-03T00:25:58.185Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-10-03T00:25:58.185Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestCreateServiceSecretFileMode [2019-10-03T00:25:58.185Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-10-03T00:25:58.185Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestCreateServiceConfigFileMode [2019-10-03T00:25:58.185Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-10-03T00:25:58.185Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestCreateServiceSysctls [2019-10-03T00:25:58.185Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-10-03T00:25:58.185Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestCreateServiceCapabilities [2019-10-03T00:25:58.185Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-10-03T00:25:58.185Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestInspect [2019-10-03T00:25:58.185Z] --- SKIP: TestInspect (0.00s) [2019-10-03T00:25:58.185Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestDockerNetworkConnectAlias [2019-10-03T00:25:58.185Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-10-03T00:25:58.185Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestDockerNetworkReConnect [2019-10-03T00:25:58.185Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-10-03T00:25:58.185Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestServicePlugin [2019-10-03T00:25:58.185Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-03T00:25:58.185Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestServiceUpdateLabel [2019-10-03T00:25:58.185Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-10-03T00:25:58.185Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:58.185Z] === RUN TestServiceUpdateSecrets [2019-10-03T00:25:58.185Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-10-03T00:25:58.185Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:58.185Z] === RUN TestServiceUpdateConfigs [2019-10-03T00:25:58.185Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-10-03T00:25:58.185Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:58.185Z] === RUN TestServiceUpdateNetwork [2019-10-03T00:25:58.185Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-10-03T00:25:58.185Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-10-03T00:25:58.185Z] PASS [2019-10-03T00:25:58.185Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-10-03T00:25:58.185Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:58.185Z] INFO: Testing against a local daemon [2019-10-03T00:25:58.185Z] === RUN TestSessionCreate [2019-10-03T00:25:58.185Z] --- SKIP: TestSessionCreate (0.00s) [2019-10-03T00:25:58.185Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:58.185Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-03T00:25:58.185Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-10-03T00:25:58.185Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:58.185Z] PASS [2019-10-03T00:25:58.185Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-10-03T00:25:58.185Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:58.185Z] INFO: Testing against a local daemon [2019-10-03T00:25:58.185Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-03T00:25:58.185Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-03T00:25:58.185Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-10-03T00:25:58.185Z] === RUN TestEventsExecDie [2019-10-03T00:25:58.185Z] --- SKIP: TestEventsExecDie (0.00s) [2019-10-03T00:25:58.185Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-10-03T00:25:58.185Z] === RUN TestEventsBackwardsCompatible [2019-10-03T00:25:58.185Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-10-03T00:25:58.185Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-10-03T00:25:58.185Z] === RUN TestInfoAPI [2019-10-03T00:25:58.185Z] --- PASS: TestInfoAPI (0.05s) [2019-10-03T00:25:58.185Z] === RUN TestInfoAPIWarnings [2019-10-03T00:25:58.185Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-10-03T00:25:58.185Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-10-03T00:25:58.185Z] === RUN TestLoginFailsWithBadCredentials [2019-10-03T00:25:59.473Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-10-03T00:25:59.739Z] --- PASS: TestLoginFailsWithBadCredentials (1.03s) [2019-10-03T00:25:59.739Z] === RUN TestPingCacheHeaders [2019-10-03T00:25:59.739Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-10-03T00:25:59.739Z] === RUN TestPingGet [2019-10-03T00:25:59.739Z] --- PASS: TestPingGet (0.04s) [2019-10-03T00:25:59.739Z] === RUN TestPingHead [2019-10-03T00:25:59.739Z] --- PASS: TestPingHead (0.06s) [2019-10-03T00:25:59.739Z] === RUN TestVersion [2019-10-03T00:25:59.739Z] --- PASS: TestVersion (0.03s) [2019-10-03T00:25:59.739Z] PASS [2019-10-03T00:25:59.739Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-10-03T00:25:59.739Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:25:59.739Z] INFO: Testing against a local daemon [2019-10-03T00:25:59.739Z] === RUN TestVolumesCreateAndList [2019-10-03T00:25:59.739Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-03T00:25:59.739Z] === RUN TestVolumesRemove [2019-10-03T00:25:59.739Z] --- SKIP: TestVolumesRemove (0.00s) [2019-10-03T00:25:59.739Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-10-03T00:25:59.739Z] === RUN TestVolumesInspect [2019-10-03T00:25:59.739Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-03T00:25:59.739Z] === RUN TestVolumesInvalidJSON [2019-10-03T00:25:59.739Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-03T00:25:59.739Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-03T00:25:59.739Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-03T00:25:59.739Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-10-03T00:25:59.739Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-03T00:25:59.739Z] PASS [2019-10-03T00:25:59.739Z] INFO: make.ps1 ended at 10/03/2019 00:25:59 [2019-10-03T00:25:59.739Z] INFO: Integration CLI tests being run from the host: [2019-10-03T00:25:59.739Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-10-03T00:26:00.047Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.36s) [2019-10-03T00:26:00.047Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-03T00:26:00.047Z] === RUN TestAuthZPluginHeader [2019-10-03T00:26:00.847Z] --- PASS: TestAuthZPluginHeader (0.88s) [2019-10-03T00:26:00.847Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-03T00:26:00.847Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-03T00:26:00.847Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-03T00:26:00.847Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:26:00.847Z] === RUN TestAuthZPluginV2Disable [2019-10-03T00:26:00.847Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-03T00:26:00.847Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:26:00.847Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-03T00:26:00.847Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-03T00:26:00.847Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:26:00.847Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-03T00:26:00.847Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-03T00:26:00.847Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:26:00.847Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-03T00:26:02.005Z] === RUN TestDockerSuite/TestAttachDetach [2019-10-03T00:26:02.940Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-10-03T00:26:03.900Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-03T00:26:05.274Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-03T00:26:06.830Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-10-03T00:26:06.830Z] INFO: Testing against a local daemon [2019-10-03T00:26:06.830Z] === RUN TestDockerSuite [2019-10-03T00:26:06.830Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-10-03T00:26:06.830Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-10-03T00:26:06.830Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-10-03T00:26:07.289Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-10-03T00:26:07.289Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-10-03T00:26:07.289Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-10-03T00:26:07.289Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-10-03T00:26:07.289Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-10-03T00:26:07.801Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-03T00:26:07.916Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-10-03T00:26:07.916Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-10-03T00:26:08.366Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-10-03T00:26:08.374Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-10-03T00:26:08.832Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-10-03T00:26:09.299Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-03T00:26:10.673Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-03T00:26:12.572Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-10-03T00:26:12.829Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-03T00:26:13.762Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-10-03T00:26:16.290Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-03T00:26:16.855Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-10-03T00:26:17.112Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-10-03T00:26:17.677Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-03T00:26:17.677Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-10-03T00:26:19.581Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-03T00:26:19.581Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-03T00:26:19.838Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-10-03T00:26:20.404Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-10-03T00:26:20.509Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.84s) [2019-10-03T00:26:20.509Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-03T00:26:20.509Z] PASS [2019-10-03T00:26:20.509Z] [2019-10-03T00:26:20.509Z] === Skipped [2019-10-03T00:26:20.509Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-03T00:26:20.509Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:26:20.509Z] [2019-10-03T00:26:20.509Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-03T00:26:20.509Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:26:20.509Z] [2019-10-03T00:26:20.509Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-03T00:26:20.509Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:26:20.509Z] [2019-10-03T00:26:20.509Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-03T00:26:20.509Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:26:20.509Z] [2019-10-03T00:26:20.509Z] [2019-10-03T00:26:20.509Z] DONE 17 tests, 4 skipped in 29.687s [2019-10-03T00:26:20.509Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-03T00:26:20.510Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:20.510Z] ++ set -e [2019-10-03T00:26:20.510Z] ++ '[' -n 0 ']' [2019-10-03T00:26:20.510Z] ++ set -x [2019-10-03T00:26:20.510Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:20.510Z] INFO: Testing against a local daemon [2019-10-03T00:26:20.510Z] === RUN TestPluginInvalidJSON [2019-10-03T00:26:20.510Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-03T00:26:20.510Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-03T00:26:20.510Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-03T00:26:20.510Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-10-03T00:26:20.510Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-03T00:26:20.510Z] PASS [2019-10-03T00:26:20.510Z] [2019-10-03T00:26:20.510Z] DONE 2 tests in 0.225s [2019-10-03T00:26:20.510Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-03T00:26:20.510Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:20.510Z] ++ set -e [2019-10-03T00:26:20.510Z] ++ '[' -n 0 ']' [2019-10-03T00:26:20.510Z] ++ set -x [2019-10-03T00:26:20.510Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:20.510Z] INFO: Testing against a local daemon [2019-10-03T00:26:20.510Z] === RUN TestExternalGraphDriver [2019-10-03T00:26:20.510Z] === RUN TestExternalGraphDriver/json [2019-10-03T00:26:20.510Z] === RUN TestExternalGraphDriver/spec [2019-10-03T00:26:20.662Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-03T00:26:21.228Z] --- PASS: TestBuildWithHugeFile (93.54s) [2019-10-03T00:26:21.228Z] === RUN TestBuildWithEmptyDockerfile [2019-10-03T00:26:21.228Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-03T00:26:21.228Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-03T00:26:21.228Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-03T00:26:21.228Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-03T00:26:21.228Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-03T00:26:21.228Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-03T00:26:21.228Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-03T00:26:21.228Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-03T00:26:21.486Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-03T00:26:21.486Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2019-10-03T00:26:21.486Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2019-10-03T00:26:21.486Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s) [2019-10-03T00:26:21.486Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.15s) [2019-10-03T00:26:21.486Z] === RUN TestBuildPreserveOwnership [2019-10-03T00:26:21.745Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-03T00:26:21.745Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-03T00:26:22.533Z] === RUN TestExternalGraphDriver/pull [2019-10-03T00:26:23.119Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-10-03T00:26:25.014Z] --- PASS: TestExternalGraphDriver (6.93s) [2019-10-03T00:26:25.014Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-03T00:26:25.014Z] --- PASS: TestExternalGraphDriver/json (2.05s) [2019-10-03T00:26:25.014Z] --- PASS: TestExternalGraphDriver/spec (2.14s) [2019-10-03T00:26:25.014Z] --- PASS: TestExternalGraphDriver/pull (2.52s) [2019-10-03T00:26:25.014Z] === RUN TestGraphdriverPluginV2 [2019-10-03T00:26:25.014Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-10-03T00:26:25.014Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:26:25.014Z] PASS [2019-10-03T00:26:25.014Z] [2019-10-03T00:26:25.014Z] === Skipped [2019-10-03T00:26:25.014Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-10-03T00:26:25.014Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:26:25.014Z] [2019-10-03T00:26:25.014Z] [2019-10-03T00:26:25.014Z] DONE 5 tests, 1 skipped in 7.151s [2019-10-03T00:26:25.014Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-03T00:26:25.014Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:25.014Z] ++ set -e [2019-10-03T00:26:25.014Z] ++ '[' -n 0 ']' [2019-10-03T00:26:25.014Z] ++ set -x [2019-10-03T00:26:25.014Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:25.020Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-10-03T00:26:25.387Z] INFO: Testing against a local daemon [2019-10-03T00:26:25.387Z] === RUN TestContinueAfterPluginCrash [2019-10-03T00:26:25.387Z] === PAUSE TestContinueAfterPluginCrash [2019-10-03T00:26:25.387Z] === RUN TestDaemonStartWithLogOpt [2019-10-03T00:26:25.387Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-03T00:26:25.387Z] === CONT TestContinueAfterPluginCrash [2019-10-03T00:26:25.387Z] === CONT TestDaemonStartWithLogOpt [2019-10-03T00:26:25.953Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-03T00:26:27.327Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-10-03T00:26:27.892Z] --- PASS: TestBuildPreserveOwnership (6.38s) [2019-10-03T00:26:27.892Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.27s) [2019-10-03T00:26:27.892Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.10s) [2019-10-03T00:26:27.892Z] === RUN TestBuildPlatformInvalid [2019-10-03T00:26:28.149Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2019-10-03T00:26:28.149Z] PASS [2019-10-03T00:26:28.149Z] [2019-10-03T00:26:28.149Z] DONE 32 tests in 183.613s [2019-10-03T00:26:28.149Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-10-03T00:26:28.149Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:28.149Z] ++ set -e [2019-10-03T00:26:28.149Z] ++ '[' -n 0 ']' [2019-10-03T00:26:28.149Z] ++ set -x [2019-10-03T00:26:28.149Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:28.407Z] INFO: Testing against a local daemon [2019-10-03T00:26:28.407Z] === RUN TestConfigList [2019-10-03T00:26:28.407Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-10-03T00:26:28.973Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-10-03T00:26:31.520Z] --- PASS: TestConfigList (3.24s) [2019-10-03T00:26:31.520Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-03T00:26:31.520Z] === RUN TestConfigsCreateAndDelete [2019-10-03T00:26:32.891Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-10-03T00:26:34.789Z] --- PASS: TestConfigsCreateAndDelete (3.08s) [2019-10-03T00:26:34.789Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-03T00:26:34.789Z] === RUN TestConfigsUpdate [2019-10-03T00:26:35.872Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-10-03T00:26:35.872Z] Copying nested executables into bundles/cross/linux/amd64 [2019-10-03T00:26:35.872Z] Cross building: bundles/cross/windows/amd64 [2019-10-03T00:26:35.872Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-03T00:26:35.872Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-10-03T00:26:36.161Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-10-03T00:26:36.726Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-10-03T00:26:36.977Z] --- PASS: TestDaemonStartWithLogOpt (11.29s) [2019-10-03T00:26:36.977Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-03T00:26:37.291Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-10-03T00:26:37.549Z] --- PASS: TestConfigsUpdate (2.77s) [2019-10-03T00:26:37.549Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-03T00:26:37.549Z] === RUN TestTemplatedConfig [2019-10-03T00:26:37.807Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-10-03T00:26:38.373Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-10-03T00:26:41.652Z] --- PASS: TestTemplatedConfig (3.85s) [2019-10-03T00:26:41.652Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-03T00:26:41.652Z] === RUN TestConfigInspect [2019-10-03T00:26:41.652Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-03T00:26:41.652Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-10-03T00:26:41.652Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-10-03T00:26:41.999Z] --- PASS: TestContinueAfterPluginCrash (16.19s) [2019-10-03T00:26:41.999Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-03T00:26:41.999Z] PASS [2019-10-03T00:26:41.999Z] [2019-10-03T00:26:41.999Z] DONE 2 tests in 16.386s [2019-10-03T00:26:41.999Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-03T00:26:41.999Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:41.999Z] ++ set -e [2019-10-03T00:26:41.999Z] ++ '[' -n 0 ']' [2019-10-03T00:26:41.999Z] ++ set -x [2019-10-03T00:26:41.999Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:41.999Z] INFO: Testing against a local daemon [2019-10-03T00:26:41.999Z] === RUN TestPluginWithDevMounts [2019-10-03T00:26:41.999Z] === PAUSE TestPluginWithDevMounts [2019-10-03T00:26:41.999Z] === CONT TestPluginWithDevMounts [2019-10-03T00:26:42.218Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-03T00:26:43.840Z] --- PASS: TestPluginWithDevMounts (2.15s) [2019-10-03T00:26:43.840Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-03T00:26:43.840Z] PASS [2019-10-03T00:26:43.840Z] [2019-10-03T00:26:43.840Z] DONE 1 tests in 2.419s [2019-10-03T00:26:43.840Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-10-03T00:26:43.840Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:43.840Z] ++ set -e [2019-10-03T00:26:43.840Z] ++ '[' -n 0 ']' [2019-10-03T00:26:43.840Z] ++ set -x [2019-10-03T00:26:43.840Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:44.114Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-03T00:26:44.114Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-03T00:26:44.207Z] INFO: Testing against a local daemon [2019-10-03T00:26:44.207Z] === RUN TestSecretInspect [2019-10-03T00:26:44.372Z] --- PASS: TestConfigInspect (3.10s) [2019-10-03T00:26:44.372Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-03T00:26:44.372Z] === RUN TestConfigCreateWithLabels [2019-10-03T00:26:44.372Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-10-03T00:26:44.372Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-10-03T00:26:44.937Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-10-03T00:26:46.833Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-10-03T00:26:47.399Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-03T00:26:47.478Z] --- PASS: TestSecretInspect (2.95s) [2019-10-03T00:26:47.478Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-03T00:26:47.478Z] === RUN TestSecretList [2019-10-03T00:26:47.657Z] --- PASS: TestConfigCreateWithLabels (3.34s) [2019-10-03T00:26:47.657Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-03T00:26:47.657Z] === RUN TestConfigCreateResolve [2019-10-03T00:26:49.030Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-10-03T00:26:49.952Z] --- PASS: TestSecretList (2.96s) [2019-10-03T00:26:49.952Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-03T00:26:49.952Z] === RUN TestSecretsCreateAndDelete [2019-10-03T00:26:50.403Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-03T00:26:50.662Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-10-03T00:26:50.919Z] --- PASS: TestConfigCreateResolve (3.27s) [2019-10-03T00:26:50.919Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-03T00:26:50.919Z] === RUN TestConfigDaemonLibtrustID [2019-10-03T00:26:51.177Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-03T00:26:51.435Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-10-03T00:26:51.435Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-03T00:26:51.435Z] PASS [2019-10-03T00:26:51.435Z] [2019-10-03T00:26:51.435Z] DONE 8 tests in 23.326s [2019-10-03T00:26:51.435Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-10-03T00:26:51.435Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:51.435Z] ++ set -e [2019-10-03T00:26:51.435Z] ++ '[' -n 0 ']' [2019-10-03T00:26:51.435Z] ++ set -x [2019-10-03T00:26:51.435Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:26:51.693Z] INFO: Testing against a local daemon [2019-10-03T00:26:51.693Z] === RUN TestCheckpoint [2019-10-03T00:26:51.693Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-03T00:26:51.693Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-03T00:26:51.693Z] === RUN TestContainerInvalidJSON [2019-10-03T00:26:51.693Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-03T00:26:51.693Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-03T00:26:51.693Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-03T00:26:51.693Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-03T00:26:51.693Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-03T00:26:51.693Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-03T00:26:51.693Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-03T00:26:51.693Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-03T00:26:51.693Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-03T00:26:51.693Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-03T00:26:51.693Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-03T00:26:51.693Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-10-03T00:26:51.693Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-03T00:26:51.693Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-03T00:26:51.950Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2019-10-03T00:26:51.950Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-03T00:26:51.950Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2019-10-03T00:26:51.950Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-03T00:26:52.208Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2019-10-03T00:26:52.209Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-03T00:26:52.209Z] --- PASS: TestCopyToContainerPathIsNotDir (0.10s) [2019-10-03T00:26:52.209Z] === RUN TestCopyFromContainer [2019-10-03T00:26:52.466Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-10-03T00:26:53.136Z] --- PASS: TestSecretsCreateAndDelete (2.84s) [2019-10-03T00:26:53.136Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-03T00:26:53.136Z] === RUN TestSecretsUpdate [2019-10-03T00:26:54.365Z] === RUN TestCopyFromContainer// [2019-10-03T00:26:54.365Z] === RUN TestCopyFromContainer//bar/root [2019-10-03T00:26:54.365Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-03T00:26:54.623Z] === RUN TestCopyFromContainer/bar/quux [2019-10-03T00:26:54.623Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-03T00:26:54.882Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-03T00:26:54.882Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-03T00:26:54.882Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-03T00:26:55.140Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-03T00:26:55.140Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-03T00:26:55.398Z] --- PASS: TestCopyFromContainer (3.06s) [2019-10-03T00:26:55.398Z] --- PASS: TestCopyFromContainer// (0.11s) [2019-10-03T00:26:55.398Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-10-03T00:26:55.398Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2019-10-03T00:26:55.398Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-10-03T00:26:55.398Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-10-03T00:26:55.398Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-10-03T00:26:55.398Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2019-10-03T00:26:55.398Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-10-03T00:26:55.398Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2019-10-03T00:26:55.398Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-10-03T00:26:55.398Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-03T00:26:55.398Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-03T00:26:55.398Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-03T00:26:55.398Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-03T00:26:55.398Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-03T00:26:55.398Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-03T00:26:55.398Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-03T00:26:55.398Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-03T00:26:55.398Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-03T00:26:55.398Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-03T00:26:55.398Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-03T00:26:55.398Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-03T00:26:55.398Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-03T00:26:55.398Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-10-03T00:26:55.398Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-03T00:26:55.398Z] --- PASS: TestCreateLinkToNonExistingContainer (0.11s) [2019-10-03T00:26:55.398Z] === RUN TestCreateWithInvalidEnv [2019-10-03T00:26:55.398Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-03T00:26:55.398Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-03T00:26:55.398Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-03T00:26:55.398Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-03T00:26:55.398Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-03T00:26:55.398Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-03T00:26:55.398Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-03T00:26:55.398Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-03T00:26:55.398Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-03T00:26:55.398Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-10-03T00:26:55.398Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-03T00:26:55.398Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-03T00:26:55.398Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-10-03T00:26:55.398Z] === RUN TestCreateTmpfsMountsTarget [2019-10-03T00:26:55.398Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2019-10-03T00:26:55.398Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-03T00:26:55.610Z] --- PASS: TestSecretsUpdate (2.85s) [2019-10-03T00:26:55.610Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-03T00:26:55.610Z] === RUN TestTemplatedSecret [2019-10-03T00:26:55.962Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-10-03T00:26:56.222Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCustomMaskedPaths (2.76s) [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCapabilities [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-03T00:26:58.759Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-03T00:26:58.759Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-03T00:26:58.759Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-03T00:26:58.759Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-03T00:26:58.759Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-03T00:26:58.759Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-03T00:26:58.759Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-03T00:26:58.759Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-03T00:26:58.759Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-03T00:26:58.759Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-03T00:26:58.759Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-03T00:26:58.759Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-03T00:26:58.759Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-03T00:26:58.759Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-03T00:26:58.759Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-03T00:26:58.759Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-03T00:26:58.759Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-03T00:26:58.759Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-03T00:26:58.759Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-03T00:26:58.759Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-03T00:26:58.759Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-03T00:26:58.759Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2019-10-03T00:26:58.759Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-10-03T00:26:58.759Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-03T00:26:59.940Z] --- PASS: TestTemplatedSecret (3.59s) [2019-10-03T00:26:59.940Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-03T00:26:59.940Z] === RUN TestSecretCreateResolve [2019-10-03T00:27:00.138Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-03T00:27:00.709Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-10-03T00:27:01.275Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.54s) [2019-10-03T00:27:01.275Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-03T00:27:01.275Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-03T00:27:01.275Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-03T00:27:01.275Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-03T00:27:01.275Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-03T00:27:01.275Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-03T00:27:01.275Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-03T00:27:01.275Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-03T00:27:01.275Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-03T00:27:01.275Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-03T00:27:01.275Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-03T00:27:01.275Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-03T00:27:01.275Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-03T00:27:01.275Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-03T00:27:01.275Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-03T00:27:01.275Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-03T00:27:01.275Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-10-03T00:27:01.275Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-10-03T00:27:01.275Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-10-03T00:27:01.275Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-10-03T00:27:01.275Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-10-03T00:27:01.275Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-10-03T00:27:01.275Z] === RUN TestContainerStartOnDaemonRestart [2019-10-03T00:27:01.275Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-03T00:27:01.275Z] === RUN TestDaemonRestartIpcMode [2019-10-03T00:27:01.275Z] === PAUSE TestDaemonRestartIpcMode [2019-10-03T00:27:01.275Z] === RUN TestDiff [2019-10-03T00:27:02.394Z] --- PASS: TestSecretCreateResolve (2.84s) [2019-10-03T00:27:02.394Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-03T00:27:02.394Z] PASS [2019-10-03T00:27:02.394Z] [2019-10-03T00:27:02.394Z] DONE 6 tests in 18.197s [2019-10-03T00:27:02.394Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-10-03T00:27:02.394Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:27:02.394Z] ++ set -e [2019-10-03T00:27:02.394Z] ++ '[' -n 0 ']' [2019-10-03T00:27:02.394Z] ++ set -x [2019-10-03T00:27:02.394Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:27:02.394Z] INFO: Testing against a local daemon [2019-10-03T00:27:02.394Z] === RUN TestServiceCreateInit [2019-10-03T00:27:02.394Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-03T00:27:02.646Z] --- PASS: TestDiff (1.18s) [2019-10-03T00:27:02.647Z] === RUN TestExecWithCloseStdin [2019-10-03T00:27:03.581Z] --- PASS: TestExecWithCloseStdin (1.16s) [2019-10-03T00:27:03.581Z] === RUN TestExec [2019-10-03T00:27:04.513Z] --- PASS: TestExec (1.05s) [2019-10-03T00:27:04.513Z] === RUN TestExecUser [2019-10-03T00:27:04.771Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-03T00:27:04.771Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-10-03T00:27:05.029Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-10-03T00:27:05.962Z] --- PASS: TestExecUser (1.24s) [2019-10-03T00:27:05.962Z] === RUN TestExportContainerAndImportImage [2019-10-03T00:27:07.004Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-03T00:27:07.004Z] --- PASS: TestExportContainerAndImportImage (1.29s) [2019-10-03T00:27:07.004Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-03T00:27:07.698Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-03T00:27:08.903Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2019-10-03T00:27:08.903Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-03T00:27:08.903Z] === RUN TestHealthCheckWorkdir [2019-10-03T00:27:08.903Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-10-03T00:27:09.469Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-10-03T00:27:10.033Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-10-03T00:27:10.033Z] --- PASS: TestHealthCheckWorkdir (1.31s) [2019-10-03T00:27:10.033Z] === RUN TestHealthKillContainer [2019-10-03T00:27:10.607Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-10-03T00:27:10.864Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-03T00:27:12.236Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-10-03T00:27:12.494Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-03T00:27:13.058Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-03T00:27:13.144Z] --- PASS: TestServiceCreateInit (10.09s) [2019-10-03T00:27:13.144Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.19s) [2019-10-03T00:27:13.144Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-03T00:27:13.144Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.88s) [2019-10-03T00:27:13.144Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-03T00:27:13.144Z] === RUN TestCreateServiceMultipleTimes [2019-10-03T00:27:13.316Z] --- PASS: TestHealthKillContainer (3.27s) [2019-10-03T00:27:13.316Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-03T00:27:14.250Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-10-03T00:27:14.251Z] --- PASS: TestInspectCpusetInConfigPre120 (0.98s) [2019-10-03T00:27:14.251Z] === RUN TestIpcModeNone [2019-10-03T00:27:15.625Z] --- PASS: TestIpcModeNone (1.25s) [2019-10-03T00:27:15.625Z] === RUN TestIpcModePrivate [2019-10-03T00:27:15.883Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-10-03T00:27:16.194Z] ok github.com/docker/docker/api/server/httputils 0.038s coverage: 14.7% of statements [2019-10-03T00:27:16.194Z] ok github.com/docker/docker/api/server/middleware 0.023s coverage: 37.7% of statements [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-03T00:27:16.194Z] ok github.com/docker/docker/api/types/strslice 0.018s coverage: 90.0% of statements [2019-10-03T00:27:16.194Z] ok github.com/docker/docker/api/types/filters 0.035s coverage: 92.2% of statements [2019-10-03T00:27:16.194Z] ok github.com/docker/docker/api/types/time 0.025s coverage: 100.0% of statements [2019-10-03T00:27:16.194Z] ok github.com/docker/docker/api/server/router/swarm 0.008s coverage: 4.0% of statements [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-03T00:27:16.194Z] ok github.com/docker/docker/api/types/versions 0.029s coverage: 75.0% of statements [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/builder [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-03T00:27:16.194Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-03T00:27:16.194Z] ok github.com/docker/docker/builder/dockerignore 0.006s coverage: 96.8% of statements [2019-10-03T00:27:16.448Z] --- PASS: TestIpcModePrivate (1.08s) [2019-10-03T00:27:16.448Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:195, shared: false, mustBeShared: false [2019-10-03T00:27:16.448Z] === RUN TestIpcModeShareable [2019-10-03T00:27:17.015Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-03T00:27:17.580Z] --- PASS: TestIpcModeShareable (1.05s) [2019-10-03T00:27:17.580Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:190, shared: true, mustBeShared: true [2019-10-03T00:27:17.580Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-03T00:27:17.839Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-10-03T00:27:19.680Z] ok github.com/docker/docker/builder/fscache 0.138s coverage: 69.2% of statements [2019-10-03T00:27:19.735Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-10-03T00:27:19.993Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-03T00:27:20.925Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.30s) [2019-10-03T00:27:20.925Z] === RUN TestAPIIpcModeHost [2019-10-03T00:27:20.925Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-03T00:27:21.211Z] ok github.com/docker/docker/builder/remotecontext 0.497s coverage: 13.6% of statements [2019-10-03T00:27:21.494Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-10-03T00:27:21.836Z] ok github.com/docker/docker/builder/remotecontext/git 3.816s coverage: 85.1% of statements [2019-10-03T00:27:21.836Z] ok github.com/docker/docker/cli/debug 0.012s coverage: 100.0% of statements [2019-10-03T00:27:22.082Z] --- PASS: TestAPIIpcModeHost (1.04s) [2019-10-03T00:27:22.082Z] === RUN TestDaemonIpcModeShareable [2019-10-03T00:27:22.647Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-03T00:27:22.856Z] ok github.com/docker/docker/builder/dockerfile 1.114s coverage: 46.6% of statements [2019-10-03T00:27:22.856Z] ? github.com/docker/docker/cli [no test files] [2019-10-03T00:27:22.856Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-03T00:27:24.018Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-10-03T00:27:24.018Z] --- PASS: TestDaemonIpcModeShareable (1.88s) [2019-10-03T00:27:24.018Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-03T00:27:24.018Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:204, shared: true, mustBeShared: true [2019-10-03T00:27:24.018Z] === RUN TestDaemonIpcModePrivate [2019-10-03T00:27:24.276Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-10-03T00:27:26.174Z] --- PASS: TestDaemonIpcModePrivate (1.97s) [2019-10-03T00:27:26.174Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-03T00:27:26.174Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:210, shared: false, mustBeShared: false [2019-10-03T00:27:26.174Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-03T00:27:26.174Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-03T00:27:27.544Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.78s) [2019-10-03T00:27:27.545Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-03T00:27:27.545Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:203, shared: false, mustBeShared: false [2019-10-03T00:27:27.545Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-03T00:27:27.802Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-10-03T00:27:29.700Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2019-10-03T00:27:29.700Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-03T00:27:29.700Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:203, shared: true, mustBeShared: true [2019-10-03T00:27:29.700Z] === RUN TestIpcModeOlderClient [2019-10-03T00:27:29.700Z] === PAUSE TestIpcModeOlderClient [2019-10-03T00:27:29.700Z] === RUN TestKillContainerInvalidSignal [2019-10-03T00:27:29.710Z] --- PASS: TestCreateServiceMultipleTimes (17.43s) [2019-10-03T00:27:29.710Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-03T00:27:29.710Z] === RUN TestCreateServiceConflict [2019-10-03T00:27:30.264Z] --- PASS: TestKillContainerInvalidSignal (0.90s) [2019-10-03T00:27:30.264Z] === RUN TestKillContainer [2019-10-03T00:27:30.264Z] === RUN TestKillContainer/no_signal [2019-10-03T00:27:31.197Z] === RUN TestKillContainer/non_killing_signal [2019-10-03T00:27:32.129Z] === RUN TestKillContainer/killing_signal [2019-10-03T00:27:32.930Z] --- PASS: TestCreateServiceConflict (2.75s) [2019-10-03T00:27:32.930Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-03T00:27:32.930Z] === RUN TestCreateServiceMaxReplicas [2019-10-03T00:27:33.062Z] --- PASS: TestKillContainer (2.64s) [2019-10-03T00:27:33.062Z] --- PASS: TestKillContainer/no_signal (0.95s) [2019-10-03T00:27:33.062Z] --- PASS: TestKillContainer/non_killing_signal (0.65s) [2019-10-03T00:27:33.062Z] --- PASS: TestKillContainer/killing_signal (0.77s) [2019-10-03T00:27:33.062Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-03T00:27:33.062Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-03T00:27:33.993Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-03T00:27:33.993Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-03T00:27:34.557Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-10-03T00:27:34.814Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.82s) [2019-10-03T00:27:34.814Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.84s) [2019-10-03T00:27:34.814Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.66s) [2019-10-03T00:27:34.814Z] === RUN TestKillStoppedContainer [2019-10-03T00:27:34.814Z] --- PASS: TestKillStoppedContainer (0.12s) [2019-10-03T00:27:34.814Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-03T00:27:35.072Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-10-03T00:27:35.072Z] === RUN TestKillDifferentUserContainer [2019-10-03T00:27:36.005Z] --- PASS: TestKillDifferentUserContainer (1.07s) [2019-10-03T00:27:36.005Z] === RUN TestInspectOomKilledTrue [2019-10-03T00:27:36.005Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-10-03T00:27:36.005Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:27:36.005Z] === RUN TestInspectOomKilledFalse [2019-10-03T00:27:36.005Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-10-03T00:27:36.005Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:27:36.005Z] === RUN TestLinksEtcHostsContentMatch [2019-10-03T00:27:36.159Z] --- PASS: TestCreateServiceMaxReplicas (3.74s) [2019-10-03T00:27:36.159Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-03T00:27:36.159Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-03T00:27:36.937Z] --- PASS: TestLinksEtcHostsContentMatch (0.72s) [2019-10-03T00:27:36.937Z] === RUN TestLinksContainerNames [2019-10-03T00:27:38.112Z] ok github.com/docker/docker/client 0.693s coverage: 75.8% of statements [2019-10-03T00:27:38.836Z] --- PASS: TestLinksContainerNames (2.06s) [2019-10-03T00:27:38.836Z] === RUN TestLogsFollowTailEmpty [2019-10-03T00:27:40.210Z] --- PASS: TestLogsFollowTailEmpty (1.20s) [2019-10-03T00:27:40.210Z] === RUN TestContainerNetworkMountsNoChown [2019-10-03T00:27:40.210Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-10-03T00:27:40.467Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-03T00:27:41.036Z] --- PASS: TestContainerNetworkMountsNoChown (1.02s) [2019-10-03T00:27:41.036Z] === RUN TestMountDaemonRoot [2019-10-03T00:27:41.036Z] === RUN TestMountDaemonRoot/default [2019-10-03T00:27:41.036Z] === PAUSE TestMountDaemonRoot/default [2019-10-03T00:27:41.036Z] === RUN TestMountDaemonRoot/private [2019-10-03T00:27:41.036Z] === PAUSE TestMountDaemonRoot/private [2019-10-03T00:27:41.036Z] === RUN TestMountDaemonRoot/rprivate [2019-10-03T00:27:41.036Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-03T00:27:41.036Z] === RUN TestMountDaemonRoot/slave [2019-10-03T00:27:41.036Z] === PAUSE TestMountDaemonRoot/slave [2019-10-03T00:27:41.036Z] === RUN TestMountDaemonRoot/rslave [2019-10-03T00:27:41.036Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-03T00:27:41.036Z] === RUN TestMountDaemonRoot/shared [2019-10-03T00:27:41.036Z] === PAUSE TestMountDaemonRoot/shared [2019-10-03T00:27:41.037Z] === RUN TestMountDaemonRoot/rshared [2019-10-03T00:27:41.037Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-03T00:27:41.037Z] === CONT TestMountDaemonRoot/default [2019-10-03T00:27:41.037Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-03T00:27:41.037Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-03T00:27:41.037Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-03T00:27:41.037Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-03T00:27:41.037Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-03T00:27:41.037Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-03T00:27:41.037Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-03T00:27:41.037Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-03T00:27:41.037Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-03T00:27:41.037Z] === CONT TestMountDaemonRoot/rshared [2019-10-03T00:27:41.037Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-03T00:27:41.037Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-03T00:27:41.037Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-03T00:27:41.037Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-03T00:27:41.037Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-03T00:27:41.037Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-03T00:27:41.037Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-03T00:27:41.037Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-03T00:27:41.037Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-03T00:27:41.297Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-03T00:27:41.297Z] === CONT TestMountDaemonRoot/shared [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-03T00:27:41.297Z] === CONT TestMountDaemonRoot/rslave [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-03T00:27:41.297Z] === CONT TestMountDaemonRoot/slave [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-03T00:27:41.297Z] === CONT TestMountDaemonRoot/rprivate [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-03T00:27:41.297Z] === CONT TestMountDaemonRoot/private [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-03T00:27:41.297Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-03T00:27:41.297Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-03T00:27:41.297Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-03T00:27:41.297Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-03T00:27:41.297Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-03T00:27:41.297Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-03T00:27:41.297Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-03T00:27:41.555Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-03T00:27:41.555Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-03T00:27:41.555Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-03T00:27:41.555Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-03T00:27:41.555Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-03T00:27:41.555Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-03T00:27:41.555Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-03T00:27:41.555Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-03T00:27:41.812Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-03T00:27:41.812Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-03T00:27:41.812Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-03T00:27:41.812Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-03T00:27:41.812Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-03T00:27:41.812Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-03T00:27:41.812Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-03T00:27:41.812Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-03T00:27:41.812Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-03T00:27:41.812Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-03T00:27:41.812Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-03T00:27:42.070Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.07s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2019-10-03T00:27:42.070Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-10-03T00:27:42.070Z] === RUN TestContainerBindMountNonRecursive [2019-10-03T00:27:42.635Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-10-03T00:27:43.528Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-10-03T00:27:43.528Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-10-03T00:27:43.528Z] remote: Enumerating objects: 19, done. [2019-10-03T00:27:43.528Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-10-03T00:27:43.528Z] 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-10-03T00:27:43.528Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-10-03T00:27:43.528Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-10-03T00:27:43.858Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39979/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a -e DOCKER_GRAPHDRIVER docker:85733620ebea3da75abe7d732043354aa0883f8a hack/test/unit [2019-10-03T00:27:44.012Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-03T00:27:44.270Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-03T00:27:44.836Z] --- PASS: TestContainerBindMountNonRecursive (2.68s) [2019-10-03T00:27:44.836Z] === RUN TestNetworkNat [2019-10-03T00:27:46.211Z] --- PASS: TestNetworkNat (1.41s) [2019-10-03T00:27:46.211Z] === RUN TestNetworkLocalhostTCPNat [2019-10-03T00:27:46.380Z] ? github.com/docker/docker/api [no test files] [2019-10-03T00:27:47.150Z] --- PASS: TestNetworkLocalhostTCPNat (1.14s) [2019-10-03T00:27:47.150Z] === RUN TestNetworkLoopbackNat [2019-10-03T00:27:49.047Z] --- PASS: TestNetworkLoopbackNat (1.44s) [2019-10-03T00:27:49.047Z] === RUN TestPause [2019-10-03T00:27:49.980Z] --- PASS: TestPause (1.18s) [2019-10-03T00:27:49.980Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-03T00:27:49.980Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-03T00:27:49.980Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-03T00:27:49.980Z] === RUN TestPauseStopPausedContainer [2019-10-03T00:27:50.913Z] --- PASS: TestPauseStopPausedContainer (1.01s) [2019-10-03T00:27:50.913Z] === RUN TestPsFilter [2019-10-03T00:27:51.170Z] --- PASS: TestPsFilter (0.25s) [2019-10-03T00:27:51.170Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-03T00:27:52.546Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.26s) [2019-10-03T00:27:52.546Z] === RUN TestRemoveContainerWithVolume [2019-10-03T00:27:52.705Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.04s) [2019-10-03T00:27:52.705Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-03T00:27:52.705Z] === RUN TestCreateServiceSecretFileMode [2019-10-03T00:27:53.497Z] --- PASS: TestCreateServiceSecretFileMode (3.25s) [2019-10-03T00:27:53.497Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-03T00:27:53.497Z] === RUN TestCreateServiceConfigFileMode [2019-10-03T00:27:53.921Z] --- PASS: TestRemoveContainerWithVolume (1.50s) [2019-10-03T00:27:53.921Z] === RUN TestRemoveContainerRunning [2019-10-03T00:27:54.853Z] --- PASS: TestRemoveContainerRunning (1.04s) [2019-10-03T00:27:54.853Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-03T00:27:55.785Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-03T00:27:56.351Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.27s) [2019-10-03T00:27:56.351Z] === RUN TestRemoveInvalidContainer [2019-10-03T00:27:56.351Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-10-03T00:27:56.351Z] === RUN TestRenameLinkedContainer [2019-10-03T00:27:57.283Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-10-03T00:27:57.540Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-03T00:27:57.541Z] --- PASS: TestCreateServiceConfigFileMode (3.41s) [2019-10-03T00:27:57.541Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-03T00:27:57.541Z] === RUN TestCreateServiceSysctls [2019-10-03T00:27:59.442Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-03T00:28:00.007Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-10-03T00:28:00.940Z] --- PASS: TestRenameLinkedContainer (4.84s) [2019-10-03T00:28:00.940Z] === RUN TestRenameStoppedContainer [2019-10-03T00:28:01.198Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-10-03T00:28:01.237Z] ok github.com/docker/docker/api/server 0.023s coverage: 9.0% of statements [2019-10-03T00:28:01.694Z] --- PASS: TestCreateServiceSysctls (4.40s) [2019-10-03T00:28:01.694Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-03T00:28:01.694Z] === RUN TestCreateServiceCapabilities [2019-10-03T00:28:02.131Z] --- PASS: TestRenameStoppedContainer (0.93s) [2019-10-03T00:28:02.131Z] === RUN TestRenameRunningContainerAndReuse [2019-10-03T00:28:04.030Z] --- PASS: TestRenameRunningContainerAndReuse (1.91s) [2019-10-03T00:28:04.030Z] === RUN TestRenameInvalidName [2019-10-03T00:28:04.288Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-03T00:28:04.853Z] --- PASS: TestRenameInvalidName (1.00s) [2019-10-03T00:28:04.853Z] === RUN TestRenameAnonymousContainer [2019-10-03T00:28:04.874Z] --- PASS: TestCreateServiceCapabilities (3.25s) [2019-10-03T00:28:04.874Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-03T00:28:04.874Z] === RUN TestInspect [2019-10-03T00:28:07.382Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-10-03T00:28:08.105Z] --- PASS: TestInspect (3.56s) [2019-10-03T00:28:08.105Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-03T00:28:08.105Z] === RUN TestDockerNetworkConnectAlias [2019-10-03T00:28:09.284Z] --- PASS: TestRenameAnonymousContainer (4.06s) [2019-10-03T00:28:09.284Z] === RUN TestRenameContainerWithSameName [2019-10-03T00:28:09.850Z] --- PASS: TestRenameContainerWithSameName (0.89s) [2019-10-03T00:28:09.850Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-03T00:28:10.415Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-10-03T00:28:11.791Z] --- PASS: TestRenameContainerWithLinkedContainer (1.91s) [2019-10-03T00:28:11.791Z] === RUN TestResize [2019-10-03T00:28:12.356Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-03T00:28:12.932Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-03T00:28:12.932Z] --- PASS: TestResize (1.23s) [2019-10-03T00:28:12.932Z] === RUN TestResizeWithInvalidSize [2019-10-03T00:28:14.304Z] --- PASS: TestResizeWithInvalidSize (1.09s) [2019-10-03T00:28:14.304Z] === RUN TestResizeWhenContainerNotStarted [2019-10-03T00:28:14.465Z] --- PASS: TestDockerNetworkConnectAlias (6.09s) [2019-10-03T00:28:14.465Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-03T00:28:14.465Z] === RUN TestDockerNetworkReConnect [2019-10-03T00:28:15.237Z] --- PASS: TestResizeWhenContainerNotStarted (0.97s) [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-03T00:28:15.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-03T00:28:15.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-03T00:28:15.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-03T00:28:15.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-03T00:28:15.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-03T00:28:15.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-03T00:28:15.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-03T00:28:15.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:28:15.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:28:15.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:28:15.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:28:15.237Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:28:15.237Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:28:15.237Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-03T00:28:15.237Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-03T00:28:15.801Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-03T00:28:16.059Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-10-03T00:28:17.959Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-10-03T00:28:17.959Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:28:18.217Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:28:18.476Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-03T00:28:19.410Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:28:19.555Z] --- PASS: TestDockerNetworkReConnect (4.80s) [2019-10-03T00:28:19.555Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-03T00:28:19.555Z] === RUN TestServicePlugin [2019-10-03T00:28:19.555Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-03T00:28:19.555Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:28:19.555Z] === RUN TestServiceUpdateLabel [2019-10-03T00:28:19.668Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:28:20.233Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-10-03T00:28:20.491Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-03T00:28:21.057Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-03T00:28:21.316Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-03T00:28:22.772Z] --- PASS: TestServiceUpdateLabel (3.07s) [2019-10-03T00:28:22.772Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-03T00:28:22.772Z] === RUN TestServiceUpdateSecrets [2019-10-03T00:28:23.844Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-03T00:28:23.845Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-03T00:28:24.102Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-03T00:28:25.350Z] ok github.com/docker/docker/cmd/dockerd 0.127s coverage: 30.1% of statements [2019-10-03T00:28:26.631Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-03T00:28:27.201Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-03T00:28:27.461Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-03T00:28:29.845Z] ok github.com/docker/docker/container 0.175s coverage: 35.3% of statements [2019-10-03T00:28:29.845Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-03T00:28:29.845Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-03T00:28:29.845Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-03T00:28:29.845Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-03T00:28:30.052Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.79s) [2019-10-03T00:28:30.309Z] 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-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.07s) [2019-10-03T00:28:30.309Z] 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-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.55s) [2019-10-03T00:28:30.309Z] 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-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s) [2019-10-03T00:28:30.309Z] 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-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.70s) [2019-10-03T00:28:30.309Z] 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-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.67s) [2019-10-03T00:28:30.309Z] 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-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.67s) [2019-10-03T00:28:30.309Z] 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-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.67s) [2019-10-03T00:28:30.309Z] 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-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.53s) [2019-10-03T00:28:30.309Z] 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-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.29s) [2019-10-03T00:28:30.309Z] 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-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.71s) [2019-10-03T00:28:30.309Z] 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-10-03T00:28:30.309Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.88s) [2019-10-03T00:28:30.309Z] 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-10-03T00:28:30.309Z] === RUN TestCgroupNamespacesRun [2019-10-03T00:28:31.240Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-03T00:28:32.612Z] --- PASS: TestCgroupNamespacesRun (2.14s) [2019-10-03T00:28:32.612Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-03T00:28:32.612Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-03T00:28:33.323Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.062s coverage: 65.3% of statements [2019-10-03T00:28:33.545Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-10-03T00:28:34.477Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.06s) [2019-10-03T00:28:34.477Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-03T00:28:34.477Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-10-03T00:28:35.692Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-10-03T00:28:35.850Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-03T00:28:36.415Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.03s) [2019-10-03T00:28:36.415Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-03T00:28:36.415Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-03T00:28:36.980Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-10-03T00:28:38.356Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-10-03T00:28:38.356Z] --- PASS: TestCgroupNamespacesRunHostMode (1.91s) [2019-10-03T00:28:38.356Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-03T00:28:38.356Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-03T00:28:38.597Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-10-03T00:28:39.292Z] --- PASS: TestServiceUpdateSecrets (16.40s) [2019-10-03T00:28:39.292Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-03T00:28:39.292Z] === RUN TestServiceUpdateConfigs [2019-10-03T00:28:40.197Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-10-03T00:28:40.197Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-10-03T00:28:40.197Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-10-03T00:28:40.197Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-10-03T00:28:40.197Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-10-03T00:28:40.900Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.00s) [2019-10-03T00:28:40.900Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-03T00:28:40.900Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-03T00:28:40.900Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-10-03T00:28:41.157Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.83s) [2019-10-03T00:28:41.157Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-03T00:28:41.157Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-03T00:28:41.765Z] ok github.com/docker/docker/daemon/cluster/convert 0.032s coverage: 35.8% of statements [2019-10-03T00:28:42.090Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.84s) [2019-10-03T00:28:42.090Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-03T00:28:42.090Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-03T00:28:43.100Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-10-03T00:28:43.100Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-10-03T00:28:43.100Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-10-03T00:28:43.988Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.93s) [2019-10-03T00:28:43.988Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-03T00:28:43.988Z] === RUN TestKernelTCPMemory [2019-10-03T00:28:44.246Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-10-03T00:28:44.246Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-10-03T00:28:44.246Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-10-03T00:28:45.179Z] --- PASS: TestKernelTCPMemory (1.16s) [2019-10-03T00:28:45.179Z] === RUN TestNISDomainname [2019-10-03T00:28:46.178Z] ok github.com/docker/docker/daemon/cluster 0.289s coverage: 0.5% of statements [2019-10-03T00:28:46.552Z] --- PASS: TestNISDomainname (1.31s) [2019-10-03T00:28:46.552Z] === RUN TestHostnameDnsResolution [2019-10-03T00:28:47.945Z] --- PASS: TestHostnameDnsResolution (1.48s) [2019-10-03T00:28:47.945Z] === RUN TestStats [2019-10-03T00:28:48.203Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-10-03T00:28:49.011Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-10-03T00:28:50.100Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-03T00:28:50.666Z] --- PASS: TestStats (2.73s) [2019-10-03T00:28:50.666Z] === RUN TestStopContainerWithTimeout [2019-10-03T00:28:50.666Z] === RUN TestStopContainerWithTimeout/0 [2019-10-03T00:28:50.666Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-03T00:28:50.666Z] === RUN TestStopContainerWithTimeout/1 [2019-10-03T00:28:50.666Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-03T00:28:50.666Z] === RUN TestStopContainerWithTimeout/3 [2019-10-03T00:28:50.666Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-03T00:28:50.666Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-03T00:28:50.666Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-03T00:28:50.666Z] === CONT TestStopContainerWithTimeout/0 [2019-10-03T00:28:50.666Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-03T00:28:50.684Z] ok github.com/docker/docker/daemon/discovery 0.010s coverage: 30.0% of statements [2019-10-03T00:28:52.039Z] === CONT TestStopContainerWithTimeout/3 [2019-10-03T00:28:53.390Z] ok github.com/docker/docker/daemon/events 0.068s coverage: 50.0% of statements [2019-10-03T00:28:53.390Z] ok github.com/docker/docker/daemon/config 0.108s coverage: 82.2% of statements [2019-10-03T00:28:53.409Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-10-03T00:28:53.409Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-03T00:28:53.974Z] === CONT TestStopContainerWithTimeout/1 [2019-10-03T00:28:55.787Z] --- PASS: TestServiceUpdateConfigs (15.22s) [2019-10-03T00:28:55.787Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-03T00:28:55.787Z] === RUN TestServiceUpdateNetwork [2019-10-03T00:28:55.872Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-10-03T00:28:55.872Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2019-10-03T00:28:55.872Z] --- PASS: TestStopContainerWithTimeout/-1 (3.17s) [2019-10-03T00:28:55.872Z] --- PASS: TestStopContainerWithTimeout/3 (2.90s) [2019-10-03T00:28:55.872Z] --- PASS: TestStopContainerWithTimeout/1 (1.95s) [2019-10-03T00:28:55.872Z] === RUN TestDeleteDevicemapper [2019-10-03T00:28:55.872Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-03T00:28:55.872Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-03T00:28:55.872Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-03T00:28:56.439Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-03T00:28:56.439Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-10-03T00:28:56.697Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-03T00:28:57.802Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2019-10-03T00:28:59.226Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-03T00:28:59.294Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.657s coverage: 13.7% of statements [2019-10-03T00:28:59.485Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.75s) [2019-10-03T00:28:59.485Z] === RUN TestUpdateMemory [2019-10-03T00:28:59.485Z] --- SKIP: TestUpdateMemory (0.00s) [2019-10-03T00:28:59.485Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:28:59.485Z] === RUN TestUpdateCPUQuota [2019-10-03T00:28:59.742Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-10-03T00:29:01.638Z] --- PASS: TestUpdateCPUQuota (2.00s) [2019-10-03T00:29:01.638Z] === RUN TestUpdatePidsLimit [2019-10-03T00:29:01.638Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-03T00:29:02.014Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2019-10-03T00:29:02.209Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-03T00:29:02.209Z] === RUN TestUpdatePidsLimit/no_change [2019-10-03T00:29:02.209Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-10-03T00:29:02.467Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-03T00:29:02.634Z] ok github.com/docker/docker/daemon 12.488s coverage: 17.6% of statements [2019-10-03T00:29:02.634Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-03T00:29:02.634Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-03T00:29:02.634Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-03T00:29:02.634Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-03T00:29:03.033Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-03T00:29:03.255Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.432s coverage: 57.9% of statements [2019-10-03T00:29:03.598Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-03T00:29:04.163Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-03T00:29:04.732Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-03T00:29:06.655Z] --- PASS: TestUpdatePidsLimit (4.97s) [2019-10-03T00:29:06.655Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.51s) [2019-10-03T00:29:06.655Z] --- PASS: TestUpdatePidsLimit/no_change (0.45s) [2019-10-03T00:29:06.655Z] --- PASS: TestUpdatePidsLimit/update_lower (0.49s) [2019-10-03T00:29:06.655Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.46s) [2019-10-03T00:29:06.655Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.67s) [2019-10-03T00:29:06.655Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.47s) [2019-10-03T00:29:06.655Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.51s) [2019-10-03T00:29:06.655Z] === RUN TestUpdateRestartPolicy [2019-10-03T00:29:06.655Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-10-03T00:29:08.787Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.974s coverage: 68.6% of statements [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-10-03T00:29:08.899Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2019-10-03T00:29:08.899Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-10-03T00:29:08.899Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/container [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/events [no test files] [2019-10-03T00:29:08.899Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2019-10-03T00:29:08.899Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/image [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/network [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-10-03T00:29:08.899Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2019-10-03T00:29:08.899Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/builder [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-10-03T00:29:08.899Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-10-03T00:29:08.899Z] ok github.com/docker/docker/builder/dockerignore 0.010s coverage: 96.8% of statements [2019-10-03T00:29:08.899Z] ok github.com/docker/docker/builder/fscache 0.110s coverage: 69.2% of statements [2019-10-03T00:29:08.899Z] ok github.com/docker/docker/builder/dockerfile 0.589s coverage: 46.6% of statements [2019-10-03T00:29:09.180Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-03T00:29:09.409Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.063s coverage: 51.0% of statements [2019-10-03T00:29:09.457Z] --- PASS: TestServiceUpdateNetwork (15.18s) [2019-10-03T00:29:09.457Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-03T00:29:09.457Z] PASS [2019-10-03T00:29:09.457Z] [2019-10-03T00:29:09.457Z] === Skipped [2019-10-03T00:29:09.457Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2019-10-03T00:29:09.457Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:29:09.457Z] [2019-10-03T00:29:09.457Z] [2019-10-03T00:29:09.457Z] DONE 19 tests, 1 skipped in 126.818s [2019-10-03T00:29:09.457Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-10-03T00:29:09.457Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:29:09.457Z] ++ set -e [2019-10-03T00:29:09.457Z] ++ '[' -n 0 ']' [2019-10-03T00:29:09.457Z] ++ set -x [2019-10-03T00:29:09.457Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:29:09.457Z] INFO: Testing against a local daemon [2019-10-03T00:29:09.457Z] === RUN TestSessionCreate [2019-10-03T00:29:09.457Z] --- PASS: TestSessionCreate (0.03s) [2019-10-03T00:29:09.457Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-03T00:29:09.457Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-10-03T00:29:09.457Z] PASS [2019-10-03T00:29:09.457Z] [2019-10-03T00:29:09.457Z] DONE 2 tests in 0.361s [2019-10-03T00:29:09.457Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-10-03T00:29:09.457Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:29:09.457Z] ++ set -e [2019-10-03T00:29:09.457Z] ++ '[' -n 0 ']' [2019-10-03T00:29:09.457Z] ++ set -x [2019-10-03T00:29:09.457Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:29:09.830Z] ok github.com/docker/docker/builder/remotecontext 0.194s coverage: 13.6% of statements [2019-10-03T00:29:09.830Z] ok github.com/docker/docker/builder/remotecontext/git 0.856s coverage: 85.1% of statements [2019-10-03T00:29:09.869Z] INFO: Testing against a local daemon [2019-10-03T00:29:09.870Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-03T00:29:09.870Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-03T00:29:09.870Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-03T00:29:09.870Z] === RUN TestEventsExecDie [2019-10-03T00:29:10.089Z] ? github.com/docker/docker/cli [no test files] [2019-10-03T00:29:10.089Z] ? github.com/docker/docker/cli/config [no test files] [2019-10-03T00:29:10.113Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-03T00:29:10.347Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2019-10-03T00:29:10.808Z] --- PASS: TestEventsExecDie (1.15s) [2019-10-03T00:29:10.808Z] === RUN TestEventsBackwardsCompatible [2019-10-03T00:29:10.808Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2019-10-03T00:29:10.808Z] === RUN TestInfoBinaryCommits [2019-10-03T00:29:10.808Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-10-03T00:29:10.808Z] === RUN TestInfoAPIVersioned [2019-10-03T00:29:10.808Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-03T00:29:10.808Z] === RUN TestInfoAPI [2019-10-03T00:29:10.808Z] --- PASS: TestInfoAPI (0.02s) [2019-10-03T00:29:10.808Z] === RUN TestInfoAPIWarnings [2019-10-03T00:29:11.046Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-10-03T00:29:11.610Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-03T00:29:11.667Z] --- PASS: TestInfoAPIWarnings (0.83s) [2019-10-03T00:29:11.667Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-03T00:29:11.667Z] === RUN TestLoginFailsWithBadCredentials [2019-10-03T00:29:12.128Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.116s coverage: 45.9% of statements [2019-10-03T00:29:12.128Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-03T00:29:12.175Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-03T00:29:12.470Z] --- PASS: TestLoginFailsWithBadCredentials (0.44s) [2019-10-03T00:29:12.470Z] === RUN TestPingCacheHeaders [2019-10-03T00:29:12.470Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-10-03T00:29:12.470Z] === RUN TestPingGet [2019-10-03T00:29:12.470Z] --- PASS: TestPingGet (0.01s) [2019-10-03T00:29:12.470Z] === RUN TestPingHead [2019-10-03T00:29:12.470Z] --- PASS: TestPingHead (0.02s) [2019-10-03T00:29:12.470Z] === RUN TestVersion [2019-10-03T00:29:12.470Z] --- PASS: TestVersion (0.02s) [2019-10-03T00:29:12.470Z] PASS [2019-10-03T00:29:12.470Z] [2019-10-03T00:29:12.470Z] === Skipped [2019-10-03T00:29:12.470Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-03T00:29:12.470Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-03T00:29:12.470Z] [2019-10-03T00:29:12.470Z] [2019-10-03T00:29:12.470Z] DONE 12 tests, 1 skipped in 2.929s [2019-10-03T00:29:12.470Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-10-03T00:29:12.470Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:29:12.470Z] ++ set -e [2019-10-03T00:29:12.470Z] ++ '[' -n 0 ']' [2019-10-03T00:29:12.470Z] ++ set -x [2019-10-03T00:29:12.470Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:29:12.855Z] INFO: Testing against a local daemon [2019-10-03T00:29:12.855Z] === RUN TestVolumesCreateAndList [2019-10-03T00:29:12.855Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-10-03T00:29:12.855Z] === RUN TestVolumesRemove [2019-10-03T00:29:12.855Z] --- PASS: TestVolumesRemove (0.10s) [2019-10-03T00:29:12.855Z] === RUN TestVolumesInspect [2019-10-03T00:29:12.855Z] --- PASS: TestVolumesInspect (0.02s) [2019-10-03T00:29:12.855Z] === RUN TestVolumesInvalidJSON [2019-10-03T00:29:12.855Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-03T00:29:12.855Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-03T00:29:12.855Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-03T00:29:12.855Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-10-03T00:29:12.855Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-03T00:29:12.855Z] PASS [2019-10-03T00:29:12.855Z] [2019-10-03T00:29:12.855Z] DONE 5 tests in 0.468s [2019-10-03T00:29:12.855Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-03T00:29:12.855Z] ++++ cat bundles/test-integration/docker.pid [2019-10-03T00:29:12.855Z] +++ kill 11558 [2019-10-03T00:29:13.108Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-03T00:29:13.160Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.015s coverage: 58.0% of statements [2019-10-03T00:29:13.448Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.576s coverage: 76.1% of statements [2019-10-03T00:29:14.077Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.694s coverage: 52.6% of statements [2019-10-03T00:29:14.077Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-03T00:29:14.077Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-03T00:29:14.660Z] umount: bundles/test-integration/root: mountpoint not found [2019-10-03T00:29:14.660Z] +++ /etc/init.d/apparmor stop [2019-10-03T00:29:14.660Z] Clearing AppArmor profiles cache:. [2019-10-03T00:29:14.660Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-03T00:29:14.660Z] Unloading profiles will leave already running processes permanently [2019-10-03T00:29:14.660Z] unconfined, which can lead to unexpected situations. [2019-10-03T00:29:14.660Z] [2019-10-03T00:29:14.660Z] To set a process to complain mode, use the command line tool [2019-10-03T00:29:14.660Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-03T00:29:14.660Z] with the 'teardown' option." [2019-10-03T00:29:14.660Z] [2019-10-03T00:29:15.633Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-10-03T00:29:15.660Z] ok github.com/docker/docker/client 0.201s coverage: 75.8% of statements Post stage [Pipeline] junit [2019-10-03T00:29:16.064Z] Recording test results [2019-10-03T00:29:16.131Z] ok github.com/docker/docker/daemon/links 0.028s coverage: 93.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-03T00:29:17.548Z] + echo Ensuring container killed. [2019-10-03T00:29:17.548Z] Ensuring container killed. [2019-10-03T00:29:17.548Z] + docker rm -vf docker-pr8 [2019-10-03T00:29:17.548Z] Error: No such container: docker-pr8 [2019-10-03T00:29:17.548Z] + true [Pipeline] sh [2019-10-03T00:29:18.161Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-10-03T00:29:18.183Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.016s coverage: 3.0% of statements [2019-10-03T00:29:18.398Z] + echo Chowning /workspace to jenkins user [2019-10-03T00:29:18.398Z] Chowning /workspace to jenkins user [2019-10-03T00:29:18.398Z] + id -u [2019-10-03T00:29:18.398Z] + id -g [2019-10-03T00:29:18.398Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39979:/workspace busybox chown -R 1001:1001 /workspace [2019-10-03T00:29:19.094Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-03T00:29:20.026Z] --- PASS: TestUpdateRestartPolicy (13.52s) [2019-10-03T00:29:20.026Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-03T00:29:20.284Z] === RUN TestDockerSuite/TestBuildCacheRootSource [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-03T00:29:20.904Z] ok github.com/docker/docker/daemon/logger 0.289s coverage: 42.7% of statements [2019-10-03T00:29:21.218Z] --- PASS: TestUpdateRestartWithAutoRemove (1.13s) [2019-10-03T00:29:21.218Z] === RUN TestWaitNonBlocked [2019-10-03T00:29:21.218Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-03T00:29:21.218Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-03T00:29:21.218Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-03T00:29:21.218Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-03T00:29:21.218Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-03T00:29:21.218Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-03T00:29:21.373Z] + bundleName=s390x-integration [2019-10-03T00:29:21.373Z] + echo Creating s390x-integration-bundles.tar.gz [2019-10-03T00:29:21.373Z] Creating s390x-integration-bundles.tar.gz [2019-10-03T00:29:21.373Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-10-03T00:29:21.373Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-10-03T00:29:21.475Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-10-03T00:29:21.475Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-10-03T00:29:21.505Z] Archiving artifacts [2019-10-03T00:29:21.929Z] ok github.com/docker/docker/daemon/logger/gelf 0.026s coverage: 68.2% of statements [2019-10-03T00:29:22.408Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-10-03T00:29:22.408Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s) [2019-10-03T00:29:22.408Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.27s) [2019-10-03T00:29:22.408Z] === RUN TestWaitBlocked [2019-10-03T00:29:22.408Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-03T00:29:22.408Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-03T00:29:22.408Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-03T00:29:22.408Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-03T00:29:22.408Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-03T00:29:22.408Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-03T00:29:22.408Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-03T00:29:22.823Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39979/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-03T00:29:23.566Z] + make clean [2019-10-03T00:29:23.931Z] docker volume rm -f docker-dev-cache [2019-10-03T00:29:23.931Z] docker-dev-cache [2019-10-03T00:29:23.977Z] ok github.com/docker/docker/daemon/logger/awslogs 0.532s coverage: 77.8% of statements [Pipeline] deleteDir [2019-10-03T00:29:24.308Z] --- PASS: TestWaitBlocked (0.04s) [2019-10-03T00:29:24.308Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.24s) [2019-10-03T00:29:24.308Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.71s) [2019-10-03T00:29:24.308Z] === CONT TestContainerStartOnDaemonRestart [2019-10-03T00:29:24.308Z] === CONT TestIpcModeOlderClient [2019-10-03T00:29:24.308Z] --- PASS: TestIpcModeOlderClient (0.17s) [2019-10-03T00:29:24.308Z] === CONT TestDaemonRestartIpcMode [2019-10-03T00:29:24.999Z] ok github.com/docker/docker/daemon/images 0.047s coverage: 4.9% of statements [2019-10-03T00:29:24.999Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-03T00:29:24.999Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-03T00:29:24.999Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-03T00:29:24.999Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-03T00:29:24.999Z] ok github.com/docker/docker/daemon/logger/journald 0.023s coverage: 26.2% of statements [2019-10-03T00:29:25.240Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-10-03T00:29:26.019Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.038s coverage: 88.3% of statements [2019-10-03T00:29:26.304Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.047s coverage: 62.1% of statements [2019-10-03T00:29:27.769Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-10-03T00:29:27.769Z] --- PASS: TestContainerStartOnDaemonRestart (3.33s) [2019-10-03T00:29:27.769Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-03T00:29:29.142Z] --- PASS: TestDaemonRestartIpcMode (4.59s) [2019-10-03T00:29:29.142Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-03T00:29:29.142Z] PASS [2019-10-03T00:29:29.142Z] [2019-10-03T00:29:29.142Z] === Skipped [2019-10-03T00:29:29.142Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-10-03T00:29:29.142Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-03T00:29:29.142Z] [2019-10-03T00:29:29.142Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-10-03T00:29:29.142Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:29:29.142Z] [2019-10-03T00:29:29.142Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-10-03T00:29:29.142Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:29:29.142Z] [2019-10-03T00:29:29.142Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-03T00:29:29.142Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-03T00:29:29.142Z] [2019-10-03T00:29:29.142Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-10-03T00:29:29.142Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-03T00:29:29.142Z] [2019-10-03T00:29:29.142Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-10-03T00:29:29.142Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-10-03T00:29:29.142Z] [2019-10-03T00:29:29.142Z] [2019-10-03T00:29:29.142Z] DONE 197 tests, 6 skipped in 157.438s [2019-10-03T00:29:29.142Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-10-03T00:29:29.142Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:29:29.142Z] ++ set -e [2019-10-03T00:29:29.142Z] ++ '[' -n 0 ']' [2019-10-03T00:29:29.142Z] ++ set -x [2019-10-03T00:29:29.142Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:29:29.142Z] INFO: Testing against a local daemon [2019-10-03T00:29:29.142Z] === RUN TestCommitInheritsEnv [2019-10-03T00:29:29.707Z] --- PASS: TestCommitInheritsEnv (0.51s) [2019-10-03T00:29:29.707Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-03T00:29:29.707Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-03T00:29:29.707Z] === RUN TestImagesFilterMultiReference [2019-10-03T00:29:29.707Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-03T00:29:29.707Z] === RUN TestImagePullPlatformInvalid [2019-10-03T00:29:29.818Z] ok github.com/docker/docker/daemon/logger/local 0.073s coverage: 74.7% of statements [2019-10-03T00:29:29.818Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-03T00:29:29.818Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.060s coverage: 20.0% of statements [2019-10-03T00:29:29.965Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2019-10-03T00:29:29.965Z] === RUN TestRemoveImageOrphaning [2019-10-03T00:29:29.965Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-03T00:29:30.223Z] --- PASS: TestRemoveImageOrphaning (0.48s) [2019-10-03T00:29:30.223Z] === RUN TestRemoveImageGarbageCollector [2019-10-03T00:29:31.155Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-10-03T00:29:31.312Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 47.8% of statements [2019-10-03T00:29:32.334Z] ok github.com/docker/docker/daemon/logger/templates 0.034s coverage: 8.3% of statements [2019-10-03T00:29:32.538Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-03T00:29:33.126Z] --- PASS: TestRemoveImageGarbageCollector (2.61s) [2019-10-03T00:29:33.126Z] remove_unix_test.go:40: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector" [2019-10-03T00:29:33.126Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-03T00:29:33.126Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.08s) [2019-10-03T00:29:33.126Z] === RUN TestTagInvalidReference [2019-10-03T00:29:33.126Z] --- PASS: TestTagInvalidReference (0.03s) [2019-10-03T00:29:33.126Z] === RUN TestTagValidPrefixedRepo [2019-10-03T00:29:33.126Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-10-03T00:29:33.126Z] === RUN TestTagExistedNameWithoutForce [2019-10-03T00:29:33.126Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-03T00:29:33.126Z] === RUN TestTagOfficialNames [2019-10-03T00:29:33.126Z] --- PASS: TestTagOfficialNames (0.07s) [2019-10-03T00:29:33.126Z] === RUN TestTagMatchesDigest [2019-10-03T00:29:33.385Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-03T00:29:33.385Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-03T00:29:33.643Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-03T00:29:33.826Z] ok github.com/docker/docker/daemon/network 0.010s coverage: 63.8% of statements [2019-10-03T00:29:34.208Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-03T00:29:34.773Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-03T00:29:34.851Z] ok github.com/docker/docker/daemon/logger/splunk 3.156s coverage: 84.5% of statements [2019-10-03T00:29:34.851Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-03T00:29:34.851Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-03T00:29:35.031Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-03T00:29:35.596Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-03T00:29:35.596Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-03T00:29:37.496Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-03T00:29:37.496Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-10-03T00:29:38.430Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-10-03T00:29:38.996Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-10-03T00:29:39.297Z] ok github.com/docker/docker/distribution/metadata 0.157s coverage: 48.2% of statements [2019-10-03T00:29:39.297Z] ok github.com/docker/docker/errdefs 0.016s coverage: 49.4% of statements [2019-10-03T00:29:39.775Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-10-03T00:29:39.790Z] ok github.com/docker/docker/distribution 0.673s coverage: 22.4% of statements [2019-10-03T00:29:39.791Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-03T00:29:42.496Z] ok github.com/docker/docker/distribution/xfer 1.726s coverage: 85.6% of statements [2019-10-03T00:29:42.496Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-03T00:29:42.781Z] ok github.com/docker/docker/image/cache 0.037s coverage: 19.2% of statements [Pipeline] } [Pipeline] // withEnv [2019-10-03T00:29:43.805Z] ok github.com/docker/docker/image 0.104s coverage: 86.4% of statements [2019-10-03T00:29:43.805Z] ? github.com/docker/docker/image/tarexport [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-03T00:29:44.431Z] ok github.com/docker/docker/libcontainerd/queue 0.039s coverage: 100.0% of statements [2019-10-03T00:29:45.038Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-10-03T00:29:45.038Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-03T00:29:45.490Z] ok github.com/docker/docker/image/v1 0.020s coverage: 25.0% of statements [2019-10-03T00:29:45.490Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-03T00:29:45.970Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-10-03T00:29:46.536Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-03T00:29:46.536Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-10-03T00:29:46.556Z] ok github.com/docker/docker/pkg/aaparser 0.028s coverage: 50.0% of statements [2019-10-03T00:29:47.103Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-10-03T00:29:47.717Z] ok github.com/docker/docker/cmd/dockerd 0.060s coverage: 30.1% of statements [2019-10-03T00:29:47.974Z] ok github.com/docker/docker/container 0.117s coverage: 35.3% of statements [2019-10-03T00:29:47.974Z] ? github.com/docker/docker/container/stream [no test files] [2019-10-03T00:29:47.974Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-10-03T00:29:47.974Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-10-03T00:29:47.974Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-10-03T00:29:50.047Z] ok github.com/docker/docker/opts 0.097s coverage: 66.9% of statements [2019-10-03T00:29:51.286Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-10-03T00:29:51.286Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-03T00:29:51.286Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-10-03T00:29:51.542Z] ok github.com/docker/docker/pkg/authorization 1.021s coverage: 68.3% of statements [2019-10-03T00:29:51.542Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-10-03T00:29:52.561Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2019-10-03T00:29:52.848Z] ok github.com/docker/docker/pkg/archive 1.467s coverage: 76.8% of statements [2019-10-03T00:29:53.184Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-03T00:29:53.441Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-03T00:29:53.868Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2019-10-03T00:29:54.374Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-03T00:29:54.490Z] ok github.com/docker/docker/pkg/discovery 0.014s coverage: 58.3% of statements [2019-10-03T00:29:55.119Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 92.9% of statements [2019-10-03T00:29:55.307Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-10-03T00:29:55.307Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-03T00:29:55.872Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-03T00:29:56.620Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2019-10-03T00:29:57.242Z] ok github.com/docker/docker/layer 7.468s coverage: 68.8% of statements [2019-10-03T00:29:57.242Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-03T00:29:57.242Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-03T00:29:57.242Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-03T00:29:57.242Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-03T00:29:57.242Z] ? github.com/docker/docker/oci [no test files] [2019-10-03T00:29:57.242Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-03T00:29:57.526Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2019-10-03T00:29:57.769Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-10-03T00:29:57.935Z] ok github.com/docker/docker/daemon/cluster 0.049s coverage: 0.5% of statements [2019-10-03T00:29:58.151Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2019-10-03T00:29:58.866Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-10-03T00:29:59.172Z] ok github.com/docker/docker/pkg/chrootarchive 4.706s coverage: 43.2% of statements [2019-10-03T00:29:59.172Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-03T00:29:59.172Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-03T00:29:59.172Z] ok github.com/docker/docker/pkg/filenotify 0.618s coverage: 67.0% of statements [2019-10-03T00:29:59.796Z] ok github.com/docker/docker/pkg/fileutils 0.029s coverage: 89.5% of statements [2019-10-03T00:30:00.236Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.8% of statements [2019-10-03T00:30:00.421Z] ok github.com/docker/docker/pkg/discovery/kv 3.255s coverage: 84.1% of statements [2019-10-03T00:30:01.093Z] ok github.com/docker/docker/pkg/homedir 0.013s coverage: 11.4% of statements [2019-10-03T00:30:01.093Z] ok github.com/docker/docker/pkg/fsutils 0.467s coverage: 85.1% of statements [2019-10-03T00:30:01.952Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-10-03T00:30:03.147Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2019-10-03T00:30:03.147Z] ok github.com/docker/docker/pkg/locker 0.061s coverage: 88.9% of statements [2019-10-03T00:30:03.335Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-10-03T00:30:04.169Z] ok github.com/docker/docker/pkg/longpath 0.017s coverage: 100.0% of statements [2019-10-03T00:30:04.169Z] ok github.com/docker/docker/pkg/ioutils 1.687s coverage: 70.6% of statements [2019-10-03T00:30:04.169Z] ok github.com/docker/docker/pkg/idtools 1.007s coverage: 70.1% of statements [2019-10-03T00:30:04.169Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-03T00:30:05.193Z] ok github.com/docker/docker/pkg/namesgenerator 0.020s coverage: 85.7% of statements [2019-10-03T00:30:05.480Z] ok github.com/docker/docker/pkg/parsers 0.013s coverage: 97.0% of statements [2019-10-03T00:30:05.766Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2019-10-03T00:30:06.389Z] ok github.com/docker/docker/pkg/mount 0.925s coverage: 69.6% of statements [2019-10-03T00:30:06.389Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-03T00:30:06.676Z] ok github.com/docker/docker/pkg/pidfile 0.010s coverage: 82.4% of statements [2019-10-03T00:30:06.964Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.020s coverage: 91.4% of statements [2019-10-03T00:30:06.964Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-03T00:30:06.964Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-03T00:30:08.334Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.430s coverage: 13.7% of statements [2019-10-03T00:30:08.460Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.018s coverage: 56.8% of statements [2019-10-03T00:30:09.106Z] ok github.com/docker/docker/pkg/pools 0.032s coverage: 88.2% of statements [2019-10-03T00:30:09.705Z] ok github.com/docker/docker/daemon/config 0.023s coverage: 82.2% of statements [2019-10-03T00:30:09.726Z] ok github.com/docker/docker/pkg/progress 0.005s coverage: 75.9% of statements [2019-10-03T00:30:09.896Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-03T00:30:09.963Z] ok github.com/docker/docker/daemon 12.214s coverage: 17.6% of statements [2019-10-03T00:30:09.963Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-10-03T00:30:09.963Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-10-03T00:30:10.016Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2019-10-03T00:30:10.529Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2019-10-03T00:30:11.037Z] ok github.com/docker/docker/pkg/reexec 0.018s coverage: 82.4% of statements [2019-10-03T00:30:11.094Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2019-10-03T00:30:11.094Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-10-03T00:30:11.094Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-10-03T00:30:11.323Z] ok github.com/docker/docker/pkg/pubsub 1.163s coverage: 73.9% of statements [2019-10-03T00:30:11.794Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-03T00:30:12.341Z] ok github.com/docker/docker/pkg/stdcopy 0.009s coverage: 100.0% of statements [2019-10-03T00:30:12.466Z] ok github.com/docker/docker/daemon/graphdriver 0.023s coverage: 2.2% of statements [2019-10-03T00:30:12.726Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-03T00:30:12.965Z] ok github.com/docker/docker/pkg/streamformatter 0.007s coverage: 66.2% of statements [2019-10-03T00:30:13.252Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2019-10-03T00:30:13.658Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-10-03T00:30:13.658Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-03T00:30:13.875Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2019-10-03T00:30:14.365Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-10-03T00:30:14.496Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 80.0% of statements [2019-10-03T00:30:14.786Z] ok github.com/docker/docker/pkg/signal 3.604s coverage: 61.0% of statements [2019-10-03T00:30:15.296Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.207s coverage: 57.0% of statements [2019-10-03T00:30:15.422Z] ok github.com/docker/docker/pkg/system 0.079s coverage: 36.9% of statements [2019-10-03T00:30:16.078Z] ok github.com/docker/docker/pkg/tailfile 0.180s coverage: 88.6% of statements [2019-10-03T00:30:16.938Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-10-03T00:30:17.096Z] ok github.com/docker/docker/pkg/term 0.009s coverage: 84.8% of statements [2019-10-03T00:30:17.382Z] testing: warning: no tests to run [2019-10-03T00:30:17.382Z] coverage: [no statements] [2019-10-03T00:30:17.382Z] ok github.com/docker/docker/pkg/term/windows 0.005s coverage: [no statements] [no tests to run] [2019-10-03T00:30:17.668Z] ok github.com/docker/docker/pkg/tarsum 0.235s coverage: 89.3% of statements [2019-10-03T00:30:17.870Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-03T00:30:17.955Z] ok github.com/docker/docker/pkg/truncindex 0.113s coverage: 91.5% of statements [2019-10-03T00:30:17.955Z] ok github.com/docker/docker/pkg/urlutil 0.005s coverage: 100.0% of statements [2019-10-03T00:30:18.579Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.378s coverage: 72.5% of statements [2019-10-03T00:30:18.579Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.446s coverage: 45.9% of statements [2019-10-03T00:30:18.579Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-10-03T00:30:18.580Z] ok github.com/docker/docker/pkg/useragent 0.013s coverage: 88.9% of statements [2019-10-03T00:30:19.243Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-10-03T00:30:19.808Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-10-03T00:30:20.372Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-10-03T00:30:20.621Z] ok github.com/docker/docker/plugin/v2 0.009s coverage: 14.5% of statements [2019-10-03T00:30:20.937Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-10-03T00:30:21.105Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.000s coverage: 51.0% of statements [2019-10-03T00:30:22.477Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.310s coverage: 76.1% of statements [2019-10-03T00:30:22.665Z] ok github.com/docker/docker/reference 0.019s coverage: 84.4% of statements [2019-10-03T00:30:22.994Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-10-03T00:30:22.994Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-10-03T00:30:23.408Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-10-03T00:30:23.408Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.132s coverage: 57.2% of statements [2019-10-03T00:30:23.408Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-10-03T00:30:23.408Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-10-03T00:30:23.559Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-03T00:30:23.737Z] ok github.com/docker/docker/profiles/seccomp 0.017s coverage: 68.8% of statements [2019-10-03T00:30:24.354Z] ok github.com/docker/docker/plugin 0.631s coverage: 27.1% of statements [2019-10-03T00:30:24.779Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2019-10-03T00:30:24.930Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-10-03T00:30:25.713Z] ok github.com/docker/docker/daemon/links 0.014s coverage: 93.0% of statements [2019-10-03T00:30:25.843Z] ok github.com/docker/docker/registry/resumable 0.028s coverage: 100.0% of statements [2019-10-03T00:30:25.864Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-03T00:30:25.864Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-03T00:30:25.864Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-03T00:30:25.864Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-03T00:30:25.864Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-03T00:30:26.130Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 45.3% of statements [2019-10-03T00:30:26.645Z] ok github.com/docker/docker/daemon/images 0.033s coverage: 4.9% of statements [2019-10-03T00:30:26.645Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-10-03T00:30:26.645Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-10-03T00:30:27.236Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-10-03T00:30:27.579Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 42.7% of statements [2019-10-03T00:30:27.618Z] ok github.com/docker/docker/testutil 0.007s coverage: 62.5% of statements [2019-10-03T00:30:27.907Z] ok github.com/docker/docker/runconfig 0.021s coverage: 68.2% of statements [2019-10-03T00:30:28.534Z] ok github.com/docker/docker/registry 0.572s coverage: 56.3% of statements [2019-10-03T00:30:28.951Z] ok github.com/docker/docker/daemon/logger/awslogs 0.168s coverage: 77.4% of statements [2019-10-03T00:30:28.951Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-10-03T00:30:28.951Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-10-03T00:30:28.951Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 68.2% of statements [2019-10-03T00:30:29.883Z] ok github.com/docker/docker/daemon/logger/journald 0.033s coverage: 26.2% of statements [2019-10-03T00:30:30.140Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2019-10-03T00:30:30.398Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 88.3% of statements [2019-10-03T00:30:30.408Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-10-03T00:30:30.408Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-10-03T00:30:31.421Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-10-03T00:30:31.421Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-03T00:30:31.769Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 74.7% of statements [2019-10-03T00:30:31.769Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-10-03T00:30:31.769Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.033s coverage: 20.0% of statements [2019-10-03T00:30:32.086Z] ok github.com/docker/docker/volume/drivers 0.012s coverage: 36.1% of statements [2019-10-03T00:30:32.872Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-10-03T00:30:33.191Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 47.8% of statements [2019-10-03T00:30:33.756Z] ok github.com/docker/docker/daemon/logger/templates 0.013s coverage: 8.3% of statements [2019-10-03T00:30:34.687Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2019-10-03T00:30:34.772Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-03T00:30:34.944Z] ok github.com/docker/docker/daemon/logger/splunk 1.657s coverage: 84.5% of statements [2019-10-03T00:30:34.944Z] ? github.com/docker/docker/daemon/names [no test files] [2019-10-03T00:30:34.944Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-10-03T00:30:35.205Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-10-03T00:30:35.205Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-10-03T00:30:35.339Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-10-03T00:30:35.619Z] ok github.com/docker/docker/volume/mounts 0.087s coverage: 67.0% of statements [2019-10-03T00:30:35.619Z] ok github.com/docker/docker/volume/local 0.043s coverage: 73.0% of statements [2019-10-03T00:30:36.669Z] ok github.com/docker/docker/volume/service 0.032s coverage: 73.0% of statements [2019-10-03T00:30:36.841Z] ok github.com/docker/docker/distribution 0.184s coverage: 22.4% of statements [2019-10-03T00:30:37.099Z] ok github.com/docker/docker/distribution/metadata 0.044s coverage: 48.2% of statements [2019-10-03T00:30:37.099Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-10-03T00:30:38.114Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-10-03T00:30:38.471Z] ok github.com/docker/docker/errdefs 0.009s coverage: 49.4% of statements [2019-10-03T00:30:38.630Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-03T00:30:39.080Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-10-03T00:30:39.080Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-10-03T00:30:39.080Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-10-03T00:30:39.080Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-10-03T00:30:39.197Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-10-03T00:30:39.539Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-10-03T00:30:39.842Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-10-03T00:30:39.998Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-10-03T00:30:40.407Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-10-03T00:30:40.666Z] ok github.com/docker/docker/distribution/xfer 1.883s coverage: 85.6% of statements [2019-10-03T00:30:40.666Z] ? github.com/docker/docker/dockerversion [no test files] [2019-10-03T00:30:40.666Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-10-03T00:30:42.040Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2019-10-03T00:30:42.040Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-10-03T00:30:42.480Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-03T00:30:42.606Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-10-03T00:30:42.908Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-10-03T00:30:43.045Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-03T00:30:43.303Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-10-03T00:30:43.474Z] ok github.com/docker/docker/pkg/plugins 33.671s coverage: 76.6% of statements [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/rootless [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/volume [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-03T00:30:43.474Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === Skipped [2019-10-03T00:30:43.474Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-03T00:30:43.474Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-03T00:30:43.474Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:30:43.474Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:30:43.474Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:30:43.474Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:30:43.474Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:30:43.474Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:73: No driver to put! [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-03T00:30:43.474Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-03T00:30:43.474Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-03T00:30:43.474Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:30:43.474Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:30:43.474Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:30:43.474Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:30:43.474Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:30:43.474Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-03T00:30:43.474Z] graphtest_unix.go:73: No driver to put! [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-03T00:30:43.474Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-03T00:30:43.474Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] [2019-10-03T00:30:43.474Z] DONE 2116 tests, 20 skipped in 344.220s [2019-10-03T00:30:43.538Z] ok github.com/docker/docker/opts 0.017s coverage: 66.9% of statements [2019-10-03T00:30:43.538Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements Post stage [Pipeline] junit [2019-10-03T00:30:44.137Z] Recording test results [2019-10-03T00:30:44.596Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-10-03T00:30:44.596Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-10-03T00:30:44.596Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-10-03T00:30:44.596Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-10-03T00:30:45.294Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39979/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:85733620ebea3da75abe7d732043354aa0883f8a hack/make.sh dynbinary test-integration [2019-10-03T00:30:45.437Z] ok github.com/docker/docker/pkg/archive 0.418s coverage: 77.3% of statements [2019-10-03T00:30:45.914Z] [2019-10-03T00:30:45.914Z] Removing bundles/ [2019-10-03T00:30:45.914Z] [2019-10-03T00:30:45.914Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-10-03T00:30:45.914Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-10-03T00:30:45.914Z] GOOS="" GOARCH="" GOARM="" [2019-10-03T00:30:46.771Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-10-03T00:30:46.808Z] ok github.com/docker/docker/pkg/authorization 0.505s coverage: 68.3% of statements [2019-10-03T00:30:46.808Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-10-03T00:30:47.065Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-10-03T00:30:49.859Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-10-03T00:30:50.338Z] ok github.com/docker/docker/layer 7.384s coverage: 68.8% of statements [2019-10-03T00:30:50.338Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-10-03T00:30:50.338Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-10-03T00:30:50.338Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-10-03T00:30:50.338Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-10-03T00:30:50.338Z] ? github.com/docker/docker/oci [no test files] [2019-10-03T00:30:50.338Z] ? github.com/docker/docker/oci/caps [no test files] [2019-10-03T00:30:50.338Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-10-03T00:30:50.594Z] ok github.com/docker/docker/pkg/chrootarchive 2.958s coverage: 43.2% of statements [2019-10-03T00:30:50.594Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-10-03T00:30:50.594Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-10-03T00:30:50.791Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-10-03T00:30:50.791Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-03T00:30:50.851Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-10-03T00:30:51.416Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2019-10-03T00:30:51.980Z] ok github.com/docker/docker/pkg/discovery/memory 0.018s coverage: 92.3% of statements [2019-10-03T00:30:52.163Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-10-03T00:30:52.544Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2019-10-03T00:30:52.801Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2019-10-03T00:30:53.097Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-10-03T00:30:54.170Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-10-03T00:30:54.734Z] ok github.com/docker/docker/pkg/fileutils 0.015s coverage: 89.5% of statements [2019-10-03T00:30:55.300Z] ok github.com/docker/docker/pkg/discovery/kv 3.110s coverage: 84.1% of statements [2019-10-03T00:30:55.300Z] ok github.com/docker/docker/pkg/fsutils 0.221s coverage: 85.1% of statements [2019-10-03T00:30:55.558Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2019-10-03T00:30:56.929Z] ok github.com/docker/docker/pkg/idtools 0.566s coverage: 70.1% of statements [2019-10-03T00:30:56.929Z] ok github.com/docker/docker/pkg/ioutils 0.435s coverage: 69.3% of statements [2019-10-03T00:30:57.186Z] ok github.com/docker/docker/pkg/locker 0.014s coverage: 88.9% of statements [2019-10-03T00:30:57.277Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-10-03T00:30:57.444Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2019-10-03T00:30:57.444Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-10-03T00:30:57.444Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-10-03T00:30:58.008Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2019-10-03T00:30:58.265Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2019-10-03T00:30:58.522Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-10-03T00:30:58.779Z] ok github.com/docker/docker/pkg/mount 0.572s coverage: 69.6% of statements [2019-10-03T00:30:58.779Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-10-03T00:30:59.036Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.023s coverage: 91.4% of statements [2019-10-03T00:30:59.036Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2019-10-03T00:30:59.036Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-10-03T00:30:59.036Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-10-03T00:30:59.148Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-10-03T00:30:59.174Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-03T00:30:59.739Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-03T00:30:59.967Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2019-10-03T00:31:00.532Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-10-03T00:31:00.790Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2019-10-03T00:31:01.047Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-10-03T00:31:01.635Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-03T00:31:02.417Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 73.9% of statements [2019-10-03T00:31:02.677Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-10-03T00:31:05.950Z] ok github.com/docker/docker/pkg/signal 2.389s coverage: 61.0% of statements [2019-10-03T00:31:05.950Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2019-10-03T00:31:06.206Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-10-03T00:31:06.464Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-10-03T00:31:06.722Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2019-10-03T00:31:06.895Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-03T00:31:06.895Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-10-03T00:31:06.979Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-10-03T00:31:07.462Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-03T00:31:07.462Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-03T00:31:07.543Z] ok github.com/docker/docker/pkg/system 0.023s coverage: 36.9% of statements [2019-10-03T00:31:07.707Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-10-03T00:31:08.107Z] ok github.com/docker/docker/pkg/tailfile 0.062s coverage: 88.6% of statements [2019-10-03T00:31:08.166Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-10-03T00:31:08.166Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-10-03T00:31:08.671Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2019-10-03T00:31:08.929Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 84.8% of statements [2019-10-03T00:31:09.186Z] testing: warning: no tests to run [2019-10-03T00:31:09.186Z] coverage: [no statements] [2019-10-03T00:31:09.186Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2019-10-03T00:31:09.359Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-03T00:31:09.443Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-10-03T00:31:09.701Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-10-03T00:31:09.701Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-10-03T00:31:10.731Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-03T00:31:11.066Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-10-03T00:31:12.257Z] ok github.com/docker/docker/plugin 0.541s coverage: 27.1% of statements [2019-10-03T00:31:12.513Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2019-10-03T00:31:12.606Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-10-03T00:31:12.646Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-03T00:31:13.079Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2019-10-03T00:31:13.643Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2019-10-03T00:31:15.012Z] ok github.com/docker/docker/registry 0.085s coverage: 56.3% of statements [2019-10-03T00:31:15.576Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-10-03T00:31:15.576Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2019-10-03T00:31:16.545Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-10-03T00:31:16.545Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-10-03T00:31:17.293Z] === RUN TestDockerSuite/TestBuildAddScript [2019-10-03T00:31:17.293Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-10-03T00:31:17.293Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-10-03T00:31:17.293Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-10-03T00:31:17.293Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-10-03T00:31:17.751Z] === RUN TestDockerSuite/TestBuildAddTar [2019-10-03T00:31:17.905Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-03T00:31:19.073Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-10-03T00:31:19.637Z] ok github.com/docker/docker/volume/local 0.023s coverage: 73.0% of statements [2019-10-03T00:31:20.202Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2019-10-03T00:31:20.429Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-10-03T00:31:21.134Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2019-10-03T00:31:22.327Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-10-03T00:31:25.604Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-10-03T00:31:25.604Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-10-03T00:31:26.168Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-03T00:31:28.064Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite (367.32s) [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.29s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.50s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.65s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (5.90s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-10-03T00:31:32.253Z] docker_cli_daemon_test.go:1449: Daemon da1b75fafce7d is not started [2019-10-03T00:31:32.253Z] check_test.go:309: Daemon dd8aa4d519d6b is not started [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.38s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.88s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-10-03T00:31:32.253Z] check_test.go:309: Daemon d7c0b3b2eb584 is not started [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (2.10s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.92s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.15s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (6.77s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.42s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.77s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.48s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.03s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.52s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-10-03T00:31:32.253Z] check_test.go:309: Daemon da84720c2f527 is not started [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-10-03T00:31:32.253Z] check_test.go:309: Daemon d51f94f7e4555 is not started [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.05s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog" [2019-10-03T00:31:32.253Z] check_test.go:309: Daemon db834dd31c0bc is not started [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.72s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.64s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.69s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.13s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.56s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.63s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.50s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure" [2019-10-03T00:31:32.253Z] check_test.go:309: Daemon deef89494e775 is not started [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal" [2019-10-03T00:31:32.253Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.43s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose" [2019-10-03T00:31:32.253Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-10-03T00:31:32.253Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-03T00:31:32.253Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-10-03T00:31:32.253Z] check_test.go:309: Daemon d8fe1eccca273 is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.74s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP" [2019-10-03T00:31:32.254Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-03T00:31:32.254Z] requirement.go:26: unmatched requirement IPv6 [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon d2c466f46ae33 is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.31s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.23s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.64s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.74s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean" [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon d0e33a878060c is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.40s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration" [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon d7e160cb25b3a is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.36s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins" [2019-10-03T00:31:32.254Z] docker_cli_daemon_plugins_test.go:79: Daemon df26c6ee8642e is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.36s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins" [2019-10-03T00:31:32.254Z] docker_cli_daemon_plugins_test.go:169: Daemon de5269849143e is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.83s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong" [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon d313c5191779e is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.77s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.90s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.85s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.85s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.72s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.93s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.27s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.61s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.72s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError" [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon dc213aebda0fc is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.52s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.67s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.73s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.21s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.73s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.45s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.61s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork" [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon d1915dd1e9c8d is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.64s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.64s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (13.11s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.43s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.44s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.46s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways" [2019-10-03T00:31:32.254Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-03T00:31:32.254Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon d51e991f0b8bc is not started [2019-10-03T00:31:32.254Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-03T00:31:32.254Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon d89f6fe7939cb is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.87s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer" [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon de800c7d8437b is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.00s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.14s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.37s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.50s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.52s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.20s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.71s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.26s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer" [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon d4e539b6f0a0e is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.47s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.91s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.19s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout" [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon d88193fd98d53 is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.40s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.07s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-03T00:31:32.254Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-03T00:31:32.254Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-03T00:31:32.254Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-03T00:31:32.254Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-03T00:31:32.254Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-03T00:31:32.254Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-03T00:31:32.254Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-03T00:31:32.254Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-03T00:31:32.254Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-10-03T00:31:32.254Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon df623ee1ca114 is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.20s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors" [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon d03eea69d05be is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.54s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.73s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp" [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon df66e584fbd7f is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.79s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.28s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.57s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey" [2019-10-03T00:31:32.254Z] check_test.go:309: Daemon d5b8a1d096487 is not started [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.97s) [2019-10-03T00:31:32.254Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork" [2019-10-03T00:31:32.254Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.43s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.49s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.27s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-10-03T00:31:32.255Z] check_test.go:309: Daemon de90f36ad8506 is not started [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.57s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.18s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand" [2019-10-03T00:31:32.255Z] check_test.go:309: Daemon dd18a3afe5fa7 is not started [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.92s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.96s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.30s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.60s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.98s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.60s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.84s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.11s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.51s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.86s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.17s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.17s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.83s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.72s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine" [2019-10-03T00:31:32.255Z] docker_cli_daemon_test.go:2542: Daemon d15869f89ddad is not started [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.34s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.10s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.10s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.36s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload" [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.09s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify" [2019-10-03T00:31:32.255Z] check_test.go:309: Daemon daee30d6e41ae is not started [2019-10-03T00:31:32.255Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.12s) [2019-10-03T00:31:32.255Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin" [2019-10-03T00:31:32.255Z] === RUN TestDockerSwarmSuite [2019-10-03T00:31:32.255Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-10-03T00:31:32.255Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-03T00:31:35.982Z] ok github.com/docker/docker/pkg/plugins 33.621s coverage: 76.6% of statements [2019-10-03T00:31:35.982Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-10-03T00:31:35.982Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-10-03T00:31:35.982Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-10-03T00:31:35.982Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-10-03T00:31:35.982Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-10-03T00:31:35.982Z] ? github.com/docker/docker/rootless [no test files] [2019-10-03T00:31:35.982Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-10-03T00:31:35.982Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/testutil/request [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/volume [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-10-03T00:31:35.983Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === Skipped [2019-10-03T00:31:35.983Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-10-03T00:31:35.983Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-10-03T00:31:35.983Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:31:35.983Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:31:35.983Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:31:35.983Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:31:35.983Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:31:35.983Z] graphtest_unix.go:46: Driver btrfs not supported [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:73: No driver to put! [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-10-03T00:31:35.983Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-10-03T00:31:35.983Z] overlay_test.go:49: Fails to compute changes intermittently [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-10-03T00:31:35.983Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:31:35.983Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:31:35.983Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:31:35.983Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:31:35.983Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-10-03T00:31:35.983Z] graphtest_unix.go:46: Driver zfs not supported [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-10-03T00:31:35.983Z] graphtest_unix.go:73: No driver to put! [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-10-03T00:31:35.983Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-10-03T00:31:35.983Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] [2019-10-03T00:31:35.983Z] DONE 2116 tests, 20 skipped in 228.575s Post stage [Pipeline] junit [2019-10-03T00:31:35.994Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-10-03T00:31:36.434Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-10-03T00:31:36.670Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39979/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a -e DOCKER_GRAPHDRIVER docker:85733620ebea3da75abe7d732043354aa0883f8a hack/validate/vendor [2019-10-03T00:31:39.193Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-10-03T00:31:40.075Z] + echo Building e2e image [2019-10-03T00:31:40.075Z] Building e2e image [2019-10-03T00:31:40.075Z] + docker build --build-arg DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a -t moby-e2e-test -f Dockerfile.e2e . [2019-10-03T00:31:40.075Z] #2 [internal] load .dockerignore [2019-10-03T00:31:40.075Z] #2 transferring context: 34B done [2019-10-03T00:31:40.075Z] #2 DONE 0.0s [2019-10-03T00:31:40.075Z] [2019-10-03T00:31:40.075Z] #1 [internal] load build definition from Dockerfile.e2e [2019-10-03T00:31:40.075Z] #1 transferring dockerfile: 3.21kB done [2019-10-03T00:31:40.075Z] #1 DONE 0.0s [2019-10-03T00:31:40.075Z] [2019-10-03T00:31:40.075Z] #4 [internal] load metadata for docker.io/library/golang:1.13.1-alpine [2019-10-03T00:31:40.333Z] #4 DONE 0.3s [2019-10-03T00:31:40.333Z] [2019-10-03T00:31:40.333Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-10-03T00:31:40.590Z] #3 DONE 0.4s [2019-10-03T00:31:40.590Z] [2019-10-03T00:31:40.590Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.1-alpine@sha256:2293e952c7... [2019-10-03T00:31:40.590Z] #14 resolve docker.io/library/golang:1.13.1-alpine@sha256:2293e952c79b8b3a987e1e09d48b6aa403d703cef9a8fa316d30ba2918d37367 done [2019-10-03T00:31:40.590Z] #14 extracting sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 [2019-10-03T00:31:40.613Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-10-03T00:31:40.848Z] #14 sha256:33c1f6efaf8c784c2d40f176375034cd5be5c1b0e3bdbb71a5c7c4fe1620b137 126B / 126B 0.2s done [2019-10-03T00:31:40.848Z] #14 sha256:2293e952c79b8b3a987e1e09d48b6aa403d703cef9a8fa316d30ba2918d37367 1.65kB / 1.65kB done [2019-10-03T00:31:40.848Z] #14 sha256:483ab69016be0d2c2176d0719da8854579fe1849a5d9975b32cbe7432ca9b038 1.36kB / 1.36kB done [2019-10-03T00:31:40.848Z] #14 sha256:48260c3da24c87ff788aa0db0518a8325cdb504eaffde3a34e2e113777d84444 3.80kB / 3.80kB done [2019-10-03T00:31:40.848Z] #14 sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 2.79MB / 2.79MB 0.1s done [2019-10-03T00:31:40.848Z] #14 sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 301.73kB / 301.73kB 0.1s done [2019-10-03T00:31:40.848Z] #14 sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf 154B / 154B 0.0s done [2019-10-03T00:31:40.848Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 3.38MB / 126.85MB 0.3s [2019-10-03T00:31:40.848Z] #14 ... [2019-10-03T00:31:40.848Z] [2019-10-03T00:31:40.848Z] #8 [internal] load build context [2019-10-03T00:31:40.848Z] #8 transferring context: 795.49kB 0.3s done [2019-10-03T00:31:40.848Z] #8 DONE 0.4s [2019-10-03T00:31:40.848Z] [2019-10-03T00:31:40.848Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.1-alpine@sha256:2293e952c7... [2019-10-03T00:31:40.848Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 14.92MB / 126.85MB 0.4s [2019-10-03T00:31:41.105Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 24.28MB / 126.85MB 0.5s [2019-10-03T00:31:41.362Z] #14 ... [2019-10-03T00:31:41.362Z] [2019-10-03T00:31:41.362Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-10-03T00:31:41.362Z] #5 resolve docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb done [2019-10-03T00:31:41.362Z] #5 sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb 1.64kB / 1.64kB done [2019-10-03T00:31:41.362Z] #5 sha256:acd3ca9941a85e8ed16515bfc5328e4e2f8c128caa72959a58a127b7801ee01f 528B / 528B done [2019-10-03T00:31:41.362Z] #5 sha256:961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4 1.51kB / 1.51kB done [2019-10-03T00:31:41.362Z] #5 extracting sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 0.4s done [2019-10-03T00:31:41.362Z] #5 DONE 0.6s [2019-10-03T00:31:41.362Z] [2019-10-03T00:31:41.362Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.1-alpine@sha256:2293e952c7... [2019-10-03T00:31:41.362Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 39.90MB / 126.85MB 0.6s [2019-10-03T00:31:41.362Z] #14 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 0.1s [2019-10-03T00:31:41.362Z] #14 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 0.2s done [2019-10-03T00:31:41.620Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 63.53MB / 126.85MB 1.0s [2019-10-03T00:31:41.620Z] #14 extracting sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf done [2019-10-03T00:31:41.620Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 83.13MB / 126.85MB 1.2s [2019-10-03T00:31:41.877Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 93.88MB / 126.85MB 1.2s [2019-10-03T00:31:41.878Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 118.31MB / 126.85MB 1.4s [2019-10-03T00:31:42.135Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 126.85MB / 126.85MB 1.5s [2019-10-03T00:31:42.393Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 126.85MB / 126.85MB 1.8s done [2019-10-03T00:31:42.650Z] #14 extracting sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 0.1s [2019-10-03T00:31:42.650Z] #14 ... [2019-10-03T00:31:42.650Z] [2019-10-03T00:31:42.650Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-10-03T00:31:42.650Z] #6 DONE 1.6s [2019-10-03T00:31:42.650Z] [2019-10-03T00:31:42.650Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.1-alpine@sha256:2293e952c7... [2019-10-03T00:31:47.171Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-10-03T00:31:48.010Z] #14 extracting sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 5.1s [2019-10-03T00:31:48.105Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-03T00:31:48.574Z] #14 extracting sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 6.2s done [2019-10-03T00:31:48.832Z] #14 extracting sha256:33c1f6efaf8c784c2d40f176375034cd5be5c1b0e3bdbb71a5c7c4fe1620b137 done [2019-10-03T00:31:49.089Z] #14 DONE 8.5s [2019-10-03T00:31:49.089Z] [2019-10-03T00:31:49.089Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-10-03T00:31:49.089Z] #7 1.035 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-10-03T00:31:49.089Z] #7 2.128 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-10-03T00:31:49.089Z] #7 2.241 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-10-03T00:31:49.089Z] #7 2.244 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-10-03T00:31:49.089Z] #7 2.454 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-10-03T00:31:49.089Z] #7 2.466 (4/31) Installing readline (8.0.0-r0) [2019-10-03T00:31:49.089Z] #7 2.475 (5/31) Installing bash (5.0.0-r0) [2019-10-03T00:31:49.089Z] #7 2.493 Executing bash-5.0.0-r0.post-install [2019-10-03T00:31:49.089Z] #7 2.496 (6/31) Installing ca-certificates (20190108-r0) [2019-10-03T00:31:49.089Z] #7 2.517 (7/31) Installing libgcc (8.3.0-r0) [2019-10-03T00:31:49.089Z] #7 2.522 (8/31) Installing libstdc++ (8.3.0-r0) [2019-10-03T00:31:49.089Z] #7 2.536 (9/31) Installing binutils (2.32-r0) [2019-10-03T00:31:49.089Z] #7 2.644 (10/31) Installing gmp (6.1.2-r1) [2019-10-03T00:31:49.089Z] #7 2.653 (11/31) Installing isl (0.18-r0) [2019-10-03T00:31:49.089Z] #7 2.674 (12/31) Installing libgomp (8.3.0-r0) [2019-10-03T00:31:49.089Z] #7 2.679 (13/31) Installing libatomic (8.3.0-r0) [2019-10-03T00:31:49.089Z] #7 2.682 (14/31) Installing mpfr3 (3.1.5-r1) [2019-10-03T00:31:49.089Z] #7 2.688 (15/31) Installing mpc1 (1.1.0-r0) [2019-10-03T00:31:49.089Z] #7 2.693 (16/31) Installing gcc (8.3.0-r0) [2019-10-03T00:31:49.089Z] #7 3.613 (17/31) Installing musl-dev (1.1.22-r3) [2019-10-03T00:31:49.089Z] #7 3.716 (18/31) Installing libc-dev (0.7.1-r0) [2019-10-03T00:31:49.089Z] #7 3.718 (19/31) Installing g++ (8.3.0-r0) [2019-10-03T00:31:49.089Z] #7 4.323 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-10-03T00:31:49.089Z] #7 4.332 (21/31) Installing libcurl (7.66.0-r0) [2019-10-03T00:31:49.089Z] #7 4.341 (22/31) Installing expat (2.2.8-r0) [2019-10-03T00:31:49.089Z] #7 4.347 (23/31) Installing pcre2 (10.33-r0) [2019-10-03T00:31:49.089Z] #7 4.356 (24/31) Installing git (2.22.0-r0) [2019-10-03T00:31:49.089Z] #7 4.570 (25/31) Installing libmnl (1.0.4-r0) [2019-10-03T00:31:49.089Z] #7 4.573 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-10-03T00:31:49.089Z] #7 4.579 (27/31) Installing iptables (1.8.3-r0) [2019-10-03T00:31:49.089Z] #7 4.606 (28/31) Installing pigz (2.4-r0) [2019-10-03T00:31:49.089Z] #7 4.612 (29/31) Installing tar (1.32-r0) [2019-10-03T00:31:49.089Z] #7 4.626 (30/31) Installing xz-libs (5.2.4-r0) [2019-10-03T00:31:49.089Z] #7 4.630 (31/31) Installing xz (5.2.4-r0) [2019-10-03T00:31:49.089Z] #7 4.636 Executing busybox-1.30.1-r2.trigger [2019-10-03T00:31:49.089Z] #7 4.641 Executing ca-certificates-20190108-r0.trigger [2019-10-03T00:31:49.089Z] #7 4.697 OK: 185 MiB in 45 packages [2019-10-03T00:31:49.347Z] #7 DONE 6.5s [2019-10-03T00:31:49.347Z] [2019-10-03T00:31:49.347Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-10-03T00:31:49.347Z] #9 DONE 0.1s [2019-10-03T00:31:49.347Z] [2019-10-03T00:31:49.347Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-10-03T00:31:49.347Z] #10 DONE 0.0s [2019-10-03T00:31:49.347Z] [2019-10-03T00:31:49.347Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-10-03T00:31:49.347Z] #15 ... [2019-10-03T00:31:49.347Z] [2019-10-03T00:31:49.347Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-10-03T00:31:49.347Z] #11 DONE 0.1s [2019-10-03T00:31:49.347Z] [2019-10-03T00:31:49.347Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-10-03T00:31:49.347Z] #12 DONE 0.1s [2019-10-03T00:31:49.534Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-03T00:31:49.534Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-03T00:31:49.605Z] [2019-10-03T00:31:49.605Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-10-03T00:31:49.605Z] #13 DONE 0.1s [2019-10-03T00:31:49.605Z] [2019-10-03T00:31:49.605Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-10-03T00:31:49.862Z] #15 0.785 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-10-03T00:31:51.231Z] #15 1.847 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-10-03T00:31:51.231Z] #15 1.914 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-10-03T00:31:51.231Z] #15 1.917 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-10-03T00:31:51.231Z] #15 2.044 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-10-03T00:31:51.231Z] #15 2.052 (4/43) Installing readline (8.0.0-r0) [2019-10-03T00:31:51.231Z] #15 2.056 (5/43) Installing bash (5.0.0-r0) [2019-10-03T00:31:51.231Z] #15 2.069 Executing bash-5.0.0-r0.post-install [2019-10-03T00:31:51.231Z] #15 2.071 (6/43) Installing linux-headers (4.19.36-r0) [2019-10-03T00:31:51.231Z] #15 2.141 (7/43) Installing libuuid (2.33.2-r0) [2019-10-03T00:31:51.231Z] #15 2.143 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-10-03T00:31:51.231Z] #15 2.164 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-10-03T00:31:51.231Z] #15 2.168 (10/43) Installing binutils (2.32-r0) [2019-10-03T00:31:51.231Z] #15 2.235 (11/43) Installing libmagic (5.37-r0) [2019-10-03T00:31:51.231Z] #15 2.255 (12/43) Installing file (5.37-r0) [2019-10-03T00:31:51.231Z] #15 2.257 (13/43) Installing gmp (6.1.2-r1) [2019-10-03T00:31:51.231Z] #15 2.263 (14/43) Installing isl (0.18-r0) [2019-10-03T00:31:51.231Z] #15 2.278 (15/43) Installing libgomp (8.3.0-r0) [2019-10-03T00:31:51.488Z] #15 2.282 (16/43) Installing libatomic (8.3.0-r0) [2019-10-03T00:31:51.488Z] #15 2.284 (17/43) Installing libgcc (8.3.0-r0) [2019-10-03T00:31:51.488Z] #15 2.287 (18/43) Installing mpfr3 (3.1.5-r1) [2019-10-03T00:31:51.488Z] #15 2.293 (19/43) Installing mpc1 (1.1.0-r0) [2019-10-03T00:31:51.488Z] #15 2.296 (20/43) Installing libstdc++ (8.3.0-r0) [2019-10-03T00:31:51.488Z] #15 2.306 (21/43) Installing gcc (8.3.0-r0) [2019-10-03T00:31:52.054Z] #15 2.970 (22/43) Installing musl-dev (1.1.22-r3) [2019-10-03T00:31:52.312Z] #15 3.047 (23/43) Installing libc-dev (0.7.1-r0) [2019-10-03T00:31:52.312Z] #15 3.049 (24/43) Installing g++ (8.3.0-r0) [2019-10-03T00:31:52.570Z] #15 3.484 (25/43) Installing make (4.2.1-r2) [2019-10-03T00:31:52.570Z] #15 3.489 (26/43) Installing fortify-headers (1.1-r0) [2019-10-03T00:31:52.570Z] #15 3.492 (27/43) Installing build-base (0.5-r1) [2019-10-03T00:31:52.570Z] #15 3.494 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-10-03T00:31:52.570Z] #15 3.498 (29/43) Installing libcurl (7.66.0-r0) [2019-10-03T00:31:52.570Z] #15 3.504 (30/43) Installing curl (7.66.0-r0) [2019-10-03T00:31:52.570Z] #15 3.508 (31/43) Installing oniguruma (6.9.2-r0) [2019-10-03T00:31:52.570Z] #15 3.514 (32/43) Installing jq (1.6-r0) [2019-10-03T00:31:52.570Z] #15 3.521 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-10-03T00:31:52.570Z] #15 3.526 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-10-03T00:31:52.570Z] #15 3.529 (35/43) Installing libaio (0.3.111-r0) [2019-10-03T00:31:52.570Z] #15 3.531 (36/43) Installing libblkid (2.33.2-r0) [2019-10-03T00:31:52.570Z] #15 3.536 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-10-03T00:31:52.570Z] #15 3.564 (38/43) Installing libfdisk (2.33.2-r0) [2019-10-03T00:31:52.570Z] #15 3.570 (39/43) Installing libmount (2.33.2-r0) [2019-10-03T00:31:52.570Z] #15 3.576 (40/43) Installing libsmartcols (2.33.2-r0) [2019-10-03T00:31:52.570Z] #15 3.580 (41/43) Installing pkgconf (1.6.1-r1) [2019-10-03T00:31:52.827Z] #15 3.583 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-10-03T00:31:52.827Z] #15 3.605 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-10-03T00:31:52.827Z] #15 3.610 Executing busybox-1.30.1-r2.trigger [2019-10-03T00:31:52.827Z] #15 3.616 OK: 190 MiB in 58 packages [2019-10-03T00:31:53.404Z] #15 DONE 4.2s [2019-10-03T00:31:53.404Z] [2019-10-03T00:31:53.404Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-10-03T00:31:54.334Z] #16 DONE 0.9s [2019-10-03T00:31:54.334Z] [2019-10-03T00:31:54.334Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-10-03T00:31:54.795Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-03T00:31:54.899Z] #17 DONE 0.7s [2019-10-03T00:31:54.899Z] [2019-10-03T00:31:54.899Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-10-03T00:31:54.899Z] #18 DONE 0.0s [2019-10-03T00:31:55.157Z] [2019-10-03T00:31:55.157Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-10-03T00:31:55.157Z] #19 DONE 0.1s [2019-10-03T00:31:55.157Z] [2019-10-03T00:31:55.157Z] #31 [builder 1/4] COPY . . [2019-10-03T00:31:58.171Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-03T00:31:59.542Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-10-03T00:32:00.413Z] #31 ... [2019-10-03T00:32:00.413Z] [2019-10-03T00:32:00.413Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-03T00:32:00.413Z] #20 1.354 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-10-03T00:32:00.413Z] #20 1.540 [2019-10-03T00:32:00.413Z] #20 1.647 ##### 7.8% ######################### 35.0% ###################################### 53.9% ####################################### 55.2% ############################################################### 88.8% ######################################################################## 100.0% [2019-10-03T00:32:00.413Z] #20 2.300 [2019-10-03T00:32:00.413Z] #20 2.409 ###################### 30.9% #################################################################### 94.7% ######################################################################## 100.0% [2019-10-03T00:32:00.413Z] #20 2.719 [2019-10-03T00:32:00.413Z] #20 2.828 ########## 14.5% ############################## 41.9% ############################################# 62.8% ################################################################## 92.8% ######################################################################## 100.0% [2019-10-03T00:32:00.413Z] #20 3.359 [2019-10-03T00:32:00.413Z] #20 3.468 #### 6.1% ######## 11.8% ############### 21.1% ################### 27.0% ########################### 37.5% ################################ 45.0% ##################################### 52.4% ########################################### 59.9% ################################################ 67.3% ##################################################### 74.6% ########################################################### 82.4% ################################################################ 89.8% ####################################################################### 99.5% ######################################################################## 100.0% [2019-10-03T00:32:00.413Z] #20 4.917 [2019-10-03T00:32:00.413Z] #20 ... [2019-10-03T00:32:00.413Z] [2019-10-03T00:32:00.413Z] #31 [builder 1/4] COPY . . [2019-10-03T00:32:00.413Z] #31 DONE 5.2s [2019-10-03T00:32:00.413Z] [2019-10-03T00:32:00.413Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-10-03T00:32:00.475Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-10-03T00:32:00.475Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-03T00:32:00.506Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-10-03T00:32:00.506Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-10-03T00:32:00.506Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-10-03T00:32:01.345Z] #32 DONE 1.2s [2019-10-03T00:32:01.345Z] [2019-10-03T00:32:01.345Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-03T00:32:02.277Z] #33 0.820 [2019-10-03T00:32:02.277Z] #33 0.898 Removing bundles/ [2019-10-03T00:32:02.277Z] #33 0.898 [2019-10-03T00:32:02.277Z] #33 0.902 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-10-03T00:32:02.842Z] #33 1.558 Building test suite binary ./integration-cli/test.main [2019-10-03T00:32:05.367Z] #33 ... [2019-10-03T00:32:05.367Z] [2019-10-03T00:32:05.367Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-10-03T00:32:05.367Z] #20 5.495 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-10-03T00:32:05.367Z] #20 5.746 [2019-10-03T00:32:05.367Z] #20 5.815 ######################################################################## 100.0% [2019-10-03T00:32:05.367Z] #20 5.978 [2019-10-03T00:32:05.367Z] #20 6.718 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-10-03T00:32:05.367Z] #20 6.991 [2019-10-03T00:32:05.367Z] #20 7.106 ######################################################## 78.6% ######################################################################## 100.0% [2019-10-03T00:32:05.367Z] #20 7.313 [2019-10-03T00:32:05.367Z] #20 7.987 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-10-03T00:32:05.367Z] #20 8.083 skipping existing 1849cc453dee [2019-10-03T00:32:05.367Z] #20 8.266 [2019-10-03T00:32:05.367Z] #20 8.973 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-10-03T00:32:05.367Z] #20 9.264 [2019-10-03T00:32:05.367Z] #20 9.341 ######################################################################## 100.0% [2019-10-03T00:32:05.367Z] #20 9.547 [2019-10-03T00:32:05.367Z] #20 9.616 Download of images into '/build' complete. [2019-10-03T00:32:05.367Z] #20 9.616 Use something like the following to load the result into a Docker daemon: [2019-10-03T00:32:05.367Z] #20 9.618 tar -cC '/build' . | docker load [2019-10-03T00:32:05.367Z] #20 DONE 9.7s [2019-10-03T00:32:05.367Z] [2019-10-03T00:32:05.367Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-10-03T00:32:05.367Z] #26 DONE 0.1s [2019-10-03T00:32:05.367Z] [2019-10-03T00:32:05.367Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-10-03T00:32:05.367Z] #22 DONE 0.1s [2019-10-03T00:32:05.367Z] [2019-10-03T00:32:05.367Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-10-03T00:32:05.367Z] #27 DONE 0.1s [2019-10-03T00:32:05.367Z] [2019-10-03T00:32:05.367Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-10-03T00:32:05.367Z] #28 DONE 0.1s [2019-10-03T00:32:05.367Z] [2019-10-03T00:32:05.367Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-10-03T00:32:05.367Z] #23 DONE 0.1s [2019-10-03T00:32:05.367Z] [2019-10-03T00:32:05.367Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-03T00:32:06.298Z] #33 ... [2019-10-03T00:32:06.298Z] [2019-10-03T00:32:06.298Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-03T00:32:10.437Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-03T00:32:10.478Z] #29 ... [2019-10-03T00:32:10.478Z] [2019-10-03T00:32:10.478Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-10-03T00:32:10.478Z] #21 DONE 1.0s [2019-10-03T00:32:10.478Z] [2019-10-03T00:32:10.478Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-10-03T00:32:10.478Z] #24 2.463 Install docker/cli version 17.06.2-ce from stable [2019-10-03T00:32:10.478Z] #24 2.463 + RM_GOPATH=0 [2019-10-03T00:32:10.478Z] #24 2.463 + TMP_GOPATH= [2019-10-03T00:32:10.478Z] #24 2.463 + : /build [2019-10-03T00:32:10.478Z] #24 2.463 + '[' -z '' ']' [2019-10-03T00:32:10.478Z] #24 2.463 ++ mktemp -d [2019-10-03T00:32:10.478Z] #24 2.463 + export GOPATH=/tmp/tmp.ciBkjB [2019-10-03T00:32:10.478Z] #24 2.463 + GOPATH=/tmp/tmp.ciBkjB [2019-10-03T00:32:10.478Z] #24 2.463 + RM_GOPATH=1 [2019-10-03T00:32:10.478Z] #24 2.463 ++ dirname ./install.sh [2019-10-03T00:32:10.478Z] #24 2.463 + dir=. [2019-10-03T00:32:10.478Z] #24 2.463 + bin=dockercli [2019-10-03T00:32:10.478Z] #24 2.463 + shift [2019-10-03T00:32:10.478Z] #24 2.463 + '[' '!' -f ./dockercli.installer ']' [2019-10-03T00:32:10.478Z] #24 2.463 + . ./dockercli.installer [2019-10-03T00:32:10.478Z] #24 2.463 ++ DOCKERCLI_CHANNEL=stable [2019-10-03T00:32:10.478Z] #24 2.463 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-10-03T00:32:10.478Z] #24 2.463 + install_dockercli [2019-10-03T00:32:10.478Z] #24 2.463 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-10-03T00:32:10.478Z] #24 2.463 ++ uname -m [2019-10-03T00:32:10.478Z] #24 2.463 + arch=x86_64 [2019-10-03T00:32:10.478Z] #24 2.463 + '[' x86_64 '!=' x86_64 ']' [2019-10-03T00:32:10.478Z] #24 2.463 + url=https://download.docker.com/linux/static [2019-10-03T00:32:10.478Z] #24 2.463 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-10-03T00:32:10.478Z] #24 2.492 + tar -xz docker/docker [2019-10-03T00:32:10.478Z] #24 5.248 + mkdir -p /build [2019-10-03T00:32:10.478Z] #24 5.249 + mv docker/docker /build/ [2019-10-03T00:32:10.478Z] #24 5.251 + rmdir docker [2019-10-03T00:32:10.478Z] #24 DONE 5.3s [2019-10-03T00:32:10.478Z] [2019-10-03T00:32:10.478Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-03T00:32:11.411Z] #29 ... [2019-10-03T00:32:11.411Z] [2019-10-03T00:32:11.411Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-10-03T00:32:11.411Z] #25 DONE 0.2s [2019-10-03T00:32:11.411Z] [2019-10-03T00:32:11.411Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-10-03T00:32:12.336Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-03T00:32:15.613Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-03T00:32:18.186Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-10-03T00:32:18.186Z] === RUN TestDockerSuite/TestBuildBlankName [2019-10-03T00:32:18.186Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-10-03T00:32:24.165Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-10-03T00:32:24.639Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-10-03T00:32:29.327Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-10-03T00:32:30.478Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-10-03T00:32:30.478Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-10-03T00:32:35.735Z] --- PASS: TestImportExtremelyLargeImageWorks (182.11s) [2019-10-03T00:32:35.735Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-03T00:32:35.735Z] PASS [2019-10-03T00:32:35.735Z] [2019-10-03T00:32:35.735Z] DONE 12 tests in 186.360s [2019-10-03T00:32:35.735Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-10-03T00:32:35.735Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:32:35.735Z] ++ set -e [2019-10-03T00:32:35.735Z] ++ '[' -n 0 ']' [2019-10-03T00:32:35.735Z] ++ set -x [2019-10-03T00:32:35.735Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:32:35.735Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-03T00:32:35.735Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-03T00:32:35.735Z] INFO: Testing against a local daemon [2019-10-03T00:32:35.735Z] === RUN TestNetworkCreateDelete [2019-10-03T00:32:35.735Z] --- PASS: TestNetworkCreateDelete (0.14s) [2019-10-03T00:32:35.735Z] === RUN TestDockerNetworkDeletePreferID [2019-10-03T00:32:35.992Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2019-10-03T00:32:35.992Z] === RUN TestInspectNetwork [2019-10-03T00:32:37.940Z] #29 28.63 # github.com/docker/docker/contrib/httpserver [2019-10-03T00:32:37.940Z] #29 28.63 loadinternal: cannot find runtime/cgo [2019-10-03T00:32:37.940Z] #29 DONE 29.4s [2019-10-03T00:32:37.940Z] [2019-10-03T00:32:37.940Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-03T00:32:37.940Z] #33 ... [2019-10-03T00:32:37.940Z] [2019-10-03T00:32:37.940Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-10-03T00:32:37.940Z] #30 DONE 0.1s [2019-10-03T00:32:37.940Z] [2019-10-03T00:32:37.940Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-10-03T00:32:39.639Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-10-03T00:32:41.262Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-03T00:32:41.262Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-03T00:32:41.262Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-03T00:32:41.827Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-03T00:32:41.827Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-03T00:32:42.084Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-03T00:32:42.341Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-03T00:32:42.905Z] === RUN TestInspectNetwork/full_network_id [2019-10-03T00:32:42.905Z] === RUN TestInspectNetwork/partial_network_id [2019-10-03T00:32:42.905Z] === RUN TestInspectNetwork/network_name [2019-10-03T00:32:42.905Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-03T00:32:44.800Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-03T00:32:46.170Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-03T00:32:46.708Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-10-03T00:32:46.708Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-10-03T00:32:47.101Z] --- PASS: TestInspectNetwork (11.12s) [2019-10-03T00:32:47.101Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-03T00:32:47.101Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-03T00:32:47.101Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-03T00:32:47.101Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-03T00:32:47.101Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-03T00:32:47.101Z] === RUN TestRunContainerWithBridgeNone [2019-10-03T00:32:48.033Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-03T00:32:49.403Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-03T00:32:49.968Z] --- PASS: TestRunContainerWithBridgeNone (2.84s) [2019-10-03T00:32:49.968Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-03T00:32:49.968Z] === RUN TestNetworkInvalidJSON [2019-10-03T00:32:49.968Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-03T00:32:49.968Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-03T00:32:49.968Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-03T00:32:49.968Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-03T00:32:49.968Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-03T00:32:49.968Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-03T00:32:49.968Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-03T00:32:49.968Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-03T00:32:49.968Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-03T00:32:49.968Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2019-10-03T00:32:49.968Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-03T00:32:49.968Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-03T00:32:49.968Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-03T00:32:49.968Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-03T00:32:50.900Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-03T00:32:51.157Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-10-03T00:32:51.157Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2019-10-03T00:32:51.157Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-03T00:32:51.157Z] === RUN TestDaemonDefaultNetworkPools [2019-10-03T00:32:51.391Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-10-03T00:32:51.391Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-10-03T00:32:51.391Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-10-03T00:32:52.088Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2019-10-03T00:32:52.088Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-03T00:32:52.088Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-03T00:32:52.089Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-03T00:32:52.089Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-10-03T00:32:53.021Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2019-10-03T00:32:53.021Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-03T00:32:53.021Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-03T00:32:53.089Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-10-03T00:32:53.089Z] [2019-10-03T00:32:53.089Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-10-03T00:32:53.089Z] PKG_CONFIG=pkg-config [2019-10-03T00:32:53.089Z] GOLANG_VERSION=1.13.1 [2019-10-03T00:32:53.089Z] HOSTNAME=9fc29e73d046 [2019-10-03T00:32:53.089Z] DOCKER_EXPERIMENTAL=1 [2019-10-03T00:32:53.089Z] container=docker [2019-10-03T00:32:53.089Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-10-03T00:32:53.089Z] GO111MODULE=off [2019-10-03T00:32:53.089Z] GOPATH=/go [2019-10-03T00:32:53.089Z] PWD=/go/src/github.com/docker/docker [2019-10-03T00:32:53.089Z] HOME=/root [2019-10-03T00:32:53.089Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-10-03T00:32:53.089Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-10-03T00:32:53.089Z] DOCKER_GITCOMMIT=85733620ebea3da75abe7d732043354aa0883f8a [2019-10-03T00:32:53.089Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-10-03T00:32:53.089Z] DOCKER_GRAPHDRIVER=overlay2 [2019-10-03T00:32:53.089Z] TERM=xterm [2019-10-03T00:32:53.089Z] DEST=bundles/test-integration [2019-10-03T00:32:53.089Z] SHLVL=1 [2019-10-03T00:32:53.089Z] TIMEOUT=120m [2019-10-03T00:32:53.089Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-10-03T00:32:53.089Z] DOCKER_PKG=github.com/docker/docker [2019-10-03T00:32:53.089Z] TESTDEBUG=0 [2019-10-03T00:32:53.089Z] _=/usr/bin/env [2019-10-03T00:32:53.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-03T00:32:54.394Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.45s) [2019-10-03T00:32:54.394Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-03T00:32:54.394Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-03T00:32:54.959Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-10-03T00:32:54.959Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-03T00:32:54.959Z] === RUN TestServiceWithPredefinedNetwork [2019-10-03T00:32:57.179Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-10-03T00:32:57.179Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-10-03T00:32:57.637Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-10-03T00:32:57.637Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-10-03T00:32:57.637Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-10-03T00:32:58.238Z] --- PASS: TestServiceWithPredefinedNetwork (3.22s) [2019-10-03T00:32:58.238Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-03T00:32:58.238Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-03T00:32:58.238Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-03T00:32:58.238Z] service_test.go:230: FLAKY_TEST [2019-10-03T00:32:58.238Z] === RUN TestServiceWithDataPathPortInit [2019-10-03T00:33:00.135Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-03T00:33:18.209Z] --- PASS: TestServiceWithDataPathPortInit (19.84s) [2019-10-03T00:33:18.209Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-03T00:33:18.209Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-03T00:33:18.209Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-03T00:33:23.484Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-03T00:33:25.378Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-03T00:33:27.273Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.79s) [2019-10-03T00:33:27.273Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-03T00:33:27.273Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:um5v7pb2p3mpnhoikjf0cu0ca Created:2019-10-03 00:33:19.508242909 +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[0256b9832d3159c8df9de7a90e78d22c6db6cb5ada7a85acdc157a0e0944c974:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rxizfx3dxny7fysdx67xzjk7v EndpointID:26e34c9b39556c829dfc6e6c4e11e41bcdb0b487212b108d45e490c269d038f6 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ebd1f7aab779948899370def9d490a191096d9200ddd40d7d9661369c5674bc7 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:79b26c7f05f3 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rxizfx3dxny7fysdx67xzjk7v EndpointID:26e34c9b39556c829dfc6e6c4e11e41bcdb0b487212b108d45e490c269d038f6 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-03T00:33:27.273Z] PASS [2019-10-03T00:33:27.273Z] [2019-10-03T00:33:27.273Z] === Skipped [2019-10-03T00:33:27.273Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-03T00:33:27.273Z] service_test.go:230: FLAKY_TEST [2019-10-03T00:33:27.273Z] [2019-10-03T00:33:27.273Z] [2019-10-03T00:33:27.273Z] DONE 21 tests, 1 skipped in 51.529s [2019-10-03T00:33:27.273Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-03T00:33:27.273Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:33:27.273Z] ++ set -e [2019-10-03T00:33:27.273Z] ++ '[' -n 0 ']' [2019-10-03T00:33:27.273Z] ++ set -x [2019-10-03T00:33:27.273Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:33:27.273Z] INFO: Testing against a local daemon [2019-10-03T00:33:27.273Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-03T00:33:27.273Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-03T00:33:27.273Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-03T00:33:27.273Z] === RUN TestDockerNetworkIpvlan [2019-10-03T00:33:27.273Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-03T00:33:27.273Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-03T00:33:27.273Z] PASS [2019-10-03T00:33:27.273Z] [2019-10-03T00:33:27.273Z] === Skipped [2019-10-03T00:33:27.273Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-03T00:33:27.273Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-03T00:33:27.273Z] [2019-10-03T00:33:27.273Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-03T00:33:27.273Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-03T00:33:27.273Z] [2019-10-03T00:33:27.273Z] [2019-10-03T00:33:27.273Z] DONE 2 tests, 2 skipped in 0.224s [2019-10-03T00:33:27.273Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-03T00:33:27.273Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:33:27.273Z] ++ set -e [2019-10-03T00:33:27.273Z] ++ '[' -n 0 ']' [2019-10-03T00:33:27.273Z] ++ set -x [2019-10-03T00:33:27.273Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:33:27.273Z] INFO: Testing against a local daemon [2019-10-03T00:33:27.273Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-03T00:33:27.577Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-10-03T00:33:28.550Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-10-03T00:33:28.644Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2019-10-03T00:33:28.645Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-03T00:33:28.645Z] === RUN TestDockerNetworkMacvlan [2019-10-03T00:33:29.516Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-10-03T00:33:29.516Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-10-03T00:33:29.576Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-03T00:33:30.512Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-03T00:33:31.050Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-10-03T00:33:31.050Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-10-03T00:33:31.445Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-03T00:33:34.721Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-03T00:33:35.732Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-10-03T00:33:36.093Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-03T00:33:36.698Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-10-03T00:33:36.699Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-10-03T00:33:36.699Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-10-03T00:33:37.024Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-03T00:33:37.588Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-03T00:33:38.153Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-03T00:33:38.232Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-10-03T00:33:38.718Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-03T00:33:39.199Z] === RUN TestDockerSuite/TestBuildCmd [2019-10-03T00:33:39.199Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-10-03T00:33:39.693Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-03T00:33:39.694Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-03T00:33:39.755Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-10-03T00:33:40.213Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-10-03T00:33:40.261Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-03T00:33:40.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-03T00:33:40.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-03T00:33:40.518Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-10-03T00:33:41.344Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-03T00:33:45.780Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-03T00:33:45.999Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-10-03T00:33:47.123Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-10-03T00:33:47.123Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-10-03T00:33:47.154Z] --- PASS: TestDockerNetworkMacvlan (18.30s) [2019-10-03T00:33:47.154Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:33:47.154Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2019-10-03T00:33:47.154Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:33:47.154Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s) [2019-10-03T00:33:47.154Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:33:47.154Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.94s) [2019-10-03T00:33:47.154Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:33:47.154Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.98s) [2019-10-03T00:33:47.154Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:33:47.154Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.81s) [2019-10-03T00:33:47.154Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:33:47.154Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.30s) [2019-10-03T00:33:47.154Z] PASS [2019-10-03T00:33:47.154Z] [2019-10-03T00:33:47.154Z] DONE 8 tests in 19.815s [2019-10-03T00:33:47.154Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-03T00:33:47.154Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:33:47.154Z] ++ set -e [2019-10-03T00:33:47.154Z] ++ '[' -n 0 ']' [2019-10-03T00:33:47.154Z] ++ set -x [2019-10-03T00:33:47.154Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:33:47.154Z] testing: warning: no tests to run [2019-10-03T00:33:47.154Z] PASS [2019-10-03T00:33:47.154Z] [2019-10-03T00:33:47.154Z] DONE 0 tests in 0.045s [2019-10-03T00:33:47.154Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-03T00:33:47.154Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:33:47.154Z] ++ set -e [2019-10-03T00:33:47.154Z] ++ '[' -n 0 ']' [2019-10-03T00:33:47.154Z] ++ set -x [2019-10-03T00:33:47.154Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:33:47.411Z] INFO: Testing against a local daemon [2019-10-03T00:33:47.411Z] === RUN TestAuthZPluginAllowRequest [2019-10-03T00:33:48.089Z] === RUN TestDockerSuite/TestBuildContChar [2019-10-03T00:33:49.307Z] --- PASS: TestAuthZPluginAllowRequest (1.64s) [2019-10-03T00:33:49.307Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-03T00:33:49.307Z] === RUN TestAuthZPluginTLS [2019-10-03T00:33:49.872Z] --- PASS: TestAuthZPluginTLS (0.57s) [2019-10-03T00:33:49.872Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-03T00:33:49.872Z] === RUN TestAuthZPluginDenyRequest [2019-10-03T00:33:50.129Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2019-10-03T00:33:50.129Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-03T00:33:50.129Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-03T00:33:50.693Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2019-10-03T00:33:50.693Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-03T00:33:50.693Z] === RUN TestAuthZPluginDenyResponse [2019-10-03T00:33:51.261Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2019-10-03T00:33:51.261Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-03T00:33:51.261Z] === RUN TestAuthZPluginAllowEventStream [2019-10-03T00:33:52.632Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-03T00:33:52.890Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-03T00:33:52.890Z] --- PASS: TestAuthZPluginAllowEventStream (1.68s) [2019-10-03T00:33:52.890Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-03T00:33:52.890Z] === RUN TestAuthZPluginErrorResponse [2019-10-03T00:33:53.454Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-03T00:33:53.455Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2019-10-03T00:33:53.455Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-03T00:33:53.455Z] === RUN TestAuthZPluginErrorRequest [2019-10-03T00:33:54.020Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-03T00:33:54.020Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-10-03T00:33:54.020Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-03T00:33:54.020Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-03T00:33:54.278Z] === RUN TestDockerSuite/TestBuildFails [2019-10-03T00:33:54.535Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2019-10-03T00:33:54.535Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-03T00:33:54.535Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-03T00:33:55.468Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-03T00:33:55.468Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-03T00:33:56.840Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.10s) [2019-10-03T00:33:56.840Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-03T00:33:56.840Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-03T00:33:58.211Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-03T00:33:58.777Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.14s) [2019-10-03T00:33:58.777Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-03T00:33:58.777Z] === RUN TestAuthZPluginHeader [2019-10-03T00:33:59.713Z] --- PASS: TestAuthZPluginHeader (0.86s) [2019-10-03T00:33:59.713Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-03T00:33:59.713Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-03T00:34:00.458Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-10-03T00:34:00.458Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-10-03T00:34:00.646Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-03T00:34:00.917Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-10-03T00:34:02.455Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-10-03T00:34:03.172Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-03T00:34:03.421Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-10-03T00:34:03.879Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-10-03T00:34:03.879Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-10-03T00:34:04.544Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-03T00:34:04.801Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-03T00:34:04.801Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.03s) [2019-10-03T00:34:04.801Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest" [2019-10-03T00:34:04.801Z] === RUN TestAuthZPluginV2Disable [2019-10-03T00:34:04.845Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-10-03T00:34:05.304Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-10-03T00:34:05.304Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-10-03T00:34:05.304Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-10-03T00:34:06.172Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-03T00:34:08.697Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-03T00:34:08.697Z] --- PASS: TestAuthZPluginV2Disable (3.65s) [2019-10-03T00:34:08.697Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable" [2019-10-03T00:34:08.697Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-03T00:34:08.955Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-03T00:34:09.521Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-03T00:34:11.167Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-10-03T00:34:12.047Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-03T00:34:12.048Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.45s) [2019-10-03T00:34:12.048Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests" [2019-10-03T00:34:12.048Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-03T00:34:14.356Z] #33 121.1 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-10-03T00:34:14.356Z] #33 122.8 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-10-03T00:34:14.356Z] #33 124.2 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-10-03T00:34:14.356Z] #33 126.0 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-10-03T00:34:14.356Z] #33 128.8 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-03T00:34:14.356Z] #33 129.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-03T00:34:14.356Z] #33 131.0 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-03T00:34:14.356Z] #33 132.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-03T00:34:14.356Z] #33 132.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-03T00:34:14.577Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-03T00:34:15.289Z] #33 133.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-03T00:34:16.223Z] #33 134.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-03T00:34:16.478Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-03T00:34:17.594Z] #33 136.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-03T00:34:17.851Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-10-03T00:34:19.495Z] #33 137.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-03T00:34:20.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-10-03T00:34:20.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-10-03T00:34:20.882Z] #33 139.2 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-03T00:34:21.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-10-03T00:34:21.603Z] #33 140.4 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-03T00:34:23.060Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-10-03T00:34:23.498Z] #33 142.2 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-03T00:34:23.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-10-03T00:34:24.429Z] #33 143.2 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-03T00:34:25.801Z] #33 144.2 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-03T00:34:26.116Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-03T00:34:26.116Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-03T00:34:26.680Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-03T00:34:26.732Z] #33 145.3 [2019-10-03T00:34:27.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-10-03T00:34:27.245Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (15.19s) [2019-10-03T00:34:27.245Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart" [2019-10-03T00:34:27.245Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-03T00:34:27.502Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-03T00:34:27.662Z] #33 DONE 146.1s [2019-10-03T00:34:27.662Z] [2019-10-03T00:34:27.662Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-10-03T00:34:28.066Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-03T00:34:28.066Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-03T00:34:28.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-10-03T00:34:28.998Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-03T00:34:29.562Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-03T00:34:29.567Z] #34 DONE 2.1s [2019-10-03T00:34:30.126Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-03T00:34:30.690Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-03T00:34:30.947Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-03T00:34:31.464Z] [2019-10-03T00:34:31.464Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-10-03T00:34:31.510Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-03T00:34:32.078Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-10-03T00:34:32.443Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-03T00:34:33.358Z] #35 DONE 2.4s [2019-10-03T00:34:33.615Z] [2019-10-03T00:34:33.615Z] #36 exporting to image [2019-10-03T00:34:33.615Z] #36 exporting layers [2019-10-03T00:34:35.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-10-03T00:34:35.718Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-03T00:34:36.888Z] #36 exporting layers 3.4s done [2019-10-03T00:34:36.888Z] #36 writing image sha256:b6b90de7d06909c762090ebc64da3fcd7728a803f0c216932c5f33b45368de0d done [2019-10-03T00:34:36.888Z] #36 naming to docker.io/library/moby-e2e-test done [2019-10-03T00:34:36.888Z] #36 DONE 3.4s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-03T00:34:37.202Z] + echo Ensuring container killed. [2019-10-03T00:34:37.202Z] Ensuring container killed. [2019-10-03T00:34:37.202Z] + docker rm -vf docker-pr8 [2019-10-03T00:34:37.202Z] Error: No such container: docker-pr8 [2019-10-03T00:34:37.202Z] + true [Pipeline] sh [2019-10-03T00:34:37.485Z] + echo Chowning /workspace to jenkins user [2019-10-03T00:34:37.485Z] Chowning /workspace to jenkins user [2019-10-03T00:34:37.485Z] + id -u [2019-10-03T00:34:37.485Z] + id -g [2019-10-03T00:34:37.485Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39979:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-03T00:34:39.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-10-03T00:34:39.150Z] + bundleName=unit [2019-10-03T00:34:39.150Z] + echo Creating unit-bundles.tar.gz [2019-10-03T00:34:39.150Z] Creating unit-bundles.tar.gz [2019-10-03T00:34:39.150Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-10-03T00:34:39.150Z] bundles/junit-report.xml [2019-10-03T00:34:39.150Z] bundles/go-test-report.json [2019-10-03T00:34:39.150Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-10-03T00:34:39.161Z] Archiving artifacts [2019-10-03T00:34:39.645Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39979/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-03T00:34:39.956Z] + make clean [2019-10-03T00:34:40.213Z] docker volume rm -f docker-dev-cache [2019-10-03T00:34:40.213Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-03T00:34:40.974Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-10-03T00:34:40.974Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-03T00:34:41.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-10-03T00:34:44.251Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.67s) [2019-10-03T00:34:44.251Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-03T00:34:44.251Z] PASS [2019-10-03T00:34:44.251Z] [2019-10-03T00:34:44.251Z] DONE 17 tests in 56.617s [2019-10-03T00:34:44.251Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-03T00:34:44.251Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:34:44.251Z] ++ set -e [2019-10-03T00:34:44.251Z] ++ '[' -n 0 ']' [2019-10-03T00:34:44.251Z] ++ set -x [2019-10-03T00:34:44.251Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:34:44.251Z] INFO: Testing against a local daemon [2019-10-03T00:34:44.251Z] === RUN TestPluginInvalidJSON [2019-10-03T00:34:44.251Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-03T00:34:44.251Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-03T00:34:44.251Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-03T00:34:44.251Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-10-03T00:34:44.251Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2019-10-03T00:34:44.251Z] PASS [2019-10-03T00:34:44.251Z] [2019-10-03T00:34:44.251Z] DONE 2 tests in 0.311s [2019-10-03T00:34:44.251Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-03T00:34:44.251Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:34:44.251Z] ++ set -e [2019-10-03T00:34:44.251Z] ++ '[' -n 0 ']' [2019-10-03T00:34:44.251Z] ++ set -x [2019-10-03T00:34:44.251Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:34:44.251Z] INFO: Testing against a local daemon [2019-10-03T00:34:44.251Z] === RUN TestExternalGraphDriver [2019-10-03T00:34:44.508Z] === RUN TestExternalGraphDriver/json [2019-10-03T00:34:44.530Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-10-03T00:34:45.440Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-03T00:34:45.440Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-03T00:34:45.440Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-03T00:34:45.440Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-03T00:34:45.698Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-03T00:34:45.959Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-03T00:34:46.525Z] === RUN TestExternalGraphDriver/spec [2019-10-03T00:34:46.563Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-10-03T00:34:46.846Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-10-03T00:34:46.846Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-10-03T00:34:46.846Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-10-03T00:34:47.898Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-03T00:34:48.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-10-03T00:34:48.832Z] === RUN TestExternalGraphDriver/pull [2019-10-03T00:34:49.396Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-03T00:34:50.579Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-10-03T00:34:50.619Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-10-03T00:34:50.619Z] Using test binary docker [2019-10-03T00:34:50.619Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-10-03T00:34:50.619Z] +++ /etc/init.d/apparmor start [2019-10-03T00:34:50.619Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-10-03T00:34:50.619Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-10-03T00:34:50.619Z] Warning failed to create cache: (null) [2019-10-03T00:34:50.619Z] . [2019-10-03T00:34:50.619Z] INFO: Waiting for daemon to start... [2019-10-03T00:34:50.619Z] Starting dockerd [2019-10-03T00:34:50.619Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-10-03T00:34:50.768Z] --- PASS: TestExternalGraphDriver (6.19s) [2019-10-03T00:34:50.769Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-03T00:34:50.769Z] --- PASS: TestExternalGraphDriver/json (2.16s) [2019-10-03T00:34:50.769Z] --- PASS: TestExternalGraphDriver/spec (2.06s) [2019-10-03T00:34:50.769Z] --- PASS: TestExternalGraphDriver/pull (1.86s) [2019-10-03T00:34:50.769Z] === RUN TestGraphdriverPluginV2 [2019-10-03T00:34:51.036Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-10-03T00:34:51.036Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-10-03T00:34:51.036Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-10-03T00:34:52.004Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-10-03T00:34:52.004Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-10-03T00:34:52.636Z] . [2019-10-03T00:34:52.636Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-10-03T00:34:52.636Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-10-03T00:34:52.636Z] Error: No such image: emptyfs [2019-10-03T00:34:52.636Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-10-03T00:34:52.636Z] ++++ docker load [2019-10-03T00:34:52.636Z] Running integration-test (iteration 1) [2019-10-03T00:34:52.636Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-10-03T00:34:52.636Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:34:52.636Z] ++ set -e [2019-10-03T00:34:52.636Z] ++ '[' -n 0 ']' [2019-10-03T00:34:52.636Z] ++ set -x [2019-10-03T00:34:52.636Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:34:54.059Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-03T00:34:54.623Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-03T00:34:55.187Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-03T00:34:55.445Z] --- PASS: TestGraphdriverPluginV2 (4.90s) [2019-10-03T00:34:55.445Z] external_test.go:413: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2" [2019-10-03T00:34:55.445Z] PASS [2019-10-03T00:34:55.445Z] [2019-10-03T00:34:55.445Z] DONE 5 tests in 11.379s [2019-10-03T00:34:55.445Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-03T00:34:55.445Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:34:55.445Z] ++ set -e [2019-10-03T00:34:55.445Z] ++ '[' -n 0 ']' [2019-10-03T00:34:55.445Z] ++ set -x [2019-10-03T00:34:55.445Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:34:55.703Z] INFO: Testing against a local daemon [2019-10-03T00:34:55.703Z] === RUN TestContinueAfterPluginCrash [2019-10-03T00:34:55.703Z] === PAUSE TestContinueAfterPluginCrash [2019-10-03T00:34:55.703Z] === RUN TestDaemonStartWithLogOpt [2019-10-03T00:34:55.703Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-03T00:34:55.703Z] === CONT TestContinueAfterPluginCrash [2019-10-03T00:34:55.703Z] === CONT TestDaemonStartWithLogOpt [2019-10-03T00:35:05.665Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-10-03T00:35:07.903Z] Loaded image: buildpack-deps:jessie [2019-10-03T00:35:07.903Z] Loaded image: busybox:latest [2019-10-03T00:35:07.903Z] Loaded image: busybox:glibc [2019-10-03T00:35:07.903Z] Loaded image: debian:jessie [2019-10-03T00:35:07.903Z] Loaded image: hello-world:latest [2019-10-03T00:35:07.903Z] INFO: Testing against a local daemon [2019-10-03T00:35:07.903Z] === RUN TestCgroupNamespacesBuild [2019-10-03T00:35:08.918Z] --- PASS: TestCgroupNamespacesBuild (1.69s) [2019-10-03T00:35:08.918Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-10-03T00:35:08.918Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-10-03T00:35:10.926Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-10-03T00:35:10.926Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-03T00:35:10.949Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.71s) [2019-10-03T00:35:10.949Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-10-03T00:35:10.949Z] === RUN TestBuildWithSession [2019-10-03T00:35:12.985Z] --- PASS: TestBuildWithSession (2.21s) [2019-10-03T00:35:12.985Z] === RUN TestBuildSquashParent [2019-10-03T00:35:13.452Z] --- PASS: TestDaemonStartWithLogOpt (17.72s) [2019-10-03T00:35:13.452Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-03T00:35:15.347Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-03T00:35:16.279Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-03T00:35:17.651Z] --- PASS: TestContinueAfterPluginCrash (21.98s) [2019-10-03T00:35:17.651Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-03T00:35:17.651Z] PASS [2019-10-03T00:35:17.651Z] [2019-10-03T00:35:17.651Z] DONE 2 tests in 22.157s [2019-10-03T00:35:17.651Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-03T00:35:17.651Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:35:17.651Z] ++ set -e [2019-10-03T00:35:17.651Z] ++ '[' -n 0 ']' [2019-10-03T00:35:17.651Z] ++ set -x [2019-10-03T00:35:17.651Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:35:17.908Z] INFO: Testing against a local daemon [2019-10-03T00:35:17.908Z] === RUN TestPluginWithDevMounts [2019-10-03T00:35:17.908Z] === PAUSE TestPluginWithDevMounts [2019-10-03T00:35:17.908Z] === CONT TestPluginWithDevMounts [2019-10-03T00:35:18.480Z] --- PASS: TestBuildSquashParent (5.79s) [2019-10-03T00:35:18.480Z] === RUN TestBuildWithRemoveAndForceRemove [2019-10-03T00:35:18.480Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-03T00:35:18.480Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-03T00:35:18.480Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-03T00:35:18.480Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-03T00:35:18.480Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-03T00:35:18.480Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-03T00:35:18.480Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-03T00:35:18.480Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-03T00:35:18.480Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-03T00:35:18.480Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-03T00:35:18.480Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-03T00:35:18.480Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-03T00:35:18.480Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-10-03T00:35:18.480Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-10-03T00:35:18.480Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-10-03T00:35:18.480Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-10-03T00:35:18.841Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-03T00:35:18.841Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-03T00:35:20.211Z] --- PASS: TestPluginWithDevMounts (2.05s) [2019-10-03T00:35:20.211Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-03T00:35:20.211Z] PASS [2019-10-03T00:35:20.211Z] [2019-10-03T00:35:20.211Z] DONE 1 tests in 2.262s [2019-10-03T00:35:20.211Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-10-03T00:35:20.211Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:35:20.211Z] ++ set -e [2019-10-03T00:35:20.211Z] ++ '[' -n 0 ']' [2019-10-03T00:35:20.211Z] ++ set -x [2019-10-03T00:35:20.212Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:35:20.212Z] INFO: Testing against a local daemon [2019-10-03T00:35:20.212Z] === RUN TestSecretInspect [2019-10-03T00:35:21.936Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-10-03T00:35:21.936Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-10-03T00:35:21.936Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-10-03T00:35:22.065Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-10-03T00:35:22.065Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-10-03T00:35:23.487Z] --- PASS: TestSecretInspect (2.95s) [2019-10-03T00:35:23.487Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-03T00:35:23.487Z] === RUN TestSecretList [2019-10-03T00:35:24.052Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-10-03T00:35:24.094Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2019-10-03T00:35:24.094Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.16s) [2019-10-03T00:35:24.094Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.23s) [2019-10-03T00:35:24.094Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.39s) [2019-10-03T00:35:24.094Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.45s) [2019-10-03T00:35:24.094Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.30s) [2019-10-03T00:35:24.094Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.44s) [2019-10-03T00:35:24.094Z] === RUN TestBuildMultiStageCopy [2019-10-03T00:35:24.094Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-10-03T00:35:24.492Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-03T00:35:25.057Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-03T00:35:26.320Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-10-03T00:35:26.428Z] --- PASS: TestSecretList (3.26s) [2019-10-03T00:35:26.428Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-03T00:35:26.428Z] === RUN TestSecretsCreateAndDelete [2019-10-03T00:35:26.615Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-10-03T00:35:27.233Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-10-03T00:35:27.522Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-10-03T00:35:27.800Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-03T00:35:28.135Z] --- PASS: TestBuildMultiStageCopy (3.80s) [2019-10-03T00:35:28.135Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.15s) [2019-10-03T00:35:28.135Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.38s) [2019-10-03T00:35:28.135Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.43s) [2019-10-03T00:35:28.135Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.42s) [2019-10-03T00:35:28.135Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.42s) [2019-10-03T00:35:28.135Z] === RUN TestBuildMultiStageParentConfig [2019-10-03T00:35:28.366Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-03T00:35:29.149Z] --- PASS: TestBuildMultiStageParentConfig (1.05s) [2019-10-03T00:35:29.150Z] === RUN TestBuildLabelWithTargets [2019-10-03T00:35:29.741Z] --- PASS: TestSecretsCreateAndDelete (3.18s) [2019-10-03T00:35:29.741Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-03T00:35:29.741Z] === RUN TestSecretsUpdate [2019-10-03T00:35:30.773Z] --- PASS: TestBuildLabelWithTargets (1.53s) [2019-10-03T00:35:30.773Z] === RUN TestBuildWithEmptyLayers [2019-10-03T00:35:31.265Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-03T00:35:31.402Z] --- PASS: TestBuildWithEmptyLayers (0.79s) [2019-10-03T00:35:31.402Z] === RUN TestBuildMultiStageOnBuild [2019-10-03T00:35:31.828Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-03T00:35:32.761Z] --- PASS: TestSecretsUpdate (3.30s) [2019-10-03T00:35:32.761Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-03T00:35:32.761Z] === RUN TestTemplatedSecret [2019-10-03T00:35:33.018Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-03T00:35:34.081Z] --- PASS: TestBuildMultiStageOnBuild (2.25s) [2019-10-03T00:35:34.081Z] === RUN TestBuildUncleanTarFilenames [2019-10-03T00:35:34.387Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-03T00:35:34.697Z] --- PASS: TestBuildUncleanTarFilenames (1.14s) [2019-10-03T00:35:34.697Z] === RUN TestBuildMultiStageLayerLeak [2019-10-03T00:35:36.284Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-03T00:35:36.284Z] --- PASS: TestTemplatedSecret (3.42s) [2019-10-03T00:35:36.284Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-03T00:35:36.284Z] === RUN TestSecretCreateResolve [2019-10-03T00:35:36.541Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-03T00:35:36.799Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-03T00:35:37.056Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-03T00:35:37.374Z] --- PASS: TestBuildMultiStageLayerLeak (2.29s) [2019-10-03T00:35:37.374Z] === RUN TestBuildWithHugeFile [2019-10-03T00:35:37.620Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-03T00:35:38.551Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-03T00:35:39.484Z] --- PASS: TestSecretCreateResolve (3.01s) [2019-10-03T00:35:39.484Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-03T00:35:39.484Z] PASS [2019-10-03T00:35:39.484Z] [2019-10-03T00:35:39.484Z] DONE 6 tests in 19.328s [2019-10-03T00:35:39.484Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-10-03T00:35:39.484Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:35:39.484Z] ++ set -e [2019-10-03T00:35:39.484Z] ++ '[' -n 0 ']' [2019-10-03T00:35:39.484Z] ++ set -x [2019-10-03T00:35:39.484Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:35:39.742Z] INFO: Testing against a local daemon [2019-10-03T00:35:39.742Z] === RUN TestServiceCreateInit [2019-10-03T00:35:39.742Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-03T00:35:41.114Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-03T00:35:42.047Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-03T00:35:43.012Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-10-03T00:35:43.012Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-10-03T00:35:43.012Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-10-03T00:35:45.326Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-03T00:35:45.326Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-03T00:35:45.911Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-10-03T00:35:47.222Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-03T00:35:48.810Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-10-03T00:35:49.754Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-03T00:35:50.685Z] --- PASS: TestServiceCreateInit (10.99s) [2019-10-03T00:35:50.685Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.51s) [2019-10-03T00:35:50.685Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-03T00:35:50.685Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.44s) [2019-10-03T00:35:50.685Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-03T00:35:50.685Z] === RUN TestCreateServiceMultipleTimes [2019-10-03T00:35:50.984Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-10-03T00:35:51.250Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-03T00:35:53.148Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-03T00:35:53.406Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-03T00:35:57.583Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-03T00:36:00.877Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-03T00:36:01.134Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-03T00:36:02.506Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-03T00:36:06.683Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-10-03T00:36:13.276Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-03T00:36:14.646Z] --- PASS: TestCreateServiceMultipleTimes (24.06s) [2019-10-03T00:36:14.646Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-03T00:36:14.646Z] === RUN TestCreateServiceConflict [2019-10-03T00:36:18.053Z] --- PASS: TestCreateServiceConflict (3.14s) [2019-10-03T00:36:18.053Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-03T00:36:18.053Z] === RUN TestCreateServiceMaxReplicas [2019-10-03T00:36:18.311Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-10-03T00:36:20.835Z] === RUN TestDockerSuite/TestBuildRm [2019-10-03T00:36:21.766Z] --- PASS: TestCreateServiceMaxReplicas (3.86s) [2019-10-03T00:36:21.766Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-03T00:36:21.766Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-03T00:36:24.290Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-10-03T00:36:24.290Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-03T00:36:25.663Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-03T00:36:27.560Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-03T00:36:28.125Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-03T00:36:28.690Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-03T00:36:30.062Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-03T00:36:31.434Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-03T00:36:32.807Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-03T00:36:38.067Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-03T00:36:38.067Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-03T00:36:38.067Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-03T00:36:38.067Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-03T00:36:38.067Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-03T00:36:38.326Z] --- PASS: TestCreateWithDuplicateNetworkNames (16.56s) [2019-10-03T00:36:38.326Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-03T00:36:38.326Z] === RUN TestCreateServiceSecretFileMode [2019-10-03T00:36:39.699Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-03T00:36:39.699Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-03T00:36:40.632Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-03T00:36:41.650Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-10-03T00:36:42.005Z] --- PASS: TestCreateServiceSecretFileMode (3.48s) [2019-10-03T00:36:42.005Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-03T00:36:42.005Z] === RUN TestCreateServiceConfigFileMode [2019-10-03T00:36:45.279Z] --- PASS: TestCreateServiceConfigFileMode (3.11s) [2019-10-03T00:36:45.279Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-03T00:36:45.279Z] === RUN TestCreateServiceSysctls [2019-10-03T00:36:45.844Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-03T00:36:47.217Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-03T00:36:47.436Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-10-03T00:36:47.436Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-10-03T00:36:48.149Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-03T00:36:48.713Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-03T00:36:49.277Z] --- PASS: TestCreateServiceSysctls (4.36s) [2019-10-03T00:36:49.277Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-03T00:36:49.277Z] === RUN TestCreateServiceCapabilities [2019-10-03T00:36:49.841Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-03T00:36:51.739Z] === RUN TestDockerSuite/TestBuildUser [2019-10-03T00:36:52.303Z] --- PASS: TestCreateServiceCapabilities (3.09s) [2019-10-03T00:36:52.303Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-03T00:36:52.303Z] === RUN TestInspect [2019-10-03T00:36:53.673Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-03T00:36:56.223Z] --- PASS: TestInspect (3.48s) [2019-10-03T00:36:56.223Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-03T00:36:56.223Z] === RUN TestDockerNetworkConnectAlias [2019-10-03T00:36:58.746Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-03T00:36:59.381Z] --- PASS: TestBuildWithHugeFile (81.11s) [2019-10-03T00:36:59.381Z] === RUN TestBuildWithEmptyDockerfile [2019-10-03T00:36:59.381Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-03T00:36:59.381Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-03T00:36:59.381Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-03T00:36:59.381Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-03T00:36:59.381Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-03T00:36:59.381Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-03T00:36:59.381Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-10-03T00:36:59.381Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-10-03T00:36:59.381Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-10-03T00:36:59.381Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2019-10-03T00:36:59.381Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.27s) [2019-10-03T00:36:59.381Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.27s) [2019-10-03T00:36:59.381Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.30s) [2019-10-03T00:36:59.381Z] === RUN TestBuildPreserveOwnership [2019-10-03T00:36:59.381Z] === RUN TestBuildPreserveOwnership/copy_from [2019-10-03T00:37:00.117Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-10-03T00:37:02.079Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-10-03T00:37:03.558Z] --- PASS: TestBuildPreserveOwnership (4.88s) [2019-10-03T00:37:03.558Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.20s) [2019-10-03T00:37:03.558Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.67s) [2019-10-03T00:37:03.558Z] === RUN TestBuildPlatformInvalid [2019-10-03T00:37:03.558Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-10-03T00:37:03.558Z] PASS [2019-10-03T00:37:03.558Z] [2019-10-03T00:37:03.558Z] DONE 32 tests in 130.752s [2019-10-03T00:37:03.558Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-10-03T00:37:03.558Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:37:03.558Z] ++ set -e [2019-10-03T00:37:03.558Z] ++ '[' -n 0 ']' [2019-10-03T00:37:03.558Z] ++ set -x [2019-10-03T00:37:03.558Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:37:03.558Z] INFO: Testing against a local daemon [2019-10-03T00:37:03.558Z] === RUN TestConfigList [2019-10-03T00:37:04.294Z] --- PASS: TestDockerNetworkConnectAlias (7.78s) [2019-10-03T00:37:04.294Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-03T00:37:04.294Z] === RUN TestDockerNetworkReConnect [2019-10-03T00:37:06.192Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-10-03T00:37:06.235Z] --- PASS: TestConfigList (2.26s) [2019-10-03T00:37:06.235Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-10-03T00:37:06.235Z] === RUN TestConfigsCreateAndDelete [2019-10-03T00:37:08.261Z] --- PASS: TestConfigsCreateAndDelete (2.20s) [2019-10-03T00:37:08.261Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-10-03T00:37:08.261Z] === RUN TestConfigsUpdate [2019-10-03T00:37:10.370Z] --- PASS: TestDockerNetworkReConnect (6.10s) [2019-10-03T00:37:10.370Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-03T00:37:10.370Z] === RUN TestServicePlugin [2019-10-03T00:37:10.945Z] --- PASS: TestConfigsUpdate (2.64s) [2019-10-03T00:37:10.945Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-10-03T00:37:10.945Z] === RUN TestTemplatedConfig [2019-10-03T00:37:13.640Z] --- PASS: TestTemplatedConfig (2.85s) [2019-10-03T00:37:13.640Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-10-03T00:37:13.640Z] === RUN TestConfigInspect [2019-10-03T00:37:15.672Z] --- PASS: TestConfigInspect (2.19s) [2019-10-03T00:37:15.672Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-10-03T00:37:15.672Z] === RUN TestConfigCreateWithLabels [2019-10-03T00:37:18.353Z] --- PASS: TestConfigCreateWithLabels (2.18s) [2019-10-03T00:37:18.353Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-10-03T00:37:18.353Z] === RUN TestConfigCreateResolve [2019-10-03T00:37:18.470Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-03T00:37:19.840Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-03T00:37:19.840Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-03T00:37:20.389Z] --- PASS: TestConfigCreateResolve (2.23s) [2019-10-03T00:37:20.390Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-10-03T00:37:20.390Z] === RUN TestConfigDaemonLibtrustID [2019-10-03T00:37:20.674Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2019-10-03T00:37:20.674Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-10-03T00:37:20.674Z] PASS [2019-10-03T00:37:20.674Z] [2019-10-03T00:37:20.674Z] DONE 8 tests in 17.215s [2019-10-03T00:37:20.674Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-10-03T00:37:20.674Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:37:20.674Z] ++ set -e [2019-10-03T00:37:20.674Z] ++ '[' -n 0 ']' [2019-10-03T00:37:20.674Z] ++ set -x [2019-10-03T00:37:20.674Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:37:20.958Z] INFO: Testing against a local daemon [2019-10-03T00:37:20.958Z] === RUN TestCheckpoint [2019-10-03T00:37:20.958Z] --- SKIP: TestCheckpoint (0.00s) [2019-10-03T00:37:20.958Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-03T00:37:20.958Z] === RUN TestContainerInvalidJSON [2019-10-03T00:37:20.958Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-10-03T00:37:20.958Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-10-03T00:37:20.958Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-10-03T00:37:20.958Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-10-03T00:37:20.958Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-10-03T00:37:20.958Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-10-03T00:37:20.958Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-10-03T00:37:20.958Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-10-03T00:37:20.958Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-10-03T00:37:20.958Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-10-03T00:37:20.958Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-10-03T00:37:20.958Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-10-03T00:37:20.958Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-10-03T00:37:20.958Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-10-03T00:37:20.958Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2019-10-03T00:37:20.958Z] === RUN TestCopyFromContainerPathIsNotDir [2019-10-03T00:37:21.213Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-03T00:37:21.240Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2019-10-03T00:37:21.240Z] === RUN TestCopyToContainerPathDoesNotExist [2019-10-03T00:37:21.240Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2019-10-03T00:37:21.240Z] === RUN TestCopyToContainerPathIsNotDir [2019-10-03T00:37:21.240Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2019-10-03T00:37:21.240Z] === RUN TestCopyFromContainer [2019-10-03T00:37:22.584Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-03T00:37:22.714Z] === RUN TestCopyFromContainer// [2019-10-03T00:37:22.999Z] === RUN TestCopyFromContainer//bar/root [2019-10-03T00:37:22.999Z] === RUN TestCopyFromContainer//bar/root/ [2019-10-03T00:37:22.999Z] === RUN TestCopyFromContainer/bar/quux [2019-10-03T00:37:23.281Z] === RUN TestCopyFromContainer/bar/quux/ [2019-10-03T00:37:23.281Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-10-03T00:37:23.281Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-10-03T00:37:23.566Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-10-03T00:37:23.566Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-10-03T00:37:23.566Z] === RUN TestCopyFromContainer/bar/notarget [2019-10-03T00:37:23.848Z] --- PASS: TestCopyFromContainer (2.51s) [2019-10-03T00:37:23.848Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-10-03T00:37:23.848Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-10-03T00:37:23.848Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-10-03T00:37:23.848Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-10-03T00:37:23.848Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-10-03T00:37:23.848Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-10-03T00:37:23.848Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-10-03T00:37:23.848Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-10-03T00:37:23.848Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-10-03T00:37:23.848Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-10-03T00:37:23.848Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-10-03T00:37:23.848Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-03T00:37:23.848Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-03T00:37:23.848Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-03T00:37:23.848Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-03T00:37:23.848Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-03T00:37:23.848Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-03T00:37:23.848Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-10-03T00:37:23.848Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-10-03T00:37:23.848Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-10-03T00:37:23.848Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-10-03T00:37:23.848Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-10-03T00:37:23.848Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-10-03T00:37:23.848Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-10-03T00:37:23.848Z] === RUN TestCreateLinkToNonExistingContainer [2019-10-03T00:37:23.848Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-10-03T00:37:23.848Z] === RUN TestCreateWithInvalidEnv [2019-10-03T00:37:23.848Z] === RUN TestCreateWithInvalidEnv/0 [2019-10-03T00:37:23.848Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-10-03T00:37:23.848Z] === RUN TestCreateWithInvalidEnv/1 [2019-10-03T00:37:23.848Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-10-03T00:37:23.848Z] === RUN TestCreateWithInvalidEnv/2 [2019-10-03T00:37:23.848Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-10-03T00:37:23.848Z] === CONT TestCreateWithInvalidEnv/0 [2019-10-03T00:37:23.848Z] === CONT TestCreateWithInvalidEnv/2 [2019-10-03T00:37:23.848Z] === CONT TestCreateWithInvalidEnv/1 [2019-10-03T00:37:23.848Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-10-03T00:37:23.848Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-10-03T00:37:23.848Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-10-03T00:37:23.848Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-10-03T00:37:23.848Z] === RUN TestCreateTmpfsMountsTarget [2019-10-03T00:37:23.848Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-10-03T00:37:23.848Z] === RUN TestCreateWithCustomMaskedPaths [2019-10-03T00:37:23.955Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-03T00:37:23.955Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-03T00:37:23.955Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-03T00:37:23.955Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-03T00:37:24.212Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCustomMaskedPaths (1.95s) [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCapabilities [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-10-03T00:37:25.889Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-10-03T00:37:25.889Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-10-03T00:37:25.889Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-10-03T00:37:25.889Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-10-03T00:37:25.889Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-03T00:37:25.889Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-10-03T00:37:25.889Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-10-03T00:37:25.889Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-10-03T00:37:25.889Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-10-03T00:37:25.889Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-10-03T00:37:25.889Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-10-03T00:37:25.889Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-10-03T00:37:25.889Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-10-03T00:37:25.889Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-10-03T00:37:25.889Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-10-03T00:37:25.889Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-10-03T00:37:25.889Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-10-03T00:37:25.889Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-10-03T00:37:25.889Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-10-03T00:37:25.889Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-10-03T00:37:25.889Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-10-03T00:37:25.889Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.04s) [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-10-03T00:37:25.889Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-10-03T00:37:25.889Z] === RUN TestCreateWithCustomReadonlyPaths [2019-10-03T00:37:26.107Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-03T00:37:26.107Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-03T00:37:27.479Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-03T00:37:28.426Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-03T00:37:28.578Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.06s) [2019-10-03T00:37:28.578Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-10-03T00:37:28.578Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-03T00:37:28.578Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-03T00:37:28.578Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-03T00:37:28.578Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-03T00:37:28.578Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-03T00:37:28.578Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-03T00:37:28.578Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-03T00:37:28.578Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-03T00:37:28.578Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-03T00:37:28.578Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-03T00:37:28.578Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-10-03T00:37:28.578Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-10-03T00:37:28.578Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-10-03T00:37:28.578Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-10-03T00:37:28.578Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-10-03T00:37:28.578Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-10-03T00:37:28.578Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-10-03T00:37:28.578Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2019-10-03T00:37:28.578Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2019-10-03T00:37:28.578Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2019-10-03T00:37:28.578Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-10-03T00:37:28.578Z] === RUN TestContainerStartOnDaemonRestart [2019-10-03T00:37:28.578Z] === PAUSE TestContainerStartOnDaemonRestart [2019-10-03T00:37:28.578Z] === RUN TestDaemonRestartIpcMode [2019-10-03T00:37:28.578Z] === PAUSE TestDaemonRestartIpcMode [2019-10-03T00:37:28.578Z] === RUN TestDiff [2019-10-03T00:37:28.866Z] --- PASS: TestDiff (0.69s) [2019-10-03T00:37:28.866Z] === RUN TestExecWithCloseStdin [2019-10-03T00:37:29.800Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-03T00:37:29.800Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-03T00:37:29.885Z] --- PASS: TestExecWithCloseStdin (0.96s) [2019-10-03T00:37:29.885Z] === RUN TestExec [2019-10-03T00:37:30.898Z] --- PASS: TestExec (0.93s) [2019-10-03T00:37:30.898Z] === RUN TestExecUser [2019-10-03T00:37:31.515Z] --- PASS: TestExecUser (0.85s) [2019-10-03T00:37:31.515Z] === RUN TestExportContainerAndImportImage [2019-10-03T00:37:32.323Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-10-03T00:37:32.522Z] --- PASS: TestExportContainerAndImportImage (0.97s) [2019-10-03T00:37:32.522Z] === RUN TestExportContainerAfterDaemonRestart [2019-10-03T00:37:33.694Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-03T00:37:33.998Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2019-10-03T00:37:33.999Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-10-03T00:37:33.999Z] === RUN TestHealthCheckWorkdir [2019-10-03T00:37:35.487Z] --- PASS: TestHealthCheckWorkdir (1.08s) [2019-10-03T00:37:35.487Z] === RUN TestHealthKillContainer [2019-10-03T00:37:36.221Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-03T00:37:37.152Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-03T00:37:37.718Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-03T00:37:38.158Z] --- PASS: TestHealthKillContainer (2.93s) [2019-10-03T00:37:38.158Z] === RUN TestInspectCpusetInConfigPre120 [2019-10-03T00:37:38.282Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-03T00:37:38.282Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-03T00:37:38.774Z] --- PASS: TestInspectCpusetInConfigPre120 (0.68s) [2019-10-03T00:37:38.774Z] === RUN TestIpcModeNone [2019-10-03T00:37:39.214Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-03T00:37:39.785Z] --- PASS: TestIpcModeNone (0.87s) [2019-10-03T00:37:39.785Z] === RUN TestIpcModePrivate [2019-10-03T00:37:40.402Z] --- PASS: TestIpcModePrivate (0.87s) [2019-10-03T00:37:40.402Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:54, shared: false, mustBeShared: false [2019-10-03T00:37:40.402Z] === RUN TestIpcModeShareable [2019-10-03T00:37:41.411Z] --- PASS: TestIpcModeShareable (0.89s) [2019-10-03T00:37:41.411Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:48, shared: true, mustBeShared: true [2019-10-03T00:37:41.411Z] === RUN TestAPIIpcModeShareableAndContainer [2019-10-03T00:37:41.736Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-03T00:37:41.736Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-03T00:37:41.736Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-03T00:37:42.668Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-03T00:37:43.599Z] === RUN TestDockerSuite/TestCommitChange [2019-10-03T00:37:44.087Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.46s) [2019-10-03T00:37:44.087Z] === RUN TestAPIIpcModeHost [2019-10-03T00:37:44.583Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-03T00:37:44.708Z] --- PASS: TestAPIIpcModeHost (0.73s) [2019-10-03T00:37:44.708Z] === RUN TestDaemonIpcModeShareable [2019-10-03T00:37:45.953Z] --- PASS: TestServicePlugin (35.99s) [2019-10-03T00:37:45.953Z] plugin_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-03T00:37:45.953Z] plugin_test.go:59: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-03T00:37:45.953Z] plugin_test.go:61: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-03T00:37:45.953Z] plugin_test.go:62: [df69a047a1ce4] joining swarm manager [dcafc90638c82]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T00:37:45.953Z] plugin_test.go:64: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-10-03T00:37:45.953Z] plugin_test.go:65: [d244e3c0c5d9f] joining swarm manager [dcafc90638c82]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T00:37:45.953Z] === RUN TestServiceUpdateLabel [2019-10-03T00:37:45.953Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-03T00:37:46.733Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2019-10-03T00:37:46.733Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-10-03T00:37:46.733Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-10-03T00:37:46.733Z] === RUN TestDaemonIpcModePrivate [2019-10-03T00:37:47.849Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-03T00:37:47.861Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-10-03T00:37:47.861Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-10-03T00:37:47.861Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-10-03T00:37:48.214Z] --- PASS: TestDaemonIpcModePrivate (1.75s) [2019-10-03T00:37:48.214Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-10-03T00:37:48.214Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-10-03T00:37:48.214Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-10-03T00:37:48.780Z] --- PASS: TestServiceUpdateLabel (3.01s) [2019-10-03T00:37:48.780Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-03T00:37:48.780Z] === RUN TestServiceUpdateSecrets [2019-10-03T00:37:49.711Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-03T00:37:50.242Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.81s) [2019-10-03T00:37:50.242Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-10-03T00:37:50.242Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-10-03T00:37:50.242Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-10-03T00:37:51.082Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-03T00:37:51.725Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s) [2019-10-03T00:37:51.725Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-10-03T00:37:51.725Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-10-03T00:37:51.725Z] === RUN TestIpcModeOlderClient [2019-10-03T00:37:51.725Z] === PAUSE TestIpcModeOlderClient [2019-10-03T00:37:51.725Z] === RUN TestKillContainerInvalidSignal [2019-10-03T00:37:52.743Z] --- PASS: TestKillContainerInvalidSignal (0.76s) [2019-10-03T00:37:52.743Z] === RUN TestKillContainer [2019-10-03T00:37:52.743Z] === RUN TestKillContainer/no_signal [2019-10-03T00:37:52.981Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-03T00:37:53.361Z] === RUN TestKillContainer/non_killing_signal [2019-10-03T00:37:53.645Z] === RUN TestKillContainer/killing_signal [2019-10-03T00:37:53.912Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-03T00:37:54.654Z] --- PASS: TestKillContainer (2.14s) [2019-10-03T00:37:54.654Z] --- PASS: TestKillContainer/no_signal (0.68s) [2019-10-03T00:37:54.654Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2019-10-03T00:37:54.654Z] --- PASS: TestKillContainer/killing_signal (0.63s) [2019-10-03T00:37:54.654Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-10-03T00:37:54.654Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-10-03T00:37:55.269Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-10-03T00:37:55.809Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-03T00:37:56.278Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.44s) [2019-10-03T00:37:56.278Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s) [2019-10-03T00:37:56.278Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) [2019-10-03T00:37:56.278Z] === RUN TestKillStoppedContainer [2019-10-03T00:37:56.278Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-10-03T00:37:56.278Z] === RUN TestKillStoppedContainerAPIPre120 [2019-10-03T00:37:56.278Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2019-10-03T00:37:56.278Z] === RUN TestKillDifferentUserContainer [2019-10-03T00:37:56.740Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-03T00:37:56.740Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-03T00:37:56.740Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-03T00:37:56.741Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-03T00:37:56.741Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-03T00:37:56.741Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-03T00:37:56.741Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-03T00:37:56.894Z] --- PASS: TestKillDifferentUserContainer (0.72s) [2019-10-03T00:37:56.894Z] === RUN TestInspectOomKilledTrue [2019-10-03T00:37:58.372Z] --- PASS: TestInspectOomKilledTrue (1.21s) [2019-10-03T00:37:58.372Z] === RUN TestInspectOomKilledFalse [2019-10-03T00:37:58.985Z] --- PASS: TestInspectOomKilledFalse (0.70s) [2019-10-03T00:37:58.985Z] === RUN TestLinksEtcHostsContentMatch [2019-10-03T00:37:59.285Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-03T00:37:59.610Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2019-10-03T00:37:59.610Z] === RUN TestLinksContainerNames [2019-10-03T00:38:00.226Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-10-03T00:38:00.655Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-03T00:38:00.655Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-03T00:38:01.094Z] --- PASS: TestLinksContainerNames (1.45s) [2019-10-03T00:38:01.094Z] === RUN TestLogsFollowTailEmpty [2019-10-03T00:38:01.586Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-03T00:38:01.711Z] --- PASS: TestLogsFollowTailEmpty (0.74s) [2019-10-03T00:38:01.711Z] === RUN TestContainerNetworkMountsNoChown [2019-10-03T00:38:02.340Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s) [2019-10-03T00:38:02.340Z] === RUN TestMountDaemonRoot [2019-10-03T00:38:02.340Z] === RUN TestMountDaemonRoot/default [2019-10-03T00:38:02.340Z] === PAUSE TestMountDaemonRoot/default [2019-10-03T00:38:02.340Z] === RUN TestMountDaemonRoot/private [2019-10-03T00:38:02.340Z] === PAUSE TestMountDaemonRoot/private [2019-10-03T00:38:02.340Z] === RUN TestMountDaemonRoot/rprivate [2019-10-03T00:38:02.340Z] === PAUSE TestMountDaemonRoot/rprivate [2019-10-03T00:38:02.340Z] === RUN TestMountDaemonRoot/slave [2019-10-03T00:38:02.340Z] === PAUSE TestMountDaemonRoot/slave [2019-10-03T00:38:02.340Z] === RUN TestMountDaemonRoot/rslave [2019-10-03T00:38:02.340Z] === PAUSE TestMountDaemonRoot/rslave [2019-10-03T00:38:02.340Z] === RUN TestMountDaemonRoot/shared [2019-10-03T00:38:02.340Z] === PAUSE TestMountDaemonRoot/shared [2019-10-03T00:38:02.340Z] === RUN TestMountDaemonRoot/rshared [2019-10-03T00:38:02.340Z] === PAUSE TestMountDaemonRoot/rshared [2019-10-03T00:38:02.517Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/default [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rslave [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/default/mount_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rshared [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rprivate [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/default/bind_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/slave [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/shared [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/private [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/private/mount_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/private/bind_root [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-10-03T00:38:02.625Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-10-03T00:38:02.625Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/default/mount_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/default/bind_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/private/mount_root [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-10-03T00:38:02.625Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-10-03T00:38:02.908Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-10-03T00:38:02.908Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-10-03T00:38:02.908Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-10-03T00:38:02.908Z] === CONT TestMountDaemonRoot/private/bind_root [2019-10-03T00:38:02.908Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-10-03T00:38:02.908Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-10-03T00:38:02.908Z] === RUN TestContainerBindMountNonRecursive [2019-10-03T00:38:03.448Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-03T00:38:04.380Z] --- PASS: TestServiceUpdateSecrets (15.53s) [2019-10-03T00:38:04.380Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-03T00:38:04.380Z] === RUN TestServiceUpdateConfigs [2019-10-03T00:38:04.380Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-03T00:38:04.931Z] --- PASS: TestContainerBindMountNonRecursive (1.75s) [2019-10-03T00:38:04.931Z] === RUN TestNetworkNat [2019-10-03T00:38:05.215Z] --- PASS: TestNetworkNat (0.76s) [2019-10-03T00:38:05.215Z] === RUN TestNetworkLocalhostTCPNat [2019-10-03T00:38:05.313Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-03T00:38:05.313Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-03T00:38:05.313Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-03T00:38:06.231Z] --- PASS: TestNetworkLocalhostTCPNat (0.78s) [2019-10-03T00:38:06.231Z] === RUN TestNetworkLoopbackNat [2019-10-03T00:38:06.246Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-03T00:38:06.246Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-03T00:38:06.505Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-03T00:38:06.505Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-03T00:38:06.763Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-03T00:38:07.241Z] --- PASS: TestNetworkLoopbackNat (0.96s) [2019-10-03T00:38:07.241Z] === RUN TestPause [2019-10-03T00:38:07.696Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-03T00:38:07.863Z] --- PASS: TestPause (0.78s) [2019-10-03T00:38:07.863Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-10-03T00:38:07.863Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-03T00:38:07.863Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-03T00:38:07.863Z] === RUN TestPauseStopPausedContainer [2019-10-03T00:38:08.261Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-03T00:38:08.869Z] --- PASS: TestPauseStopPausedContainer (0.81s) [2019-10-03T00:38:08.869Z] === RUN TestPsFilter [2019-10-03T00:38:08.869Z] --- PASS: TestPsFilter (0.19s) [2019-10-03T00:38:08.869Z] === RUN TestRemoveContainerWithRemovedVolume [2019-10-03T00:38:09.195Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-03T00:38:09.195Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-03T00:38:09.493Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.73s) [2019-10-03T00:38:09.493Z] === RUN TestRemoveContainerWithVolume [2019-10-03T00:38:10.505Z] --- PASS: TestRemoveContainerWithVolume (0.67s) [2019-10-03T00:38:10.505Z] === RUN TestRemoveContainerRunning [2019-10-03T00:38:10.537Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-10-03T00:38:11.091Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-03T00:38:11.119Z] --- PASS: TestRemoveContainerRunning (0.72s) [2019-10-03T00:38:11.119Z] === RUN TestRemoveContainerForceRemoveRunning [2019-10-03T00:38:11.736Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.75s) [2019-10-03T00:38:11.736Z] === RUN TestRemoveInvalidContainer [2019-10-03T00:38:11.736Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2019-10-03T00:38:11.736Z] === RUN TestRenameLinkedContainer [2019-10-03T00:38:12.023Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-03T00:38:12.023Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-03T00:38:12.955Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-03T00:38:13.888Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-03T00:38:14.820Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-03T00:38:15.195Z] --- PASS: TestRenameLinkedContainer (2.81s) [2019-10-03T00:38:15.195Z] === RUN TestRenameStoppedContainer [2019-10-03T00:38:15.195Z] --- PASS: TestRenameStoppedContainer (0.70s) [2019-10-03T00:38:15.195Z] === RUN TestRenameRunningContainerAndReuse [2019-10-03T00:38:15.752Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-03T00:38:15.752Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-03T00:38:16.684Z] --- PASS: TestRenameRunningContainerAndReuse (1.49s) [2019-10-03T00:38:16.684Z] === RUN TestRenameInvalidName [2019-10-03T00:38:16.684Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-03T00:38:17.702Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-03T00:38:17.774Z] --- PASS: TestRenameInvalidName (0.79s) [2019-10-03T00:38:17.774Z] === RUN TestRenameAnonymousContainer [2019-10-03T00:38:18.267Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-03T00:38:18.525Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-03T00:38:19.099Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-10-03T00:38:19.456Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-03T00:38:19.456Z] --- PASS: TestServiceUpdateConfigs (15.33s) [2019-10-03T00:38:19.456Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-03T00:38:19.456Z] === RUN TestServiceUpdateNetwork [2019-10-03T00:38:20.455Z] --- PASS: TestRenameAnonymousContainer (2.61s) [2019-10-03T00:38:20.455Z] === RUN TestRenameContainerWithSameName [2019-10-03T00:38:21.070Z] --- PASS: TestRenameContainerWithSameName (0.75s) [2019-10-03T00:38:21.070Z] === RUN TestRenameContainerWithLinkedContainer [2019-10-03T00:38:21.351Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-03T00:38:22.554Z] --- PASS: TestRenameContainerWithLinkedContainer (1.39s) [2019-10-03T00:38:22.554Z] === RUN TestResize [2019-10-03T00:38:23.171Z] --- PASS: TestResize (0.73s) [2019-10-03T00:38:23.171Z] === RUN TestResizeWithInvalidSize [2019-10-03T00:38:23.249Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-03T00:38:23.249Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-03T00:38:23.249Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-03T00:38:23.249Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-03T00:38:23.249Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-03T00:38:23.789Z] --- PASS: TestResizeWithInvalidSize (0.73s) [2019-10-03T00:38:23.789Z] === RUN TestResizeWhenContainerNotStarted [2019-10-03T00:38:24.184Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-03T00:38:24.407Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s) [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-03T00:38:24.407Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-03T00:38:24.407Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-03T00:38:24.407Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-03T00:38:24.407Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-03T00:38:24.407Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-03T00:38:24.407Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-03T00:38:24.407Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-03T00:38:24.407Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:38:24.407Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:38:24.407Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:38:24.407Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:38:24.407Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:38:24.407Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:38:24.407Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-10-03T00:38:24.407Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-10-03T00:38:24.407Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-10-03T00:38:24.407Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-10-03T00:38:27.894Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-10-03T00:38:27.894Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-10-03T00:38:27.894Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:38:28.916Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-10-03T00:38:29.439Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-03T00:38:29.940Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:38:30.002Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-03T00:38:30.568Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-10-03T00:38:30.855Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-10-03T00:38:30.934Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-03T00:38:30.934Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-03T00:38:30.934Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-03T00:38:31.155Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-10-03T00:38:34.209Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-03T00:38:34.467Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.37s) [2019-10-03T00:38:34.632Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.38s) [2019-10-03T00:38:34.632Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.48s) [2019-10-03T00:38:34.632Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.25s) [2019-10-03T00:38:34.632Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.07s) [2019-10-03T00:38:34.632Z] 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-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.96s) [2019-10-03T00:38:34.632Z] 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-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.08s) [2019-10-03T00:38:34.632Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.34s) [2019-10-03T00:38:34.632Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.90s) [2019-10-03T00:38:34.632Z] 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-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.95s) [2019-10-03T00:38:34.632Z] 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-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.76s) [2019-10-03T00:38:34.632Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-10-03T00:38:34.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.26s) [2019-10-03T00:38:34.632Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-10-03T00:38:34.632Z] === RUN TestCgroupNamespacesRun [2019-10-03T00:38:35.399Z] --- PASS: TestServiceUpdateNetwork (15.91s) [2019-10-03T00:38:35.399Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-03T00:38:35.399Z] PASS [2019-10-03T00:38:35.399Z] [2019-10-03T00:38:35.399Z] DONE 19 tests in 176.177s [2019-10-03T00:38:35.399Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-10-03T00:38:35.399Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:38:35.399Z] ++ set -e [2019-10-03T00:38:35.399Z] ++ '[' -n 0 ']' [2019-10-03T00:38:35.399Z] ++ set -x [2019-10-03T00:38:35.399Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:38:35.657Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-10-03T00:38:35.915Z] INFO: Testing against a local daemon [2019-10-03T00:38:35.915Z] === RUN TestSessionCreate [2019-10-03T00:38:35.915Z] --- PASS: TestSessionCreate (0.04s) [2019-10-03T00:38:35.915Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-03T00:38:35.915Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2019-10-03T00:38:35.915Z] PASS [2019-10-03T00:38:35.915Z] [2019-10-03T00:38:35.915Z] DONE 2 tests in 0.390s [2019-10-03T00:38:35.915Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-10-03T00:38:35.915Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:38:35.915Z] ++ set -e [2019-10-03T00:38:35.915Z] ++ '[' -n 0 ']' [2019-10-03T00:38:35.915Z] ++ set -x [2019-10-03T00:38:35.915Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:38:35.915Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-03T00:38:36.107Z] --- PASS: TestCgroupNamespacesRun (1.73s) [2019-10-03T00:38:36.107Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-10-03T00:38:36.107Z] === RUN TestCgroupNamespacesRunPrivileged [2019-10-03T00:38:36.172Z] INFO: Testing against a local daemon [2019-10-03T00:38:36.172Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-03T00:38:36.172Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-03T00:38:36.172Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-03T00:38:36.172Z] === RUN TestEventsExecDie [2019-10-03T00:38:37.548Z] --- PASS: TestEventsExecDie (1.20s) [2019-10-03T00:38:37.548Z] === RUN TestEventsBackwardsCompatible [2019-10-03T00:38:37.548Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2019-10-03T00:38:37.548Z] === RUN TestInfoBinaryCommits [2019-10-03T00:38:37.548Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-10-03T00:38:37.548Z] === RUN TestInfoAPIVersioned [2019-10-03T00:38:37.548Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-03T00:38:37.548Z] === RUN TestInfoAPI [2019-10-03T00:38:37.548Z] --- PASS: TestInfoAPI (0.04s) [2019-10-03T00:38:37.548Z] === RUN TestInfoAPIWarnings [2019-10-03T00:38:38.134Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.73s) [2019-10-03T00:38:38.134Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-10-03T00:38:38.134Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-10-03T00:38:38.481Z] --- PASS: TestInfoAPIWarnings (0.98s) [2019-10-03T00:38:38.481Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-03T00:38:38.481Z] === RUN TestLoginFailsWithBadCredentials [2019-10-03T00:38:38.739Z] --- PASS: TestLoginFailsWithBadCredentials (0.38s) [2019-10-03T00:38:38.739Z] === RUN TestPingCacheHeaders [2019-10-03T00:38:38.996Z] --- PASS: TestPingCacheHeaders (0.04s) [2019-10-03T00:38:38.996Z] === RUN TestPingGet [2019-10-03T00:38:38.996Z] --- PASS: TestPingGet (0.07s) [2019-10-03T00:38:38.996Z] === RUN TestPingHead [2019-10-03T00:38:38.996Z] --- PASS: TestPingHead (0.05s) [2019-10-03T00:38:38.996Z] === RUN TestVersion [2019-10-03T00:38:38.996Z] --- PASS: TestVersion (0.04s) [2019-10-03T00:38:38.996Z] PASS [2019-10-03T00:38:38.996Z] [2019-10-03T00:38:38.996Z] === Skipped [2019-10-03T00:38:38.996Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-03T00:38:38.996Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-03T00:38:38.996Z] [2019-10-03T00:38:38.996Z] [2019-10-03T00:38:38.996Z] DONE 12 tests, 1 skipped in 3.119s [2019-10-03T00:38:38.996Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-10-03T00:38:38.996Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:38:38.996Z] ++ set -e [2019-10-03T00:38:38.996Z] ++ '[' -n 0 ']' [2019-10-03T00:38:38.996Z] ++ set -x [2019-10-03T00:38:38.996Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:38:39.253Z] INFO: Testing against a local daemon [2019-10-03T00:38:39.253Z] === RUN TestVolumesCreateAndList [2019-10-03T00:38:39.253Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-03T00:38:39.253Z] === RUN TestVolumesRemove [2019-10-03T00:38:39.511Z] --- PASS: TestVolumesRemove (0.14s) [2019-10-03T00:38:39.511Z] === RUN TestVolumesInspect [2019-10-03T00:38:39.511Z] --- PASS: TestVolumesInspect (0.03s) [2019-10-03T00:38:39.511Z] === RUN TestVolumesInvalidJSON [2019-10-03T00:38:39.511Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-03T00:38:39.511Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-03T00:38:39.511Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-03T00:38:39.511Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-10-03T00:38:39.511Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-03T00:38:39.511Z] PASS [2019-10-03T00:38:39.511Z] [2019-10-03T00:38:39.511Z] DONE 5 tests in 0.434s [2019-10-03T00:38:39.511Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-03T00:38:39.629Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.73s) [2019-10-03T00:38:39.629Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-10-03T00:38:39.629Z] === RUN TestCgroupNamespacesRunHostMode [2019-10-03T00:38:39.769Z] ++++ cat bundles/test-integration/docker.pid [2019-10-03T00:38:39.769Z] +++ kill 5330 [2019-10-03T00:38:41.656Z] --- PASS: TestCgroupNamespacesRunHostMode (1.75s) [2019-10-03T00:38:41.656Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-10-03T00:38:41.657Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-10-03T00:38:41.666Z] umount: bundles/test-integration/root: mountpoint not found [2019-10-03T00:38:41.666Z] +++ /etc/init.d/apparmor stop [2019-10-03T00:38:41.666Z] Clearing AppArmor profiles cache:. [2019-10-03T00:38:41.666Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-03T00:38:41.666Z] Unloading profiles will leave already running processes permanently [2019-10-03T00:38:41.666Z] unconfined, which can lead to unexpected situations. [2019-10-03T00:38:41.666Z] [2019-10-03T00:38:41.666Z] To set a process to complain mode, use the command line tool [2019-10-03T00:38:41.666Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-03T00:38:41.666Z] with the 'teardown' option." [2019-10-03T00:38:41.666Z] [2019-10-03T00:38:41.666Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-03T00:38:42.231Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-03T00:38:43.133Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.73s) [2019-10-03T00:38:43.133Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-10-03T00:38:43.133Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-10-03T00:38:44.141Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.89s) [2019-10-03T00:38:44.141Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-10-03T00:38:44.141Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-10-03T00:38:44.757Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-03T00:38:44.765Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-10-03T00:38:44.765Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-10-03T00:38:44.765Z] === RUN TestCgroupNamespacesRunOlderClient [2019-10-03T00:38:46.127Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-03T00:38:46.791Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.76s) [2019-10-03T00:38:46.791Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-10-03T00:38:46.791Z] === RUN TestKernelTCPMemory [2019-10-03T00:38:47.804Z] --- PASS: TestKernelTCPMemory (0.91s) [2019-10-03T00:38:47.804Z] === RUN TestNISDomainname [2019-10-03T00:38:48.820Z] --- PASS: TestNISDomainname (1.09s) [2019-10-03T00:38:48.820Z] === RUN TestHostnameDnsResolution [2019-10-03T00:38:49.037Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-10-03T00:38:49.834Z] --- PASS: TestHostnameDnsResolution (1.21s) [2019-10-03T00:38:49.834Z] === RUN TestStats [2019-10-03T00:38:51.857Z] --- PASS: TestStats (2.02s) [2019-10-03T00:38:51.857Z] === RUN TestStopContainerWithTimeout [2019-10-03T00:38:51.857Z] === RUN TestStopContainerWithTimeout/0 [2019-10-03T00:38:51.857Z] === PAUSE TestStopContainerWithTimeout/0 [2019-10-03T00:38:51.857Z] === RUN TestStopContainerWithTimeout/1 [2019-10-03T00:38:51.857Z] === PAUSE TestStopContainerWithTimeout/1 [2019-10-03T00:38:51.857Z] === RUN TestStopContainerWithTimeout/3 [2019-10-03T00:38:51.857Z] === PAUSE TestStopContainerWithTimeout/3 [2019-10-03T00:38:51.857Z] === RUN TestStopContainerWithTimeout/-1 [2019-10-03T00:38:51.857Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-10-03T00:38:51.857Z] === CONT TestStopContainerWithTimeout/0 [2019-10-03T00:38:51.857Z] === CONT TestStopContainerWithTimeout/3 [2019-10-03T00:38:51.857Z] === CONT TestStopContainerWithTimeout/1 [2019-10-03T00:38:51.857Z] === CONT TestStopContainerWithTimeout/-1 [2019-10-03T00:38:55.322Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2019-10-03T00:38:55.322Z] --- PASS: TestStopContainerWithTimeout/0 (1.20s) [2019-10-03T00:38:55.322Z] --- PASS: TestStopContainerWithTimeout/1 (2.30s) [2019-10-03T00:38:55.322Z] --- PASS: TestStopContainerWithTimeout/3 (2.91s) [2019-10-03T00:38:55.322Z] --- PASS: TestStopContainerWithTimeout/-1 (3.20s) [2019-10-03T00:38:55.322Z] === RUN TestDeleteDevicemapper [2019-10-03T00:38:55.322Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-10-03T00:38:55.322Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-03T00:38:55.322Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-10-03T00:38:56.101Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-10-03T00:38:57.346Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.97s) [2019-10-03T00:38:57.346Z] === RUN TestUpdateMemory [2019-10-03T00:38:58.357Z] --- PASS: TestUpdateMemory (1.14s) [2019-10-03T00:38:58.357Z] === RUN TestUpdateCPUQuota [2019-10-03T00:38:59.831Z] --- PASS: TestUpdateCPUQuota (1.67s) [2019-10-03T00:38:59.831Z] === RUN TestUpdatePidsLimit [2019-10-03T00:38:59.831Z] === RUN TestUpdatePidsLimit/update_from_none [2019-10-03T00:39:00.450Z] === RUN TestUpdatePidsLimit/no_change [2019-10-03T00:39:00.733Z] === RUN TestUpdatePidsLimit/update_lower [2019-10-03T00:39:01.021Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-10-03T00:39:01.639Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-10-03T00:39:01.922Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-10-03T00:39:02.207Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-10-03T00:39:04.242Z] --- PASS: TestUpdatePidsLimit (4.08s) [2019-10-03T00:39:04.242Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2019-10-03T00:39:04.242Z] --- PASS: TestUpdatePidsLimit/no_change (0.41s) [2019-10-03T00:39:04.242Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2019-10-03T00:39:04.242Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2019-10-03T00:39:04.242Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2019-10-03T00:39:04.242Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2019-10-03T00:39:04.242Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2019-10-03T00:39:04.242Z] === RUN TestUpdateRestartPolicy [2019-10-03T00:39:06.415Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-10-03T00:39:12.660Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-03T00:39:12.660Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-03T00:39:12.660Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-03T00:39:15.939Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-03T00:39:16.749Z] --- PASS: TestUpdateRestartPolicy (12.18s) [2019-10-03T00:39:16.749Z] === RUN TestUpdateRestartWithAutoRemove [2019-10-03T00:39:17.034Z] --- PASS: TestUpdateRestartWithAutoRemove (0.75s) [2019-10-03T00:39:17.034Z] === RUN TestWaitNonBlocked [2019-10-03T00:39:17.034Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-03T00:39:17.034Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-03T00:39:17.034Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-03T00:39:17.034Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-03T00:39:17.034Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-10-03T00:39:17.034Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-10-03T00:39:17.655Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-10-03T00:39:17.655Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.81s) [2019-10-03T00:39:17.655Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.85s) [2019-10-03T00:39:17.655Z] === RUN TestWaitBlocked [2019-10-03T00:39:17.945Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-03T00:39:17.945Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-03T00:39:17.945Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-10-03T00:39:17.945Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-10-03T00:39:17.945Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-10-03T00:39:17.945Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-10-03T00:39:18.465Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-03T00:39:18.971Z] --- PASS: TestWaitBlocked (0.04s) [2019-10-03T00:39:18.971Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.04s) [2019-10-03T00:39:18.971Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.10s) [2019-10-03T00:39:18.971Z] === CONT TestContainerStartOnDaemonRestart [2019-10-03T00:39:18.971Z] === CONT TestIpcModeOlderClient [2019-10-03T00:39:18.971Z] === CONT TestDaemonRestartIpcMode [2019-10-03T00:39:18.971Z] --- PASS: TestIpcModeOlderClient (0.19s) [2019-10-03T00:39:21.743Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-03T00:39:22.446Z] --- PASS: TestContainerStartOnDaemonRestart (3.28s) [2019-10-03T00:39:22.446Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-10-03T00:39:22.731Z] --- PASS: TestDaemonRestartIpcMode (3.88s) [2019-10-03T00:39:22.731Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-10-03T00:39:22.731Z] PASS [2019-10-03T00:39:22.731Z] [2019-10-03T00:39:22.731Z] === Skipped [2019-10-03T00:39:22.731Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-10-03T00:39:22.731Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-10-03T00:39:22.731Z] [2019-10-03T00:39:22.731Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-10-03T00:39:22.731Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-10-03T00:39:22.731Z] [2019-10-03T00:39:22.731Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-10-03T00:39:22.731Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-10-03T00:39:22.731Z] [2019-10-03T00:39:22.731Z] [2019-10-03T00:39:22.731Z] DONE 197 tests, 3 skipped in 122.003s [2019-10-03T00:39:22.731Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-10-03T00:39:22.731Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:39:22.731Z] ++ set -e [2019-10-03T00:39:22.731Z] ++ '[' -n 0 ']' [2019-10-03T00:39:22.731Z] ++ set -x [2019-10-03T00:39:22.731Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:39:23.013Z] INFO: Testing against a local daemon [2019-10-03T00:39:23.013Z] === RUN TestCommitInheritsEnv [2019-10-03T00:39:23.119Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-03T00:39:23.119Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-03T00:39:23.297Z] --- PASS: TestCommitInheritsEnv (0.41s) [2019-10-03T00:39:23.297Z] === RUN TestImportExtremelyLargeImageWorks [2019-10-03T00:39:23.297Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-10-03T00:39:23.297Z] === RUN TestImagesFilterMultiReference [2019-10-03T00:39:23.579Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-10-03T00:39:23.579Z] === RUN TestImagePullPlatformInvalid [2019-10-03T00:39:23.579Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-10-03T00:39:23.579Z] === RUN TestRemoveImageOrphaning [2019-10-03T00:39:23.863Z] --- PASS: TestRemoveImageOrphaning (0.39s) [2019-10-03T00:39:23.863Z] === RUN TestRemoveImageGarbageCollector [2019-10-03T00:39:23.863Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-10-03T00:39:23.863Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:39:23.863Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-10-03T00:39:23.863Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-10-03T00:39:23.863Z] === RUN TestTagInvalidReference [2019-10-03T00:39:23.863Z] --- PASS: TestTagInvalidReference (0.06s) [2019-10-03T00:39:23.863Z] === RUN TestTagValidPrefixedRepo [2019-10-03T00:39:24.053Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-03T00:39:24.148Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-10-03T00:39:24.148Z] === RUN TestTagExistedNameWithoutForce [2019-10-03T00:39:24.148Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-10-03T00:39:24.148Z] === RUN TestTagOfficialNames [2019-10-03T00:39:24.148Z] --- PASS: TestTagOfficialNames (0.06s) [2019-10-03T00:39:24.148Z] === RUN TestTagMatchesDigest [2019-10-03T00:39:24.148Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-10-03T00:39:24.148Z] === CONT TestImportExtremelyLargeImageWorks [2019-10-03T00:39:24.985Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-10-03T00:39:26.357Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-03T00:39:27.288Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-03T00:39:28.220Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-03T00:39:29.151Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-03T00:39:30.081Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-03T00:39:31.452Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-03T00:39:32.383Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-03T00:39:33.315Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-03T00:39:34.686Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-03T00:39:35.251Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-03T00:39:36.621Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-03T00:39:37.991Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-03T00:39:38.921Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-03T00:39:38.921Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-10-03T00:39:40.292Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-03T00:39:40.292Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-03T00:39:41.223Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-03T00:39:42.154Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-03T00:39:43.537Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-03T00:39:44.468Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-03T00:39:45.840Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-03T00:39:47.737Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-03T00:39:48.675Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-03T00:39:51.198Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-03T00:39:56.452Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-03T00:40:00.633Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-03T00:40:00.633Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-10-03T00:40:00.890Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-03T00:40:06.146Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-10-03T00:40:07.080Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-03T00:40:12.339Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-03T00:40:12.597Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-03T00:40:19.149Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-10-03T00:40:19.149Z] === RUN TestDockerSuite/TestCpToDot [2019-10-03T00:40:20.080Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-03T00:40:21.994Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-03T00:40:23.888Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-03T00:40:24.821Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-03T00:40:24.821Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-10-03T00:40:28.095Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-03T00:40:28.659Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-03T00:40:30.031Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-03T00:40:32.446Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-10-03T00:40:32.447Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-10-03T00:40:32.447Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-10-03T00:40:32.447Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-10-03T00:40:32.447Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-10-03T00:40:32.447Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-10-03T00:40:32.447Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-10-03T00:40:32.447Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-10-03T00:40:32.447Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-10-03T00:40:32.554Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-03T00:40:32.554Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-03T00:40:32.554Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-03T00:40:33.118Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-03T00:40:34.047Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-03T00:40:34.047Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-03T00:40:34.047Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-03T00:40:34.979Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-03T00:40:35.237Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-03T00:40:35.237Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-03T00:40:35.346Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-10-03T00:40:35.493Z] === RUN TestDockerSuite/TestCreateRM [2019-10-03T00:40:35.750Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-03T00:40:35.750Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-03T00:40:35.750Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-03T00:40:36.008Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-03T00:40:37.522Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-10-03T00:40:38.531Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-03T00:40:38.531Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-03T00:40:38.531Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-03T00:40:41.807Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-03T00:40:42.065Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-03T00:40:42.065Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-03T00:40:42.065Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-10-03T00:40:42.205Z] === RUN TestDockerSuite/TestBuildEnv [2019-10-03T00:40:42.205Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-10-03T00:40:42.322Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-03T00:40:42.322Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-03T00:40:42.322Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-03T00:40:42.663Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-10-03T00:40:42.663Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-10-03T00:40:42.663Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-10-03T00:40:42.663Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-10-03T00:40:43.256Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-03T00:40:45.156Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-03T00:40:45.563Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-10-03T00:40:45.563Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-10-03T00:40:45.563Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-10-03T00:40:45.563Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-10-03T00:40:46.090Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-03T00:40:46.529Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-10-03T00:40:48.617Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-03T00:40:49.988Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-03T00:40:50.919Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-03T00:40:51.209Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-10-03T00:40:51.861Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-03T00:40:51.861Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-03T00:40:52.826Z] === RUN TestDockerSuite/TestDockerFails [2019-10-03T00:40:52.826Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-10-03T00:40:52.826Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-10-03T00:40:52.826Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-10-03T00:40:54.197Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-10-03T00:40:55.128Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-10-03T00:40:56.500Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-10-03T00:40:56.500Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-10-03T00:40:56.500Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-10-03T00:40:56.757Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-10-03T00:40:58.653Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-10-03T00:41:03.911Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-03T00:41:04.844Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-10-03T00:41:06.741Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-03T00:41:08.893Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-10-03T00:41:08.893Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-10-03T00:41:08.893Z] === RUN TestDockerSuite/TestBuildExpose [2019-10-03T00:41:08.893Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-10-03T00:41:08.893Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-10-03T00:41:08.893Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-10-03T00:41:08.893Z] === RUN TestDockerSuite/TestBuildFails [2019-10-03T00:41:10.918Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-03T00:41:11.075Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-10-03T00:41:11.076Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-10-03T00:41:12.814Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-10-03T00:41:13.745Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-03T00:41:14.675Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-03T00:41:15.758Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-10-03T00:41:16.046Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-03T00:41:16.610Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-03T00:41:17.541Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-03T00:41:18.472Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-10-03T00:41:20.366Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-10-03T00:41:21.542Z] === RUN TestDockerSuite/TestBuildForceRm [2019-10-03T00:41:22.261Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-03T00:41:25.559Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-10-03T00:41:27.325Z] === RUN TestDockerSuite/TestBuildFromGit [2019-10-03T00:41:28.081Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-03T00:41:29.451Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-03T00:41:31.347Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-03T00:41:32.278Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-03T00:41:32.535Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-03T00:41:33.111Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-10-03T00:41:34.078Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-10-03T00:41:34.431Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-03T00:41:34.431Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-10-03T00:41:35.361Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-10-03T00:41:35.361Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-03T00:41:35.619Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-10-03T00:41:35.876Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-10-03T00:41:35.877Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-03T00:41:37.247Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-10-03T00:41:37.812Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-03T00:41:39.708Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-03T00:41:39.708Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-03T00:41:39.708Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-03T00:41:39.865Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-10-03T00:41:39.865Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-10-03T00:41:39.865Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-10-03T00:41:40.323Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-10-03T00:41:40.323Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-10-03T00:41:41.080Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-03T00:41:41.338Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-03T00:41:41.904Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-03T00:41:42.836Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-10-03T00:41:43.094Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-10-03T00:41:43.094Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-10-03T00:41:43.094Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-03T00:41:44.990Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-10-03T00:41:45.921Z] === RUN TestDockerSuite/TestEventsRename [2019-10-03T00:41:46.853Z] === RUN TestDockerSuite/TestEventsResize [2019-10-03T00:41:47.785Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-03T00:41:48.719Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-03T00:41:49.225Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-10-03T00:41:49.225Z] === RUN TestDockerSuite/TestBuildHistory [2019-10-03T00:41:50.093Z] === RUN TestDockerSuite/TestEventsStreaming [2019-10-03T00:41:50.681Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-03T00:41:53.960Z] === RUN TestDockerSuite/TestEventsTop [2019-10-03T00:41:54.894Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-03T00:41:57.417Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-03T00:41:58.789Z] === RUN TestDockerSuite/TestExec [2019-10-03T00:41:59.542Z] === RUN TestDockerSuite/TestBuildIidFile [2019-10-03T00:42:00.001Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-10-03T00:42:00.363Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-03T00:42:00.628Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-10-03T00:42:00.885Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-03T00:42:01.583Z] === RUN TestDockerSuite/TestBuildInheritance [2019-10-03T00:42:01.583Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-10-03T00:42:01.818Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-03T00:42:02.551Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-10-03T00:42:02.551Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-10-03T00:42:02.752Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-03T00:42:04.648Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-03T00:42:06.021Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-03T00:42:07.237Z] === RUN TestDockerSuite/TestBuildLabel [2019-10-03T00:42:07.697Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-10-03T00:42:08.079Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-03T00:42:08.155Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-10-03T00:42:08.646Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-03T00:42:09.124Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-10-03T00:42:09.582Z] === RUN TestDockerSuite/TestBuildLabels [2019-10-03T00:42:10.018Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-03T00:42:10.549Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-10-03T00:42:10.583Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-03T00:42:11.516Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-03T00:42:12.085Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-10-03T00:42:13.413Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-03T00:42:14.785Z] === RUN TestDockerSuite/TestExecEnv [2019-10-03T00:42:16.156Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-03T00:42:16.771Z] === RUN TestDockerSuite/TestBuildLastModified [2019-10-03T00:42:16.771Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-10-03T00:42:16.771Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-10-03T00:42:16.771Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-10-03T00:42:16.771Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-10-03T00:42:16.771Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-10-03T00:42:16.771Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-10-03T00:42:17.229Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-10-03T00:42:18.054Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-03T00:42:18.196Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-10-03T00:42:19.434Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-03T00:42:22.788Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-03T00:42:22.879Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-10-03T00:42:23.352Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-10-03T00:42:24.283Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-03T00:42:25.214Z] === RUN TestDockerSuite/TestExecParseError [2019-10-03T00:42:26.145Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-03T00:42:27.076Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-10-03T00:42:27.076Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-03T00:42:28.008Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-03T00:42:31.285Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-03T00:42:32.217Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-03T00:42:33.590Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-03T00:42:43.954Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-10-03T00:42:43.954Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-10-03T00:42:43.954Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-10-03T00:42:45.777Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-03T00:42:46.034Z] === RUN TestDockerSuite/TestExecTTY [2019-10-03T00:42:46.964Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-03T00:42:47.896Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-03T00:42:48.827Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-03T00:42:50.199Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-03T00:42:50.199Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-03T00:42:52.722Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-10-03T00:42:53.290Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-03T00:42:54.667Z] === RUN TestDockerSuite/TestExecWithTERM [2019-10-03T00:42:55.232Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-10-03T00:42:55.503Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-03T00:42:56.904Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-03T00:43:02.161Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-03T00:43:07.416Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-03T00:43:09.939Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-03T00:43:13.893Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-10-03T00:43:15.192Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-03T00:43:15.449Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-03T00:43:15.449Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-03T00:43:15.449Z] === RUN TestDockerSuite/TestHealth [2019-10-03T00:43:31.603Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-10-03T00:43:37.354Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-10-03T00:43:37.354Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-03T00:43:37.354Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-03T00:43:37.354Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-03T00:43:37.354Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-03T00:43:38.726Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-03T00:43:38.726Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-03T00:43:39.658Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-03T00:43:39.658Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-03T00:43:39.658Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-03T00:43:39.658Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-03T00:43:39.915Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-03T00:43:40.201Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-10-03T00:43:40.481Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-03T00:43:41.045Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-03T00:43:41.045Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-03T00:43:41.978Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-03T00:43:41.978Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-03T00:43:43.350Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-03T00:43:44.284Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-03T00:43:44.284Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-03T00:43:44.915Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-10-03T00:43:45.216Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-03T00:43:48.510Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-03T00:43:48.510Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-03T00:43:48.510Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-03T00:43:50.409Z] === RUN TestDockerSuite/TestImportFile [2019-10-03T00:43:50.737Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-10-03T00:43:52.938Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-03T00:43:52.938Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-03T00:43:54.832Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-03T00:43:57.360Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-03T00:43:59.261Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-03T00:43:59.825Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-03T00:44:00.390Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-03T00:44:00.954Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-03T00:44:02.325Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-03T00:44:02.582Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-10-03T00:44:03.148Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-03T00:44:04.082Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-03T00:44:05.015Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-03T00:44:05.015Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-03T00:44:05.015Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-10-03T00:44:05.015Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-03T00:44:05.579Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-03T00:44:05.589Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-10-03T00:44:05.589Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-10-03T00:44:06.953Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-03T00:44:07.885Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-10-03T00:44:07.885Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-03T00:44:08.817Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-03T00:44:09.749Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-03T00:44:10.681Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-03T00:44:10.938Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-10-03T00:44:11.196Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-03T00:44:11.196Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-10-03T00:44:12.704Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-10-03T00:44:13.092Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-03T00:44:13.677Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-10-03T00:44:13.677Z] === RUN TestDockerSuite/TestBuildNetNone [2019-10-03T00:44:13.677Z] === RUN TestDockerSuite/TestBuildNoContext [2019-10-03T00:44:14.038Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-03T00:44:14.309Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-10-03T00:44:14.874Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-03T00:44:14.874Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-03T00:44:15.805Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-03T00:44:15.805Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-03T00:44:15.866Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-10-03T00:44:17.703Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-10-03T00:44:17.703Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-03T00:44:19.072Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-03T00:44:19.637Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-03T00:44:21.009Z] === RUN TestDockerSuite/TestInspectImage [2019-10-03T00:44:21.009Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-03T00:44:21.009Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-03T00:44:21.009Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-03T00:44:21.009Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-10-03T00:44:21.575Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-03T00:44:22.946Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-03T00:44:22.946Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-03T00:44:23.877Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-03T00:44:24.440Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-10-03T00:44:24.440Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-03T00:44:26.213Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-10-03T00:44:26.675Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-10-03T00:44:26.966Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-03T00:44:26.966Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-03T00:44:27.136Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-10-03T00:44:27.136Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-10-03T00:44:27.530Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-03T00:44:28.465Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-03T00:44:29.324Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-10-03T00:44:30.298Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-10-03T00:44:30.360Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-03T00:44:30.360Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-10-03T00:44:31.291Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-03T00:44:31.840Z] --- PASS: TestImportExtremelyLargeImageWorks (297.69s) [2019-10-03T00:44:31.840Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-10-03T00:44:31.840Z] PASS [2019-10-03T00:44:31.840Z] [2019-10-03T00:44:31.840Z] === Skipped [2019-10-03T00:44:31.840Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-10-03T00:44:31.840Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:44:31.840Z] [2019-10-03T00:44:31.840Z] [2019-10-03T00:44:31.840Z] DONE 12 tests, 1 skipped in 299.039s [2019-10-03T00:44:31.840Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-10-03T00:44:31.840Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:44:31.840Z] ++ set -e [2019-10-03T00:44:31.840Z] ++ '[' -n 0 ']' [2019-10-03T00:44:31.840Z] ++ set -x [2019-10-03T00:44:31.840Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:44:31.840Z] INFO: Testing against a local daemon [2019-10-03T00:44:31.840Z] === RUN TestNetworkCreateDelete [2019-10-03T00:44:31.840Z] --- PASS: TestNetworkCreateDelete (0.21s) [2019-10-03T00:44:31.840Z] === RUN TestDockerNetworkDeletePreferID [2019-10-03T00:44:31.840Z] --- PASS: TestDockerNetworkDeletePreferID (0.59s) [2019-10-03T00:44:31.840Z] === RUN TestInspectNetwork [2019-10-03T00:44:31.840Z] === RUN TestInspectNetwork/full_network_id [2019-10-03T00:44:31.840Z] === RUN TestInspectNetwork/partial_network_id [2019-10-03T00:44:31.840Z] === RUN TestInspectNetwork/network_name [2019-10-03T00:44:31.840Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-10-03T00:44:31.840Z] --- PASS: TestInspectNetwork (8.62s) [2019-10-03T00:44:31.840Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-10-03T00:44:31.840Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-10-03T00:44:31.840Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-10-03T00:44:31.840Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-10-03T00:44:31.840Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-10-03T00:44:31.840Z] === RUN TestRunContainerWithBridgeNone [2019-10-03T00:44:31.843Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-10-03T00:44:32.222Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-03T00:44:33.157Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-03T00:44:34.088Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-03T00:44:34.527Z] --- PASS: TestRunContainerWithBridgeNone (2.72s) [2019-10-03T00:44:34.527Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-10-03T00:44:34.527Z] === RUN TestNetworkInvalidJSON [2019-10-03T00:44:34.527Z] === RUN TestNetworkInvalidJSON//networks/create [2019-10-03T00:44:34.527Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-10-03T00:44:34.527Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-10-03T00:44:34.527Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-10-03T00:44:34.527Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-03T00:44:34.527Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-03T00:44:34.527Z] === CONT TestNetworkInvalidJSON//networks/create [2019-10-03T00:44:34.527Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-10-03T00:44:34.527Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-10-03T00:44:34.527Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-10-03T00:44:34.527Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-10-03T00:44:34.527Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-10-03T00:44:34.527Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-10-03T00:44:34.527Z] === RUN TestDaemonRestartWithLiveRestore [2019-10-03T00:44:34.653Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-03T00:44:35.146Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-10-03T00:44:35.146Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-10-03T00:44:35.146Z] === RUN TestDaemonDefaultNetworkPools [2019-10-03T00:44:35.585Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-03T00:44:35.846Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-10-03T00:44:36.103Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-10-03T00:44:36.168Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2019-10-03T00:44:36.168Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-10-03T00:44:36.168Z] === RUN TestDaemonRestartWithExistingNetwork [2019-10-03T00:44:37.193Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.25s) [2019-10-03T00:44:37.193Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-10-03T00:44:37.193Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-10-03T00:44:38.641Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-03T00:44:38.853Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.47s) [2019-10-03T00:44:38.853Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-10-03T00:44:38.853Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-10-03T00:44:39.473Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2019-10-03T00:44:39.473Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-10-03T00:44:39.473Z] === RUN TestServiceWithPredefinedNetwork [2019-10-03T00:44:40.538Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-03T00:44:42.166Z] --- PASS: TestServiceWithPredefinedNetwork (2.40s) [2019-10-03T00:44:42.166Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-10-03T00:44:42.166Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-10-03T00:44:42.166Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-03T00:44:42.166Z] service_test.go:230: FLAKY_TEST [2019-10-03T00:44:42.166Z] === RUN TestServiceWithDataPathPortInit [2019-10-03T00:44:42.465Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-03T00:44:42.465Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-03T00:44:44.362Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-03T00:44:46.705Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-10-03T00:44:46.705Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-10-03T00:44:46.885Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-03T00:44:49.408Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-03T00:44:49.665Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-03T00:44:52.190Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-03T00:44:52.449Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-03T00:44:53.819Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-03T00:44:55.397Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-10-03T00:44:57.433Z] --- PASS: TestServiceWithDataPathPortInit (15.81s) [2019-10-03T00:44:57.433Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-03T00:44:57.433Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-10-03T00:44:57.433Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-10-03T00:44:57.585Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-10-03T00:45:03.779Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-10-03T00:45:05.845Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.36s) [2019-10-03T00:45:05.845Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-10-03T00:45:05.846Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:y3r0j5ctg04br6gq0ga63w57x Created:2019-10-03 00:44:58.689538596 +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[09579b12ebe907ff8afc135611fc3d70583ce3832ab8994c17897641e77fd32d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.j7repcf70mutpv4p4zxgu8l6h EndpointID:da2eaed2c45d2685ed695a4084c2306feb8b82510f93f7679701b0fa816fd2eb MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:10a5b7b5d2ffb22a9e2cad0a72cc541b51374db98b632c5931a93fd190820b7b 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:6a1c956f80c4 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.j7repcf70mutpv4p4zxgu8l6h EndpointID:da2eaed2c45d2685ed695a4084c2306feb8b82510f93f7679701b0fa816fd2eb EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-10-03T00:45:05.846Z] PASS [2019-10-03T00:45:05.846Z] [2019-10-03T00:45:05.846Z] === Skipped [2019-10-03T00:45:05.846Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-10-03T00:45:05.846Z] service_test.go:230: FLAKY_TEST [2019-10-03T00:45:05.846Z] [2019-10-03T00:45:05.846Z] [2019-10-03T00:45:05.846Z] DONE 21 tests, 1 skipped in 44.020s [2019-10-03T00:45:05.846Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-10-03T00:45:05.846Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:05.846Z] ++ set -e [2019-10-03T00:45:05.846Z] ++ '[' -n 0 ']' [2019-10-03T00:45:05.846Z] ++ set -x [2019-10-03T00:45:05.846Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:06.150Z] INFO: Testing against a local daemon [2019-10-03T00:45:06.150Z] === RUN TestDockerNetworkIpvlanPersistance [2019-10-03T00:45:06.150Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-03T00:45:06.150Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-03T00:45:06.150Z] === RUN TestDockerNetworkIpvlan [2019-10-03T00:45:06.150Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-10-03T00:45:06.150Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-03T00:45:06.150Z] PASS [2019-10-03T00:45:06.150Z] [2019-10-03T00:45:06.150Z] === Skipped [2019-10-03T00:45:06.150Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-10-03T00:45:06.150Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-03T00:45:06.150Z] [2019-10-03T00:45:06.150Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-10-03T00:45:06.150Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-10-03T00:45:06.150Z] [2019-10-03T00:45:06.150Z] [2019-10-03T00:45:06.150Z] DONE 2 tests, 2 skipped in 0.105s [2019-10-03T00:45:06.151Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-10-03T00:45:06.151Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:06.151Z] ++ set -e [2019-10-03T00:45:06.151Z] ++ '[' -n 0 ']' [2019-10-03T00:45:06.151Z] ++ set -x [2019-10-03T00:45:06.151Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:06.151Z] INFO: Testing against a local daemon [2019-10-03T00:45:06.151Z] === RUN TestDockerNetworkMacvlanPersistance [2019-10-03T00:45:06.181Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-10-03T00:45:07.056Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-03T00:45:07.638Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.46s) [2019-10-03T00:45:07.638Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-10-03T00:45:07.638Z] === RUN TestDockerNetworkMacvlan [2019-10-03T00:45:08.646Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-10-03T00:45:09.587Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-03T00:45:09.655Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-10-03T00:45:10.667Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-10-03T00:45:10.888Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-10-03T00:45:11.484Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-03T00:45:12.855Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-03T00:45:12.855Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-10-03T00:45:13.351Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-10-03T00:45:15.595Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-10-03T00:45:16.056Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-10-03T00:45:16.057Z] === RUN TestDockerSuite/TestBuildPATH [2019-10-03T00:45:16.057Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-10-03T00:45:16.134Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-10-03T00:45:16.134Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-03T00:45:16.391Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-03T00:45:16.391Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-03T00:45:16.391Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-03T00:45:16.649Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-10-03T00:45:16.823Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-10-03T00:45:17.217Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-03T00:45:18.148Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-03T00:45:18.245Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-10-03T00:45:18.245Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-10-03T00:45:22.321Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-10-03T00:45:22.339Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-03T00:45:22.904Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-03T00:45:22.937Z] --- PASS: TestDockerNetworkMacvlan (15.16s) [2019-10-03T00:45:22.938Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:45:22.938Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-10-03T00:45:22.938Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:45:22.938Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-10-03T00:45:22.938Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:45:22.938Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.24s) [2019-10-03T00:45:22.938Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:45:22.938Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.25s) [2019-10-03T00:45:22.938Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:45:22.938Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.24s) [2019-10-03T00:45:22.938Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-10-03T00:45:22.938Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.96s) [2019-10-03T00:45:22.938Z] PASS [2019-10-03T00:45:22.938Z] [2019-10-03T00:45:22.938Z] DONE 8 tests in 16.722s [2019-10-03T00:45:22.938Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-10-03T00:45:22.938Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:22.938Z] ++ set -e [2019-10-03T00:45:22.938Z] ++ '[' -n 0 ']' [2019-10-03T00:45:22.938Z] ++ set -x [2019-10-03T00:45:22.938Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:22.938Z] testing: warning: no tests to run [2019-10-03T00:45:22.938Z] PASS [2019-10-03T00:45:22.938Z] [2019-10-03T00:45:22.938Z] DONE 0 tests in 0.017s [2019-10-03T00:45:22.938Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-10-03T00:45:22.938Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:22.938Z] ++ set -e [2019-10-03T00:45:22.938Z] ++ '[' -n 0 ']' [2019-10-03T00:45:22.938Z] ++ set -x [2019-10-03T00:45:22.938Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:22.938Z] INFO: Testing against a local daemon [2019-10-03T00:45:22.938Z] === RUN TestAuthZPluginAllowRequest [2019-10-03T00:45:24.961Z] --- PASS: TestAuthZPluginAllowRequest (1.62s) [2019-10-03T00:45:24.961Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-10-03T00:45:24.961Z] === RUN TestAuthZPluginTLS [2019-10-03T00:45:25.251Z] --- PASS: TestAuthZPluginTLS (0.59s) [2019-10-03T00:45:25.251Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-10-03T00:45:25.251Z] === RUN TestAuthZPluginDenyRequest [2019-10-03T00:45:25.875Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2019-10-03T00:45:25.875Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-10-03T00:45:25.875Z] === RUN TestAuthZPluginAPIDenyResponse [2019-10-03T00:45:26.497Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2019-10-03T00:45:26.497Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-10-03T00:45:26.497Z] === RUN TestAuthZPluginDenyResponse [2019-10-03T00:45:26.780Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-10-03T00:45:26.780Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-10-03T00:45:26.780Z] === RUN TestAuthZPluginAllowEventStream [2019-10-03T00:45:28.157Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-03T00:45:28.721Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-03T00:45:28.721Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-03T00:45:28.811Z] --- PASS: TestAuthZPluginAllowEventStream (1.66s) [2019-10-03T00:45:28.811Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-10-03T00:45:28.811Z] === RUN TestAuthZPluginErrorResponse [2019-10-03T00:45:29.094Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-10-03T00:45:29.094Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-10-03T00:45:29.094Z] === RUN TestAuthZPluginErrorRequest [2019-10-03T00:45:29.652Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-10-03T00:45:29.709Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-10-03T00:45:29.709Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-10-03T00:45:29.709Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-10-03T00:45:29.909Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-03T00:45:30.324Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-10-03T00:45:30.324Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-10-03T00:45:30.324Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-10-03T00:45:31.279Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-03T00:45:32.357Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.11s) [2019-10-03T00:45:32.357Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-10-03T00:45:32.357Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-10-03T00:45:32.651Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-03T00:45:33.215Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-10-03T00:45:34.145Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-03T00:45:34.386Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.11s) [2019-10-03T00:45:34.386Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-10-03T00:45:34.386Z] === RUN TestAuthZPluginHeader [2019-10-03T00:45:35.076Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-03T00:45:35.399Z] --- PASS: TestAuthZPluginHeader (0.97s) [2019-10-03T00:45:35.399Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-10-03T00:45:35.399Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-10-03T00:45:35.399Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-03T00:45:35.399Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:45:35.399Z] === RUN TestAuthZPluginV2Disable [2019-10-03T00:45:35.399Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-10-03T00:45:35.399Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:45:35.399Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-10-03T00:45:35.399Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-03T00:45:35.399Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:45:35.399Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-10-03T00:45:35.399Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-03T00:45:35.399Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:45:35.399Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-10-03T00:45:36.447Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-10-03T00:45:37.820Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-03T00:45:38.750Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-03T00:45:39.686Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-10-03T00:45:39.686Z] === RUN TestDockerSuite/TestLogsSince [2019-10-03T00:45:42.964Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-10-03T00:45:47.139Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-03T00:45:47.396Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-10-03T00:45:50.671Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-10-03T00:45:52.591Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-03T00:45:53.523Z] === RUN TestDockerSuite/TestLogsTail [2019-10-03T00:45:53.523Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-10-03T00:45:53.856Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2019-10-03T00:45:53.856Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-10-03T00:45:53.856Z] PASS [2019-10-03T00:45:53.856Z] [2019-10-03T00:45:53.856Z] === Skipped [2019-10-03T00:45:53.856Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-10-03T00:45:53.856Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:45:53.856Z] [2019-10-03T00:45:53.856Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-10-03T00:45:53.856Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:45:53.856Z] [2019-10-03T00:45:53.856Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-10-03T00:45:53.856Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:45:53.856Z] [2019-10-03T00:45:53.856Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-10-03T00:45:53.856Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:45:53.856Z] [2019-10-03T00:45:53.856Z] [2019-10-03T00:45:53.856Z] DONE 17 tests, 4 skipped in 29.488s [2019-10-03T00:45:53.856Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-10-03T00:45:53.856Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:53.856Z] ++ set -e [2019-10-03T00:45:53.856Z] ++ '[' -n 0 ']' [2019-10-03T00:45:53.856Z] ++ set -x [2019-10-03T00:45:53.856Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:53.856Z] INFO: Testing against a local daemon [2019-10-03T00:45:53.856Z] === RUN TestPluginInvalidJSON [2019-10-03T00:45:53.856Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-10-03T00:45:53.856Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-10-03T00:45:53.856Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-10-03T00:45:53.856Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-10-03T00:45:53.856Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-10-03T00:45:53.856Z] PASS [2019-10-03T00:45:53.856Z] [2019-10-03T00:45:53.856Z] DONE 2 tests in 0.135s [2019-10-03T00:45:53.856Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-10-03T00:45:53.856Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:53.856Z] ++ set -e [2019-10-03T00:45:53.856Z] ++ '[' -n 0 ']' [2019-10-03T00:45:53.856Z] ++ set -x [2019-10-03T00:45:53.857Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:53.857Z] INFO: Testing against a local daemon [2019-10-03T00:45:53.857Z] === RUN TestExternalGraphDriver [2019-10-03T00:45:53.857Z] === RUN TestExternalGraphDriver/json [2019-10-03T00:45:54.454Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-03T00:45:54.864Z] === RUN TestExternalGraphDriver/spec [2019-10-03T00:45:55.385Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-03T00:45:56.319Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-03T00:45:56.890Z] === RUN TestExternalGraphDriver/pull [2019-10-03T00:45:57.252Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-03T00:45:57.509Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-10-03T00:45:58.075Z] === RUN TestDockerSuite/TestNetHostname [2019-10-03T00:45:59.570Z] --- PASS: TestExternalGraphDriver (6.60s) [2019-10-03T00:45:59.570Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-10-03T00:45:59.570Z] --- PASS: TestExternalGraphDriver/json (2.08s) [2019-10-03T00:45:59.570Z] --- PASS: TestExternalGraphDriver/spec (2.08s) [2019-10-03T00:45:59.570Z] --- PASS: TestExternalGraphDriver/pull (2.23s) [2019-10-03T00:45:59.570Z] === RUN TestGraphdriverPluginV2 [2019-10-03T00:45:59.570Z] --- SKIP: TestGraphdriverPluginV2 (0.09s) [2019-10-03T00:45:59.570Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:45:59.570Z] PASS [2019-10-03T00:45:59.570Z] [2019-10-03T00:45:59.570Z] === Skipped [2019-10-03T00:45:59.570Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.09s) [2019-10-03T00:45:59.570Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:45:59.570Z] [2019-10-03T00:45:59.570Z] [2019-10-03T00:45:59.570Z] DONE 5 tests, 1 skipped in 6.792s [2019-10-03T00:45:59.570Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-10-03T00:45:59.570Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:59.570Z] ++ set -e [2019-10-03T00:45:59.570Z] ++ '[' -n 0 ']' [2019-10-03T00:45:59.570Z] ++ set -x [2019-10-03T00:45:59.570Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:45:59.570Z] INFO: Testing against a local daemon [2019-10-03T00:45:59.570Z] === RUN TestContinueAfterPluginCrash [2019-10-03T00:45:59.570Z] === PAUSE TestContinueAfterPluginCrash [2019-10-03T00:45:59.570Z] === RUN TestDaemonStartWithLogOpt [2019-10-03T00:45:59.570Z] === PAUSE TestDaemonStartWithLogOpt [2019-10-03T00:45:59.570Z] === CONT TestContinueAfterPluginCrash [2019-10-03T00:45:59.570Z] === CONT TestDaemonStartWithLogOpt [2019-10-03T00:46:01.351Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-03T00:46:01.351Z] === RUN TestDockerSuite/TestNetworkEvents [2019-10-03T00:46:02.722Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-03T00:46:04.127Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-10-03T00:46:05.060Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-03T00:46:05.992Z] === RUN TestDockerSuite/TestPluginActive [2019-10-03T00:46:07.888Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-03T00:46:08.975Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-10-03T00:46:10.416Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-10-03T00:46:15.673Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-03T00:46:15.673Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-03T00:46:15.930Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-03T00:46:18.260Z] --- PASS: TestDaemonStartWithLogOpt (15.78s) [2019-10-03T00:46:18.260Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-10-03T00:46:19.204Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-03T00:46:20.373Z] --- PASS: TestContinueAfterPluginCrash (20.53s) [2019-10-03T00:46:20.373Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-10-03T00:46:20.373Z] PASS [2019-10-03T00:46:20.373Z] [2019-10-03T00:46:20.373Z] DONE 2 tests in 20.629s [2019-10-03T00:46:20.373Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-10-03T00:46:20.373Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:46:20.373Z] ++ set -e [2019-10-03T00:46:20.373Z] ++ '[' -n 0 ']' [2019-10-03T00:46:20.373Z] ++ set -x [2019-10-03T00:46:20.373Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:46:20.373Z] INFO: Testing against a local daemon [2019-10-03T00:46:20.373Z] === RUN TestPluginWithDevMounts [2019-10-03T00:46:20.373Z] === PAUSE TestPluginWithDevMounts [2019-10-03T00:46:20.373Z] === CONT TestPluginWithDevMounts [2019-10-03T00:46:21.101Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-03T00:46:22.399Z] --- PASS: TestPluginWithDevMounts (2.35s) [2019-10-03T00:46:22.399Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-10-03T00:46:22.399Z] PASS [2019-10-03T00:46:22.399Z] [2019-10-03T00:46:22.399Z] DONE 1 tests in 2.449s [2019-10-03T00:46:22.399Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-10-03T00:46:22.399Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:46:22.399Z] ++ set -e [2019-10-03T00:46:22.399Z] ++ '[' -n 0 ']' [2019-10-03T00:46:22.399Z] ++ set -x [2019-10-03T00:46:22.399Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:46:22.683Z] INFO: Testing against a local daemon [2019-10-03T00:46:22.683Z] === RUN TestSecretInspect [2019-10-03T00:46:23.022Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-03T00:46:23.822Z] === RUN TestDockerSuite/TestBuildRm [2019-10-03T00:46:24.727Z] --- PASS: TestSecretInspect (2.31s) [2019-10-03T00:46:24.727Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-10-03T00:46:24.727Z] === RUN TestSecretList [2019-10-03T00:46:24.918Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-10-03T00:46:27.409Z] --- PASS: TestSecretList (2.19s) [2019-10-03T00:46:27.409Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-10-03T00:46:27.409Z] === RUN TestSecretsCreateAndDelete [2019-10-03T00:46:28.199Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-10-03T00:46:28.456Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-03T00:46:29.443Z] --- PASS: TestSecretsCreateAndDelete (2.30s) [2019-10-03T00:46:29.443Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-10-03T00:46:29.443Z] === RUN TestSecretsUpdate [2019-10-03T00:46:30.984Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-03T00:46:31.914Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-10-03T00:46:32.123Z] --- PASS: TestSecretsUpdate (2.30s) [2019-10-03T00:46:32.123Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-10-03T00:46:32.123Z] === RUN TestTemplatedSecret [2019-10-03T00:46:32.845Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-03T00:46:34.741Z] === RUN TestDockerSuite/TestPortList [2019-10-03T00:46:34.817Z] --- PASS: TestTemplatedSecret (2.93s) [2019-10-03T00:46:34.817Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-10-03T00:46:34.817Z] === RUN TestSecretCreateResolve [2019-10-03T00:46:35.673Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-10-03T00:46:36.283Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-10-03T00:46:36.847Z] --- PASS: TestSecretCreateResolve (2.31s) [2019-10-03T00:46:36.847Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-10-03T00:46:36.847Z] PASS [2019-10-03T00:46:36.847Z] [2019-10-03T00:46:36.847Z] DONE 6 tests in 14.432s [2019-10-03T00:46:36.847Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-10-03T00:46:36.847Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:46:36.847Z] ++ set -e [2019-10-03T00:46:36.847Z] ++ '[' -n 0 ']' [2019-10-03T00:46:36.847Z] ++ set -x [2019-10-03T00:46:36.847Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:46:37.129Z] INFO: Testing against a local daemon [2019-10-03T00:46:37.129Z] === RUN TestServiceCreateInit [2019-10-03T00:46:37.129Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-10-03T00:46:39.200Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-10-03T00:46:39.200Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-10-03T00:46:39.662Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-10-03T00:46:40.933Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-10-03T00:46:41.207Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-10-03T00:46:41.519Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-10-03T00:46:44.124Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-10-03T00:46:45.114Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-10-03T00:46:45.942Z] --- PASS: TestServiceCreateInit (8.55s) [2019-10-03T00:46:45.942Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.34s) [2019-10-03T00:46:45.942Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-10-03T00:46:45.942Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.17s) [2019-10-03T00:46:45.942Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-10-03T00:46:45.942Z] === RUN TestCreateServiceMultipleTimes [2019-10-03T00:46:46.045Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-03T00:46:47.041Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-10-03T00:46:47.941Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-03T00:46:51.748Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-10-03T00:46:56.038Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-03T00:46:56.038Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-03T00:46:56.038Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-03T00:46:56.295Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-03T00:46:56.295Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-03T00:46:57.226Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-03T00:46:57.226Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-03T00:46:57.792Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-03T00:46:57.792Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-10-03T00:46:58.061Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-03T00:46:59.973Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-03T00:46:59.973Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-10-03T00:47:04.149Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-10-03T00:47:04.592Z] --- PASS: TestCreateServiceMultipleTimes (17.59s) [2019-10-03T00:47:04.593Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-10-03T00:47:04.593Z] === RUN TestCreateServiceConflict [2019-10-03T00:47:05.253Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-10-03T00:47:05.510Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-10-03T00:47:05.510Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-03T00:47:05.600Z] --- PASS: TestCreateServiceConflict (2.19s) [2019-10-03T00:47:05.600Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-10-03T00:47:05.600Z] === RUN TestCreateServiceMaxReplicas [2019-10-03T00:47:08.283Z] --- PASS: TestCreateServiceMaxReplicas (2.91s) [2019-10-03T00:47:08.283Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-10-03T00:47:08.283Z] === RUN TestCreateWithDuplicateNetworkNames [2019-10-03T00:47:09.470Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-10-03T00:47:09.471Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-10-03T00:47:09.471Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-10-03T00:47:09.696Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-03T00:47:10.259Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-03T00:47:11.191Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-10-03T00:47:14.469Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-03T00:47:19.724Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-03T00:47:19.724Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-03T00:47:19.829Z] === RUN TestDockerSuite/TestBuildSpaces [2019-10-03T00:47:19.829Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-10-03T00:47:23.500Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.28s) [2019-10-03T00:47:23.500Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-10-03T00:47:23.500Z] === RUN TestCreateServiceSecretFileMode [2019-10-03T00:47:23.903Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-03T00:47:24.118Z] --- PASS: TestCreateServiceSecretFileMode (2.66s) [2019-10-03T00:47:24.118Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-10-03T00:47:24.118Z] === RUN TestCreateServiceConfigFileMode [2019-10-03T00:47:24.536Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-10-03T00:47:24.536Z] === RUN TestDockerSuite/TestBuildStderr [2019-10-03T00:47:24.835Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-10-03T00:47:26.796Z] --- PASS: TestCreateServiceConfigFileMode (2.53s) [2019-10-03T00:47:26.796Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-10-03T00:47:26.796Z] === RUN TestCreateServiceSysctls [2019-10-03T00:47:28.109Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-10-03T00:47:29.244Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-10-03T00:47:30.279Z] --- PASS: TestCreateServiceSysctls (3.67s) [2019-10-03T00:47:30.279Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-10-03T00:47:30.279Z] === RUN TestCreateServiceCapabilities [2019-10-03T00:47:32.287Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-03T00:47:33.750Z] --- PASS: TestCreateServiceCapabilities (2.80s) [2019-10-03T00:47:33.750Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-10-03T00:47:33.750Z] === RUN TestInspect [2019-10-03T00:47:34.184Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-03T00:47:36.445Z] --- PASS: TestInspect (2.85s) [2019-10-03T00:47:36.445Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-10-03T00:47:36.445Z] === RUN TestDockerNetworkConnectAlias [2019-10-03T00:47:36.730Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-03T00:47:38.628Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-03T00:47:40.524Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-03T00:47:40.836Z] --- PASS: TestDockerNetworkConnectAlias (4.68s) [2019-10-03T00:47:40.836Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-10-03T00:47:40.836Z] === RUN TestDockerNetworkReConnect [2019-10-03T00:47:42.420Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-03T00:47:44.408Z] --- PASS: TestDockerNetworkReConnect (3.79s) [2019-10-03T00:47:44.408Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-10-03T00:47:44.408Z] === RUN TestServicePlugin [2019-10-03T00:47:44.408Z] --- SKIP: TestServicePlugin (0.00s) [2019-10-03T00:47:44.408Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:47:44.408Z] === RUN TestServiceUpdateLabel [2019-10-03T00:47:45.694Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-03T00:47:47.065Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-03T00:47:47.065Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-03T00:47:47.085Z] --- PASS: TestServiceUpdateLabel (2.20s) [2019-10-03T00:47:47.085Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-10-03T00:47:47.085Z] === RUN TestServiceUpdateSecrets [2019-10-03T00:47:48.444Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-03T00:47:48.445Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-10-03T00:47:50.397Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-10-03T00:47:50.397Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-10-03T00:47:50.972Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-03T00:47:51.371Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-10-03T00:47:51.536Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-10-03T00:47:52.918Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-10-03T00:47:54.063Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-03T00:47:54.321Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-10-03T00:47:54.888Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-03T00:47:54.888Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-03T00:47:55.145Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-03T00:47:55.145Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-03T00:47:55.145Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-03T00:47:56.519Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-03T00:47:57.630Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-10-03T00:47:58.424Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-03T00:48:00.322Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-03T00:48:00.918Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-03T00:48:02.320Z] --- PASS: TestServiceUpdateSecrets (15.09s) [2019-10-03T00:48:02.320Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-10-03T00:48:02.320Z] === RUN TestServiceUpdateConfigs [2019-10-03T00:48:02.531Z] === RUN TestDockerSuite/TestBuildUser [2019-10-03T00:48:02.531Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-10-03T00:48:02.531Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-10-03T00:48:02.531Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-10-03T00:48:06.282Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-10-03T00:48:06.282Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-10-03T00:48:08.476Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-10-03T00:48:08.476Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-10-03T00:48:08.476Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-10-03T00:48:09.044Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-03T00:48:10.416Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-03T00:48:12.939Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-03T00:48:12.939Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-03T00:48:12.939Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-03T00:48:13.196Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-03T00:48:14.566Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-10-03T00:48:15.937Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-03T00:48:17.542Z] --- PASS: TestServiceUpdateConfigs (14.92s) [2019-10-03T00:48:17.543Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-10-03T00:48:17.543Z] === RUN TestServiceUpdateNetwork [2019-10-03T00:48:17.837Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-03T00:48:22.016Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-03T00:48:22.948Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-10-03T00:48:23.880Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-03T00:48:23.880Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-03T00:48:23.880Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-03T00:48:25.776Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-10-03T00:48:29.052Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-03T00:48:29.611Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-10-03T00:48:29.618Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-03T00:48:30.073Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-10-03T00:48:30.183Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-03T00:48:32.083Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-03T00:48:32.787Z] --- PASS: TestServiceUpdateNetwork (14.02s) [2019-10-03T00:48:32.787Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-10-03T00:48:32.787Z] PASS [2019-10-03T00:48:32.787Z] [2019-10-03T00:48:32.787Z] === Skipped [2019-10-03T00:48:32.787Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-10-03T00:48:32.787Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-10-03T00:48:32.787Z] [2019-10-03T00:48:32.787Z] [2019-10-03T00:48:32.787Z] DONE 19 tests, 1 skipped in 113.842s [2019-10-03T00:48:32.787Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-10-03T00:48:32.787Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:48:32.787Z] ++ set -e [2019-10-03T00:48:32.787Z] ++ '[' -n 0 ']' [2019-10-03T00:48:32.787Z] ++ set -x [2019-10-03T00:48:32.787Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:48:32.787Z] INFO: Testing against a local daemon [2019-10-03T00:48:32.787Z] === RUN TestSessionCreate [2019-10-03T00:48:32.787Z] --- PASS: TestSessionCreate (0.05s) [2019-10-03T00:48:32.787Z] === RUN TestSessionCreateWithBadUpgrade [2019-10-03T00:48:32.787Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-10-03T00:48:32.787Z] PASS [2019-10-03T00:48:32.787Z] [2019-10-03T00:48:32.787Z] DONE 2 tests in 0.191s [2019-10-03T00:48:32.787Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-10-03T00:48:32.787Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:48:32.787Z] ++ set -e [2019-10-03T00:48:32.787Z] ++ '[' -n 0 ']' [2019-10-03T00:48:32.787Z] ++ set -x [2019-10-03T00:48:32.787Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:48:32.787Z] INFO: Testing against a local daemon [2019-10-03T00:48:32.787Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-10-03T00:48:32.787Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-03T00:48:32.787Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-03T00:48:32.787Z] === RUN TestEventsExecDie [2019-10-03T00:48:32.787Z] --- PASS: TestEventsExecDie (0.89s) [2019-10-03T00:48:32.787Z] === RUN TestEventsBackwardsCompatible [2019-10-03T00:48:32.787Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-10-03T00:48:32.787Z] === RUN TestInfoBinaryCommits [2019-10-03T00:48:32.787Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-10-03T00:48:32.787Z] === RUN TestInfoAPIVersioned [2019-10-03T00:48:32.787Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-10-03T00:48:32.787Z] === RUN TestInfoAPI [2019-10-03T00:48:32.787Z] --- PASS: TestInfoAPI (0.05s) [2019-10-03T00:48:32.787Z] === RUN TestInfoAPIWarnings [2019-10-03T00:48:33.018Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-03T00:48:33.070Z] --- PASS: TestInfoAPIWarnings (0.91s) [2019-10-03T00:48:33.070Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-10-03T00:48:33.070Z] === RUN TestLoginFailsWithBadCredentials [2019-10-03T00:48:33.686Z] --- PASS: TestLoginFailsWithBadCredentials (0.51s) [2019-10-03T00:48:33.686Z] === RUN TestPingCacheHeaders [2019-10-03T00:48:33.686Z] --- PASS: TestPingCacheHeaders (0.06s) [2019-10-03T00:48:33.686Z] === RUN TestPingGet [2019-10-03T00:48:33.686Z] --- PASS: TestPingGet (0.03s) [2019-10-03T00:48:33.686Z] === RUN TestPingHead [2019-10-03T00:48:33.686Z] --- PASS: TestPingHead (0.05s) [2019-10-03T00:48:33.686Z] === RUN TestVersion [2019-10-03T00:48:33.686Z] --- PASS: TestVersion (0.04s) [2019-10-03T00:48:33.686Z] PASS [2019-10-03T00:48:33.686Z] [2019-10-03T00:48:33.686Z] === Skipped [2019-10-03T00:48:33.686Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-10-03T00:48:33.686Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-10-03T00:48:33.686Z] [2019-10-03T00:48:33.686Z] [2019-10-03T00:48:33.686Z] DONE 12 tests, 1 skipped in 2.809s [2019-10-03T00:48:33.686Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-10-03T00:48:33.686Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:48:33.686Z] ++ set -e [2019-10-03T00:48:33.686Z] ++ '[' -n 0 ']' [2019-10-03T00:48:33.686Z] ++ set -x [2019-10-03T00:48:33.686Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-10-03T00:48:33.969Z] INFO: Testing against a local daemon [2019-10-03T00:48:33.969Z] === RUN TestVolumesCreateAndList [2019-10-03T00:48:33.969Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-10-03T00:48:33.969Z] === RUN TestVolumesRemove [2019-10-03T00:48:33.969Z] --- PASS: TestVolumesRemove (0.09s) [2019-10-03T00:48:33.969Z] === RUN TestVolumesInspect [2019-10-03T00:48:33.969Z] --- PASS: TestVolumesInspect (0.04s) [2019-10-03T00:48:33.969Z] === RUN TestVolumesInvalidJSON [2019-10-03T00:48:33.969Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-10-03T00:48:33.969Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-10-03T00:48:34.252Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-10-03T00:48:34.252Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2019-10-03T00:48:34.252Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-10-03T00:48:34.252Z] PASS [2019-10-03T00:48:34.252Z] [2019-10-03T00:48:34.252Z] DONE 5 tests in 0.295s [2019-10-03T00:48:34.252Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-03T00:48:34.537Z] ++++ cat bundles/test-integration/docker.pid [2019-10-03T00:48:34.537Z] +++ kill 13130 [2019-10-03T00:48:34.914Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-03T00:48:36.020Z] umount: bundles/test-integration/root: mountpoint not found [2019-10-03T00:48:36.020Z] +++ /etc/init.d/apparmor stop [2019-10-03T00:48:36.020Z] Clearing AppArmor profiles cache:. [2019-10-03T00:48:36.020Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-03T00:48:36.020Z] Unloading profiles will leave already running processes permanently [2019-10-03T00:48:36.020Z] unconfined, which can lead to unexpected situations. [2019-10-03T00:48:36.020Z] [2019-10-03T00:48:36.020Z] To set a process to complain mode, use the command line tool [2019-10-03T00:48:36.020Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-03T00:48:36.020Z] with the 'teardown' option." [2019-10-03T00:48:36.020Z] [2019-10-03T00:48:36.285Z] === RUN TestDockerSuite/TestRmiTag [2019-10-03T00:48:36.285Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-03T00:48:37.216Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer Post stage [Pipeline] junit [2019-10-03T00:48:37.576Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-03T00:48:38.440Z] + echo Ensuring container killed. [2019-10-03T00:48:38.440Z] Ensuring container killed. [2019-10-03T00:48:38.440Z] + docker rm -vf docker-pr8 [2019-10-03T00:48:38.440Z] Error: No such container: docker-pr8 [2019-10-03T00:48:38.440Z] + true [Pipeline] sh [2019-10-03T00:48:38.842Z] + echo Chowning /workspace to jenkins user [2019-10-03T00:48:38.842Z] Chowning /workspace to jenkins user [2019-10-03T00:48:38.842Z] + id -u [2019-10-03T00:48:38.842Z] + id -g [2019-10-03T00:48:38.842Z] + docker run --rm -v /home/docker/workspace/moby_PR-39979:/workspace busybox chown -R 1001:1001 /workspace [2019-10-03T00:48:38.842Z] Unable to find image 'busybox:latest' locally [2019-10-03T00:48:39.124Z] latest: Pulling from library/busybox [2019-10-03T00:48:39.124Z] e38168a01e65: Pulling fs layer [2019-10-03T00:48:39.408Z] e38168a01e65: Verifying Checksum [2019-10-03T00:48:39.408Z] e38168a01e65: Download complete [2019-10-03T00:48:39.694Z] e38168a01e65: Pull complete [2019-10-03T00:48:39.694Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-10-03T00:48:39.694Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-03T00:48:42.106Z] + bundleName=ppc64le-integration [2019-10-03T00:48:42.106Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-10-03T00:48:42.106Z] Creating ppc64le-integration-bundles.tar.gz [2019-10-03T00:48:42.106Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-10-03T00:48:42.106Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-10-03T00:48:42.427Z] Archiving artifacts [2019-10-03T00:48:42.505Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-03T00:48:42.505Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-10-03T00:48:42.505Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-03T00:48:42.768Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39979/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-03T00:48:43.267Z] + make clean [2019-10-03T00:48:43.437Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-03T00:48:43.884Z] docker volume rm -f docker-dev-cache [2019-10-03T00:48:43.884Z] docker-dev-cache [Pipeline] deleteDir [2019-10-03T00:48:44.005Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-03T00:48:44.923Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-10-03T00:48:45.902Z] === RUN TestDockerSuite/TestRunAddHost [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-03T00:48:46.834Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-03T00:48:47.091Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-03T00:48:48.024Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-03T00:48:48.024Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-03T00:48:48.956Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-03T00:48:50.853Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-03T00:48:51.416Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-03T00:48:52.347Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-03T00:48:53.278Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-10-03T00:48:53.514Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-10-03T00:48:53.976Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-10-03T00:48:53.976Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-10-03T00:48:55.174Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-03T00:48:56.165Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-10-03T00:48:56.545Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-10-03T00:48:56.627Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-10-03T00:48:57.475Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-10-03T00:48:58.407Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-10-03T00:48:59.339Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-10-03T00:49:00.270Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-10-03T00:49:01.641Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-03T00:49:01.641Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-10-03T00:49:02.573Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-10-03T00:49:03.946Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-03T00:49:04.512Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-03T00:49:05.444Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-03T00:49:06.393Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-03T00:49:06.393Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-03T00:49:08.943Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-03T00:49:09.140Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-10-03T00:49:09.876Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-03T00:49:10.134Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-10-03T00:49:11.070Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-03T00:49:12.004Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-03T00:49:12.062Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-10-03T00:49:12.524Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-10-03T00:49:12.937Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-03T00:49:12.937Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-03T00:49:13.873Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-03T00:49:14.804Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-03T00:49:15.369Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-03T00:49:16.302Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-03T00:49:17.235Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-03T00:49:17.235Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-03T00:49:18.167Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-03T00:49:18.167Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-03T00:49:19.303Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-03T00:49:20.235Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-03T00:49:21.167Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-03T00:49:22.098Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-03T00:49:22.098Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-03T00:49:23.031Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-03T00:49:24.927Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-03T00:49:26.825Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-03T00:49:27.374Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-10-03T00:49:27.374Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-10-03T00:49:27.374Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-10-03T00:49:27.374Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-10-03T00:49:27.837Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-10-03T00:49:28.196Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-03T00:49:29.128Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-03T00:49:29.693Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-03T00:49:30.623Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-03T00:49:31.554Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-03T00:49:32.119Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-03T00:49:34.035Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-03T00:49:36.432Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-10-03T00:49:37.406Z] === RUN TestDockerSuite/TestBuildXZHost [2019-10-03T00:49:37.868Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-10-03T00:49:37.868Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-10-03T00:49:37.868Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-10-03T00:49:38.217Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-03T00:49:38.217Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-03T00:49:38.783Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-03T00:49:40.059Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-10-03T00:49:41.306Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-03T00:49:43.203Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-03T00:49:44.017Z] === RUN TestDockerSuite/TestCommitChange [2019-10-03T00:49:46.478Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-03T00:49:48.728Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-10-03T00:49:49.004Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-03T00:49:49.004Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-03T00:49:49.004Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-03T00:49:49.569Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-03T00:49:51.467Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-03T00:49:53.363Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-03T00:49:53.436Z] === RUN TestDockerSuite/TestCommitHardlink [2019-10-03T00:49:53.436Z] === RUN TestDockerSuite/TestCommitNewFile [2019-10-03T00:49:55.887Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-03T00:49:56.451Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-03T00:49:58.346Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-03T00:49:59.249Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-10-03T00:49:59.249Z] === RUN TestDockerSuite/TestCommitTTY [2019-10-03T00:49:59.277Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-10-03T00:49:59.277Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-03T00:50:00.208Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-10-03T00:50:02.103Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-03T00:50:02.103Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-03T00:50:02.679Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-03T00:50:03.610Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-03T00:50:04.550Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-10-03T00:50:05.560Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-03T00:50:05.560Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-03T00:50:06.492Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-03T00:50:07.056Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-03T00:50:07.986Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-03T00:50:08.917Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-03T00:50:09.853Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-03T00:50:10.417Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-03T00:50:11.350Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-03T00:50:11.724Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-10-03T00:50:12.283Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-03T00:50:12.283Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-03T00:50:13.214Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-03T00:50:13.778Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-03T00:50:15.478Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-10-03T00:50:15.478Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-10-03T00:50:15.478Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-10-03T00:50:15.478Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-10-03T00:50:15.478Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-10-03T00:50:15.478Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-10-03T00:50:15.478Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-10-03T00:50:15.478Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-10-03T00:50:15.478Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-10-03T00:50:15.673Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-03T00:50:15.931Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-03T00:50:15.931Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-03T00:50:20.110Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-03T00:50:20.675Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-03T00:50:21.324Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-10-03T00:50:28.490Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-10-03T00:50:28.490Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-10-03T00:50:30.040Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-10-03T00:50:30.040Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-10-03T00:50:30.040Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-10-03T00:50:30.040Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-10-03T00:50:31.718Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-10-03T00:50:31.718Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-10-03T00:50:31.718Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-10-03T00:50:32.888Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-10-03T00:50:33.452Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-03T00:50:33.907Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-10-03T00:50:33.907Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-10-03T00:50:33.907Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-10-03T00:50:33.907Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-10-03T00:50:33.907Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-10-03T00:50:35.349Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-10-03T00:50:35.349Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-10-03T00:50:35.349Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-03T00:50:35.349Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-03T00:50:35.914Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-03T00:50:36.096Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-10-03T00:50:37.642Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-10-03T00:50:39.194Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-03T00:50:39.830Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-10-03T00:50:39.830Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-10-03T00:50:39.830Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-10-03T00:50:41.090Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-03T00:50:42.019Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-10-03T00:50:42.019Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-10-03T00:50:42.986Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-03T00:50:43.563Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-10-03T00:50:43.563Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-10-03T00:50:43.563Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-10-03T00:50:43.918Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-03T00:50:44.483Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-03T00:50:45.046Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-03T00:50:45.756Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-10-03T00:50:45.756Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-10-03T00:50:46.417Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-03T00:50:46.417Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-03T00:50:46.674Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-03T00:50:47.302Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-10-03T00:50:47.302Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-10-03T00:50:48.572Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-03T00:50:49.490Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-10-03T00:50:49.491Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-10-03T00:50:49.945Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-03T00:50:51.315Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-03T00:50:51.315Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-03T00:50:51.572Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-03T00:50:51.679Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-10-03T00:50:53.468Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-03T00:50:55.365Z] === RUN TestDockerSuite/TestRunMount [2019-10-03T00:50:55.432Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-10-03T00:50:58.352Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-10-03T00:50:58.352Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-10-03T00:50:58.352Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-10-03T00:50:58.352Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-10-03T00:50:58.352Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-10-03T00:50:59.896Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-10-03T00:50:59.896Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-10-03T00:51:01.918Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-03T00:51:02.086Z] === RUN TestDockerSuite/TestContainerAPITop [2019-10-03T00:51:02.086Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-10-03T00:51:02.850Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-03T00:51:03.785Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-03T00:51:04.277Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-10-03T00:51:04.277Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-10-03T00:51:05.692Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-03T00:51:08.030Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-10-03T00:51:08.215Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-03T00:51:10.252Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-10-03T00:51:10.252Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-10-03T00:51:10.252Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-10-03T00:51:10.252Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-10-03T00:51:10.252Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-10-03T00:51:10.252Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-10-03T00:51:11.493Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-03T00:51:12.533Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-10-03T00:51:14.017Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-03T00:51:16.544Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-03T00:51:17.998Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-03T00:51:19.894Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-03T00:51:19.894Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-03T00:51:20.825Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-03T00:51:21.757Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-03T00:51:22.689Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-03T00:51:23.621Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-03T00:51:26.146Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-10-03T00:51:26.146Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-03T00:51:28.672Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-03T00:51:31.950Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-10-03T00:51:33.717Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-10-03T00:51:33.717Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-10-03T00:51:33.717Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-10-03T00:51:33.717Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-10-03T00:51:33.717Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-10-03T00:51:33.717Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-10-03T00:51:33.717Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-10-03T00:51:33.717Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-10-03T00:51:33.847Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-03T00:51:34.792Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-03T00:51:35.051Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-10-03T00:51:35.268Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-10-03T00:51:35.985Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-03T00:51:35.986Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-03T00:51:36.919Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-03T00:51:37.466Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-10-03T00:51:37.466Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-10-03T00:51:37.466Z] === RUN TestDockerSuite/TestCpRelativePath [2019-10-03T00:51:37.853Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-03T00:51:37.853Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-03T00:51:38.786Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-03T00:51:39.658Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-10-03T00:51:39.658Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-10-03T00:51:39.658Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-10-03T00:51:39.658Z] === RUN TestDockerSuite/TestCpToCaseA [2019-10-03T00:51:39.719Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-10-03T00:51:39.719Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-03T00:51:40.653Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-10-03T00:51:41.722Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-03T00:51:43.619Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-03T00:51:44.370Z] === RUN TestDockerSuite/TestCpToCaseB [2019-10-03T00:51:44.551Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-10-03T00:51:45.483Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-03T00:51:46.047Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-03T00:51:46.560Z] === RUN TestDockerSuite/TestCpToCaseC [2019-10-03T00:51:46.561Z] === RUN TestDockerSuite/TestCpToCaseD [2019-10-03T00:51:46.561Z] === RUN TestDockerSuite/TestCpToCaseE [2019-10-03T00:51:46.978Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-03T00:51:47.909Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-03T00:51:47.910Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-10-03T00:51:48.475Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-03T00:51:48.475Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-03T00:51:49.407Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-03T00:51:50.341Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-03T00:51:50.341Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-03T00:51:51.274Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-10-03T00:51:53.173Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-03T00:51:53.173Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-03T00:51:55.158Z] === RUN TestDockerSuite/TestCpToCaseF [2019-10-03T00:51:55.158Z] === RUN TestDockerSuite/TestCpToCaseG [2019-10-03T00:51:55.158Z] === RUN TestDockerSuite/TestCpToCaseH [2019-10-03T00:51:56.450Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-03T00:51:56.707Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-10-03T00:51:58.612Z] === RUN TestDockerSuite/TestRunRm [2019-10-03T00:51:59.177Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-03T00:51:59.741Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-10-03T00:52:02.258Z] === RUN TestDockerSuite/TestCpToCaseI [2019-10-03T00:52:02.258Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-10-03T00:52:02.258Z] === RUN TestDockerSuite/TestCpToDot [2019-10-03T00:52:03.804Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-10-03T00:52:03.804Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-10-03T00:52:03.970Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-03T00:52:04.227Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-03T00:52:04.265Z] === RUN TestDockerSuite/TestCpToStdout [2019-10-03T00:52:05.159Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-10-03T00:52:05.809Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-10-03T00:52:06.271Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-10-03T00:52:06.271Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-10-03T00:52:06.271Z] === RUN TestDockerSuite/TestCpVolumePath [2019-10-03T00:52:06.271Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-10-03T00:52:06.271Z] === RUN TestDockerSuite/TestCreateArgs [2019-10-03T00:52:06.271Z] === RUN TestDockerSuite/TestCreateByImageID [2019-10-03T00:52:06.530Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-10-03T00:52:06.787Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-10-03T00:52:07.721Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-10-03T00:52:08.460Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-10-03T00:52:09.617Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-10-03T00:52:10.004Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-10-03T00:52:10.467Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-10-03T00:52:10.467Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-10-03T00:52:12.140Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-10-03T00:52:12.655Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-10-03T00:52:13.117Z] === RUN TestDockerSuite/TestCreateLabels [2019-10-03T00:52:13.117Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-10-03T00:52:13.117Z] === RUN TestDockerSuite/TestCreateRM [2019-10-03T00:52:13.579Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-10-03T00:52:13.579Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-10-03T00:52:13.579Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-10-03T00:52:14.041Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-10-03T00:52:14.665Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-10-03T00:52:14.665Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-10-03T00:52:17.941Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-10-03T00:52:18.505Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-10-03T00:52:19.437Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-10-03T00:52:20.371Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-10-03T00:52:21.138Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-10-03T00:52:21.138Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-10-03T00:52:21.599Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-10-03T00:52:21.742Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-10-03T00:52:22.306Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-10-03T00:52:22.306Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-10-03T00:52:23.242Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-10-03T00:52:23.242Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-10-03T00:52:24.174Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-10-03T00:52:24.174Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-03T00:52:25.107Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-03T00:52:25.353Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-10-03T00:52:25.353Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-10-03T00:52:25.353Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-10-03T00:52:26.037Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-03T00:52:26.970Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDevicePermissions [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDockerFails [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestEventsAttach [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestEventsCommit [2019-10-03T00:52:27.545Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-10-03T00:52:28.868Z] === RUN TestDockerSuite/TestRunState [2019-10-03T00:52:30.781Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-03T00:52:31.712Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-03T00:52:32.460Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-03T00:52:32.718Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-10-03T00:52:32.718Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-03T00:52:33.652Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-03T00:52:34.216Z] === RUN TestDockerSuite/TestRunSysctls [2019-10-03T00:52:34.916Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-10-03T00:52:36.114Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-03T00:52:36.114Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-03T00:52:36.114Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-03T00:52:37.046Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-10-03T00:52:37.106Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-10-03T00:52:39.294Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-10-03T00:52:39.572Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-10-03T00:52:40.504Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-10-03T00:52:42.399Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-10-03T00:52:46.405Z] === RUN TestDockerSuite/TestEventsCopy [2019-10-03T00:52:46.575Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-03T00:52:49.854Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-03T00:52:50.418Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-03T00:52:51.111Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-10-03T00:52:51.350Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-03T00:52:52.282Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-03T00:52:54.805Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-03T00:52:55.818Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-10-03T00:52:56.186Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-03T00:52:56.750Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-03T00:52:56.750Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-03T00:52:57.008Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-03T00:52:57.363Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-10-03T00:52:57.939Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-03T00:52:58.336Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-10-03T00:52:58.870Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-03T00:52:59.434Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-10-03T00:52:59.434Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-03T00:52:59.791Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-03T00:53:00.728Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-03T00:53:01.289Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-10-03T00:53:02.266Z] === RUN TestDockerSuite/TestEventsFilterType [2019-10-03T00:53:03.241Z] === RUN TestDockerSuite/TestEventsFilters [2019-10-03T00:53:05.994Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-03T00:53:06.252Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-03T00:53:07.623Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-03T00:53:10.148Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-03T00:53:11.840Z] === RUN TestDockerSuite/TestEventsFormat [2019-10-03T00:53:12.046Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-03T00:53:14.575Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-03T00:53:16.759Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-10-03T00:53:16.759Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-10-03T00:53:16.759Z] === RUN TestDockerSuite/TestEventsImageImport [2019-10-03T00:53:16.759Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-10-03T00:53:16.759Z] === RUN TestDockerSuite/TestEventsImagePull [2019-10-03T00:53:16.759Z] === RUN TestDockerSuite/TestEventsImageTag [2019-10-03T00:53:17.097Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-03T00:53:17.223Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-10-03T00:53:17.223Z] === RUN TestDockerSuite/TestEventsRename [2019-10-03T00:53:18.028Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-03T00:53:18.592Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-03T00:53:19.410Z] === RUN TestDockerSuite/TestEventsResize [2019-10-03T00:53:19.524Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-03T00:53:19.524Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-03T00:53:19.524Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-03T00:53:19.524Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-03T00:53:19.781Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-10-03T00:53:20.712Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-10-03T00:53:20.970Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-10-03T00:53:21.536Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-10-03T00:53:21.601Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-10-03T00:53:22.470Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-10-03T00:53:24.369Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-10-03T00:53:25.299Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-10-03T00:53:25.863Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-03T00:53:25.863Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-10-03T00:53:26.794Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-10-03T00:53:26.794Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-10-03T00:53:26.794Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-10-03T00:53:26.794Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-03T00:53:26.794Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-10-03T00:53:27.051Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-10-03T00:53:27.309Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-10-03T00:53:27.566Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-10-03T00:53:27.566Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-10-03T00:53:27.823Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-10-03T00:53:28.697Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-10-03T00:53:28.759Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-10-03T00:53:29.693Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-10-03T00:53:30.624Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-10-03T00:53:30.624Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-10-03T00:53:30.886Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-10-03T00:53:31.557Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-03T00:53:31.814Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-03T00:53:32.746Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-03T00:53:32.746Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-10-03T00:53:33.677Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-10-03T00:53:34.609Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-10-03T00:53:34.609Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-03T00:53:34.609Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-03T00:53:35.175Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-03T00:53:35.591Z] === RUN TestDockerSuite/TestEventsTop [2019-10-03T00:53:35.591Z] === RUN TestDockerSuite/TestEventsUntag [2019-10-03T00:53:37.070Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-10-03T00:53:37.635Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-10-03T00:53:37.635Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-03T00:53:37.780Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-10-03T00:53:38.566Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-03T00:53:38.566Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-03T00:53:40.465Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-03T00:53:41.030Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-03T00:53:41.533Z] === RUN TestDockerSuite/TestExec [2019-10-03T00:53:41.533Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-10-03T00:53:41.533Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-10-03T00:53:42.500Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-10-03T00:53:44.310Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-03T00:53:44.567Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-03T00:53:44.567Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-03T00:53:44.567Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-03T00:53:44.674Z] === RUN TestDockerSuite/TestExecAPIStart [2019-10-03T00:53:44.674Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-10-03T00:53:44.674Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-10-03T00:53:44.674Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-10-03T00:53:45.939Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-10-03T00:53:46.210Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-10-03T00:53:46.869Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-10-03T00:53:48.239Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-03T00:53:48.239Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-03T00:53:48.387Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-10-03T00:53:49.921Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-10-03T00:53:50.133Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-03T00:53:50.390Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-03T00:53:50.953Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-03T00:53:51.457Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-10-03T00:53:53.476Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-03T00:53:53.476Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-03T00:53:54.848Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-03T00:53:55.105Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-03T00:53:55.105Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-03T00:53:56.141Z] === RUN TestDockerSuite/TestExecCgroup [2019-10-03T00:53:56.141Z] === RUN TestDockerSuite/TestExecEnv [2019-10-03T00:53:56.141Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-10-03T00:53:56.141Z] === RUN TestDockerSuite/TestExecExitStatus [2019-10-03T00:53:57.018Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-03T00:53:57.677Z] === RUN TestDockerSuite/TestExecInspectID [2019-10-03T00:53:58.388Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-03T00:53:58.644Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-03T00:53:58.902Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-03T00:53:58.902Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-03T00:53:58.902Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-03T00:53:59.515Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-03T00:54:02.039Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-03T00:54:02.362Z] === RUN TestDockerSuite/TestExecInteractive [2019-10-03T00:54:02.362Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-10-03T00:54:02.362Z] === RUN TestDockerSuite/TestExecParseError [2019-10-03T00:54:02.362Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-10-03T00:54:02.362Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-10-03T00:54:02.362Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-10-03T00:54:03.896Z] === RUN TestDockerSuite/TestExecSetEnv [2019-10-03T00:54:03.896Z] === RUN TestDockerSuite/TestExecStartFails [2019-10-03T00:54:03.896Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-10-03T00:54:03.896Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-10-03T00:54:03.896Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-10-03T00:54:03.896Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-10-03T00:54:06.072Z] === RUN TestDockerSuite/TestExecUlimits [2019-10-03T00:54:06.072Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-10-03T00:54:08.589Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-03T00:54:10.514Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-03T00:54:11.445Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-03T00:54:13.175Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-10-03T00:54:13.175Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-10-03T00:54:13.175Z] === RUN TestDockerSuite/TestExecWithUser [2019-10-03T00:54:13.175Z] === RUN TestDockerSuite/TestGetContainerStats [2019-10-03T00:54:13.341Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-03T00:54:15.862Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-03T00:54:18.386Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-10-03T00:54:18.644Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-03T00:54:18.959Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-10-03T00:54:19.575Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-03T00:54:22.100Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-03T00:54:24.622Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-03T00:54:24.743Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-10-03T00:54:27.148Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-03T00:54:28.475Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-10-03T00:54:30.432Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-03T00:54:31.806Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-10-03T00:54:34.272Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-10-03T00:54:34.272Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-10-03T00:54:34.272Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-10-03T00:54:34.272Z] === RUN TestDockerSuite/TestHealth [2019-10-03T00:54:34.272Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-10-03T00:54:34.272Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-10-03T00:54:34.272Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-10-03T00:54:34.272Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-10-03T00:54:35.981Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-03T00:54:37.875Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-10-03T00:54:38.806Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-03T00:54:38.956Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-10-03T00:54:38.956Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-10-03T00:54:38.956Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-10-03T00:54:38.956Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-10-03T00:54:38.956Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-10-03T00:54:38.956Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-10-03T00:54:39.414Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-10-03T00:54:39.872Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-10-03T00:54:40.331Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-10-03T00:54:40.789Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-10-03T00:54:42.326Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-10-03T00:54:42.326Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-10-03T00:54:43.861Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-10-03T00:54:45.358Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-03T00:54:46.761Z] === RUN TestDockerSuite/TestImagesFormat [2019-10-03T00:54:46.761Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-10-03T00:54:46.761Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-10-03T00:54:47.880Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-10-03T00:54:49.775Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-03T00:54:50.338Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-03T00:54:50.560Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-10-03T00:54:50.560Z] === RUN TestDockerSuite/TestImportBadURL [2019-10-03T00:54:51.274Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-03T00:54:52.209Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-03T00:54:52.209Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-03T00:54:52.738Z] === RUN TestDockerSuite/TestImportDisplay [2019-10-03T00:54:52.738Z] === RUN TestDockerSuite/TestImportFile [2019-10-03T00:54:52.738Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-10-03T00:54:52.738Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-10-03T00:54:52.738Z] === RUN TestDockerSuite/TestImportGzipped [2019-10-03T00:54:52.738Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-10-03T00:54:52.738Z] === RUN TestDockerSuite/TestInfoDebug [2019-10-03T00:54:52.738Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-10-03T00:54:53.146Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-03T00:54:53.197Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-10-03T00:54:53.197Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-10-03T00:54:53.197Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-10-03T00:54:53.197Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-10-03T00:54:53.197Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-10-03T00:54:53.197Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-10-03T00:54:53.197Z] === RUN TestDockerSuite/TestInfoFormat [2019-10-03T00:54:53.197Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-10-03T00:54:53.197Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-10-03T00:54:53.197Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-10-03T00:54:53.197Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-10-03T00:54:55.377Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-10-03T00:54:57.554Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-10-03T00:54:57.554Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-10-03T00:54:57.554Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-10-03T00:54:57.554Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-10-03T00:54:57.554Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-10-03T00:54:58.407Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-03T00:54:59.092Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-10-03T00:54:59.551Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-10-03T00:55:01.088Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-10-03T00:55:01.088Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-10-03T00:55:01.088Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-10-03T00:55:01.547Z] === RUN TestDockerSuite/TestInspectDefault [2019-10-03T00:55:01.688Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-10-03T00:55:01.945Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-10-03T00:55:02.936Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-10-03T00:55:02.936Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-10-03T00:55:03.084Z] === RUN TestDockerSuite/TestInspectHistory [2019-10-03T00:55:03.868Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-10-03T00:55:05.765Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-10-03T00:55:05.765Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-10-03T00:55:07.664Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-10-03T00:55:07.772Z] === RUN TestDockerSuite/TestInspectImage [2019-10-03T00:55:07.772Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-10-03T00:55:07.772Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-10-03T00:55:07.772Z] === RUN TestDockerSuite/TestInspectInt64 [2019-10-03T00:55:08.595Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-10-03T00:55:09.526Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-10-03T00:55:09.948Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-10-03T00:55:11.421Z] === RUN TestDockerSuite/TestUpdateStats [2019-10-03T00:55:11.483Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-10-03T00:55:11.483Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-10-03T00:55:13.657Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-10-03T00:55:15.190Z] === RUN TestDockerSuite/TestInspectPlugin [2019-10-03T00:55:15.190Z] === RUN TestDockerSuite/TestInspectRootFS [2019-10-03T00:55:15.190Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-10-03T00:55:16.675Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-10-03T00:55:17.365Z] === RUN TestDockerSuite/TestInspectStatus [2019-10-03T00:55:18.045Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-10-03T00:55:18.045Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-10-03T00:55:18.977Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-10-03T00:55:19.542Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-10-03T00:55:19.907Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-03T00:55:23.274Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-10-03T00:55:24.810Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-10-03T00:55:25.164Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-10-03T00:55:26.985Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-10-03T00:55:28.440Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-10-03T00:55:28.519Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-10-03T00:55:30.693Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-10-03T00:55:32.616Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-10-03T00:55:35.151Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-03T00:55:37.922Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-10-03T00:55:42.485Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksEnvs [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-10-03T00:55:42.620Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-10-03T00:55:43.079Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-10-03T00:55:45.762Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-10-03T00:55:48.284Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-10-03T00:55:48.863Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-10-03T00:55:50.398Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-10-03T00:55:50.398Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-10-03T00:55:50.806Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-10-03T00:55:52.176Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-10-03T00:55:52.572Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-10-03T00:55:52.572Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-10-03T00:55:54.070Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-10-03T00:55:56.592Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-10-03T00:55:59.115Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-10-03T00:55:59.638Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-10-03T00:56:01.637Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-10-03T00:56:04.168Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-10-03T00:56:05.431Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-10-03T00:56:06.691Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-03T00:56:12.495Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-10-03T00:56:14.030Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-10-03T00:56:16.206Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-10-03T00:56:16.206Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-10-03T00:56:21.558Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-03T00:56:21.558Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-03T00:56:21.558Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-03T00:56:22.491Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-03T00:56:22.491Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-03T00:56:22.491Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-03T00:56:22.491Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-03T00:56:23.268Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-10-03T00:56:23.422Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-03T00:56:23.422Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-03T00:56:24.792Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-03T00:56:24.792Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-03T00:56:24.792Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-03T00:56:24.792Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-03T00:56:24.792Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-03T00:56:25.444Z] === RUN TestDockerSuite/TestLogsSince [2019-10-03T00:56:27.316Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-03T00:56:27.573Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-03T00:56:27.573Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-03T00:56:27.573Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-03T00:56:27.831Z] === RUN TestDockerSuite/TestVolumeEvents [2019-10-03T00:56:28.762Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-03T00:56:31.285Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-03T00:56:31.285Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-03T00:56:31.285Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-03T00:56:34.003Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-10-03T00:56:34.003Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-10-03T00:56:34.003Z] === RUN TestDockerSuite/TestLogsTail [2019-10-03T00:56:34.560Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-03T00:56:36.905Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-10-03T00:56:38.439Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-10-03T00:56:39.817Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite (1874.47s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.04s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.30s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (1.24s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.38s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.30s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.32s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.32s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.10s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.88s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.30s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.98s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (4.34s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.79s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.10s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.28s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.72s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.37s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.75s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.50s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAttachDetach (1.75s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.44s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.48s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.51s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.53s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.13s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.92s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.73s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.86s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.30s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.97s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.94s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.70s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.57s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.75s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.60s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.70s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.98s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.81s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.75s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.12s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.98s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.15s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.48s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.72s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.85s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.88s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.11s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.52s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.44s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (8.12s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.28s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.45s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.32s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.98s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.75s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.93s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.18s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.49s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.75s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.81s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.89s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.28s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.78s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.20s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.67s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.43s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (14.06s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.65s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.86s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.44s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.46s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.83s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.72s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.33s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.47s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.66s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.82s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.92s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.42s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.06s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.06s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (7.44s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.50s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.08s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.67s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCmd (0.44s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.44s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.48s) [2019-10-03T00:56:39.817Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-10-03T00:56:39.817Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.78s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.79s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.27s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildContChar (4.90s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.57s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.06s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.88s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.46s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.99s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.06s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.87s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.32s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.53s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.12s) [2019-10-03T00:56:39.817Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-10-03T00:56:39.817Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.817Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-03T00:56:39.817Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.817Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-10-03T00:56:39.817Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.817Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-10-03T00:56:39.817Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.69s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.75s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.32s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.58s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.72s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.17s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.75s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.85s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.01s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.80s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.65s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.54s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.68s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.96s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.90s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.12s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (15.80s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.32s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.49s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.72s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.90s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.62s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.79s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.16s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (20.37s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.13s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.73s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.32s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.38s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.75s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.09s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.30s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.28s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.31s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.50s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.64s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEnv (1.49s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.36s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.23s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.87s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (23.69s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.82s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.75s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.85s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.50s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.64s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.63s) [2019-10-03T00:56:39.817Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-03T00:56:39.817Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.37s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.48s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildExpose (0.34s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.57s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.51s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.34s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildFails (0.97s) [2019-10-03T00:56:39.817Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.55s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.57s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.27s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.61s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.40s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.19s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.25s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.81s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.36s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.25s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.48s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (2.33s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildHistory (8.77s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.49s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.03s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.69s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.53s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.00s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLabel (0.51s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.50s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.57s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.31s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLabels (0.51s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.04s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.09s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.52s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.24s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.15s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.31s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.58s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.73s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.60s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.59s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.54s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (15.18s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.76s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.25s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.58s) [2019-10-03T00:56:39.818Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-03T00:56:39.818Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.48s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.62s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.92s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.56s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.60s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.87s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.14s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.06s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.14s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.40s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.40s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.37s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.14s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.45s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.78s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.34s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.76s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.82s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.40s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.84s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.52s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.85s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildPATH (2.97s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.93s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.30s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.50s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (5.30s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.48s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildRm (3.52s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.14s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.90s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.62s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.63s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.36s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.50s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.21s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.67s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.31s) [2019-10-03T00:56:39.818Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-03T00:56:39.818Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.37s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.26s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildStderr (1.05s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.12s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.24s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.18s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.64s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.99s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.71s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildUser (2.27s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.55s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (20.10s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.17s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.35s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.18s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.23s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.75s) [2019-10-03T00:56:39.818Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-03T00:56:39.818Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.818Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-03T00:56:39.818Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.818Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-03T00:56:39.818Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.818Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-03T00:56:39.818Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.01s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.04s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.14s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.19s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.10s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.96s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.35s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.21s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.50s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.65s) [2019-10-03T00:56:39.818Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-03T00:56:39.818Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.96s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.44s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2019-10-03T00:56:39.818Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-03T00:56:39.818Z] docker_cli_sni_test.go:18: Flakey test [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.85s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.01s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCommitChange (1.10s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.12s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.90s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.06s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.13s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCommitTTY (1.84s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.97s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.84s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.01s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.04s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.87s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.82s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.96s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.88s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.06s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.93s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.08s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.86s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.11s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.16s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.80s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.89s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.89s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.93s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.89s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.88s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.99s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.90s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.84s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.89s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.90s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.89s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.93s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.89s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.73s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.91s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.67s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.11s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.92s) [2019-10-03T00:56:39.818Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-03T00:56:39.818Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.88s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.87s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.33s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (5.51s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.79s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.54s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.49s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.92s) [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 0 - config: {volume /foo false } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 1 - config: {volume /foo/ false } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 /foo false } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 /foo true } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 /foo false 0xc000918320 } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 5 - config: {bind /tmp/test-mounts-api-1183853032 /foo false } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 6 - config: {bind /tmp/test-mounts-api-1183853032 /foo true } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 7 - config: {bind /tmp/test-mounts-api-3720287271 /foo false } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 8 - config: {bind /tmp/test-mounts-api-3720287271 /foo true } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 9 - config: {bind /tmp/test-mounts-api-3720287271 /foo true 0xc0009187a0 } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 10 - config: {volume /foo false 0xc0009187c0 } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 11 - config: {volume /foo/ false 0xc0009187e0 } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 12 - config: {volume test4 /foo false 0xc000918800 } [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:2100: case 13 - config: {volume test5 /foo true 0xc000918820 } [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.79s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.55s) [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 0 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 1 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 2 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 3 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 4 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 5 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 6 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 7 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 8 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 9 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 10 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 11 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 12 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 13 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 14 [2019-10-03T00:56:39.818Z] docker_api_containers_test.go:1927: case 15 [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.11s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.59s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.99s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.72s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.18s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.98s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.95s) [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.09s) [2019-10-03T00:56:39.818Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership490557584/file1 edce02e0ec577ea9b27e7cf65b62683c35cdee6a770593925afce8f82dc7ad5c:/tmpvol/file1` [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.97s) [2019-10-03T00:56:39.818Z] docker_cli_cp_utils_test.go:192: running `docker cp 84062c69ba48cca4d42506ae1c8403a317f05c099f55ec1157b90ca3c16c7e78:/root/file1 /tmp/test-cp-from-case-a747999407/itWorks.txt` [2019-10-03T00:56:39.818Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a747999407/itWorks.txt" contains "file1\n" [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.95s) [2019-10-03T00:56:39.818Z] docker_cli_cp_utils_test.go:192: running `docker cp 95eac3e6d34db75d4e5cfd7dd4e2cf016973a500619febe9f22dfe32ae4ff6fe:/file1 /tmp/test-cp-from-case-b160905282/testDir/` [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.00s) [2019-10-03T00:56:39.818Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c386847929/file2" contains "file2\n" [2019-10-03T00:56:39.818Z] docker_cli_cp_utils_test.go:192: running `docker cp 2fa434d4837a4045ad852fd5870bdc173e8a8db54ed654d903a22b2316075cd2:/root/file1 /tmp/test-cp-from-case-c386847929/file2` [2019-10-03T00:56:39.818Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c386847929/file2" contains "file1\n" [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.09s) [2019-10-03T00:56:39.818Z] docker_cli_cp_utils_test.go:192: running `docker cp d6d8376929ad69c4ee2a842ae1ee767c43f83a297502da609ca02259d5a2b719:/file1 /tmp/test-cp-from-case-d220538052/dir1` [2019-10-03T00:56:39.818Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d220538052/dir1/file1" contains "file1\n" [2019-10-03T00:56:39.818Z] docker_cli_cp_utils_test.go:192: running `docker cp d6d8376929ad69c4ee2a842ae1ee767c43f83a297502da609ca02259d5a2b719:/file1 /tmp/test-cp-from-case-d220538052/dir1/` [2019-10-03T00:56:39.818Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d220538052/dir1/file1" contains "file1\n" [2019-10-03T00:56:39.818Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.08s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 51a67aa5fc8d1f8be6006cf25cfdd09d7bee5aeae9ea5ec5401b7aa7d7a24ed8:dir1 /tmp/test-cp-from-case-e634154323/testDir` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e634154323/testDir/file1-1" contains "file1-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 51a67aa5fc8d1f8be6006cf25cfdd09d7bee5aeae9ea5ec5401b7aa7d7a24ed8:dir1 /tmp/test-cp-from-case-e634154323/testDir/` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e634154323/testDir/file1-1" contains "file1-1\n" [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.01s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 7632c456bc1f8e96486ca4bcb654d79af084100ea0d131ee4d275c87db730080:/root/dir1 /tmp/test-cp-from-case-f215992470/file1` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.09s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 0b34125a6cb042f2cc050d4ba61a2ad97655ccf30edc2bbb203a47721da1b5ee:/root/dir1 /tmp/test-cp-from-case-g297150717/dir2` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g297150717/dir2/dir1/file1-1" contains "file1-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 0b34125a6cb042f2cc050d4ba61a2ad97655ccf30edc2bbb203a47721da1b5ee:/root/dir1 /tmp/test-cp-from-case-g297150717/dir2/` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g297150717/dir2/dir1/file1-1" contains "file1-1\n" [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.08s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 8e3f80381004fd6eb9d4934ba5976c01345ed2267c98c5bfca0cd009390f5251:dir1/. /tmp/test-cp-from-case-h082343992/testDir` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h082343992/testDir/file1-1" contains "file1-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 8e3f80381004fd6eb9d4934ba5976c01345ed2267c98c5bfca0cd009390f5251:dir1/. /tmp/test-cp-from-case-h082343992/testDir/` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h082343992/testDir/file1-1" contains "file1-1\n" [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.99s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 2a96112fba88962d2b25eacfe4ed65deb41bb59e96c638559c0ccb49a42de55e:/root/dir1/. /tmp/test-cp-from-case-i564405303/file1` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.11s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp bb9da2f421f1e2a2ce9044ea82e8860c8ecd9a85b8fe84e18d72cea2c10009b9:/root/dir1/. /tmp/test-cp-from-case-j784422442/dir2` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j784422442/dir2/file1-1" contains "file1-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp bb9da2f421f1e2a2ce9044ea82e8860c8ecd9a85b8fe84e18d72cea2c10009b9:/root/dir1/. /tmp/test-cp-from-case-j784422442/dir2/` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j784422442/dir2/file1-1" contains "file1-1\n" [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.43s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 96fa99dbd0100dbb7a817708cc06627a2cdd8129a20a557125aef2337752f807:/file2 /tmp/test-cp-from-err-dst-not-dir454888321/symlinkToFile1` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir454888321/symlinkToFile1" points to "file1" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir454888321/file1" contains "file2\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 96fa99dbd0100dbb7a817708cc06627a2cdd8129a20a557125aef2337752f807:/file2 /tmp/test-cp-from-err-dst-not-dir454888321/symlinkToDir1` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir454888321/symlinkToDir1" points to "dir1" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir454888321/file2" contains "file2\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 96fa99dbd0100dbb7a817708cc06627a2cdd8129a20a557125aef2337752f807:/file2 /tmp/test-cp-from-err-dst-not-dir454888321/brokenSymlinkToFileX` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir454888321/brokenSymlinkToFileX" points to "fileX" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir454888321/fileX" contains "file2\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 96fa99dbd0100dbb7a817708cc06627a2cdd8129a20a557125aef2337752f807:/dir2 /tmp/test-cp-from-err-dst-not-dir454888321/symlinkToDir1` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir454888321/symlinkToDir1" points to "dir1" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir454888321/dir1/dir2/file2-1" contains "file2-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp 96fa99dbd0100dbb7a817708cc06627a2cdd8129a20a557125aef2337752f807:/dir2 /tmp/test-cp-from-err-dst-not-dir454888321/brokenSymlinkToDirX` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir454888321/brokenSymlinkToDirX" points to "dirX" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir454888321/dirX/file2-1" contains "file2-1\n" [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.07s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.09s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.98s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.93s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.29s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.02s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.29s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.91s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a254393673/file1 ae7f3bda247869253c9f5ef658ea32009514bbd85d46539752ea7661b1889d0d:/root/itWorks.txt` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "ae7f3bda247869253c9f5ef658ea32009514bbd85d46539752ea7661b1889d0d" start output contains "file1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a ae7f3bda247869253c9f5ef658ea32009514bbd85d46539752ea7661b1889d0d` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.95s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b564809748/file1 7aee98492b5f2f793bb7b59131c85e8ba27a0605f5cf4f16b0808c130cc7274e:testDir/` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.61s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "127a4766b03365b8795792e7cda7a252d8c9c58e6673c2ae0e1fd50eb29874cb" start output contains "file2\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a 127a4766b03365b8795792e7cda7a252d8c9c58e6673c2ae0e1fd50eb29874cb` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c891905123/file1 127a4766b03365b8795792e7cda7a252d8c9c58e6673c2ae0e1fd50eb29874cb:/root/file2` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "127a4766b03365b8795792e7cda7a252d8c9c58e6673c2ae0e1fd50eb29874cb" start output contains "file1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a 127a4766b03365b8795792e7cda7a252d8c9c58e6673c2ae0e1fd50eb29874cb` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.33s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "8cf8c8920313843f51cb1c5cdcd3f5add1e1d7429c48417a24a5dede139cc7db" start output contains "" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a 8cf8c8920313843f51cb1c5cdcd3f5add1e1d7429c48417a24a5dede139cc7db` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d201764966/file1 8cf8c8920313843f51cb1c5cdcd3f5add1e1d7429c48417a24a5dede139cc7db:dir1` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "8cf8c8920313843f51cb1c5cdcd3f5add1e1d7429c48417a24a5dede139cc7db" start output contains "file1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a 8cf8c8920313843f51cb1c5cdcd3f5add1e1d7429c48417a24a5dede139cc7db` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "9140f06664ef1028fb5f5ec93bf513ad3b284511eddf4e8dbfeeab8135ae4fb2" start output contains "" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9140f06664ef1028fb5f5ec93bf513ad3b284511eddf4e8dbfeeab8135ae4fb2` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d201764966/file1 9140f06664ef1028fb5f5ec93bf513ad3b284511eddf4e8dbfeeab8135ae4fb2:dir1/` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "9140f06664ef1028fb5f5ec93bf513ad3b284511eddf4e8dbfeeab8135ae4fb2" start output contains "file1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9140f06664ef1028fb5f5ec93bf513ad3b284511eddf4e8dbfeeab8135ae4fb2` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.60s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e545225869/dir1 709c5188690ef2b5720ce74df04e02b09fc406b666aafc0283740632e81d53bb:testDir` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "709c5188690ef2b5720ce74df04e02b09fc406b666aafc0283740632e81d53bb" start output contains "file1-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a 709c5188690ef2b5720ce74df04e02b09fc406b666aafc0283740632e81d53bb` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e545225869/dir1 ea844a177c8d4472ef923b8c9caae06a47fb5e5272bb8a47cc629a95657bc6b9:testDir/` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "ea844a177c8d4472ef923b8c9caae06a47fb5e5272bb8a47cc629a95657bc6b9" start output contains "file1-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a ea844a177c8d4472ef923b8c9caae06a47fb5e5272bb8a47cc629a95657bc6b9` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.97s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f002988680/dir1 7168fc84de819aaae98a96bdc3cdd79ec4b08800f71a24a3e6356595cfd75702:/root/file1` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToCaseG (6.11s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "0ff23412c6f334197ba2db9c168e6ae719675c587346ebe692e2fcef528c5cd7" start output contains "" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0ff23412c6f334197ba2db9c168e6ae719675c587346ebe692e2fcef528c5cd7` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g382886983/dir1 0ff23412c6f334197ba2db9c168e6ae719675c587346ebe692e2fcef528c5cd7:/root/dir2` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "0ff23412c6f334197ba2db9c168e6ae719675c587346ebe692e2fcef528c5cd7" start output contains "file1-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0ff23412c6f334197ba2db9c168e6ae719675c587346ebe692e2fcef528c5cd7` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "cd6e05515d2bf76f0d06df106454959760788791480a6c51c6b35fa05cd1775e" start output contains "" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a cd6e05515d2bf76f0d06df106454959760788791480a6c51c6b35fa05cd1775e` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g382886983/dir1 cd6e05515d2bf76f0d06df106454959760788791480a6c51c6b35fa05cd1775e:/dir2/` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "cd6e05515d2bf76f0d06df106454959760788791480a6c51c6b35fa05cd1775e" start output contains "file1-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a cd6e05515d2bf76f0d06df106454959760788791480a6c51c6b35fa05cd1775e` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToCaseH (4.60s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h275730682/dir1/. f632c0de9b640f74827ae8b46d277f8f0cb576a2a9ba84d61a22ddcf7388e25b:testDir` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "f632c0de9b640f74827ae8b46d277f8f0cb576a2a9ba84d61a22ddcf7388e25b" start output contains "file1-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a f632c0de9b640f74827ae8b46d277f8f0cb576a2a9ba84d61a22ddcf7388e25b` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h275730682/dir1/. fddefdeaacf341f3914280e528257121803fca85f89f5c6450adc2ef38cd49f7:testDir/` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "fddefdeaacf341f3914280e528257121803fca85f89f5c6450adc2ef38cd49f7" start output contains "file1-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a fddefdeaacf341f3914280e528257121803fca85f89f5c6450adc2ef38cd49f7` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.98s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i256610321/dir1/. d834b183bddda9a0981cc7ff8d36c81c6c126fdc990b3a1ee19ea800d0608daa:/root/file1` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.41s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "90fc2a8ad896cceec984bfa43bd30a9752d453f47a57d77b6a0348d8837bb62c" start output contains "" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a 90fc2a8ad896cceec984bfa43bd30a9752d453f47a57d77b6a0348d8837bb62c` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j019414076/dir1/. 90fc2a8ad896cceec984bfa43bd30a9752d453f47a57d77b6a0348d8837bb62c:/dir2` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "90fc2a8ad896cceec984bfa43bd30a9752d453f47a57d77b6a0348d8837bb62c" start output contains "file1-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a 90fc2a8ad896cceec984bfa43bd30a9752d453f47a57d77b6a0348d8837bb62c` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "bef1676b984d1e77e78419343deaaaa8fbc3a9d9fa38f87ffa2f623b15b766bc" start output contains "" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a bef1676b984d1e77e78419343deaaaa8fbc3a9d9fa38f87ffa2f623b15b766bc` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j019414076/dir1/. bef1676b984d1e77e78419343deaaaa8fbc3a9d9fa38f87ffa2f623b15b766bc:/dir2/` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "bef1676b984d1e77e78419343deaaaa8fbc3a9d9fa38f87ffa2f623b15b766bc" start output contains "file1-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a bef1676b984d1e77e78419343deaaaa8fbc3a9d9fa38f87ffa2f623b15b766bc` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.03s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions268856939/permdirtest permtest:/` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToDot (0.96s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.73s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs020601301/file1 cd01238b2116db528379e6994aedbd6622bb39349c8295de54c04f2fc9da6f9e:/root/shouldNotExist` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "cd01238b2116db528379e6994aedbd6622bb39349c8295de54c04f2fc9da6f9e" start output contains "" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a cd01238b2116db528379e6994aedbd6622bb39349c8295de54c04f2fc9da6f9e` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.85s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume123627824/file1 19bc465156d44c8f247f54f48efd532665f2ced6058f77fe99a422741cfea313:/vol_ro/shouldNotExist` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:279: checking that container "19bc465156d44c8f247f54f48efd532665f2ced6058f77fe99a422741cfea313" start output contains "" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:209: running `docker start -a 19bc465156d44c8f247f54f48efd532665f2ced6058f77fe99a422741cfea313` [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToStdout (0.95s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.62s) [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-144561871/file2 ceaedfbed33d6f2bb86d8ef449c1622220b9e64280803a15dc41fc900986be27:/vol2/symlinkToFile1` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-144561871/symlinkToFile1" points to "file1" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-144561871/file1" contains "file2\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-144561871/file2 ceaedfbed33d6f2bb86d8ef449c1622220b9e64280803a15dc41fc900986be27:/vol2/symlinkToDir1` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-144561871/symlinkToDir1" points to "dir1" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-144561871/file2" contains "file2\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-144561871/file2 ceaedfbed33d6f2bb86d8ef449c1622220b9e64280803a15dc41fc900986be27:/vol2/brokenSymlinkToFileX` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-144561871/brokenSymlinkToFileX" points to "fileX" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-144561871/fileX" contains "file2\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-144561871//dir2 ceaedfbed33d6f2bb86d8ef449c1622220b9e64280803a15dc41fc900986be27:/vol2/symlinkToDir1` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-144561871/symlinkToDir1" points to "dir1" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-144561871/dir1/dir2/file2-1" contains "file2-1\n" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-144561871//dir2 ceaedfbed33d6f2bb86d8ef449c1622220b9e64280803a15dc41fc900986be27:/vol2/brokenSymlinkToDirX` [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-144561871/brokenSymlinkToDirX" points to "dirX" [2019-10-03T00:56:39.819Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-144561871/dirX/file2-1" contains "file2-1\n" [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.49s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.02s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCpVolumePath (2.44s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCreateArgs (0.10s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.63s) [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.87s) [2019-10-03T00:56:39.819Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-03T00:56:39.819Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T00:56:39.819Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.84s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.39s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateLabels (0.10s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.16s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateRM (0.19s) [2019-10-03T00:56:39.820Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-03T00:56:39.820Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.20s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.50s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.31s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.19s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.91s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.79s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.98s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (2.28s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.72s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.90s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.84s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.87s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.26s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.93s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.53s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.14s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.82s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.20s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.42s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.34s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.31s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsAttach (0.93s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsCommit (1.06s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.86s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.85s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.88s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.87s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.84s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.46s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.58s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsCopy (1.32s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.73s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.84s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.37s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.63s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.09s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.11s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.48s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.19s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFilters (1.74s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFormat (1.86s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.25s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.45s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.49s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.32s) [2019-10-03T00:56:39.820Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-03T00:56:39.820Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T00:56:39.820Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-03T00:56:39.820Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.90s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.88s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsRename (0.91s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsResize (0.92s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.90s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.13s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.86s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.08s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsTop (0.97s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.64s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExec (0.95s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.91s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.96s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.92s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.01s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.07s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (2.13s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.89s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.97s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.96s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.91s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.72s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecCgroup (1.60s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecEnv (1.11s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.97s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.36s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecInspectID (3.04s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecInteractive (0.98s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.99s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.99s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecParseError (0.86s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.98s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.95s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.89s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.98s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecStartFails (1.43s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.64s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.90s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecTTY (0.98s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.99s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.96s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecUlimits (1.20s) [2019-10-03T00:56:39.820Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-03T00:56:39.820Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.18s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.21s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestExecWithUser (1.21s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.00s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.97s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.88s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.87s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.88s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestHealth (21.68s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.27s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.04s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.35s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.41s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.57s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.97s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.12s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.98s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.97s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.11s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImportDisplay (1.95s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImportFile (2.24s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (2.24s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImportGzipped (2.54s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.11s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInfoDebug (0.53s) [2019-10-03T00:56:39.820Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug" [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.61s) [2019-10-03T00:56:39.820Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName" [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.55s) [2019-10-03T00:56:39.820Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend" [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.00s) [2019-10-03T00:56:39.820Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise" [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.94s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.93s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.05s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.04s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInfoFormat (0.05s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.54s) [2019-10-03T00:56:39.820Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries" [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.25s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.92s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.93s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.81s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.91s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.74s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.84s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.95s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.92s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.05s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.89s) [2019-10-03T00:56:39.820Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-10-03T00:56:39.820Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.89s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.01s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectDefault (0.91s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectHistory (1.09s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2019-10-03T00:56:39.820Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-03T00:56:39.820Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.85s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.95s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.11s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.90s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.89s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.98s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.95s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectStatus (1.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.72s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.01s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.94s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.65s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.89s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.94s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.92s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.81s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.61s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.37s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.89s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.59s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.56s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.55s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.47s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.99s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.17s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.84s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.04s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (1.06s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.16s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.50s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.93s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.89s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.95s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.86s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.86s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.91s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.24s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.18s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.46s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.26s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.16s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.70s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.06s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.82s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsSince (7.05s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.79s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.98s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsTail (1.03s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.92s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.93s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.66s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.90s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestNetHostname (2.85s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.42s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.35s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.58s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.89s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestPluginActive (1.90s) [2019-10-03T00:56:39.820Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.31s) [2019-10-03T00:56:39.821Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-10-03T00:56:39.821Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.65s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.26s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.62s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.06s) [2019-10-03T00:56:39.821Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector" [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.70s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.56s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.79s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.78s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPortList (11.15s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.82s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.64s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.83s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.81s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.86s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.16s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.73s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.62s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.70s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.33s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsByOrder (3.53s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.12s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsListContainersBase (4.32s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.14s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.12s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.17s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.39s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.68s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.80s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.79s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.70s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.81s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.06s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.68s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.23s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.15s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.76s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.87s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.86s) [2019-10-03T00:56:39.821Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-03T00:56:39.821Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.30s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.10s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.02s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.87s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.92s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.84s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.78s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.55s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.37s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.11s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.10s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.31s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.80s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.81s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.16s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.95s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.12s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.56s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.16s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.35s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.97s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.07s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.82s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.14s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.86s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.61s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.81s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.93s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.58s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.74s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAddHost (0.99s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.38s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.82s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.81s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.76s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.84s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.93s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.97s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.61s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.58s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.01s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.00s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.01s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.90s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.99s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.22s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.19s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.88s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.93s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.85s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.59s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.94s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (1.01s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.89s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (1.00s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.91s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.87s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.82s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.85s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.84s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.83s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.29s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.89s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.93s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.86s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.12s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.88s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.79s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.69s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.62s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.80s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.83s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.82s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.85s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.81s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.91s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.64s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.08s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.85s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.52s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.98s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.77s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.86s) [2019-10-03T00:56:39.821Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-03T00:56:39.821Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.821Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-03T00:56:39.821Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.82s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.93s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.65s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.45s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.81s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.83s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.86s) [2019-10-03T00:56:39.821Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-03T00:56:39.821Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.85s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.80s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.89s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.85s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.93s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.84s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.87s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.82s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.82s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.85s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunExitCode (0.94s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.79s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.80s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.84s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.84s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.82s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.63s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.41s) [2019-10-03T00:56:39.821Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-03T00:56:39.821Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.74s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.89s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.62s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.22s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.64s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.82s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.40s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.72s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.76s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.92s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.71s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.72s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.24s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.26s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.69s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.37s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.68s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.26s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.70s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.69s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunMount (6.97s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.83s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.83s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.66s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.43s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.54s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.41s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.64s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.70s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.76s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.76s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNetHost (1.21s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.85s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.80s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.51s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.71s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.08s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (1.09s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.17s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.87s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.81s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.92s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.11s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.71s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.95s) [2019-10-03T00:56:39.821Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-03T00:56:39.821Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (1.18s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.97s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.81s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.09s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.78s) [2019-10-03T00:56:39.821Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.75s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.76s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.83s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.79s) [2019-10-03T00:56:39.821Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-03T00:56:39.821Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.91s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.91s) [2019-10-03T00:56:39.821Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-10-03T00:56:39.821Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.84s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.72s) [2019-10-03T00:56:39.821Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-03T00:56:39.821Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.68s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.76s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunRm (0.94s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunRmAndWait (4.04s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.84s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.85s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.74s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.90s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.48s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.30s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (1.01s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (1.09s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.91s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (1.08s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.83s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.93s) [2019-10-03T00:56:39.821Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (1.00s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.95s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.83s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.77s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunState (1.91s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.83s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.85s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.24s) [2019-10-03T00:56:39.822Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2019-10-03T00:56:39.822Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.87s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.74s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunSysctls (1.71s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.82s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.61s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.83s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.05s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.13s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.15s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.84s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.86s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.81s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.42s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.35s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunUserByID (0.80s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.19s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.22s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.82s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunUserByName (0.82s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.81s) [2019-10-03T00:56:39.822Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-03T00:56:39.822Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.20s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.89s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.86s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.82s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.20s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.52s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.69s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.43s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.83s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.81s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.79s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.96s) [2019-10-03T00:56:39.822Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2019-10-03T00:56:39.822Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.822Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2019-10-03T00:56:39.822Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.822Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-03T00:56:39.822Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.29s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.83s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.95s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.93s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.74s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.84s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.80s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.82s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.20s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.19s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.20s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.19s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.19s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.96s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.97s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.84s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.88s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.35s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.82s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.86s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.84s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.81s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.63s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.80s) [2019-10-03T00:56:39.822Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-03T00:56:39.822Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.74s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.08s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.70s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.82s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.68s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.84s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.12s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.19s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.29s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.01s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveImageId (0.08s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.57s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.19s) [2019-10-03T00:56:39.822Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents595757449 [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.79s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.64s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.66s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.39s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.08s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.39s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.50s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.69s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.64s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.15s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.66s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.95s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.78s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.98s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStartRecordError (2.27s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.47s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.38s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.64s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (5.34s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.74s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.02s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.86s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.90s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.96s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.89s) [2019-10-03T00:56:39.822Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-03T00:56:39.822Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.91s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.44s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.58s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.83s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.83s) [2019-10-03T00:56:39.822Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-03T00:56:39.822Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.02s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.96s) [2019-10-03T00:56:39.822Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-03T00:56:39.822Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.70s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.07s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.99s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.85s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUpdateStats (4.77s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.65s) [2019-10-03T00:56:39.822Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-03T00:56:39.822Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.08s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.99s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.57s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.88s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.62s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.95s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.77s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.51s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.63s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.64s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.64s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.65s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.44s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.60s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.48s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.44s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.59s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.09s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.10s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.91s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.90s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (1.03s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.14s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.61s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.88s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.41s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.37s) [2019-10-03T00:56:39.822Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.45s) [2019-10-03T00:56:39.822Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-03T00:56:39.822Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-03T00:56:39.822Z] === RUN TestDockerRegistrySuite [2019-10-03T00:56:39.822Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-03T00:56:40.615Z] === RUN TestDockerSuite/TestMountIntoProc [2019-10-03T00:56:40.615Z] === RUN TestDockerSuite/TestMountIntoSys [2019-10-03T00:56:40.615Z] === RUN TestDockerSuite/TestNetHostname [2019-10-03T00:56:40.615Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-10-03T00:56:40.615Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-10-03T00:56:40.615Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-10-03T00:56:40.615Z] === RUN TestDockerSuite/TestPluginActive [2019-10-03T00:56:40.615Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-10-03T00:56:40.615Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-10-03T00:56:40.615Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-10-03T00:56:40.615Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-10-03T00:56:41.073Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-10-03T00:56:41.073Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-10-03T00:56:41.073Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-10-03T00:56:41.073Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-10-03T00:56:41.073Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-10-03T00:56:41.073Z] === RUN TestDockerSuite/TestPortHostBinding [2019-10-03T00:56:41.073Z] === RUN TestDockerSuite/TestPortList [2019-10-03T00:56:41.073Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-10-03T00:56:41.193Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-03T00:56:42.566Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-03T00:56:44.461Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-03T00:56:44.718Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-03T00:56:48.904Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-10-03T00:56:49.162Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-03T00:56:49.630Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-10-03T00:56:49.630Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-10-03T00:56:49.630Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-10-03T00:56:49.630Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-10-03T00:56:49.630Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-10-03T00:56:49.630Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-10-03T00:56:49.630Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-10-03T00:56:49.630Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-10-03T00:56:49.630Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-10-03T00:56:49.630Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-10-03T00:56:54.316Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-10-03T00:56:54.316Z] === RUN TestDockerSuite/TestPsByOrder [2019-10-03T00:56:54.435Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-03T00:56:59.698Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-03T00:57:00.263Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-03T00:57:01.385Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-10-03T00:57:01.385Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-10-03T00:57:01.634Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-03T00:57:02.199Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-10-03T00:57:03.570Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-03T00:57:04.943Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-03T00:57:05.201Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-10-03T00:57:06.707Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-03T00:57:08.460Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-10-03T00:57:08.603Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-10-03T00:57:08.603Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-03T00:57:09.973Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-03T00:57:13.252Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-03T00:57:15.774Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-03T00:57:17.669Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-03T00:57:18.233Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-10-03T00:57:21.509Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-03T00:57:21.509Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-10-03T00:57:22.441Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-03T00:57:22.441Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-03T00:57:24.337Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-03T00:57:25.742Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-03T00:57:26.132Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-10-03T00:57:26.132Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-10-03T00:57:26.132Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-10-03T00:57:27.117Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-03T00:57:31.301Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-03T00:57:31.558Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-03T00:57:32.928Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-03T00:57:33.493Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-03T00:57:33.750Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-03T00:57:34.008Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-03T00:57:34.265Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-03T00:57:34.523Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-03T00:57:34.780Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-03T00:57:36.449Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-10-03T00:57:36.676Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-03T00:57:39.201Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-03T00:57:40.131Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-03T00:57:41.501Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-03T00:57:42.433Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite (64.42s) [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (2.24s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d9b022664bc1c is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.48s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon dd9e264fe1a07 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.83s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d89201f9246bb is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentFailingPull" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d00bf39435cd5 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.56s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d982416d32aa2 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.96s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullWholeRepo" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d19029b15bc06 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.70s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon debe890a48425 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.49s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d4a957119d530 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.29s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon dbcb6ce8f136c is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.66s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon dca9883ed6bb9 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.70s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d27ca5bd86134 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.75s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d3e98df46985a is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.60s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d0aeb75e154dd is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.51s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d0b7b671de47a is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (3.19s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests" [2019-10-03T00:57:43.366Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:20e2387d65088efe2d5a443d7f10a3e6d1797dd59b351be3b745cfe2e11fa14f [2019-10-03T00:57:43.366Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6e92969bce1ae48faa420ce1bab4df6984fb0fafb758c2baca14165be96f99f7 [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon dd7c1b91cf8ef is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.79s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests" [2019-10-03T00:57:43.366Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7407025a8e522f3782c63fafff147d138319bbc5de65c920622ad3e6a57a07e9 [2019-10-03T00:57:43.366Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4f3b7159fda9c5ef713b70525786168caaab5571248cc73f5828f0fc700508fb [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon db17067e4a67e is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.43s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d7440ebd69c7a is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.62s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d92ced692f203 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.50s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d2ef0e26eaab9 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d4d91d94546e9 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.83s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon db4d992fa9d88 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.43s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon ded0b459c9d9b is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.35s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon df00765c73121 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.98s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon dcf1ac6ca2579 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.42s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d51a611f618d8 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.51s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon da63832ed3150 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.50s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d6eec1789a34a is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.13s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon de5ed5e8cfce4 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.30s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon dba78fed98c38 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d411e69550296 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.36s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d7e6ba188edaa is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d743e331d4584 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.55s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon dd18b8ba16863 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.42s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon da7a18d16e912 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.26s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d142a1e1f9a38 is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.55s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest" [2019-10-03T00:57:43.366Z] check_test.go:196: Daemon d11a693dc980e is not started [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.02s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough" [2019-10-03T00:57:43.366Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.85s) [2019-10-03T00:57:43.366Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only" [2019-10-03T00:57:43.366Z] === RUN TestDockerSchema1RegistrySuite [2019-10-03T00:57:43.366Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-03T00:57:43.516Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-10-03T00:57:43.623Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-03T00:57:48.878Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-03T00:57:49.301Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-10-03T00:57:53.033Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-10-03T00:57:53.033Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-10-03T00:57:53.033Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-10-03T00:57:53.056Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-03T00:57:58.412Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-03T00:57:59.001Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-03T00:58:00.370Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-03T00:58:00.370Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-03T00:58:01.592Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-10-03T00:58:01.592Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-10-03T00:58:01.592Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-10-03T00:58:01.592Z] === RUN TestDockerSuite/TestPsRightTagName [2019-10-03T00:58:01.592Z] === RUN TestDockerSuite/TestPsShowMounts [2019-10-03T00:58:02.265Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-03T00:58:03.199Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-03T00:58:04.570Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-03T00:58:07.380Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-10-03T00:58:07.380Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-10-03T00:58:08.745Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-03T00:58:08.914Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-10-03T00:58:08.914Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-10-03T00:58:09.003Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-03T00:58:09.567Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-03T00:58:09.824Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-03T00:58:09.880Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-10-03T00:58:10.083Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-03T00:58:10.341Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-03T00:58:10.598Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-03T00:58:10.848Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-10-03T00:58:10.848Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite (27.43s) [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentFailingPull" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon d5ea0b10265d3 is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.90s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon da8b25b338243 is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.46s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon dbdfc11433db4 is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.50s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon dbc98b614b62e is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.36s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon dccae45678ef7 is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.47s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon df1878a3ac2e5 is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon d6a18d9f455e1 is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.47s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon d32724fc9dbcf is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.36s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon db01fb521943b is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.30s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon d6a60c9b78420 is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (4.03s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon d8bf9d00716ae is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon df8647b3048d9 is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.53s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon d4a82d7db9907 is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon d2afa23eac2f8 is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon dbf6227bb88c5 is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.31s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon de806725a4437 is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon dd430baa3488a is not started [2019-10-03T00:58:10.855Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-10-03T00:58:10.855Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged" [2019-10-03T00:58:10.855Z] check_test.go:223: Daemon d13321dcf55bb is not started [2019-10-03T00:58:10.855Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-03T00:58:10.856Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-03T00:58:11.786Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-03T00:58:12.352Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-03T00:58:12.609Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-03T00:58:13.540Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-03T00:58:13.797Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-03T00:58:14.362Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-03T00:58:14.578Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-10-03T00:58:14.619Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-03T00:58:14.877Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.05s) [2019-10-03T00:58:14.877Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.00s) [2019-10-03T00:58:14.877Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry" [2019-10-03T00:58:14.877Z] check_test.go:252: Daemon d57cf8eaeed22 is not started [2019-10-03T00:58:14.877Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.52s) [2019-10-03T00:58:14.877Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth" [2019-10-03T00:58:14.877Z] check_test.go:252: Daemon d940d3af40f76 is not started [2019-10-03T00:58:14.877Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-10-03T00:58:14.877Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry" [2019-10-03T00:58:14.877Z] check_test.go:252: Daemon ded5764e108ca is not started [2019-10-03T00:58:14.877Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.11s) [2019-10-03T00:58:14.877Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth" [2019-10-03T00:58:14.877Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2019-10-03T00:58:14.877Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored" [2019-10-03T00:58:14.877Z] check_test.go:252: Daemon d9e272312d3d5 is not started [2019-10-03T00:58:14.877Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s) [2019-10-03T00:58:14.877Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth" [2019-10-03T00:58:14.877Z] check_test.go:252: Daemon dc0a1d4f210a4 is not started [2019-10-03T00:58:14.877Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.51s) [2019-10-03T00:58:14.877Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme" [2019-10-03T00:58:14.877Z] check_test.go:252: Daemon d3e4393500ffd is not started [2019-10-03T00:58:14.877Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2019-10-03T00:58:14.877Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry" [2019-10-03T00:58:14.877Z] check_test.go:252: Daemon de32d5c2fadca is not started [2019-10-03T00:58:14.877Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-03T00:58:14.877Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-03T00:58:16.247Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-10-03T00:58:18.312Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-10-03T00:58:19.523Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-10-03T00:58:20.087Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-03T00:58:20.087Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-03T00:58:20.344Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-03T00:58:20.488Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-10-03T00:58:20.602Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-03T00:58:20.860Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.99s) [2019-10-03T00:58:20.860Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s) [2019-10-03T00:58:20.860Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError" [2019-10-03T00:58:20.860Z] check_test.go:279: Daemon d5a1b7ca5a5a4 is not started [2019-10-03T00:58:20.860Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-10-03T00:58:20.860Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken" [2019-10-03T00:58:20.860Z] check_test.go:279: Daemon db82003513e51 is not started [2019-10-03T00:58:20.860Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.17s) [2019-10-03T00:58:20.860Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized" [2019-10-03T00:58:20.860Z] check_test.go:279: Daemon de2ff436e7afe is not started [2019-10-03T00:58:20.860Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.32s) [2019-10-03T00:58:20.860Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable" [2019-10-03T00:58:20.860Z] check_test.go:279: Daemon d5f09bc45a742 is not started [2019-10-03T00:58:20.860Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.18s) [2019-10-03T00:58:20.860Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse" [2019-10-03T00:58:20.860Z] check_test.go:279: Daemon d45f145019068 is not started [2019-10-03T00:58:20.860Z] === RUN TestDockerNetworkSuite [2019-10-03T00:58:20.860Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2019-10-03T00:58:23.390Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-10-03T00:58:24.761Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2019-10-03T00:58:26.209Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2019-10-03T00:58:26.470Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-10-03T00:58:31.733Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2019-10-03T00:58:31.733Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-10-03T00:58:35.011Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2019-10-03T00:58:35.011Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-10-03T00:58:39.188Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2019-10-03T00:58:41.084Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2019-10-03T00:58:41.665Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-10-03T00:58:41.665Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-10-03T00:58:46.371Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-10-03T00:58:46.371Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-10-03T00:58:46.833Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-10-03T00:58:47.295Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-10-03T00:58:51.042Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2019-10-03T00:58:51.045Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-10-03T00:58:53.566Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2019-10-03T00:58:54.795Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-10-03T00:58:54.795Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-10-03T00:58:54.937Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2019-10-03T00:58:55.868Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-10-03T00:58:55.868Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2019-10-03T00:58:56.799Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2019-10-03T00:58:58.545Z] === RUN TestDockerSuite/TestRmiBlank [2019-10-03T00:58:58.545Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-10-03T00:58:58.699Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2019-10-03T00:58:59.008Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-10-03T00:59:00.069Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2019-10-03T00:59:00.069Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2019-10-03T00:59:00.327Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2019-10-03T00:59:02.223Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2019-10-03T00:59:02.223Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2019-10-03T00:59:02.223Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2019-10-03T00:59:02.223Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2019-10-03T00:59:03.593Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2019-10-03T00:59:05.526Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2019-10-03T00:59:05.526Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2019-10-03T00:59:05.790Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2019-10-03T00:59:06.047Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2019-10-03T00:59:10.362Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2019-10-03T00:59:11.733Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-10-03T00:59:13.628Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2019-10-03T00:59:15.000Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-10-03T00:59:16.789Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-10-03T00:59:18.298Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-10-03T00:59:19.077Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-10-03T00:59:20.051Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-10-03T00:59:22.478Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-10-03T00:59:25.004Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2019-10-03T00:59:25.004Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2019-10-03T00:59:25.868Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-10-03T00:59:25.935Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2019-10-03T00:59:26.193Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2019-10-03T00:59:26.451Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2019-10-03T00:59:26.709Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2019-10-03T00:59:26.709Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2019-10-03T00:59:26.709Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2019-10-03T00:59:29.986Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-10-03T00:59:30.762Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-10-03T00:59:31.958Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2019-10-03T00:59:31.958Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2019-10-03T00:59:31.958Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2019-10-03T00:59:33.330Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2019-10-03T00:59:35.855Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-10-03T00:59:37.866Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-10-03T00:59:38.379Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2019-10-03T00:59:38.943Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-10-03T00:59:41.617Z] === RUN TestDockerSuite/TestRmiTag [2019-10-03T00:59:42.080Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-10-03T00:59:42.222Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-10-03T00:59:42.787Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2019-10-03T00:59:43.045Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2019-10-03T00:59:44.419Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2019-10-03T00:59:45.789Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-10-03T00:59:47.684Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2019-10-03T00:59:47.684Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2019-10-03T00:59:49.053Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2019-10-03T00:59:49.053Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-10-03T00:59:49.173Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-10-03T00:59:49.984Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2019-10-03T00:59:51.881Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2019-10-03T00:59:52.814Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-10-03T00:59:56.116Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-10-03T01:00:00.295Z] --- PASS: TestDockerNetworkSuite (99.55s) [2019-10-03T01:00:00.295Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.63s) [2019-10-03T01:00:00.295Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestConntrackFlowsLeak" [2019-10-03T01:00:00.295Z] docker_cli_network_unix_test.go:46: Daemon d4978bc773777 is not started [2019-10-03T01:00:00.295Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.40s) [2019-10-03T01:00:00.295Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig" [2019-10-03T01:00:00.295Z] docker_cli_network_unix_test.go:46: Daemon d81d3fb64e61a is not started [2019-10-03T01:00:00.295Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.53s) [2019-10-03T01:00:00.295Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint" [2019-10-03T01:00:00.295Z] docker_cli_network_unix_test.go:46: Daemon d2fb140e6af6e is not started [2019-10-03T01:00:00.295Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (3.19s) [2019-10-03T01:00:00.295Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect" [2019-10-03T01:00:00.295Z] docker_cli_network_unix_test.go:46: Daemon d6815a3847810 is not started [2019-10-03T01:00:00.295Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (4.08s) [2019-10-03T01:00:00.295Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:1233: Daemon d933b84aa357c is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.04s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d74aa3aefdb19 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.14s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon dcb02d0084eb4 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.47s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d8c444009275a is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.70s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d2b8a80c524a5 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.90s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d759eab2e817b is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.84s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d6640ff4b2291 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.61s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithMac" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d1081c110ef0a is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.62s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d3d48dcadc68f is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.13s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDelete" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d02d462278675 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.27s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d3b87850f8126 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.54s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateHostBind" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d7b00e58b194a is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.14s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreateLabel" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d840d6b663eef is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCreatePredefined" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d6df770fb4df6 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.15s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkCustomIPAM" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d28b2c040b776 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.37s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d50a670682aa0 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.66s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d6c0ba80bfe5c is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.12s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon de96ccefbb62c is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.49s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d656afac955ad is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.10s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverOptions" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d477b95a14569 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.86s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:968: Daemon d50440f6548cc is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.51s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkFlagAlias" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d4193fe2063b7 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (11.39s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:1116: Daemon dfd1c542ca4ef is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.30s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d38f47912e45f is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.97s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon dc87304908b27 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.29s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkIPAMOptions" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d108c570ab388 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.11s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon dc5d0cfdc92e6 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d1dff36f30d8f is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d4a51df6d95ae is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkInspectDefault" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d98092dc7a5c6 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (5.08s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon dbc99d6303250 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.07s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsDefault" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon dbc5bb0acc014 is not started [2019-10-03T01:00:00.296Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-03T01:00:00.296Z] requirement.go:26: unmatched requirement OnlyDefaultNetworks [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d8438c54cb0c3 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.48s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMacInspect" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d61b936d3e0d1 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.02s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart" [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.50s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:1084: Daemon d3865f7db3b11 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.06s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon ddb76aee7bd71 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.45s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon dcaf7773dd7ef is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (3.02s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d17d7d369db37 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.07s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRmPredefined" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d7446fba82d62 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.46s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkRunNetByID" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d2a4b2257d238 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.89s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d7fdce15b9b53 is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (2.03s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkValidateIP" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon d6c553737b19f is not started [2019-10-03T01:00:00.296Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (8.53s) [2019-10-03T01:00:00.296Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver" [2019-10-03T01:00:00.296Z] docker_cli_network_unix_test.go:46: Daemon db0354f2b06cd is not started [2019-10-03T01:00:00.296Z] === RUN TestDockerHubPullSuite [2019-10-03T01:00:00.296Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-10-03T01:00:02.820Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-10-03T01:00:04.715Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-10-03T01:00:05.280Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-10-03T01:00:07.805Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-10-03T01:00:07.805Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-10-03T01:00:07.805Z] --- PASS: TestDockerHubPullSuite (7.46s) [2019-10-03T01:00:07.805Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.13s) [2019-10-03T01:00:07.805Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry" [2019-10-03T01:00:07.805Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.28s) [2019-10-03T01:00:07.805Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.50s) [2019-10-03T01:00:07.805Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.17s) [2019-10-03T01:00:07.805Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.28s) [2019-10-03T01:00:07.805Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.09s) [2019-10-03T01:00:07.805Z] PASS [2019-10-03T01:00:07.805Z] [2019-10-03T01:00:07.805Z] === Skipped [2019-10-03T01:00:07.805Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-10-03T01:00:07.805Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-10-03T01:00:07.805Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.805Z] [2019-10-03T01:00:07.805Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-10-03T01:00:07.805Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-10-03T01:00:07.805Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.805Z] [2019-10-03T01:00:07.805Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-03T01:00:07.805Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-10-03T01:00:07.805Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.805Z] [2019-10-03T01:00:07.805Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-10-03T01:00:07.805Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2019-10-03T01:00:07.805Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.805Z] [2019-10-03T01:00:07.805Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-10-03T01:00:07.805Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-10-03T01:00:07.805Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.805Z] [2019-10-03T01:00:07.805Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-03T01:00:07.805Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-10-03T01:00:07.805Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.805Z] [2019-10-03T01:00:07.805Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-10-03T01:00:07.806Z] docker_cli_sni_test.go:18: Flakey test [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-10-03T01:00:07.806Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-10-03T01:00:07.806Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-10-03T01:00:07.806Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-10-03T01:00:07.806Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2019-10-03T01:00:07.806Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2019-10-03T01:00:07.806Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestDockerNetworkLsFilter" [2019-10-03T01:00:07.806Z] requirement.go:26: unmatched requirement OnlyDefaultNetworks [2019-10-03T01:00:07.806Z] docker_cli_network_unix_test.go:46: Daemon d8438c54cb0c3 is not started [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] [2019-10-03T01:00:07.806Z] DONE 1253 tests, 44 skipped in 2118.214s [2019-10-03T01:00:07.806Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-03T01:00:07.806Z] ++++ cat bundles/test-integration/docker.pid [2019-10-03T01:00:07.806Z] +++ kill 7260 [2019-10-03T01:00:10.302Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-10-03T01:00:15.010Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-10-03T01:00:15.909Z] umount: bundles/test-integration/root: mountpoint not found [2019-10-03T01:00:15.909Z] +++ /etc/init.d/apparmor stop [2019-10-03T01:00:15.909Z] Clearing AppArmor profiles cache:. [2019-10-03T01:00:15.909Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-03T01:00:15.909Z] Unloading profiles will leave already running processes permanently [2019-10-03T01:00:15.909Z] unconfined, which can lead to unexpected situations. [2019-10-03T01:00:15.909Z] [2019-10-03T01:00:15.909Z] To set a process to complain mode, use the command line tool [2019-10-03T01:00:15.909Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-03T01:00:15.909Z] with the 'teardown' option." [2019-10-03T01:00:15.909Z] [2019-10-03T01:00:19.718Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-10-03T01:00:20.691Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-10-03T01:00:20.691Z] === RUN TestDockerSuite/TestRunAddHost [2019-10-03T01:00:20.691Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-10-03T01:00:20.691Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-10-03T01:00:20.691Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-10-03T01:00:20.691Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-10-03T01:00:20.691Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-10-03T01:00:20.691Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-10-03T01:00:22.893Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-10-03T01:00:22.893Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-10-03T01:00:22.893Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-10-03T01:00:26.647Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-10-03T01:00:28.838Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-10-03T01:00:35.941Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-10-03T01:00:38.133Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-10-03T01:00:45.230Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-10-03T01:00:45.230Z] === RUN TestDockerSuite/TestRunBindMounts [2019-10-03T01:00:48.982Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-10-03T01:00:48.982Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-10-03T01:00:48.982Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-10-03T01:00:48.982Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-10-03T01:00:48.982Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-10-03T01:00:48.982Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-10-03T01:00:48.982Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-10-03T01:00:48.982Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-10-03T01:00:48.982Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-10-03T01:00:48.982Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-10-03T01:00:48.982Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-10-03T01:00:48.982Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-10-03T01:00:50.527Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-10-03T01:00:50.527Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-10-03T01:00:53.447Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-10-03T01:00:53.447Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-10-03T01:00:53.447Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-10-03T01:00:54.695Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-10-03T01:00:54.991Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-10-03T01:00:54.992Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-10-03T01:00:54.992Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-10-03T01:00:54.992Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-10-03T01:00:54.992Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-10-03T01:00:54.992Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-10-03T01:00:54.992Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-10-03T01:00:54.992Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-10-03T01:00:57.180Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-10-03T01:00:59.369Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-10-03T01:01:00.915Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-10-03T01:01:00.915Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-10-03T01:01:00.915Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-10-03T01:01:00.915Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-10-03T01:01:03.104Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-10-03T01:01:03.104Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-10-03T01:01:03.104Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-10-03T01:01:03.104Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-10-03T01:01:03.104Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-10-03T01:01:05.295Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-10-03T01:01:06.903Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-10-03T01:01:17.709Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-10-03T01:01:17.709Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-10-03T01:01:17.709Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-10-03T01:01:17.709Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-10-03T01:01:17.709Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-10-03T01:01:17.709Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-10-03T01:01:17.709Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-10-03T01:01:18.170Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-10-03T01:01:18.170Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-10-03T01:01:18.170Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-10-03T01:01:18.170Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-10-03T01:01:20.358Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-10-03T01:01:21.903Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-10-03T01:01:21.903Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite (1793.16s) [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.56s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.76s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.07s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.20s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.06s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.78s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-03T01:01:24.963Z] check_test.go:358: [dca553ed16f7c] joining swarm manager [d84aed8b90cc4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-10-03T01:01:24.963Z] check_test.go:358: [de7cd4afe1971] joining swarm manager [d84aed8b90cc4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.963Z] check_test.go:379: Daemon dca553ed16f7c is not started [2019-10-03T01:01:24.963Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-10-03T01:01:24.963Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.90s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-10-03T01:01:24.963Z] check_test.go:358: [dac71dc156084] joining swarm manager [d8fd8e3d0f6b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.86s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.46s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.17s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-03T01:01:24.963Z] check_test.go:358: [d0a55490517ef] joining swarm manager [d5c6180cd79ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-10-03T01:01:24.963Z] check_test.go:358: [dba66e53b9596] joining swarm manager [d5c6180cd79ea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.963Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-10-03T01:01:24.963Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (23.08s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-03T01:01:24.963Z] check_test.go:358: [d9e01ac4c5dde] joining swarm manager [d2912d9ec7475]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-10-03T01:01:24.963Z] check_test.go:358: [d7592b10d3969] joining swarm manager [d2912d9ec7475]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.19s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.13s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.94s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-03T01:01:24.963Z] check_test.go:358: [d80a0800981a8] joining swarm manager [d042207657fb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-10-03T01:01:24.963Z] check_test.go:358: [dcbc01c3e136c] joining swarm manager [d042207657fb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (42.59s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-03T01:01:24.963Z] check_test.go:358: [dad636f7bbdd0] joining swarm manager [d062ac6e772a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-10-03T01:01:24.963Z] check_test.go:358: [d2339d4e5419f] joining swarm manager [d062ac6e772a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.34s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-10-03T01:01:24.963Z] check_test.go:358: [dcc05d0e21acb] joining swarm manager [de316794213a9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.96s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-03T01:01:24.963Z] check_test.go:358: [dd077276b56a6] joining swarm manager [d9afd72a331da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-10-03T01:01:24.963Z] check_test.go:358: [d6ecfd6d5db21] joining swarm manager [d9afd72a331da]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.49s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.86s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-10-03T01:01:24.963Z] check_test.go:358: [d9523ac8f1c78] joining swarm manager [d54ddbefdbc87]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (63.52s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-03T01:01:24.963Z] check_test.go:358: [d1ccfbff2c21c] joining swarm manager [d42229489ac1b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-10-03T01:01:24.963Z] check_test.go:358: [da682699afa0e] joining swarm manager [d42229489ac1b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.963Z] check_test.go:379: Daemon da682699afa0e is not started [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (63.30s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-03T01:01:24.963Z] check_test.go:358: [d63412a1b8476] joining swarm manager [d3f1dce3b7723]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-03T01:01:24.963Z] check_test.go:358: [d8af93428ac5e] joining swarm manager [d3f1dce3b7723]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-03T01:01:24.963Z] check_test.go:358: [d19a91c9d7040] joining swarm manager [d3f1dce3b7723]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-03T01:01:24.963Z] check_test.go:358: [d7e93e311d996] joining swarm manager [d3f1dce3b7723]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-10-03T01:01:24.963Z] check_test.go:358: [dd122a217d39c] joining swarm manager [d3f1dce3b7723]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.41s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.84s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.34s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-03T01:01:24.963Z] check_test.go:358: [dc4a934738810] joining swarm manager [d2d5045032737]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-10-03T01:01:24.963Z] check_test.go:358: [dd624a1a6d323] joining swarm manager [d2d5045032737]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.54s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-03T01:01:24.963Z] check_test.go:358: [d88d42d585732] joining swarm manager [d6a56b7baacdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-10-03T01:01:24.963Z] check_test.go:358: [d2be4fe183823] joining swarm manager [d6a56b7baacdd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.45s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-03T01:01:24.963Z] check_test.go:358: [da2d5fd2cb028] joining swarm manager [d9b188325384b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-10-03T01:01:24.963Z] check_test.go:358: [d0996ec0a3493] joining swarm manager [d9b188325384b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.26s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.31s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-03T01:01:24.963Z] check_test.go:358: [d17787b5ea9ce] joining swarm manager [d78e1fcee5444]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-03T01:01:24.963Z] check_test.go:358: [dcf9e85b53044] joining swarm manager [d78e1fcee5444]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-03T01:01:24.963Z] check_test.go:358: [d9a282c53c75d] joining swarm manager [d78e1fcee5444]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-10-03T01:01:24.963Z] check_test.go:358: [dd4d1cf51e3de] joining swarm manager [d78e1fcee5444]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.88s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList" [2019-10-03T01:01:24.963Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.69s) [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-03T01:01:24.963Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-03T01:01:24.964Z] check_test.go:358: [d10c4af86cfed] joining swarm manager [d6b9d7dc6520b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-10-03T01:01:24.964Z] check_test.go:358: [dbf75d82b9ddd] joining swarm manager [d6b9d7dc6520b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.18s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-03T01:01:24.964Z] check_test.go:358: [d1394b7392fc6] joining swarm manager [d1e5aa597f4af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-10-03T01:01:24.964Z] check_test.go:358: [dd8271b52dc4a] joining swarm manager [d1e5aa597f4af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.964Z] check_test.go:379: Daemon d1394b7392fc6 is not started [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (28.24s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-03T01:01:24.964Z] check_test.go:358: [d947401a9c11f] joining swarm manager [debec826b20cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-10-03T01:01:24.964Z] check_test.go:358: [dd71a85bb74d9] joining swarm manager [debec826b20cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.22s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-03T01:01:24.964Z] check_test.go:358: [d7acfb9e55e69] joining swarm manager [d39f0b05ccf93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-10-03T01:01:24.964Z] check_test.go:358: [dad04fb162e87] joining swarm manager [d39f0b05ccf93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (27.17s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.24s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.09s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.34s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.56s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.30s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.30s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.93s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.74s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (26.13s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.68s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.78s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.09s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.39s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.41s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.05s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.46s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.29s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.21s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.00s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.86s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.81s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.23s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.20s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs" [2019-10-03T01:01:24.964Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.wly5oi6hfgn1@98787fefba40 | hello1\n" [2019-10-03T01:01:24.964Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.qi4zdtouxhek@98787fefba40 | hello2\n" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.26s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.07s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.48s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.22s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.69s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.53s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.23s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.82s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs" [2019-10-03T01:01:24.964Z] docker_cli_service_logs_test.go:242: checking task tgy4fsswu7bw [2019-10-03T01:01:24.964Z] docker_cli_service_logs_test.go:247: checking messages for tgy4fsswu7bw [2019-10-03T01:01:24.964Z] docker_cli_service_logs_test.go:242: checking task y5m33br1dcga [2019-10-03T01:01:24.964Z] docker_cli_service_logs_test.go:247: checking messages for y5m33br1dcga [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.04s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.54s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.91s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.96s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.91s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-03T01:01:24.964Z] check_test.go:358: [dd85df404b303] joining swarm manager [db3d1626213ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-10-03T01:01:24.964Z] check_test.go:358: [d8467ac26bca8] joining swarm manager [db3d1626213ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.52s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.00s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.34s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.48s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-03T01:01:24.964Z] check_test.go:358: [d02bc7e01ab67] joining swarm manager [df6e13c9f0e0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-10-03T01:01:24.964Z] check_test.go:358: [d21d078d1b1d3] joining swarm manager [df6e13c9f0e0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.39s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (135.64s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-03T01:01:24.964Z] check_test.go:358: [d84a88149f854] joining swarm manager [ded65a737cb88]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-10-03T01:01:24.964Z] check_test.go:358: [dade16c63abf8] joining swarm manager [ded65a737cb88]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (6.26s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (15.96s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.81s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.92s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (6.81s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.01s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.30s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit" [2019-10-03T01:01:24.964Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-10-03T01:01:24.964Z] requirement.go:26: unmatched requirement IPv6 [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.55s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.83s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.90s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.00s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.95s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (57.21s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-03T01:01:24.964Z] check_test.go:358: [de9b769b64b2d] joining swarm manager [d1b49e5d03984]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-10-03T01:01:24.964Z] check_test.go:358: [dbc5688c82711] joining swarm manager [d1b49e5d03984]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.48s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.85s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked" [2019-10-03T01:01:24.964Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (130.71s) [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-03T01:01:24.964Z] check_test.go:358: [d12d922d775b8] joining swarm manager [d69ffcb5a4f88]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-03T01:01:24.964Z] check_test.go:358: [d10725574cd3b] joining swarm manager [d69ffcb5a4f88]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.964Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-10-03T01:01:24.965Z] check_test.go:358: [ddedf317b997c] joining swarm manager [d69ffcb5a4f88]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.96s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-03T01:01:24.965Z] check_test.go:358: [d5f7e329f668b] joining swarm manager [dffed03662945]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-10-03T01:01:24.965Z] check_test.go:358: [daa08d4068ec4] joining swarm manager [dffed03662945]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.10s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup" [2019-10-03T01:01:24.965Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-10-03T01:01:24.965Z] docker_cli_swarm_test.go:1531: As expected, the attempt to network "network-test-0" with "bridge" failed: Error response from daemon: network with name network-test-0 already exists [2019-10-03T01:01:24.965Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-10-03T01:01:24.965Z] docker_cli_swarm_test.go:1531: As expected, the attempt to network "network-test-0" with "overlay" failed: Error response from daemon: network with name network-test-0 already exists [2019-10-03T01:01:24.965Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-10-03T01:01:24.965Z] docker_cli_swarm_test.go:1531: As expected, the attempt to network "network-test-1" with "bridge" failed: Error response from daemon: network with name network-test-1 already exists [2019-10-03T01:01:24.965Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-10-03T01:01:24.965Z] docker_cli_swarm_test.go:1531: As expected, the attempt to network "network-test-1" with "overlay" failed: Error response from daemon: network with name network-test-1 already exists [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.02s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (9.97s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.99s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.72s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-10-03T01:01:24.965Z] check_test.go:358: [d25a29943095d] joining swarm manager [df51f5760d985]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.00s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.40s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.02s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (5.05s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.57s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.87s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-10-03T01:01:24.965Z] check_test.go:358: [ddc5bd8a3bac7] joining swarm manager [d4bedd54b674b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (15.87s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.00s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.16s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.96s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.84s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.79s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.33s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.35s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.57s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.26s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.88s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.13s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (53.08s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.89s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm" [2019-10-03T01:01:24.965Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.93s) [2019-10-03T01:01:24.965Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA" [2019-10-03T01:01:24.965Z] === RUN TestDockerExternalVolumeSuite [2019-10-03T01:01:24.965Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-10-03T01:01:29.005Z] === RUN TestDockerSuite/TestRunEnvironment [2019-10-03T01:01:29.005Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-10-03T01:01:29.005Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-10-03T01:01:29.005Z] === RUN TestDockerSuite/TestRunExitCode [2019-10-03T01:01:31.194Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-10-03T01:01:32.739Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-10-03T01:01:34.930Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-10-03T01:01:36.478Z] === RUN TestDockerSuite/TestRunExposePort [2019-10-03T01:01:36.478Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-10-03T01:01:36.478Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-10-03T01:01:36.940Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-10-03T01:01:36.940Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-10-03T01:01:36.940Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-03T01:01:36.940Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-10-03T01:01:36.940Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-10-03T01:01:36.940Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-10-03T01:01:40.694Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-10-03T01:01:40.694Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-10-03T01:01:40.694Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-10-03T01:01:40.694Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-10-03T01:01:40.694Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-10-03T01:01:40.694Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-10-03T01:01:40.694Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-10-03T01:01:43.120Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-10-03T01:01:49.396Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-10-03T01:01:49.396Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunModeHostname [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunMount [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-10-03T01:01:50.370Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-10-03T01:01:57.608Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-10-03T01:01:57.608Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-10-03T01:01:57.608Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-10-03T01:01:57.608Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-10-03T01:02:00.527Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-10-03T01:02:07.838Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-10-03T01:02:07.838Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-10-03T01:02:07.838Z] === RUN TestDockerSuite/TestRunNetHost [2019-10-03T01:02:07.838Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-10-03T01:02:07.838Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-10-03T01:02:07.838Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-10-03T01:02:07.838Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-10-03T01:02:07.838Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-10-03T01:02:07.838Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-10-03T01:02:07.838Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-10-03T01:02:07.838Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-10-03T01:02:08.812Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-10-03T01:02:11.003Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-10-03T01:02:12.547Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-10-03T01:02:13.521Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-10-03T01:02:15.710Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-10-03T01:02:15.710Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-10-03T01:02:15.710Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-10-03T01:02:15.710Z] === RUN TestDockerSuite/TestRunPortInUse [2019-10-03T01:02:15.710Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-10-03T01:02:15.710Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-10-03T01:02:15.710Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-10-03T01:02:15.710Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-10-03T01:02:15.710Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-10-03T01:02:18.629Z] === RUN TestDockerSuite/TestRunPublishPort [2019-10-03T01:02:18.629Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-10-03T01:02:18.629Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-10-03T01:02:18.629Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-10-03T01:02:18.629Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-10-03T01:02:18.629Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-10-03T01:02:25.728Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-10-03T01:02:26.190Z] === RUN TestDockerSuite/TestRunRm [2019-10-03T01:02:27.739Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-10-03T01:02:33.552Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-10-03T01:02:35.098Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-10-03T01:02:37.286Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-10-03T01:02:38.831Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-10-03T01:02:41.024Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-10-03T01:02:41.024Z] === RUN TestDockerSuite/TestRunState [2019-10-03T01:02:41.024Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-10-03T01:02:43.217Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-10-03T01:02:43.217Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-10-03T01:02:44.763Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-10-03T01:02:44.763Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-10-03T01:02:44.763Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-10-03T01:02:45.226Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-10-03T01:02:45.226Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-10-03T01:02:45.226Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-10-03T01:02:49.979Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-10-03T01:02:49.979Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-10-03T01:02:49.979Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-10-03T01:02:49.979Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-10-03T01:02:49.979Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-10-03T01:02:49.979Z] === RUN TestDockerSuite/TestRunUserByID [2019-10-03T01:02:49.979Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-10-03T01:02:49.979Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-10-03T01:02:49.979Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-10-03T01:02:49.979Z] === RUN TestDockerSuite/TestRunUserByName [2019-10-03T01:02:49.979Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-10-03T01:02:50.769Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-10-03T01:02:51.525Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-10-03T01:02:51.525Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-10-03T01:02:53.716Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-10-03T01:02:53.716Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-10-03T01:02:53.716Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-10-03T01:02:55.990Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-10-03T01:02:58.921Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-10-03T01:03:03.089Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-10-03T01:03:06.010Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-10-03T01:03:11.842Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-10-03T01:03:11.842Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-10-03T01:03:11.842Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-10-03T01:03:11.842Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-10-03T01:03:11.842Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-10-03T01:03:13.441Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-10-03T01:03:15.630Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-10-03T01:03:17.822Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-10-03T01:03:17.822Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-10-03T01:03:17.822Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-10-03T01:03:17.822Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-10-03T01:03:17.822Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-10-03T01:03:17.822Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-10-03T01:03:17.822Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-10-03T01:03:17.822Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-10-03T01:03:17.822Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-10-03T01:03:21.576Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-10-03T01:03:23.126Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-10-03T01:03:24.673Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSaveImageId [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-10-03T01:03:28.427Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-10-03T01:03:31.040Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-10-03T01:03:31.343Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-10-03T01:03:31.343Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-10-03T01:03:31.804Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-10-03T01:03:31.804Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-10-03T01:03:33.349Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-10-03T01:03:39.161Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-10-03T01:03:39.161Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-10-03T01:03:45.896Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-10-03T01:03:46.257Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-10-03T01:03:46.257Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-10-03T01:03:50.005Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-10-03T01:03:50.005Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-10-03T01:03:50.005Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-10-03T01:03:50.005Z] === RUN TestDockerSuite/TestStartRecordError [2019-10-03T01:03:50.005Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-10-03T01:03:54.714Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-10-03T01:03:54.714Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-10-03T01:03:54.714Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-10-03T01:03:54.714Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-10-03T01:03:54.714Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-10-03T01:03:54.714Z] === RUN TestDockerSuite/TestStatsNoStream [2019-10-03T01:03:54.714Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-10-03T01:03:56.257Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-10-03T01:03:58.447Z] === RUN TestDockerSuite/TestTopPrivileged [2019-10-03T01:03:58.447Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-10-03T01:03:59.991Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-10-03T01:03:59.991Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-10-03T01:03:59.991Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-10-03T01:03:59.991Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-10-03T01:03:59.991Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-10-03T01:03:59.991Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-10-03T01:03:59.991Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-10-03T01:04:17.713Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-10-03T01:04:17.713Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-10-03T01:04:17.713Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-10-03T01:04:17.713Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-10-03T01:04:17.713Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-10-03T01:04:17.713Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-10-03T01:04:17.713Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-10-03T01:04:17.938Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-10-03T01:04:18.687Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-10-03T01:04:18.687Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-10-03T01:04:20.877Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-10-03T01:04:21.339Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-10-03T01:04:21.801Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-10-03T01:04:21.801Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-10-03T01:04:21.801Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-10-03T01:04:28.901Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-10-03T01:04:28.901Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-10-03T01:04:29.362Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-10-03T01:04:29.362Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-10-03T01:04:29.362Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-10-03T01:04:30.120Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-10-03T01:04:35.173Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-10-03T01:04:35.637Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-10-03T01:04:35.637Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-10-03T01:04:44.238Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-10-03T01:04:44.238Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite (2317.66s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.59s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.21s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.51s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (139.02s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.54s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.82s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.91s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.01s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement Apparmor [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement Apparmor [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.83s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement IsPausable [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.49s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (99.93s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement UnixCli [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.54s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.84s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.77s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.72s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.86s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.26s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.26s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.16s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.50s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.85s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.04s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.35s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.86s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.41s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddTar (40.61s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.37s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (16.83s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.70s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.54s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.65s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.14s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.55s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.93s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.25s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.60s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.61s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.50s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.48s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.48s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.37s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.23s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.62s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.22s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement UnixCli [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.21s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.84s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCmd (0.48s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.48s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.47s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.86s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.89s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.09s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildContChar (12.14s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.42s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.85s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.79s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.46s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.72s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.61s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.30s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.80s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.63s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.32s) [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.17s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.38s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.36s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.57s) [2019-10-03T01:04:44.701Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2019-10-03T01:04:44.701Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.701Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (26.11s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.60s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.38s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.41s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.70s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.75s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.20s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.60s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.48s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerignore (50.22s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.66s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.42s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (51.36s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.55s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.73s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (18.30s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.27s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.66s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (26.82s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.03s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.11s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (81.19s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.41s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.34s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.47s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.93s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.44s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.52s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.68s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.57s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.34s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.08s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.81s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.55s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (16.56s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.64s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildFails (2.26s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.14s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.99s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.90s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.26s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.72s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.29s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.27s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement UnixCli [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.67s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.47s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.45s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildHistory (10.00s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.85s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.92s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.67s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.42s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildLabel (0.83s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.53s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.76s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.51s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildLabels (0.82s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.36s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.75s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.45s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.59s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.61s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.42s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.07s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (28.76s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.12s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (9.42s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.28s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.82s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.19s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.12s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.55s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.27s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (8.98s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.16s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.22s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.03s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.15s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildOnBuild (13.55s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.38s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.99s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.07s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.01s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.91s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.66s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.95s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.86s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (43.28s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.92s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildRm (12.69s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.08s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.54s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.26s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.07s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.22s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.58s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.16s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.77s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.54s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.28s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.27s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.76s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildStderr (4.53s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.26s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.34s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.69s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.15s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.33s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.99s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-10-03T01:04:44.702Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.95s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.48s) [2019-10-03T01:04:44.702Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.27s) [2019-10-03T01:04:44.702Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.64s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.84s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (13.39s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.94s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.25s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.26s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.36s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.43s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.13s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.40s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.40s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.08s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.04s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.75s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.41s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2019-10-03T01:04:44.703Z] docker_cli_sni_test.go:18: Flakey test [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.86s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.34s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestCommitChange (4.65s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.53s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.16s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestCommitTTY (11.06s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.63s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.25s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.34s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.86s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.90s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.11s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.15s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.83s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.81s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.94s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.94s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.93s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.65s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.07s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.20s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.09s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.35s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.52s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.52s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.21s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.82s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.91s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.86s) [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.06s) [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.75s) [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:2100: case 0 - config: {volume c:\foo false } [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:2100: case 1 - config: {volume c:\foo\ false } [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 c:\foo false } [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 c:\foo true } [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 c:\foo false 0xc0007f3d00 } [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:2100: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1821125714 c:\foo false } [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:2100: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1821125714 c:\foo true } [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.20s) [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:1927: case 0 [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:1927: case 1 [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:1927: case 2 [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:1927: case 3 [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:1927: case 4 [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:1927: case 5 [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:1927: case 6 [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:1927: case 7 [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:1927: case 8 [2019-10-03T01:04:44.703Z] docker_api_containers_test.go:1927: case 9 [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.703Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2019-10-03T01:04:44.703Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.15s) [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.22s) [2019-10-03T01:04:44.704Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2019-10-03T01:04:44.704Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.12s) [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:44.704Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2019-10-03T01:04:44.704Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.167Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-10-03T01:04:45.167Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.167Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.26s) [2019-10-03T01:04:45.167Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a948996301\file1 dc08b2e8ebe4d04457034068c5294b4116bfc8b7e58dc76109d99dbec0b58126:/root/itWorks.txt` [2019-10-03T01:04:45.167Z] docker_cli_cp_utils_test.go:279: checking that container "dc08b2e8ebe4d04457034068c5294b4116bfc8b7e58dc76109d99dbec0b58126" start output contains "file1\n" [2019-10-03T01:04:45.167Z] docker_cli_cp_utils_test.go:209: running `docker start -a dc08b2e8ebe4d04457034068c5294b4116bfc8b7e58dc76109d99dbec0b58126` [2019-10-03T01:04:45.167Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.12s) [2019-10-03T01:04:45.167Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b074400200\file1 e72cdb7001176391889dd1fbf53b217c4ab0aebfaa1ee616186b65deea0c85d0:testDir/` [2019-10-03T01:04:45.167Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2019-10-03T01:04:45.167Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.167Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2019-10-03T01:04:45.167Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.167Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.88s) [2019-10-03T01:04:45.167Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e293830279\dir1 77fe516b64d739233547a6447180d76898acf45c1216770fc6fb6891aebfaa93:testDir` [2019-10-03T01:04:45.167Z] docker_cli_cp_utils_test.go:279: checking that container "77fe516b64d739233547a6447180d76898acf45c1216770fc6fb6891aebfaa93" start output contains "file1-1\n" [2019-10-03T01:04:45.167Z] docker_cli_cp_utils_test.go:209: running `docker start -a 77fe516b64d739233547a6447180d76898acf45c1216770fc6fb6891aebfaa93` [2019-10-03T01:04:45.168Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e293830279\dir1 6b0cbd33c6c6e1713c9c2346018795d8caad8d9ab3cb69306fed5a5cf1441d36:testDir/` [2019-10-03T01:04:45.168Z] docker_cli_cp_utils_test.go:279: checking that container "6b0cbd33c6c6e1713c9c2346018795d8caad8d9ab3cb69306fed5a5cf1441d36" start output contains "file1-1\n" [2019-10-03T01:04:45.168Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6b0cbd33c6c6e1713c9c2346018795d8caad8d9ab3cb69306fed5a5cf1441d36` [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.83s) [2019-10-03T01:04:45.168Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h753191994\dir1\. 1169bb202e02d8efbff93aa2d14409ffac0c15e1e39590461bc4ab5f240c1a4f:testDir` [2019-10-03T01:04:45.168Z] docker_cli_cp_utils_test.go:279: checking that container "1169bb202e02d8efbff93aa2d14409ffac0c15e1e39590461bc4ab5f240c1a4f" start output contains "file1-1\n" [2019-10-03T01:04:45.168Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1169bb202e02d8efbff93aa2d14409ffac0c15e1e39590461bc4ab5f240c1a4f` [2019-10-03T01:04:45.168Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h753191994\dir1\. 6900a8f7f3f6de0d8430dd0a40f32e67ffc73571299bc2769945fddf829c2f81:testDir/` [2019-10-03T01:04:45.168Z] docker_cli_cp_utils_test.go:279: checking that container "6900a8f7f3f6de0d8430dd0a40f32e67ffc73571299bc2769945fddf829c2f81" start output contains "file1-1\n" [2019-10-03T01:04:45.168Z] docker_cli_cp_utils_test.go:209: running `docker start -a 6900a8f7f3f6de0d8430dd0a40f32e67ffc73571299bc2769945fddf829c2f81` [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCpToDot (2.03s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCpToStdout (1.99s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.67s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.13s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.14s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.78s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.60s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateLabels (0.15s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateRM (0.32s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.15s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.28s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.04s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.18s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.47s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.74s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.16s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (1.90s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (6.93s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.14s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.10s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.16s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsCopy (4.94s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.57s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.90s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.70s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.32s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.82s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.90s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsFilters (8.82s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsFormat (4.01s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsRename (2.02s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsResize (2.34s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (6.73s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.20s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.38s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsUntag (2.72s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.21s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.64s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.76s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.74s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.87s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.84s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.77s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.79s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.90s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestExecInspectID (4.33s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement IsPausable [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.27s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.92s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.30s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.72s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.63s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.35s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.73s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.38s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.34s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.58s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.85s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.52s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.22s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.76s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.43s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2019-10-03T01:04:45.168Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.43s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2019-10-03T01:04:45.168Z] --- PASS: TestDockerSuite/TestImportBadURL (2.38s) [2019-10-03T01:04:45.168Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.34s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement IsPausable [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInfoFormat (0.11s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.94s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.95s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.94s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.85s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectDefault (1.92s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectHistory (4.55s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.92s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.69s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.16s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.91s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.69s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.88s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectStatus (2.37s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.56s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.93s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.89s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.78s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.90s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (6.89s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.08s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.61s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.59s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.35s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.14s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.73s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.43s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.69s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.56s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.18s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.13s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (6.91s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.97s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsSince (8.66s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsTail (2.56s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.17s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.99s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement IsAmd64 [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement IsAmd64 [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (8.62s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.95s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPsByOrder (6.81s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.69s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (16.64s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2019-10-03T01:04:45.169Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.05s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.74s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.08s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.72s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (8.68s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.92s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.34s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.57s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.79s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.10s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.78s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.12s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.20s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.62s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.88s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.72s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.75s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.24s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (17.73s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.46s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.59s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.10s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.83s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.92s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.09s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiTag (0.60s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (6.85s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (18.62s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (7.10s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.69s) [2019-10-03T01:04:45.169Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.02s) [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-10-03T01:04:45.169Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.169Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.83s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.03s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.46s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (6.76s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.14s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (6.72s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.92s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.83s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.66s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.81s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.98s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.99s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.86s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.89s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.97s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (11.00s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.98s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.91s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.88s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunEntrypoint (6.72s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunExitCode (2.14s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.95s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.89s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.95s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.51s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.34s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.62s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.99s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.09s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (6.96s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.29s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.95s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.82s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.90s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.94s) [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.87s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.73s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement Apparmor [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-10-03T01:04:45.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.170Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.24s) [2019-10-03T01:04:45.170Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunRm (1.97s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.09s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (1.99s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.92s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.87s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.29s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.01s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.75s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.37s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement Apparmor [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.96s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.90s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.64s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.98s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.85s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.12s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.10s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.32s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.07s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.92s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.56s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.54s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.81s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.77s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement Apparmor [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.52s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.84s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.62s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.61s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement IsPausable [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.78s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.76s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.95s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.84s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.31s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.14s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.55s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.35s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.35s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.80s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.54s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.67s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.27s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.64s) [2019-10-03T01:04:45.171Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-10-03T01:04:45.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.171Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.27s) [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-10-03T01:04:45.171Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-10-03T01:04:45.633Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-10-03T01:04:45.633Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-10-03T01:04:45.633Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-10-03T01:04:45.633Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-10-03T01:04:45.633Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-10-03T01:04:45.633Z] --- PASS: TestDockerRegistrySuite (0.00s) [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-10-03T01:04:45.633Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.633Z] === RUN TestDockerSchema1RegistrySuite [2019-10-03T01:04:45.633Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-10-03T01:04:45.633Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-10-03T01:04:45.633Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-10-03T01:04:45.633Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-10-03T01:04:45.634Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-10-03T01:04:45.634Z] --- PASS: TestDockerSchema1RegistrySuite (0.03s) [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-10-03T01:04:45.634Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthTokenSuite [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-10-03T01:04:45.634Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-10-03T01:04:45.634Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] === RUN TestDockerDaemonSuite [2019-10-03T01:04:45.634Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-10-03T01:04:45.634Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-10-03T01:04:45.634Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-10-03T01:04:45.634Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-10-03T01:04:45.634Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] === RUN TestDockerSwarmSuite [2019-10-03T01:04:45.634Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-10-03T01:04:45.634Z] === RUN TestDockerPluginSuite [2019-10-03T01:04:45.634Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-10-03T01:04:45.634Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-10-03T01:04:45.634Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-10-03T01:04:45.634Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-10-03T01:04:45.634Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-10-03T01:04:45.634Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-10-03T01:04:45.634Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-10-03T01:04:45.634Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-10-03T01:04:45.634Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-10-03T01:04:45.634Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-10-03T01:04:45.634Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-10-03T01:04:45.634Z] --- PASS: TestDockerPluginSuite (0.03s) [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] === RUN TestDockerExternalVolumeSuite [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] === RUN TestDockerNetworkSuite [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] === RUN TestDockerHubPullSuite [2019-10-03T01:04:45.634Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-10-03T01:04:45.634Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-10-03T01:04:45.634Z] PASS [2019-10-03T01:04:45.634Z] ok github.com/docker/docker/integration-cli 2318.630s [2019-10-03T01:04:45.634Z] INFO: Integration tests ended at 10/03/2019 01:04:45. Duration:00:38:45.7026644 [2019-10-03T01:04:45.634Z] INFO: Docker info of the daemon under test at end of run [2019-10-03T01:04:45.634Z] [2019-10-03T01:04:45.634Z] Containers: 2 [2019-10-03T01:04:45.634Z] Running: 0 [2019-10-03T01:04:45.634Z] Paused: 0 [2019-10-03T01:04:45.634Z] Stopped: 2 [2019-10-03T01:04:45.634Z] Images: 12 [2019-10-03T01:04:45.634Z] Server Version: 0.0.0-dev [2019-10-03T01:04:45.634Z] Storage Driver: windowsfilter [2019-10-03T01:04:45.634Z] Windows: [2019-10-03T01:04:45.634Z] Logging Driver: json-file [2019-10-03T01:04:45.634Z] Plugins: [2019-10-03T01:04:45.634Z] Volume: local [2019-10-03T01:04:45.634Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-10-03T01:04:45.635Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-10-03T01:04:45.635Z] Swarm: inactive [2019-10-03T01:04:45.635Z] Default Isolation: process [2019-10-03T01:04:45.635Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-10-03T01:04:45.635Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-10-03T01:04:45.635Z] OSType: windows [2019-10-03T01:04:45.635Z] Architecture: x86_64 [2019-10-03T01:04:45.635Z] CPUs: 4 [2019-10-03T01:04:45.635Z] Total Memory: 32GiB [2019-10-03T01:04:45.635Z] Name: azwin-2-b66100 [2019-10-03T01:04:45.635Z] ID: BG77:IHHQ:POFS:WZBK:LVVR:OYTR:BHAJ:RFLN:ILW2:WAOM:RUL7:DZO7 [2019-10-03T01:04:45.635Z] Docker Root Dir: D:\CI\PR-39979\8\daemon [2019-10-03T01:04:45.635Z] Debug Mode (client): false [2019-10-03T01:04:45.635Z] Debug Mode (server): true [2019-10-03T01:04:45.635Z] File Descriptors: -1 [2019-10-03T01:04:45.635Z] Goroutines: 18 [2019-10-03T01:04:45.635Z] System Time: 2019-10-03T01:04:45.2251923Z [2019-10-03T01:04:45.635Z] EventsListeners: 0 [2019-10-03T01:04:45.635Z] Registry: https://index.docker.io/v1/ [2019-10-03T01:04:45.635Z] Labels: [2019-10-03T01:04:45.635Z] Experimental: false [2019-10-03T01:04:45.635Z] Insecure Registries: [2019-10-03T01:04:45.635Z] 127.0.0.0/8 [2019-10-03T01:04:45.635Z] Live Restore Enabled: false [2019-10-03T01:04:45.635Z] [2019-10-03T01:04:45.635Z] [2019-10-03T01:04:45.635Z] INFO: Stopping daemon under test [2019-10-03T01:04:45.635Z] SUCCESS: The process with PID 4268 (child process of PID 6000) has been terminated. [2019-10-03T01:04:45.635Z] SUCCESS: The process with PID 6000 (child process of PID 7880) has been terminated. [2019-10-03T01:04:45.635Z] INFO: Stop tailing logs of the daemon under tests [2019-10-03T01:04:45.635Z] INFO: executeCI.ps1 Completed successfully at 10/03/2019 01:04:45. [2019-10-03T01:04:45.635Z] INFO: Tidying up at end of run [2019-10-03T01:04:45.635Z] INFO: Saving daemon under test log (d:\CI\PR-39979\8\dut.out) to C:\windows\TEMP\CIDUT.out [2019-10-03T01:04:45.635Z] INFO: Saving daemon under test log (d:\CI\PR-39979\8\dut.err) to C:\windows\TEMP\CIDUT.err [2019-10-03T01:04:45.635Z] INFO: Nuke-Everything... [2019-10-03T01:04:46.097Z] INFO: Container count on control daemon to delete is 2 [2019-10-03T01:04:46.561Z] dd836370afe6 [2019-10-03T01:04:46.561Z] ba369d56eff3 [2019-10-03T01:04:47.027Z] INFO: Non-base image count on control daemon to delete is 1 [2019-10-03T01:04:48.586Z] Deleted: sha256:b29871ff510c0924a6c020dab7f0d8b6e0799b2e3c63794f551c11fa4c059896 [2019-10-03T01:04:48.586Z] Deleted: sha256:50c941ae51344ac7efb5311f31948ebbefdf17c29ee785dde833437480a60877 [2019-10-03T01:04:48.586Z] INFO: Tidying pidfile d:\CI\PR-39979\8\docker.pid [2019-10-03T01:04:48.586Z] INFO: Nuking d:\CI [2019-10-03T01:05:02.165Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-10-03T01:05:18.716Z] INFO: Zapped successfully [2019-10-03T01:05:18.716Z] [2019-10-03T01:05:18.716Z] INFO: executeCI.ps1 exiting at Thu Oct 3 01:05:16 CUT 2019. Duration 00:52:29.2541057 [2019-10-03T01:05:18.716Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-10-03T01:05:20.225Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-10-03T01:05:20.384Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-10-03T01:05:21.571Z] Archiving artifacts [2019-10-03T01:05:22.705Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39979/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-03T01:05:23.634Z] + make clean [2019-10-03T01:05:24.608Z] docker volume rm -f docker-dev-cache [2019-10-03T01:05:24.608Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-10-03T01:05:35.103Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-10-03T01:06:21.742Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-10-03T01:06:39.804Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-10-03T01:07:11.848Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-10-03T01:07:43.891Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-10-03T01:07:58.770Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-10-03T01:08:16.829Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-10-03T01:08:34.887Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite (442.26s) [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (16.02s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume" [2019-10-03T01:08:47.073Z] docker_cli_external_volume_driver_test.go:53: Daemon d8eb3d9ef1f01 is not started [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities" [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.68s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer" [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet" [2019-10-03T01:08:47.073Z] docker_cli_external_volume_driver_test.go:53: Daemon db12550614984 is not started [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList" [2019-10-03T01:08:47.073Z] docker_cli_external_volume_driver_test.go:53: Daemon de285eac757c1 is not started [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-10-03T01:08:47.073Z] docker_cli_external_volume_driver_test.go:53: Daemon d7b5de0aca9c1 is not started [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.67s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID" [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.79s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed" [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.83s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls" [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.70s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.94s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp" [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.06s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.65s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed" [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.51s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom" [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.43s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-10-03T01:08:47.073Z] docker_cli_external_volume_driver_test.go:485: Daemon d15169c0e9f37 is not started [2019-10-03T01:08:47.073Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-10-03T01:08:47.073Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict" [2019-10-03T01:08:47.073Z] docker_cli_external_volume_driver_test.go:53: Daemon df3f6f2387511 is not started [2019-10-03T01:08:47.073Z] PASS [2019-10-03T01:08:47.330Z] [2019-10-03T01:08:47.331Z] === Skipped [2019-10-03T01:08:47.331Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-10-03T01:08:47.331Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-10-03T01:08:47.331Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-10-03T01:08:47.331Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-10-03T01:08:47.331Z] check_test.go:309: Daemon d8fe1eccca273 is not started [2019-10-03T01:08:47.331Z] [2019-10-03T01:08:47.331Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-03T01:08:47.331Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-10-03T01:08:47.331Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-10-03T01:08:47.331Z] requirement.go:26: unmatched requirement IPv6 [2019-10-03T01:08:47.331Z] check_test.go:309: Daemon d2c466f46ae33 is not started [2019-10-03T01:08:47.331Z] [2019-10-03T01:08:47.331Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-03T01:08:47.331Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-10-03T01:08:47.331Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-10-03T01:08:47.331Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T01:08:47.331Z] check_test.go:309: Daemon d51e991f0b8bc is not started [2019-10-03T01:08:47.331Z] [2019-10-03T01:08:47.331Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2019-10-03T01:08:47.331Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2019-10-03T01:08:47.331Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-10-03T01:08:47.331Z] requirement.go:26: unmatched requirement Devicemapper [2019-10-03T01:08:47.331Z] check_test.go:309: Daemon d89f6fe7939cb is not started [2019-10-03T01:08:47.331Z] [2019-10-03T01:08:47.331Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-10-03T01:08:47.331Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-10-03T01:08:47.331Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-10-03T01:08:47.331Z] [2019-10-03T01:08:47.331Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-10-03T01:08:47.331Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-10-03T01:08:47.331Z] requirement.go:26: unmatched requirement IPv6 [2019-10-03T01:08:47.331Z] [2019-10-03T01:08:47.331Z] [2019-10-03T01:08:47.331Z] DONE 270 tests, 6 skipped in 2637.473s [2019-10-03T01:08:47.331Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-10-03T01:08:47.895Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dcef3f594df10/docker.pid [2019-10-03T01:08:47.895Z] +++ kill 6227 [2019-10-03T01:08:47.895Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 6227 is not a child of this shell [2019-10-03T01:08:47.895Z] warning: PID 6227 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dcef3f594df10/docker.pid had a nonzero exit code [2019-10-03T01:08:47.895Z] ++++ cat bundles/test-integration/docker.pid [2019-10-03T01:08:47.895Z] +++ kill 7292 [2019-10-03T01:08:48.825Z] umount: bundles/test-integration/root: mountpoint not found [2019-10-03T01:08:48.825Z] +++ /etc/init.d/apparmor stop [2019-10-03T01:08:48.825Z] Clearing AppArmor profiles cache:. [2019-10-03T01:08:48.825Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-10-03T01:08:48.825Z] Unloading profiles will leave already running processes permanently [2019-10-03T01:08:48.825Z] unconfined, which can lead to unexpected situations. [2019-10-03T01:08:48.825Z] [2019-10-03T01:08:48.825Z] To set a process to complain mode, use the command line tool [2019-10-03T01:08:48.825Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-10-03T01:08:48.825Z] with the 'teardown' option." [2019-10-03T01:08:48.825Z] [2019-10-03T01:08:49.389Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-10-03T01:08:49.403Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-10-03T01:08:50.318Z] + echo Ensuring container killed. [2019-10-03T01:08:50.318Z] Ensuring container killed. [2019-10-03T01:08:50.318Z] + docker ps -aq -f name=docker-pr8-* [2019-10-03T01:08:50.318Z] + cids=ff2397e5a5c3 [2019-10-03T01:08:50.318Z] 98787fefba40 [2019-10-03T01:08:50.318Z] cd9bff55de44 [2019-10-03T01:08:50.318Z] + [ -n ff2397e5a5c3 [2019-10-03T01:08:50.318Z] 98787fefba40 [2019-10-03T01:08:50.318Z] cd9bff55de44 ] [2019-10-03T01:08:50.318Z] + docker rm -vf ff2397e5a5c3 98787fefba40 cd9bff55de44 [2019-10-03T01:08:52.215Z] ff2397e5a5c3 [2019-10-03T01:08:54.737Z] 98787fefba40 [2019-10-03T01:08:54.737Z] cd9bff55de44 [Pipeline] sh [2019-10-03T01:08:55.026Z] + echo Chowning /workspace to jenkins user [2019-10-03T01:08:55.026Z] Chowning /workspace to jenkins user [2019-10-03T01:08:55.026Z] + id -u [2019-10-03T01:08:55.026Z] + id -g [2019-10-03T01:08:55.026Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39979:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-10-03T01:08:59.508Z] + bundleName=amd64 [2019-10-03T01:08:59.508Z] + echo Creating amd64-bundles.tar.gz [2019-10-03T01:08:59.508Z] Creating amd64-bundles.tar.gz [2019-10-03T01:08:59.508Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-10-03T01:08:59.508Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2019-10-03T01:09:00.889Z] Archiving artifacts [2019-10-03T01:09:01.763Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39979/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-10-03T01:09:02.217Z] + make clean [2019-10-03T01:09:02.476Z] docker volume rm -f docker-dev-cache [2019-10-03T01:09:02.476Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS