Pull request #385 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Connecting to https://api.github.com to check permissions of obtain list of thaJeztah for docker/engine Obtained Jenkinsfile from 3136dea250b22e35d47b1ccda744645a86231aa7+e64c635c3138d8d0dc734079f08d1ae622d3e719 (0fba87d4d85c1f6a5e5af31e045d7b799ba9954c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ead69454b4062f17d1f8389642089a002b037213 Commit message: "Merge pull request #10 from russellcardullo/sonar-scan" > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2019-09-27T15:45:23.417Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-09-27T15:45:23.424Z] Trying to pass milestone 1 [Pipeline] milestone [2019-09-27T15:45:23.435Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-09-27T15:45:23.579Z] Running on ubuntu-1804-overlay2 (i-0edd6e37c8cef4c55) in /home/ubuntu/workspace/engine_PR-385 [Pipeline] { [Pipeline] checkout [2019-09-27T15:45:23.619Z] using credential docker-jenkins-github-credentials [2019-09-27T15:45:23.628Z] Cloning the remote Git repository [2019-09-27T15:45:23.628Z] Cloning with configured refspecs honoured and without tags [2019-09-27T15:45:23.632Z] Cloning repository https://github.com/docker/engine.git [2019-09-27T15:45:23.632Z] > git init /home/ubuntu/workspace/engine_PR-385 # timeout=10 [2019-09-27T15:45:23.636Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-09-27T15:45:23.636Z] > git --version # timeout=10 [2019-09-27T15:45:23.641Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T15:45:23.641Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-09-27T15:45:36.135Z] Fetching without tags [2019-09-27T15:45:36.124Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-09-27T15:45:36.127Z] > git config --add remote.origin.fetch +refs/pull/385/head:refs/remotes/origin/PR-385 # timeout=10 [2019-09-27T15:45:36.129Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2019-09-27T15:45:36.134Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-09-27T15:45:36.139Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-09-27T15:45:36.139Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T15:45:36.140Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-09-27T15:45:36.240Z] Merging remotes/origin/19.03 commit e64c635c3138d8d0dc734079f08d1ae622d3e719 into PR head commit 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:36.747Z] Merge succeeded, producing 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:36.748Z] Checking out Revision 3136dea250b22e35d47b1ccda744645a86231aa7 (PR-385) [2019-09-27T15:45:37.210Z] Commit message: "Re-group vendor.conf deps to reflect reality" [2019-09-27T15:45:36.244Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T15:45:36.249Z] > git checkout -f 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:36.739Z] > git merge e64c635c3138d8d0dc734079f08d1ae622d3e719 # timeout=10 [2019-09-27T15:45:36.746Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-27T15:45:36.752Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T15:45:36.757Z] > git checkout -f 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:37.214Z] > git rev-list --no-walk 3136dea250b22e35d47b1ccda744645a86231aa7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-27T15:45:38.082Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-385:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-09-27T15:45:46.175Z] 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 [2019-09-27T15:45:46.372Z] Running on ubuntu-1804-overlay2 (i-045387c933ebd0751) in /home/ubuntu/workspace/engine_PR-385 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2019-09-27T15:45:46.388Z] Running on ubuntu-1804-overlay2 (i-052396b2a4658762e) in /home/ubuntu/workspace/engine_PR-385 Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [2019-09-27T15:45:46.419Z] Running on ppc64le-ubuntu-21 in /home/docker/workspace/engine_PR-385 [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] { [2019-09-27T15:45:46.483Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Run tests) [2019-09-27T15:45:46.490Z] Cloning the remote Git repository [2019-09-27T15:45:46.490Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-09-27T15:45:46.521Z] Running on azwin-2-b4f710 in d:\jenkins\workspace\engine_PR-385 [Pipeline] // stage [2019-09-27T15:45:46.532Z] Running on s390x-ubuntu-25 in /home/jenkins/workspace/engine_PR-385 [Pipeline] // stage [2019-09-27T15:45:46.542Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] { [2019-09-27T15:45:46.549Z] Cloning the remote Git repository [2019-09-27T15:45:46.550Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] { [2019-09-27T15:45:46.566Z] using credential docker-jenkins-github-credentials [Pipeline] ws [2019-09-27T15:45:46.580Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2019-09-27T15:45:46.587Z] Cloning the remote Git repository [2019-09-27T15:45:46.587Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-09-27T15:45:46.791Z] using credential docker-jenkins-github-credentials [2019-09-27T15:45:46.841Z] Cloning the remote Git repository [2019-09-27T15:45:46.841Z] Cloning with configured refspecs honoured and without tags [2019-09-27T15:45:46.895Z] using credential docker-jenkins-github-credentials [2019-09-27T15:45:46.971Z] Cloning the remote Git repository [2019-09-27T15:45:46.971Z] Cloning with configured refspecs honoured and without tags [2019-09-27T15:45:46.492Z] Cloning repository https://github.com/docker/engine.git [2019-09-27T15:45:46.492Z] > git init /home/ubuntu/workspace/engine_PR-385 # timeout=10 [2019-09-27T15:45:46.502Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-09-27T15:45:46.502Z] > git --version # timeout=10 [2019-09-27T15:45:46.505Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T15:45:46.505Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-09-27T15:45:46.519Z] Cloning repository https://github.com/docker/engine.git [2019-09-27T15:45:46.519Z] > git init /home/ubuntu/workspace/engine_PR-385 # timeout=10 [2019-09-27T15:45:46.529Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-09-27T15:45:46.529Z] > git --version # timeout=10 [2019-09-27T15:45:46.538Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T15:45:46.538Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-09-27T15:45:46.583Z] Cloning repository https://github.com/docker/engine.git [2019-09-27T15:45:46.584Z] > git init /home/docker/workspace/engine_PR-385 # timeout=10 [2019-09-27T15:45:46.597Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-09-27T15:45:46.598Z] > git --version # timeout=10 [2019-09-27T15:45:46.605Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T15:45:46.605Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-09-27T15:45:46.866Z] Cloning repository https://github.com/docker/engine.git [2019-09-27T15:45:46.868Z] > git init /home/jenkins/workspace/engine_PR-385 # timeout=10 [2019-09-27T15:45:46.900Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-09-27T15:45:46.902Z] > git --version # timeout=10 [2019-09-27T15:45:46.917Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T15:45:46.918Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-09-27T15:45:46.993Z] Cloning repository https://github.com/docker/engine.git [2019-09-27T15:45:46.994Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-09-27T15:45:47.079Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-09-27T15:45:47.079Z] > git --version # timeout=10 [2019-09-27T15:45:47.137Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T15:45:47.138Z] > git fetch --no-tags --force --progress https://github.com/docker/engine.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-09-27T15:45:55.620Z] Fetching without tags [2019-09-27T15:45:55.910Z] Merging remotes/origin/19.03 commit e64c635c3138d8d0dc734079f08d1ae622d3e719 into PR head commit 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:55.484Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-09-27T15:45:55.499Z] > git config --add remote.origin.fetch +refs/pull/385/head:refs/remotes/origin/PR-385 # timeout=10 [2019-09-27T15:45:55.517Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2019-09-27T15:45:55.578Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-09-27T15:45:55.646Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-09-27T15:45:55.648Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T15:45:55.649Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-09-27T15:45:55.937Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T15:45:55.952Z] > git checkout -f 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:56.690Z] Merge succeeded, producing 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:56.691Z] Checking out Revision 3136dea250b22e35d47b1ccda744645a86231aa7 (PR-385) [2019-09-27T15:45:57.503Z] Commit message: "Re-group vendor.conf deps to reflect reality" [2019-09-27T15:45:56.582Z] > git merge e64c635c3138d8d0dc734079f08d1ae622d3e719 # timeout=10 [2019-09-27T15:45:56.649Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-27T15:45:56.714Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T15:45:56.732Z] > git checkout -f 3136dea250b22e35d47b1ccda744645a86231aa7 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-27T15:45:58.917Z] Fetching without tags [2019-09-27T15:45:59.028Z] Fetching without tags [2019-09-27T15:45:58.905Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-09-27T15:45:58.908Z] > git config --add remote.origin.fetch +refs/pull/385/head:refs/remotes/origin/PR-385 # timeout=10 [2019-09-27T15:45:58.910Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2019-09-27T15:45:58.915Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-09-27T15:45:58.919Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-09-27T15:45:58.919Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T15:45:58.919Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-09-27T15:45:58.969Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-09-27T15:45:58.975Z] > git config --add remote.origin.fetch +refs/pull/385/head:refs/remotes/origin/PR-385 # timeout=10 [2019-09-27T15:45:58.980Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2019-09-27T15:45:58.989Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-09-27T15:45:58.997Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-09-27T15:45:58.997Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T15:45:58.997Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-09-27T15:45:59.075Z] Merging remotes/origin/19.03 commit e64c635c3138d8d0dc734079f08d1ae622d3e719 into PR head commit 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:59.142Z] Merging remotes/origin/19.03 commit e64c635c3138d8d0dc734079f08d1ae622d3e719 into PR head commit 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:59.330Z] + docker version [2019-09-27T15:45:59.330Z] Client: [2019-09-27T15:45:59.330Z] Version: 18.06.3-ce [2019-09-27T15:45:59.330Z] API version: 1.38 [2019-09-27T15:45:59.330Z] Go version: go1.10.3 [2019-09-27T15:45:59.330Z] Git commit: d7080c1 [2019-09-27T15:45:59.330Z] Built: Wed Feb 20 02:27:09 2019 [2019-09-27T15:45:59.330Z] OS/Arch: linux/s390x [2019-09-27T15:45:59.330Z] Experimental: false [2019-09-27T15:45:59.330Z] [2019-09-27T15:45:59.330Z] Server: [2019-09-27T15:45:59.330Z] Engine: [2019-09-27T15:45:59.330Z] Version: 18.06.3-ce [2019-09-27T15:45:59.330Z] API version: 1.38 (minimum version 1.12) [2019-09-27T15:45:59.330Z] Go version: go1.10.3 [2019-09-27T15:45:59.330Z] Git commit: d7080c1 [2019-09-27T15:45:59.330Z] Built: Wed Feb 20 02:26:03 2019 [2019-09-27T15:45:59.330Z] OS/Arch: linux/s390x [2019-09-27T15:45:59.330Z] Experimental: true [Pipeline] sh [2019-09-27T15:45:59.575Z] Merge succeeded, producing 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:59.575Z] Checking out Revision 3136dea250b22e35d47b1ccda744645a86231aa7 (PR-385) [2019-09-27T15:45:59.680Z] Merge succeeded, producing 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:59.681Z] Checking out Revision 3136dea250b22e35d47b1ccda744645a86231aa7 (PR-385) [2019-09-27T15:46:00.037Z] Commit message: "Re-group vendor.conf deps to reflect reality" [2019-09-27T15:46:00.130Z] + docker info [2019-09-27T15:46:00.130Z] Containers: 0 [2019-09-27T15:46:00.130Z] Running: 0 [2019-09-27T15:46:00.130Z] Paused: 0 [2019-09-27T15:46:00.130Z] Stopped: 0 [2019-09-27T15:46:00.130Z] Images: 0 [2019-09-27T15:46:00.130Z] Server Version: 18.06.3-ce [2019-09-27T15:46:00.130Z] Storage Driver: overlay2 [2019-09-27T15:46:00.130Z] Backing Filesystem: extfs [2019-09-27T15:46:00.130Z] Supports d_type: true [2019-09-27T15:46:00.130Z] Native Overlay Diff: true [2019-09-27T15:46:00.130Z] Logging Driver: json-file [2019-09-27T15:46:00.130Z] Cgroup Driver: cgroupfs [2019-09-27T15:46:00.130Z] Plugins: [2019-09-27T15:46:00.130Z] Volume: local [2019-09-27T15:46:00.130Z] Network: bridge host ipvlan macvlan null overlay [2019-09-27T15:46:00.130Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-27T15:46:00.130Z] Swarm: inactive [2019-09-27T15:46:00.130Z] Runtimes: runc [2019-09-27T15:46:00.130Z] Default Runtime: runc [2019-09-27T15:46:00.130Z] Init Binary: docker-init [2019-09-27T15:46:00.130Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-27T15:46:00.130Z] runc version: a592beb5bc4c4092b1b1bac971afed27687340c5 [2019-09-27T15:46:00.130Z] init version: fec3683 [2019-09-27T15:46:00.130Z] Security Options: [2019-09-27T15:46:00.130Z] apparmor [2019-09-27T15:46:00.130Z] seccomp [2019-09-27T15:46:00.130Z] Profile: default [2019-09-27T15:46:00.130Z] Kernel Version: 4.4.0-154-generic [2019-09-27T15:46:00.130Z] Operating System: Ubuntu 16.04.5 LTS [2019-09-27T15:46:00.130Z] OSType: linux [2019-09-27T15:46:00.130Z] Architecture: s390x [2019-09-27T15:46:00.130Z] CPUs: 2 [2019-09-27T15:46:00.130Z] Total Memory: 7.862GiB [2019-09-27T15:46:00.130Z] Name: s390x-ubuntu-25 [2019-09-27T15:46:00.130Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-09-27T15:46:00.130Z] Docker Root Dir: /var/lib/docker [2019-09-27T15:46:00.130Z] Debug Mode (client): false [2019-09-27T15:46:00.130Z] Debug Mode (server): false [2019-09-27T15:46:00.130Z] Username: dockerbuildbot [2019-09-27T15:46:00.130Z] Registry: https://index.docker.io/v1/ [2019-09-27T15:46:00.130Z] Labels: [2019-09-27T15:46:00.130Z] Experimental: true [2019-09-27T15:46:00.130Z] Insecure Registries: [2019-09-27T15:46:00.130Z] 127.0.0.0/8 [2019-09-27T15:46:00.130Z] Live Restore Enabled: false [2019-09-27T15:46:00.130Z] [2019-09-27T15:46:00.130Z] WARNING: No swap limit support [2019-09-27T15:46:00.158Z] Commit message: "Re-group vendor.conf deps to reflect reality" [Pipeline] sh [2019-09-27T15:45:59.078Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T15:45:59.082Z] > git checkout -f 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:59.564Z] > git merge e64c635c3138d8d0dc734079f08d1ae622d3e719 # timeout=10 [2019-09-27T15:45:59.572Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-27T15:45:59.577Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T15:45:59.582Z] > git checkout -f 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:59.116Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T15:45:59.133Z] > git checkout -f 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:45:59.622Z] > git merge e64c635c3138d8d0dc734079f08d1ae622d3e719 # timeout=10 [2019-09-27T15:45:59.630Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-27T15:45:59.649Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T15:45:59.664Z] > git checkout -f 3136dea250b22e35d47b1ccda744645a86231aa7 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-27T15:46:00.986Z] + docker version [2019-09-27T15:46:00.986Z] Client: Docker Engine - Community [2019-09-27T15:46:00.986Z] Version: 19.03.2 [2019-09-27T15:46:00.986Z] API version: 1.40 [2019-09-27T15:46:00.986Z] Go version: go1.12.8 [2019-09-27T15:46:00.986Z] Git commit: 6a30dfc [2019-09-27T15:46:00.986Z] Built: Thu Aug 29 05:29:11 2019 [2019-09-27T15:46:00.986Z] OS/Arch: linux/amd64 [2019-09-27T15:46:00.986Z] Experimental: false [2019-09-27T15:46:00.986Z] [2019-09-27T15:46:00.986Z] Server: Docker Engine - Community [2019-09-27T15:46:00.986Z] Engine: [2019-09-27T15:46:00.986Z] Version: 19.03.2 [2019-09-27T15:46:00.986Z] API version: 1.40 (minimum version 1.12) [2019-09-27T15:46:00.986Z] Go version: go1.12.8 [2019-09-27T15:46:00.986Z] Git commit: 6a30dfc [2019-09-27T15:46:00.986Z] Built: Thu Aug 29 05:27:45 2019 [2019-09-27T15:46:00.986Z] OS/Arch: linux/amd64 [2019-09-27T15:46:00.986Z] Experimental: true [2019-09-27T15:46:00.986Z] containerd: [2019-09-27T15:46:00.986Z] Version: 1.2.6 [2019-09-27T15:46:00.986Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-27T15:46:00.986Z] runc: [2019-09-27T15:46:00.986Z] Version: 1.0.0-rc8 [2019-09-27T15:46:00.986Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T15:46:00.986Z] docker-init: [2019-09-27T15:46:00.986Z] Version: 0.18.0 [2019-09-27T15:46:00.986Z] GitCommit: fec3683 [Pipeline] sh [2019-09-27T15:46:00.999Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T15:46:00.999Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T15:46:00.999Z] + curl -fsSL -o /home/jenkins/workspace/engine_PR-385/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-27T15:46:00.999Z] + bash /home/jenkins/workspace/engine_PR-385/check-config.sh [2019-09-27T15:46:00.999Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-27T15:46:00.999Z] info: reading kernel config from /boot/config-4.4.0-154-generic ... [2019-09-27T15:46:00.999Z] [2019-09-27T15:46:00.999Z] Generally Necessary: [2019-09-27T15:46:00.999Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-27T15:46:00.999Z] - apparmor: enabled and tools installed [2019-09-27T15:46:00.999Z] - CONFIG_NAMESPACES: enabled [2019-09-27T15:46:00.999Z] - CONFIG_NET_NS: enabled [2019-09-27T15:46:00.999Z] - CONFIG_PID_NS: enabled [2019-09-27T15:46:00.999Z] - CONFIG_IPC_NS: enabled [2019-09-27T15:46:00.999Z] - CONFIG_UTS_NS: enabled [2019-09-27T15:46:00.999Z] - CONFIG_CGROUPS: enabled [2019-09-27T15:46:00.999Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-27T15:46:00.999Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-27T15:46:00.999Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-27T15:46:00.999Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-27T15:46:00.999Z] - CONFIG_CPUSETS: enabled [2019-09-27T15:46:00.999Z] - CONFIG_MEMCG: enabled [2019-09-27T15:46:00.999Z] - CONFIG_KEYS: enabled [2019-09-27T15:46:00.999Z] - CONFIG_VETH: enabled (as module) [2019-09-27T15:46:00.999Z] - CONFIG_BRIDGE: enabled (as module) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-27T15:46:01.259Z] + docker info [2019-09-27T15:46:01.259Z] Client: [2019-09-27T15:46:01.259Z] Debug Mode: false [2019-09-27T15:46:01.259Z] [2019-09-27T15:46:01.259Z] Server: [2019-09-27T15:46:01.259Z] Containers: 0 [2019-09-27T15:46:01.259Z] Running: 0 [2019-09-27T15:46:01.259Z] Paused: 0 [2019-09-27T15:46:01.259Z] Stopped: 0 [2019-09-27T15:46:01.259Z] Images: 69 [2019-09-27T15:46:01.259Z] Server Version: 19.03.2 [2019-09-27T15:46:01.259Z] Storage Driver: overlay2 [2019-09-27T15:46:01.259Z] Backing Filesystem: extfs [2019-09-27T15:46:01.259Z] Supports d_type: true [2019-09-27T15:46:01.259Z] Native Overlay Diff: true [2019-09-27T15:46:01.259Z] Logging Driver: json-file [2019-09-27T15:46:01.259Z] Cgroup Driver: cgroupfs [2019-09-27T15:46:01.259Z] Plugins: [2019-09-27T15:46:01.259Z] Volume: local [2019-09-27T15:46:01.259Z] Network: bridge host ipvlan macvlan null overlay [2019-09-27T15:46:01.259Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-27T15:46:01.259Z] Swarm: inactive [2019-09-27T15:46:01.259Z] Runtimes: runc [2019-09-27T15:46:01.259Z] Default Runtime: runc [2019-09-27T15:46:01.259Z] Init Binary: docker-init [2019-09-27T15:46:01.259Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-27T15:46:01.259Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T15:46:01.259Z] init version: fec3683 [2019-09-27T15:46:01.259Z] Security Options: [2019-09-27T15:46:01.259Z] apparmor [2019-09-27T15:46:01.259Z] seccomp [2019-09-27T15:46:01.259Z] Profile: default [2019-09-27T15:46:01.259Z] Kernel Version: 4.15.0-1048-aws [2019-09-27T15:46:01.259Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-27T15:46:01.259Z] OSType: linux [2019-09-27T15:46:01.259Z] Architecture: x86_64 [2019-09-27T15:46:01.259Z] CPUs: 2 [2019-09-27T15:46:01.259Z] Total Memory: 7.501GiB [2019-09-27T15:46:01.259Z] Name: ip-10-100-74-23 [2019-09-27T15:46:01.259Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-09-27T15:46:01.259Z] Docker Root Dir: /var/lib/docker [2019-09-27T15:46:01.259Z] Debug Mode: false [2019-09-27T15:46:01.259Z] Registry: https://index.docker.io/v1/ [2019-09-27T15:46:01.259Z] Labels: [2019-09-27T15:46:01.259Z] Experimental: true [2019-09-27T15:46:01.259Z] Insecure Registries: [2019-09-27T15:46:01.259Z] 127.0.0.0/8 [2019-09-27T15:46:01.259Z] Live Restore Enabled: true [2019-09-27T15:46:01.259Z] [2019-09-27T15:46:01.259Z] WARNING: No swap limit support [Pipeline] sh [2019-09-27T15:46:01.372Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-27T15:46:01.372Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-27T15:46:01.372Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-27T15:46:01.372Z] [2019-09-27T15:46:01.372Z] Optional Features: [2019-09-27T15:46:01.372Z] - CONFIG_USER_NS: enabled [2019-09-27T15:46:01.372Z] - CONFIG_SECCOMP: enabled [2019-09-27T15:46:01.372Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-27T15:46:01.372Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-27T15:46:01.372Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-27T15:46:01.372Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-27T15:46:01.372Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-27T15:46:01.372Z] - CONFIG_BLK_CGROUP: enabled [2019-09-27T15:46:01.372Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-27T15:46:01.372Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-27T15:46:01.372Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-27T15:46:01.372Z] - CONFIG_CGROUP_PERF: enabled [2019-09-27T15:46:01.372Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-27T15:46:01.372Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-27T15:46:01.372Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-27T15:46:01.372Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-27T15:46:01.372Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-27T15:46:01.372Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_IP_VS: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-27T15:46:01.372Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-27T15:46:01.372Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-27T15:46:01.372Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_EXT4_FS: enabled [2019-09-27T15:46:01.372Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-27T15:46:01.372Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-27T15:46:01.372Z] - Network Drivers: [2019-09-27T15:46:01.372Z] - "overlay": [2019-09-27T15:46:01.372Z] - CONFIG_VXLAN: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-27T15:46:01.372Z] Optional (for encrypted networks): [2019-09-27T15:46:01.372Z] - CONFIG_CRYPTO: enabled [2019-09-27T15:46:01.372Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_XFRM: enabled [2019-09-27T15:46:01.372Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-27T15:46:01.372Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-27T15:46:01.373Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-27T15:46:01.373Z] - "ipvlan": [2019-09-27T15:46:01.373Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-27T15:46:01.373Z] - "macvlan": [2019-09-27T15:46:01.373Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-27T15:46:01.373Z] - CONFIG_DUMMY: enabled (as module) [2019-09-27T15:46:01.373Z] - "ftp,tftp client in container": [2019-09-27T15:46:01.373Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-27T15:46:01.373Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-27T15:46:01.373Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-27T15:46:01.373Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-27T15:46:01.373Z] - Storage Drivers: [2019-09-27T15:46:01.373Z] - "aufs": [2019-09-27T15:46:01.373Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-27T15:46:01.373Z] - "btrfs": [2019-09-27T15:46:01.373Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-27T15:46:01.373Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-27T15:46:01.373Z] - "devicemapper": [2019-09-27T15:46:01.373Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-27T15:46:01.373Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-27T15:46:01.373Z] - "overlay": [2019-09-27T15:46:01.373Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-27T15:46:01.373Z] - "zfs": [2019-09-27T15:46:01.373Z] - /dev/zfs: missing [2019-09-27T15:46:01.373Z] - zfs command: missing [2019-09-27T15:46:01.373Z] - zpool command: missing [2019-09-27T15:46:01.373Z] [2019-09-27T15:46:01.373Z] Limits: [2019-09-27T15:46:01.373Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-27T15:46:01.373Z] [2019-09-27T15:46:01.373Z] + true [2019-09-27T15:46:01.462Z] + docker version [2019-09-27T15:46:01.463Z] Client: Docker Engine - Community [2019-09-27T15:46:01.463Z] Version: 19.03.2 [2019-09-27T15:46:01.463Z] API version: 1.40 [2019-09-27T15:46:01.463Z] Go version: go1.12.8 [2019-09-27T15:46:01.463Z] Git commit: 6a30dfc [2019-09-27T15:46:01.463Z] Built: Thu Aug 29 05:29:11 2019 [2019-09-27T15:46:01.463Z] OS/Arch: linux/amd64 [2019-09-27T15:46:01.463Z] Experimental: false [2019-09-27T15:46:01.463Z] [2019-09-27T15:46:01.463Z] Server: Docker Engine - Community [2019-09-27T15:46:01.463Z] Engine: [2019-09-27T15:46:01.463Z] Version: 19.03.2 [2019-09-27T15:46:01.463Z] API version: 1.40 (minimum version 1.12) [2019-09-27T15:46:01.463Z] Go version: go1.12.8 [2019-09-27T15:46:01.463Z] Git commit: 6a30dfc [2019-09-27T15:46:01.463Z] Built: Thu Aug 29 05:27:45 2019 [2019-09-27T15:46:01.463Z] OS/Arch: linux/amd64 [2019-09-27T15:46:01.463Z] Experimental: true [2019-09-27T15:46:01.463Z] containerd: [2019-09-27T15:46:01.463Z] Version: 1.2.6 [2019-09-27T15:46:01.463Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-27T15:46:01.463Z] runc: [2019-09-27T15:46:01.463Z] Version: 1.0.0-rc8 [2019-09-27T15:46:01.463Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T15:46:01.463Z] docker-init: [2019-09-27T15:46:01.463Z] Version: 0.18.0 [2019-09-27T15:46:01.463Z] GitCommit: fec3683 [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-27T15:46:01.573Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T15:46:01.573Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T15:46:01.573Z] + curl -fsSL -o /home/ubuntu/workspace/engine_PR-385/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-27T15:46:01.573Z] + bash /home/ubuntu/workspace/engine_PR-385/check-config.sh [2019-09-27T15:46:01.573Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-27T15:46:01.573Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-09-27T15:46:01.573Z] [2019-09-27T15:46:01.573Z] Generally Necessary: [2019-09-27T15:46:01.573Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-27T15:46:01.573Z] - apparmor: enabled and tools installed [2019-09-27T15:46:01.573Z] - CONFIG_NAMESPACES: enabled [2019-09-27T15:46:01.573Z] - CONFIG_NET_NS: enabled [2019-09-27T15:46:01.573Z] - CONFIG_PID_NS: enabled [2019-09-27T15:46:01.573Z] - CONFIG_IPC_NS: enabled [2019-09-27T15:46:01.573Z] - CONFIG_UTS_NS: enabled [2019-09-27T15:46:01.573Z] - CONFIG_CGROUPS: enabled [2019-09-27T15:46:01.573Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-27T15:46:01.573Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-27T15:46:01.573Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-27T15:46:01.573Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-27T15:46:01.573Z] - CONFIG_CPUSETS: enabled [2019-09-27T15:46:01.573Z] - CONFIG_MEMCG: enabled [2019-09-27T15:46:01.573Z] - CONFIG_KEYS: enabled [2019-09-27T15:46:01.573Z] - CONFIG_VETH: enabled (as module) [2019-09-27T15:46:01.573Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-27T15:46:01.573Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-27T15:46:01.745Z] + docker info [2019-09-27T15:46:01.829Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-27T15:46:01.829Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-27T15:46:01.829Z] [2019-09-27T15:46:01.829Z] Optional Features: [2019-09-27T15:46:01.829Z] - CONFIG_USER_NS: enabled [2019-09-27T15:46:01.829Z] - CONFIG_SECCOMP: enabled [2019-09-27T15:46:01.829Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-27T15:46:01.829Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-27T15:46:01.829Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-27T15:46:01.829Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-27T15:46:01.829Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-27T15:46:01.829Z] - CONFIG_BLK_CGROUP: enabled [2019-09-27T15:46:01.829Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-27T15:46:01.829Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-27T15:46:01.829Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-27T15:46:01.829Z] - CONFIG_CGROUP_PERF: enabled [2019-09-27T15:46:01.829Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-27T15:46:01.829Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-27T15:46:01.829Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-27T15:46:01.829Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-27T15:46:01.829Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-27T15:46:01.829Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_IP_VS: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-27T15:46:01.829Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-27T15:46:01.829Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-27T15:46:01.829Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_EXT4_FS: enabled [2019-09-27T15:46:01.829Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-27T15:46:01.829Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-27T15:46:01.829Z] - Network Drivers: [2019-09-27T15:46:01.829Z] - "overlay": [2019-09-27T15:46:01.829Z] - CONFIG_VXLAN: enabled (as module) [2019-09-27T15:46:01.829Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-27T15:46:01.829Z] Optional (for encrypted networks): [2019-09-27T15:46:02.083Z] - CONFIG_CRYPTO: enabled [2019-09-27T15:46:02.083Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-27T15:46:02.083Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-27T15:46:02.083Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-27T15:46:02.083Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-27T15:46:02.083Z] - CONFIG_XFRM: enabled [2019-09-27T15:46:02.083Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-27T15:46:02.083Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-27T15:46:02.083Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-27T15:46:02.083Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-27T15:46:02.083Z] - "ipvlan": [2019-09-27T15:46:02.083Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-27T15:46:02.083Z] - "macvlan": [2019-09-27T15:46:02.083Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-27T15:46:02.083Z] - CONFIG_DUMMY: enabled (as module) [2019-09-27T15:46:02.083Z] - "ftp,tftp client in container": [2019-09-27T15:46:02.083Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-27T15:46:02.083Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-27T15:46:02.083Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-27T15:46:02.083Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-27T15:46:02.083Z] - Storage Drivers: [2019-09-27T15:46:02.083Z] - "aufs": [2019-09-27T15:46:02.083Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-27T15:46:02.083Z] - "btrfs": [2019-09-27T15:46:02.083Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-27T15:46:02.083Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-27T15:46:02.083Z] - "devicemapper": [2019-09-27T15:46:02.083Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-27T15:46:02.083Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-27T15:46:02.083Z] - "overlay": [2019-09-27T15:46:02.083Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-27T15:46:02.083Z] - "zfs": [2019-09-27T15:46:02.083Z] - /dev/zfs: missing [2019-09-27T15:46:02.083Z] - zfs command: missing [2019-09-27T15:46:02.083Z] - zpool command: missing [2019-09-27T15:46:02.083Z] [2019-09-27T15:46:02.083Z] Limits: [2019-09-27T15:46:02.083Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-27T15:46:02.083Z] [2019-09-27T15:46:02.083Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-27T15:46:02.439Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3136dea250b22e35d47b1ccda744645a86231aa7 . [2019-09-27T15:46:02.439Z] #2 [internal] load .dockerignore [2019-09-27T15:46:02.439Z] #2 transferring context: 87B done [2019-09-27T15:46:02.439Z] #2 DONE 0.0s [2019-09-27T15:46:02.439Z] [2019-09-27T15:46:02.439Z] #1 [internal] load build definition from Dockerfile [2019-09-27T15:46:02.439Z] #1 transferring dockerfile: 10.82kB done [2019-09-27T15:46:02.439Z] #1 DONE 0.0s [2019-09-27T15:46:02.439Z] [2019-09-27T15:46:02.439Z] #3 [internal] load metadata for docker.io/library/golang:1.12.9-stretch [2019-09-27T15:46:02.443Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3136dea250b22e35d47b1ccda744645a86231aa7 -f Dockerfile . [2019-09-27T15:46:02.696Z] #3 DONE 0.1s [2019-09-27T15:46:02.696Z] [2019-09-27T15:46:02.696Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-27T15:46:02.696Z] #64 DONE 0.0s [2019-09-27T15:46:02.696Z] [2019-09-27T15:46:02.696Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:76b528575... [2019-09-27T15:46:02.696Z] #4 DONE 0.0s [2019-09-27T15:46:02.696Z] [2019-09-27T15:46:02.696Z] #18 [internal] load build context [2019-09-27T15:46:03.763Z] Sending build context to Docker daemon 49.9MB [2019-09-27T15:46:03.763Z] Step 1/125 : ARG CROSS="false" [2019-09-27T15:46:03.763Z] Step 2/125 : ARG GO_VERSION=1.12.9 [2019-09-27T15:46:03.763Z] Step 3/125 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-27T15:46:03.763Z] Step 4/125 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-27T15:46:03.763Z] 1.12.9-stretch: Pulling from library/golang [2019-09-27T15:46:04.069Z] #18 transferring context: 45.42MB 1.2s done [2019-09-27T15:46:04.069Z] #18 DONE 1.2s [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-27T15:46:04.069Z] #5 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:46:04.069Z] #22 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-27T15:46:04.069Z] #60 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-27T15:46:04.069Z] #64 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-27T15:46:04.069Z] #17 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-27T15:46:04.069Z] #14 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-27T15:46:04.069Z] #15 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-27T15:46:04.069Z] #8 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-27T15:46:04.069Z] #9 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-27T15:46:04.069Z] #11 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-27T15:46:04.069Z] #16 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:04.069Z] #13 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #12 [dev 6/24] RUN ldconfig [2019-09-27T15:46:04.069Z] #12 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-27T15:46:04.069Z] #10 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-27T15:46:04.069Z] #6 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T15:46:04.069Z] #20 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-27T15:46:04.069Z] #7 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-27T15:46:04.069Z] #19 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-27T15:46:04.069Z] #21 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:46:04.069Z] #40 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-27T15:46:04.069Z] #41 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-27T15:46:04.069Z] #29 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... [2019-09-27T15:46:04.069Z] #23 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-27T15:46:04.069Z] #52 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-27T15:46:04.069Z] #49 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-27T15:46:04.069Z] #32 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-27T15:46:04.069Z] #26 CACHED [2019-09-27T15:46:04.069Z] [2019-09-27T15:46:04.069Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-27T15:46:04.223Z] 5d4da55d9cf0: Pulling fs layer [2019-09-27T15:46:04.223Z] dad3041fe122: Pulling fs layer [2019-09-27T15:46:04.223Z] f6542c8f56fb: Pulling fs layer [2019-09-27T15:46:04.223Z] 25fa3a7ad4fa: Pulling fs layer [2019-09-27T15:46:04.223Z] 471e0aba6530: Pulling fs layer [2019-09-27T15:46:04.223Z] a57c1f92afc5: Pulling fs layer [2019-09-27T15:46:04.223Z] 25fa99d24d1e: Pulling fs layer [2019-09-27T15:46:04.223Z] 25fa3a7ad4fa: Waiting [2019-09-27T15:46:04.223Z] 471e0aba6530: Waiting [2019-09-27T15:46:04.223Z] a57c1f92afc5: Waiting [2019-09-27T15:46:04.223Z] 25fa99d24d1e: Waiting [2019-09-27T15:46:04.223Z] f6542c8f56fb: Verifying Checksum [2019-09-27T15:46:04.223Z] f6542c8f56fb: Download complete [2019-09-27T15:46:04.644Z] dad3041fe122: Verifying Checksum [2019-09-27T15:46:04.644Z] dad3041fe122: Download complete [2019-09-27T15:46:05.474Z] Fetching without tags [2019-09-27T15:46:05.916Z] Merging remotes/origin/19.03 commit e64c635c3138d8d0dc734079f08d1ae622d3e719 into PR head commit 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:46:05.964Z] 471e0aba6530: Verifying Checksum [2019-09-27T15:46:05.964Z] 471e0aba6530: Download complete [2019-09-27T15:46:05.964Z] 5d4da55d9cf0: Verifying Checksum [2019-09-27T15:46:05.964Z] 5d4da55d9cf0: Download complete [2019-09-27T15:46:05.964Z] 25fa99d24d1e: Verifying Checksum [2019-09-27T15:46:05.964Z] 25fa99d24d1e: Download complete [2019-09-27T15:46:05.069Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-09-27T15:46:05.138Z] > git config --add remote.origin.fetch +refs/pull/385/head:refs/remotes/origin/PR-385 # timeout=10 [2019-09-27T15:46:05.213Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2019-09-27T15:46:05.346Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-09-27T15:46:05.497Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-09-27T15:46:05.497Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T15:46:05.498Z] > git fetch --no-tags --force --progress https://github.com/docker/engine.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-09-27T15:46:05.938Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T15:46:05.992Z] > git checkout -f 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:46:06.604Z] 25fa3a7ad4fa: Verifying Checksum [2019-09-27T15:46:06.604Z] 25fa3a7ad4fa: Download complete [2019-09-27T15:46:06.988Z] a57c1f92afc5: Verifying Checksum [2019-09-27T15:46:06.988Z] a57c1f92afc5: Download complete [2019-09-27T15:46:06.997Z] Client: [2019-09-27T15:46:06.997Z] Debug Mode: false [2019-09-27T15:46:06.997Z] [2019-09-27T15:46:06.997Z] Server: [2019-09-27T15:46:06.997Z] Containers: 0 [2019-09-27T15:46:06.997Z] Running: 0 [2019-09-27T15:46:06.997Z] Paused: 0 [2019-09-27T15:46:06.997Z] Stopped: 0 [2019-09-27T15:46:06.997Z] Images: 48 [2019-09-27T15:46:06.997Z] Server Version: 19.03.2 [2019-09-27T15:46:06.997Z] Storage Driver: overlay2 [2019-09-27T15:46:06.997Z] Backing Filesystem: extfs [2019-09-27T15:46:06.997Z] Supports d_type: true [2019-09-27T15:46:06.997Z] Native Overlay Diff: true [2019-09-27T15:46:06.997Z] Logging Driver: json-file [2019-09-27T15:46:06.997Z] Cgroup Driver: cgroupfs [2019-09-27T15:46:06.997Z] Plugins: [2019-09-27T15:46:06.997Z] Volume: local [2019-09-27T15:46:06.997Z] Network: bridge host ipvlan macvlan null overlay [2019-09-27T15:46:06.997Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-27T15:46:06.997Z] Swarm: inactive [2019-09-27T15:46:06.997Z] Runtimes: runc [2019-09-27T15:46:06.997Z] Default Runtime: runc [2019-09-27T15:46:06.997Z] Init Binary: docker-init [2019-09-27T15:46:06.997Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-27T15:46:06.997Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T15:46:06.997Z] init version: fec3683 [2019-09-27T15:46:06.997Z] Security Options: [2019-09-27T15:46:06.997Z] apparmor [2019-09-27T15:46:06.997Z] seccomp [2019-09-27T15:46:06.997Z] Profile: default [2019-09-27T15:46:06.997Z] Kernel Version: 4.15.0-1048-aws [2019-09-27T15:46:06.997Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-27T15:46:06.997Z] OSType: linux [2019-09-27T15:46:06.997Z] Architecture: x86_64 [2019-09-27T15:46:06.997Z] CPUs: 2 [2019-09-27T15:46:06.997Z] Total Memory: 7.501GiB [2019-09-27T15:46:06.997Z] Name: ip-10-100-113-168 [2019-09-27T15:46:06.997Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-09-27T15:46:06.997Z] Docker Root Dir: /var/lib/docker [2019-09-27T15:46:06.997Z] Debug Mode: false [2019-09-27T15:46:06.997Z] Registry: https://index.docker.io/v1/ [2019-09-27T15:46:06.997Z] Labels: [2019-09-27T15:46:06.997Z] Experimental: true [2019-09-27T15:46:06.997Z] Insecure Registries: [2019-09-27T15:46:06.997Z] 127.0.0.0/8 [2019-09-27T15:46:06.997Z] Live Restore Enabled: true [2019-09-27T15:46:06.997Z] [2019-09-27T15:46:06.997Z] WARNING: No swap limit support [Pipeline] sh [2019-09-27T15:46:07.280Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T15:46:07.280Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T15:46:07.280Z] + curl -fsSL -o /home/ubuntu/workspace/engine_PR-385/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-27T15:46:07.280Z] + bash /home/ubuntu/workspace/engine_PR-385/check-config.sh [2019-09-27T15:46:07.280Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-27T15:46:07.280Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-09-27T15:46:07.280Z] [2019-09-27T15:46:07.280Z] Generally Necessary: [2019-09-27T15:46:07.280Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-27T15:46:07.280Z] - apparmor: enabled and tools installed [2019-09-27T15:46:07.280Z] - CONFIG_NAMESPACES: enabled [2019-09-27T15:46:07.280Z] - CONFIG_NET_NS: enabled [2019-09-27T15:46:07.280Z] - CONFIG_PID_NS: enabled [2019-09-27T15:46:07.280Z] - CONFIG_IPC_NS: enabled [2019-09-27T15:46:07.280Z] - CONFIG_UTS_NS: enabled [2019-09-27T15:46:07.280Z] - CONFIG_CGROUPS: enabled [2019-09-27T15:46:07.280Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-27T15:46:07.280Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-27T15:46:07.280Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-27T15:46:07.280Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-27T15:46:07.280Z] - CONFIG_CPUSETS: enabled [2019-09-27T15:46:07.280Z] - CONFIG_MEMCG: enabled [2019-09-27T15:46:07.280Z] - CONFIG_KEYS: enabled [2019-09-27T15:46:07.280Z] - CONFIG_VETH: enabled (as module) [2019-09-27T15:46:07.280Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-27T15:46:07.280Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-27T15:46:07.280Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-27T15:46:07.280Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-27T15:46:07.280Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-27T15:46:07.280Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-27T15:46:07.280Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-27T15:46:07.280Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-27T15:46:07.280Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-27T15:46:07.280Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-27T15:46:07.280Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-27T15:46:07.280Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-27T15:46:07.280Z] [2019-09-27T15:46:07.280Z] Optional Features: [2019-09-27T15:46:07.280Z] - CONFIG_USER_NS: enabled [2019-09-27T15:46:07.280Z] - CONFIG_SECCOMP: enabled [2019-09-27T15:46:07.280Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-27T15:46:07.280Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-27T15:46:07.280Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-27T15:46:07.280Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-27T15:46:07.280Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-27T15:46:07.371Z] 5d4da55d9cf0: Pull complete [2019-09-27T15:46:07.538Z] - CONFIG_BLK_CGROUP: enabled [2019-09-27T15:46:07.538Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-27T15:46:07.538Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-27T15:46:07.538Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-27T15:46:07.538Z] - CONFIG_CGROUP_PERF: enabled [2019-09-27T15:46:07.538Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-27T15:46:07.538Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-27T15:46:07.538Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-27T15:46:07.538Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-27T15:46:07.538Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-27T15:46:07.538Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_IP_VS: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-27T15:46:07.538Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-27T15:46:07.538Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-27T15:46:07.538Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_EXT4_FS: enabled [2019-09-27T15:46:07.538Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-27T15:46:07.538Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-27T15:46:07.538Z] - Network Drivers: [2019-09-27T15:46:07.538Z] - "overlay": [2019-09-27T15:46:07.538Z] - CONFIG_VXLAN: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-27T15:46:07.538Z] Optional (for encrypted networks): [2019-09-27T15:46:07.538Z] - CONFIG_CRYPTO: enabled [2019-09-27T15:46:07.538Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-27T15:46:07.538Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-27T15:46:07.538Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-27T15:46:07.538Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-27T15:46:07.538Z] - CONFIG_XFRM: enabled [2019-09-27T15:46:07.538Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-27T15:46:07.538Z] - "ipvlan": [2019-09-27T15:46:07.538Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-27T15:46:07.538Z] - "macvlan": [2019-09-27T15:46:07.538Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_DUMMY: enabled (as module) [2019-09-27T15:46:07.538Z] - "ftp,tftp client in container": [2019-09-27T15:46:07.538Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-27T15:46:07.538Z] - Storage Drivers: [2019-09-27T15:46:07.538Z] - "aufs": [2019-09-27T15:46:07.538Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-27T15:46:07.538Z] - "btrfs": [2019-09-27T15:46:07.538Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-27T15:46:07.538Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-27T15:46:07.538Z] - "devicemapper": [2019-09-27T15:46:07.538Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-27T15:46:07.538Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-27T15:46:07.538Z] - "overlay": [2019-09-27T15:46:07.759Z] dad3041fe122: Pull complete [2019-09-27T15:46:07.795Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-27T15:46:07.795Z] - "zfs": [2019-09-27T15:46:07.795Z] - /dev/zfs: missing [2019-09-27T15:46:07.795Z] - zfs command: missing [2019-09-27T15:46:07.795Z] - zpool command: missing [2019-09-27T15:46:07.795Z] [2019-09-27T15:46:07.795Z] Limits: [2019-09-27T15:46:07.795Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-27T15:46:07.795Z] [2019-09-27T15:46:07.795Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-27T15:46:08.118Z] + sudo modprobe ip_vs [2019-09-27T15:46:08.118Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3136dea250b22e35d47b1ccda744645a86231aa7 . [2019-09-27T15:46:08.131Z] f6542c8f56fb: Pull complete [2019-09-27T15:46:08.376Z] #2 [internal] load build definition from Dockerfile [2019-09-27T15:46:08.939Z] #2 transferring dockerfile: 10.82kB done [2019-09-27T15:46:08.939Z] #2 DONE 0.5s [2019-09-27T15:46:08.939Z] [2019-09-27T15:46:08.939Z] #1 [internal] load .dockerignore [2019-09-27T15:46:08.939Z] #1 transferring context: 87B done [2019-09-27T15:46:08.939Z] #1 DONE 0.5s [2019-09-27T15:46:08.939Z] [2019-09-27T15:46:08.939Z] #3 [internal] load metadata for docker.io/library/golang:1.12.9-stretch [2019-09-27T15:46:09.196Z] #3 DONE 0.4s [2019-09-27T15:46:09.196Z] [2019-09-27T15:46:09.196Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:76b528575... [2019-09-27T15:46:09.196Z] #4 resolve docker.io/library/golang:1.12.9-stretch@sha256:76b52857546f070cc3ac499accb27b8c411b10ff6d45c0b1da2a8aab7b61fe29 done [2019-09-27T15:46:09.303Z] #27 ... [2019-09-27T15:46:09.303Z] [2019-09-27T15:46:09.303Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-27T15:46:09.303Z] #61 4.291 + RM_GOPATH=0 [2019-09-27T15:46:09.303Z] #61 4.291 + TMP_GOPATH= [2019-09-27T15:46:09.303Z] #61 4.291 + : /build/ [2019-09-27T15:46:09.303Z] #61 4.291 + '[' -z '' ']' [2019-09-27T15:46:09.303Z] #61 4.295 ++ mktemp -d [2019-09-27T15:46:09.303Z] #61 4.298 + export GOPATH=/tmp/tmp.YTmSNENRvL [2019-09-27T15:46:09.303Z] #61 4.298 + GOPATH=/tmp/tmp.YTmSNENRvL [2019-09-27T15:46:09.303Z] #61 4.299 + RM_GOPATH=1 [2019-09-27T15:46:09.303Z] #61 4.299 ++ dirname ./install.sh [2019-09-27T15:46:09.303Z] #61 4.301 + dir=. [2019-09-27T15:46:09.303Z] #61 4.301 + bin=rootlesskit [2019-09-27T15:46:09.303Z] #61 4.301 + shift [2019-09-27T15:46:09.303Z] #61 4.301 + '[' '!' -f ./rootlesskit.installer ']' [2019-09-27T15:46:09.303Z] #61 4.301 + . ./rootlesskit.installer [2019-09-27T15:46:09.303Z] #61 4.302 ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-27T15:46:09.303Z] #61 4.303 + install_rootlesskit [2019-09-27T15:46:09.303Z] #61 4.303 + case "$1" in [2019-09-27T15:46:09.303Z] #61 4.303 + export CGO_ENABLED=0 [2019-09-27T15:46:09.303Z] #61 4.303 + CGO_ENABLED=0 [2019-09-27T15:46:09.303Z] #61 4.304 + _install_rootlesskit [2019-09-27T15:46:09.303Z] #61 4.304 + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f' [2019-09-27T15:46:09.303Z] #61 4.304 Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-27T15:46:09.303Z] #61 4.304 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.YTmSNENRvL/src/github.com/rootless-containers/rootlesskit [2019-09-27T15:46:09.303Z] #61 4.306 Cloning into '/tmp/tmp.YTmSNENRvL/src/github.com/rootless-containers/rootlesskit'... [2019-09-27T15:46:09.465Z] #4 sha256:76b52857546f070cc3ac499accb27b8c411b10ff6d45c0b1da2a8aab7b61fe29 1.42kB / 1.42kB done [2019-09-27T15:46:09.465Z] #4 sha256:2c4a601e5da985c8ac723b8c3c4d33d46ef5a85662c2b4c9e18cd660fb0d965d 5.47kB / 5.47kB done [2019-09-27T15:46:09.465Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 0B / 45.38MB 0.1s [2019-09-27T15:46:09.465Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0B / 4.34MB 0.1s [2019-09-27T15:46:09.465Z] #4 sha256:774e067e1822980bca448eb7c123bd47f7e8a0a80d12000b9d962c2d891ca23e 1.80kB / 1.80kB done [2019-09-27T15:46:09.465Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0B / 10.79MB 0.1s [2019-09-27T15:46:09.465Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 10.49MB / 45.38MB 0.3s [2019-09-27T15:46:09.465Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 4.34MB / 4.34MB 0.3s [2019-09-27T15:46:09.465Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.3s [2019-09-27T15:46:09.557Z] #61 ... [2019-09-27T15:46:09.557Z] [2019-09-27T15:46:09.557Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-27T15:46:09.557Z] #27 5.551 + RM_GOPATH=0 [2019-09-27T15:46:09.557Z] #27 5.552 + TMP_GOPATH= [2019-09-27T15:46:09.557Z] #27 5.552 + : /build [2019-09-27T15:46:09.557Z] #27 5.552 + '[' -z '' ']' [2019-09-27T15:46:09.557Z] #27 5.557 ++ mktemp -d [2019-09-27T15:46:09.557Z] #27 5.567 + export GOPATH=/tmp/tmp.T0cF1EuQs6 [2019-09-27T15:46:09.557Z] #27 5.568 + GOPATH=/tmp/tmp.T0cF1EuQs6 [2019-09-27T15:46:09.557Z] #27 5.568 + RM_GOPATH=1 [2019-09-27T15:46:09.557Z] #27 5.568 ++ dirname ./install.sh [2019-09-27T15:46:09.557Z] #27 5.569 + dir=. [2019-09-27T15:46:09.557Z] #27 5.572 + bin=gotestsum [2019-09-27T15:46:09.557Z] #27 5.572 + shift [2019-09-27T15:46:09.557Z] #27 5.572 + '[' '!' -f ./gotestsum.installer ']' [2019-09-27T15:46:09.557Z] #27 5.577 + . ./gotestsum.installer [2019-09-27T15:46:09.557Z] #27 5.577 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-27T15:46:09.557Z] #27 5.577 + install_gotestsum [2019-09-27T15:46:09.557Z] #27 5.577 + echo 'Installing gotestsum version v0.3.5' [2019-09-27T15:46:09.557Z] #27 5.578 Installing gotestsum version v0.3.5 [2019-09-27T15:46:09.557Z] #27 5.578 + go get -d gotest.tools/gotestsum [2019-09-27T15:46:09.725Z] #4 ... [2019-09-27T15:46:09.725Z] [2019-09-27T15:46:09.725Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-27T15:46:09.725Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.5s done [2019-09-27T15:46:09.725Z] #64 DONE 0.0s [2019-09-27T15:46:09.725Z] [2019-09-27T15:46:09.725Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:76b528575... [2019-09-27T15:46:09.725Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 21.01MB / 45.38MB 0.4s [2019-09-27T15:46:09.725Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 34.94MB / 45.38MB 0.6s [2019-09-27T15:46:09.725Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 4.34MB / 4.34MB 0.4s done [2019-09-27T15:46:09.725Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.4s done [2019-09-27T15:46:09.725Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 7.92MB / 50.07MB 0.6s [2019-09-27T15:46:09.725Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 4.84MB / 57.69MB 0.6s [2019-09-27T15:46:09.983Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 38.24MB / 45.38MB 0.7s [2019-09-27T15:46:09.983Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 11.74MB / 50.07MB 0.7s [2019-09-27T15:46:09.983Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 10.48MB / 57.69MB 0.7s [2019-09-27T15:46:09.983Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 0.8s [2019-09-27T15:46:09.983Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 19.67MB / 50.07MB 0.8s [2019-09-27T15:46:09.983Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 16.80MB / 57.69MB 0.8s [2019-09-27T15:46:10.016Z] 25fa3a7ad4fa: Pull complete [2019-09-27T15:46:10.064Z] Merge succeeded, producing 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:46:10.065Z] Checking out Revision 3136dea250b22e35d47b1ccda744645a86231aa7 (PR-385) [2019-09-27T15:46:10.222Z] Fetching without tags [2019-09-27T15:46:10.242Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 29.06MB / 50.07MB 1.0s [2019-09-27T15:46:10.242Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 33.28MB / 57.69MB 1.0s [2019-09-27T15:46:09.814Z] > git merge e64c635c3138d8d0dc734079f08d1ae622d3e719 # timeout=10 [2019-09-27T15:46:09.956Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-09-27T15:46:10.087Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T15:46:10.148Z] > git checkout -f 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:46:10.507Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 1.3s [2019-09-27T15:46:10.507Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 1.3s [2019-09-27T15:46:10.529Z] Merging remotes/origin/19.03 commit e64c635c3138d8d0dc734079f08d1ae622d3e719 into PR head commit 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:46:10.854Z] Commit message: "Re-group vendor.conf deps to reflect reality" [2019-09-27T15:46:11.490Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 1.9s done [2019-09-27T15:46:11.490Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 1.9s done [2019-09-27T15:46:11.490Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 1.9s done [2019-09-27T15:46:11.490Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 0B / 127.96MB 2.0s [2019-09-27T15:46:11.490Z] #4 sha256:b0e29f6c7f0a71959bfca4126637e0d029badc6684813aaf128270c8592b4b97 125B / 125B 2.0s done [2019-09-27T15:46:11.490Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 9.80MB / 127.96MB 2.3s [2019-09-27T15:46:11.490Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b [2019-09-27T15:46:11.490Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 18.01MB / 127.96MB 2.4s [2019-09-27T15:46:11.563Z] Merge succeeded, producing 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:46:11.564Z] Checking out Revision 3136dea250b22e35d47b1ccda744645a86231aa7 (PR-385) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-27T15:46:11.785Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 27.56MB / 127.96MB 2.4s [2019-09-27T15:46:11.833Z] 471e0aba6530: Pull complete [2019-09-27T15:46:12.045Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 43.34MB / 127.96MB 2.7s [2019-09-27T15:46:12.045Z] #4 ... [2019-09-27T15:46:12.045Z] [2019-09-27T15:46:12.045Z] #18 [internal] load build context [2019-09-27T15:46:12.045Z] #18 transferring context: 45.42MB 2.8s done [2019-09-27T15:46:12.045Z] #18 DONE 2.9s [2019-09-27T15:46:12.045Z] [2019-09-27T15:46:12.045Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:76b528575... [2019-09-27T15:46:12.045Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 51.94MB / 127.96MB 2.9s [2019-09-27T15:46:12.232Z] Commit message: "Re-group vendor.conf deps to reflect reality" [2019-09-27T15:46:12.304Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 65.56MB / 127.96MB 3.0s [2019-09-27T15:46:12.304Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 72.08MB / 127.96MB 3.1s [2019-09-27T15:46:10.179Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-09-27T15:46:10.184Z] > git config --add remote.origin.fetch +refs/pull/385/head:refs/remotes/origin/PR-385 # timeout=10 [2019-09-27T15:46:10.187Z] > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 [2019-09-27T15:46:10.202Z] > git config remote.origin.url https://github.com/docker/engine.git # timeout=10 [2019-09-27T15:46:10.218Z] Fetching upstream changes from https://github.com/docker/engine.git [2019-09-27T15:46:10.218Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T15:46:10.219Z] > git fetch --no-tags --progress https://github.com/docker/engine.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/19.03:refs/remotes/origin/19.03 [2019-09-27T15:46:10.524Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T15:46:10.528Z] > git checkout -f 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:46:11.517Z] > git merge e64c635c3138d8d0dc734079f08d1ae622d3e719 # timeout=10 [2019-09-27T15:46:11.543Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-27T15:46:11.561Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T15:46:11.564Z] > git checkout -f 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:46:12.536Z] + docker version [2019-09-27T15:46:12.563Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 86.83MB / 127.96MB 3.3s [2019-09-27T15:46:12.563Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 96.69MB / 127.96MB 3.5s [2019-09-27T15:46:12.680Z] Client: Docker Engine - Enterprise [2019-09-27T15:46:12.680Z] Version: 19.03.2 [2019-09-27T15:46:12.680Z] API version: 1.40 [2019-09-27T15:46:12.680Z] Go version: go1.12.8 [2019-09-27T15:46:12.680Z] Git commit: c92ab06ed9 [2019-09-27T15:46:12.680Z] Built: 09/03/2019 16:38:11 [2019-09-27T15:46:12.680Z] OS/Arch: windows/amd64 [2019-09-27T15:46:12.680Z] Experimental: false [2019-09-27T15:46:12.680Z] [2019-09-27T15:46:12.680Z] Server: Docker Engine - Enterprise [2019-09-27T15:46:12.680Z] Engine: [2019-09-27T15:46:12.680Z] Version: 19.03.2 [2019-09-27T15:46:12.680Z] API version: 1.40 (minimum version 1.24) [2019-09-27T15:46:12.680Z] Go version: go1.12.8 [2019-09-27T15:46:12.680Z] Git commit: c92ab06ed9 [2019-09-27T15:46:12.680Z] Built: 09/03/2019 16:35:47 [2019-09-27T15:46:12.680Z] OS/Arch: windows/amd64 [2019-09-27T15:46:12.680Z] Experimental: true [Pipeline] sh [2019-09-27T15:46:12.821Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 106.24MB / 127.96MB 3.6s [2019-09-27T15:46:12.821Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 116.35MB / 127.96MB 3.7s [2019-09-27T15:46:13.079Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 127.96MB / 127.96MB 3.9s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-27T15:46:13.530Z] + docker version [2019-09-27T15:46:13.530Z] Client: [2019-09-27T15:46:13.530Z] Version: 18.06.1-ce [2019-09-27T15:46:13.530Z] API version: 1.38 [2019-09-27T15:46:13.530Z] Go version: go1.10.3 [2019-09-27T15:46:13.530Z] Git commit: e68fc7a [2019-09-27T15:46:13.530Z] Built: Tue Aug 21 17:26:10 2018 [2019-09-27T15:46:13.530Z] OS/Arch: linux/ppc64le [2019-09-27T15:46:13.530Z] Experimental: false [2019-09-27T15:46:13.530Z] [2019-09-27T15:46:13.530Z] Server: [2019-09-27T15:46:13.530Z] Engine: [2019-09-27T15:46:13.530Z] Version: 18.06.1-ce [2019-09-27T15:46:13.530Z] API version: 1.38 (minimum version 1.12) [2019-09-27T15:46:13.530Z] Go version: go1.10.3 [2019-09-27T15:46:13.530Z] Git commit: e68fc7a [2019-09-27T15:46:13.530Z] Built: Tue Aug 21 17:24:20 2018 [2019-09-27T15:46:13.530Z] OS/Arch: linux/ppc64le [2019-09-27T15:46:13.530Z] Experimental: true [Pipeline] sh [2019-09-27T15:46:13.571Z] + docker info [2019-09-27T15:46:13.643Z] #4 sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 127.96MB / 127.96MB 4.4s done [2019-09-27T15:46:13.900Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 2.7s done [2019-09-27T15:46:13.911Z] + docker info [2019-09-27T15:46:13.911Z] Containers: 0 [2019-09-27T15:46:13.911Z] Running: 0 [2019-09-27T15:46:13.911Z] Paused: 0 [2019-09-27T15:46:13.911Z] Stopped: 0 [2019-09-27T15:46:13.911Z] Images: 0 [2019-09-27T15:46:13.911Z] Server Version: 18.06.1-ce [2019-09-27T15:46:13.911Z] Storage Driver: overlay2 [2019-09-27T15:46:13.911Z] Backing Filesystem: extfs [2019-09-27T15:46:13.911Z] Supports d_type: true [2019-09-27T15:46:13.911Z] Native Overlay Diff: true [2019-09-27T15:46:13.911Z] Logging Driver: json-file [2019-09-27T15:46:13.911Z] Cgroup Driver: cgroupfs [2019-09-27T15:46:13.911Z] Plugins: [2019-09-27T15:46:13.911Z] Volume: local [2019-09-27T15:46:13.911Z] Network: bridge host ipvlan macvlan null overlay [2019-09-27T15:46:13.911Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-27T15:46:13.911Z] Swarm: inactive [2019-09-27T15:46:13.911Z] Runtimes: runc [2019-09-27T15:46:13.911Z] Default Runtime: runc [2019-09-27T15:46:13.911Z] Init Binary: docker-init [2019-09-27T15:46:13.911Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-27T15:46:13.911Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-27T15:46:13.911Z] init version: fec3683 [2019-09-27T15:46:13.911Z] Security Options: [2019-09-27T15:46:13.911Z] apparmor [2019-09-27T15:46:13.911Z] seccomp [2019-09-27T15:46:13.911Z] Profile: default [2019-09-27T15:46:13.911Z] Kernel Version: 4.4.0-139-generic [2019-09-27T15:46:13.911Z] Operating System: Ubuntu 16.04.3 LTS [2019-09-27T15:46:13.911Z] OSType: linux [2019-09-27T15:46:13.911Z] Architecture: ppc64le [2019-09-27T15:46:13.911Z] CPUs: 4 [2019-09-27T15:46:13.911Z] Total Memory: 3.976GiB [2019-09-27T15:46:13.911Z] Name: ppc64le-ubuntu-21 [2019-09-27T15:46:13.911Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-09-27T15:46:13.911Z] Docker Root Dir: /var/lib/docker [2019-09-27T15:46:13.911Z] Debug Mode (client): false [2019-09-27T15:46:13.911Z] Debug Mode (server): false [2019-09-27T15:46:13.911Z] Username: dockerbuildbot [2019-09-27T15:46:13.911Z] Registry: https://index.docker.io/v1/ [2019-09-27T15:46:13.911Z] Labels: [2019-09-27T15:46:13.911Z] Experimental: true [2019-09-27T15:46:13.911Z] Insecure Registries: [2019-09-27T15:46:13.911Z] 127.0.0.0/8 [2019-09-27T15:46:13.911Z] Live Restore Enabled: false [2019-09-27T15:46:13.911Z] [Pipeline] sh [2019-09-27T15:46:14.157Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae [2019-09-27T15:46:14.298Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T15:46:14.299Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T15:46:14.299Z] + curl -fsSL -o /home/docker/workspace/engine_PR-385/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-27T15:46:14.414Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0.3s done [2019-09-27T15:46:14.414Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 [2019-09-27T15:46:14.583Z] + bash /home/docker/workspace/engine_PR-385/check-config.sh [2019-09-27T15:46:14.583Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-27T15:46:14.583Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-09-27T15:46:14.583Z] [2019-09-27T15:46:14.583Z] Generally Necessary: [2019-09-27T15:46:14.583Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-27T15:46:14.583Z] - apparmor: enabled and tools installed [2019-09-27T15:46:14.583Z] - CONFIG_NAMESPACES: enabled [2019-09-27T15:46:14.583Z] - CONFIG_NET_NS: enabled [2019-09-27T15:46:14.583Z] - CONFIG_PID_NS: enabled [2019-09-27T15:46:14.583Z] - CONFIG_IPC_NS: enabled [2019-09-27T15:46:14.583Z] - CONFIG_UTS_NS: enabled [2019-09-27T15:46:14.583Z] - CONFIG_CGROUPS: enabled [2019-09-27T15:46:14.583Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-27T15:46:14.583Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-27T15:46:14.583Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-27T15:46:14.583Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-27T15:46:14.583Z] - CONFIG_CPUSETS: enabled [2019-09-27T15:46:14.583Z] - CONFIG_MEMCG: enabled [2019-09-27T15:46:14.583Z] - CONFIG_KEYS: enabled [2019-09-27T15:46:14.583Z] - CONFIG_VETH: enabled (as module) [2019-09-27T15:46:14.583Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-27T15:46:14.583Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-27T15:46:14.583Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-27T15:46:14.583Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-27T15:46:14.672Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0.2s done [2019-09-27T15:46:14.672Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee [2019-09-27T15:46:14.867Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-27T15:46:14.867Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-27T15:46:14.867Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-27T15:46:14.867Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-27T15:46:14.867Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-27T15:46:14.867Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-27T15:46:14.867Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-27T15:46:14.867Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-27T15:46:14.867Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-27T15:46:14.867Z] [2019-09-27T15:46:14.867Z] Optional Features: [2019-09-27T15:46:14.867Z] - CONFIG_USER_NS: enabled [2019-09-27T15:46:14.867Z] - CONFIG_SECCOMP: enabled [2019-09-27T15:46:14.867Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-27T15:46:14.867Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-27T15:46:14.867Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-27T15:46:14.867Z] (cgroup swap accounting is currently enabled) [2019-09-27T15:46:14.867Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-27T15:46:14.867Z] - CONFIG_BLK_CGROUP: enabled [2019-09-27T15:46:14.867Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-27T15:46:14.867Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-27T15:46:14.867Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-27T15:46:14.867Z] - CONFIG_CGROUP_PERF: enabled [2019-09-27T15:46:14.867Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-27T15:46:14.867Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-27T15:46:14.867Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-27T15:46:14.867Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-27T15:46:14.867Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-27T15:46:14.867Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-27T15:46:14.867Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-27T15:46:14.867Z] - CONFIG_IP_VS: enabled (as module) [2019-09-27T15:46:14.867Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-27T15:46:14.867Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-27T15:46:14.867Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-27T15:46:14.867Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-27T15:46:14.867Z] - CONFIG_EXT4_FS: enabled [2019-09-27T15:46:14.867Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-27T15:46:14.867Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-27T15:46:14.936Z] #27 ... [2019-09-27T15:46:14.936Z] [2019-09-27T15:46:14.936Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:46:14.936Z] #33 5.776 + RM_GOPATH=0 [2019-09-27T15:46:14.936Z] #33 5.777 + TMP_GOPATH= [2019-09-27T15:46:14.936Z] #33 5.778 + : /build [2019-09-27T15:46:14.936Z] #33 5.778 + '[' -z '' ']' [2019-09-27T15:46:14.936Z] #33 5.780 ++ mktemp -d [2019-09-27T15:46:14.936Z] #33 5.782 + export GOPATH=/tmp/tmp.D2k8S4YEno [2019-09-27T15:46:14.936Z] #33 5.782 + GOPATH=/tmp/tmp.D2k8S4YEno [2019-09-27T15:46:14.936Z] #33 5.782 + RM_GOPATH=1 [2019-09-27T15:46:14.936Z] #33 5.783 ++ dirname ./install.sh [2019-09-27T15:46:14.936Z] #33 5.784 + dir=. [2019-09-27T15:46:14.936Z] #33 5.784 + bin=vndr [2019-09-27T15:46:14.936Z] #33 5.784 + shift [2019-09-27T15:46:14.936Z] #33 5.784 + '[' '!' -f ./vndr.installer ']' [2019-09-27T15:46:14.936Z] #33 5.784 + . ./vndr.installer [2019-09-27T15:46:14.936Z] #33 5.786 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T15:46:14.936Z] #33 5.791 + install_vndr [2019-09-27T15:46:14.936Z] #33 5.791 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T15:46:14.936Z] #33 5.791 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-27T15:46:14.936Z] #33 5.791 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.D2k8S4YEno/src/github.com/LK4D4/vndr [2019-09-27T15:46:14.936Z] #33 5.799 Cloning into '/tmp/tmp.D2k8S4YEno/src/github.com/LK4D4/vndr'... [2019-09-27T15:46:14.936Z] #33 6.934 + cd /tmp/tmp.D2k8S4YEno/src/github.com/LK4D4/vndr [2019-09-27T15:46:14.936Z] #33 6.934 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T15:46:14.936Z] #33 6.942 + go build -buildmode=pie -v -o /build/vndr . [2019-09-27T15:46:14.936Z] #33 8.276 errors [2019-09-27T15:46:14.936Z] #33 8.284 internal/cpu [2019-09-27T15:46:14.936Z] #33 8.423 internal/race [2019-09-27T15:46:14.936Z] #33 8.596 runtime/internal/atomic [2019-09-27T15:46:14.936Z] #33 8.868 runtime/internal/sys [2019-09-27T15:46:14.936Z] #33 8.881 internal/bytealg [2019-09-27T15:46:14.936Z] #33 9.025 runtime/internal/math [2019-09-27T15:46:14.936Z] #33 9.117 sync/atomic [2019-09-27T15:46:14.936Z] #33 9.386 unicode [2019-09-27T15:46:14.936Z] #33 9.640 runtime [2019-09-27T15:46:14.936Z] #33 ... [2019-09-27T15:46:14.936Z] [2019-09-27T15:46:14.936Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:14.936Z] #57 5.737 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:46:14.936Z] #57 5.739 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:46:14.936Z] #57 5.819 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:46:14.936Z] #57 5.846 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:46:14.936Z] #57 5.879 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:46:14.936Z] #57 6.645 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T15:46:14.936Z] #57 8.315 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T15:46:14.936Z] #57 9.075 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T15:46:14.936Z] #57 ... [2019-09-27T15:46:14.936Z] [2019-09-27T15:46:14.936Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-27T15:46:14.936Z] #44 5.238 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:46:14.936Z] #44 5.240 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:46:14.936Z] #44 5.266 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:46:14.936Z] #44 5.282 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:46:14.936Z] #44 5.292 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:46:14.936Z] #44 5.825 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T15:46:14.936Z] #44 7.418 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T15:46:14.936Z] #44 8.228 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T15:46:14.936Z] #44 ... [2019-09-27T15:46:14.936Z] [2019-09-27T15:46:14.936Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T15:46:14.936Z] #30 5.849 + RM_GOPATH=0 [2019-09-27T15:46:14.936Z] #30 5.850 + TMP_GOPATH= [2019-09-27T15:46:14.936Z] #30 5.850 + : /build [2019-09-27T15:46:14.936Z] #30 5.850 + '[' -z '' ']' [2019-09-27T15:46:14.936Z] #30 5.851 ++ mktemp -d [2019-09-27T15:46:14.936Z] #30 5.854 + export GOPATH=/tmp/tmp.fD96IPUqHW [2019-09-27T15:46:14.936Z] #30 5.855 + GOPATH=/tmp/tmp.fD96IPUqHW [2019-09-27T15:46:14.936Z] #30 5.855 + RM_GOPATH=1 [2019-09-27T15:46:14.936Z] #30 5.856 ++ dirname ./install.sh [2019-09-27T15:46:14.936Z] #30 5.857 + dir=. [2019-09-27T15:46:14.936Z] #30 5.864 + bin=tomlv [2019-09-27T15:46:14.936Z] #30 5.864 + shift [2019-09-27T15:46:14.936Z] #30 5.864 + '[' '!' -f ./tomlv.installer ']' [2019-09-27T15:46:14.936Z] #30 5.864 + . ./tomlv.installer [2019-09-27T15:46:14.936Z] #30 5.868 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T15:46:14.936Z] #30 5.868 + install_tomlv [2019-09-27T15:46:14.936Z] #30 5.868 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-27T15:46:14.936Z] #30 5.869 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T15:46:14.936Z] #30 5.869 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.fD96IPUqHW/src/github.com/BurntSushi/toml [2019-09-27T15:46:14.936Z] #30 5.871 Cloning into '/tmp/tmp.fD96IPUqHW/src/github.com/BurntSushi/toml'... [2019-09-27T15:46:14.936Z] #30 7.127 + cd /tmp/tmp.fD96IPUqHW/src/github.com/BurntSushi/toml [2019-09-27T15:46:14.936Z] #30 7.127 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T15:46:14.936Z] #30 7.141 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T15:46:14.936Z] #30 7.881 errors [2019-09-27T15:46:14.936Z] #30 7.960 internal/cpu [2019-09-27T15:46:14.936Z] #30 7.967 math/bits [2019-09-27T15:46:14.936Z] #30 8.486 internal/bytealg [2019-09-27T15:46:14.936Z] #30 8.654 math [2019-09-27T15:46:14.936Z] #30 9.065 runtime/internal/atomic [2019-09-27T15:46:14.936Z] #30 9.391 runtime/internal/sys [2019-09-27T15:46:14.936Z] #30 9.561 runtime/internal/math [2019-09-27T15:46:14.936Z] #30 9.932 runtime [2019-09-27T15:46:14.936Z] #30 ... [2019-09-27T15:46:14.936Z] [2019-09-27T15:46:14.936Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-27T15:46:14.936Z] #50 5.581 + RM_GOPATH=0 [2019-09-27T15:46:14.936Z] #50 5.581 + TMP_GOPATH= [2019-09-27T15:46:14.936Z] #50 5.581 + : /build [2019-09-27T15:46:14.936Z] #50 5.584 + '[' -z '' ']' [2019-09-27T15:46:14.936Z] #50 5.588 ++ mktemp -d [2019-09-27T15:46:14.936Z] #50 5.608 + export GOPATH=/tmp/tmp.P7AyTvtLa2 [2019-09-27T15:46:14.936Z] #50 5.609 + GOPATH=/tmp/tmp.P7AyTvtLa2 [2019-09-27T15:46:14.936Z] #50 5.610 + RM_GOPATH=1 [2019-09-27T15:46:14.936Z] #50 5.610 ++ dirname ./install.sh [2019-09-27T15:46:14.936Z] #50 5.611 + dir=. [2019-09-27T15:46:14.936Z] #50 5.611 + bin=proxy [2019-09-27T15:46:14.936Z] #50 5.611 + shift [2019-09-27T15:46:14.936Z] #50 5.611 + '[' '!' -f ./proxy.installer ']' [2019-09-27T15:46:14.936Z] #50 5.611 + . ./proxy.installer [2019-09-27T15:46:14.936Z] #50 5.615 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T15:46:14.936Z] #50 5.615 + install_proxy [2019-09-27T15:46:14.936Z] #50 5.615 + case "$1" in [2019-09-27T15:46:14.936Z] #50 5.615 + export CGO_ENABLED=0 [2019-09-27T15:46:14.936Z] #50 5.615 + CGO_ENABLED=0 [2019-09-27T15:46:14.936Z] #50 5.615 + _install_proxy [2019-09-27T15:46:14.936Z] #50 5.615 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-27T15:46:14.936Z] #50 5.615 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.P7AyTvtLa2/src/github.com/docker/libnetwork [2019-09-27T15:46:14.936Z] #50 5.615 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T15:46:14.936Z] #50 5.618 Cloning into '/tmp/tmp.P7AyTvtLa2/src/github.com/docker/libnetwork'... [2019-09-27T15:46:14.936Z] #50 ... [2019-09-27T15:46:14.936Z] [2019-09-27T15:46:14.936Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-27T15:46:14.936Z] #24 4.934 + RM_GOPATH=0 [2019-09-27T15:46:14.936Z] #24 4.934 + TMP_GOPATH= [2019-09-27T15:46:14.936Z] #24 4.934 + : /build [2019-09-27T15:46:14.936Z] #24 4.934 + '[' -z '' ']' [2019-09-27T15:46:14.936Z] #24 4.942 ++ mktemp -d [2019-09-27T15:46:14.936Z] #24 4.954 + export GOPATH=/tmp/tmp.9T1SWykBXr [2019-09-27T15:46:14.936Z] #24 4.957 + GOPATH=/tmp/tmp.9T1SWykBXr [2019-09-27T15:46:14.936Z] #24 4.957 + RM_GOPATH=1 [2019-09-27T15:46:14.936Z] #24 4.958 ++ dirname ./install.sh [2019-09-27T15:46:14.936Z] #24 4.961 + dir=. [2019-09-27T15:46:14.936Z] #24 4.965 + bin=gometalinter [2019-09-27T15:46:14.936Z] #24 4.965 + shift [2019-09-27T15:46:14.936Z] #24 4.965 + '[' '!' -f ./gometalinter.installer ']' [2019-09-27T15:46:14.936Z] #24 4.965 + . ./gometalinter.installer [2019-09-27T15:46:14.936Z] #24 4.967 ++ GOMETALINTER_COMMIT=v2.0.6 [2019-09-27T15:46:14.936Z] #24 4.967 + install_gometalinter [2019-09-27T15:46:14.936Z] #24 4.967 + echo 'Installing gometalinter version v2.0.6' [2019-09-27T15:46:14.936Z] #24 4.967 Installing gometalinter version v2.0.6 [2019-09-27T15:46:14.936Z] #24 4.967 + go get -d github.com/alecthomas/gometalinter [2019-09-27T15:46:14.936Z] #24 10.94 + cd /tmp/tmp.9T1SWykBXr/src/github.com/alecthomas/gometalinter [2019-09-27T15:46:14.936Z] #24 ... [2019-09-27T15:46:14.936Z] [2019-09-27T15:46:14.936Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:14.936Z] #35 4.646 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:46:14.936Z] #35 4.748 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:46:14.936Z] #35 4.794 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:46:14.936Z] #35 4.797 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:46:14.936Z] #35 4.824 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:46:14.936Z] #35 5.418 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T15:46:14.936Z] #35 6.986 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T15:46:14.936Z] #35 7.869 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T15:46:14.936Z] #35 ... [2019-09-27T15:46:14.936Z] [2019-09-27T15:46:14.936Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T15:46:14.936Z] #42 5.525 + RM_GOPATH=0 [2019-09-27T15:46:14.936Z] #42 5.525 + TMP_GOPATH= [2019-09-27T15:46:14.936Z] #42 5.525 + : /build [2019-09-27T15:46:14.936Z] #42 5.530 + '[' -z '' ']' [2019-09-27T15:46:14.936Z] #42 5.532 ++ mktemp -d [2019-09-27T15:46:14.936Z] #42 5.535 + export GOPATH=/tmp/tmp.o9YT4fjKJs [2019-09-27T15:46:14.936Z] #42 5.538 + GOPATH=/tmp/tmp.o9YT4fjKJs [2019-09-27T15:46:14.936Z] #42 5.538 + RM_GOPATH=1 [2019-09-27T15:46:14.936Z] #42 5.540 ++ dirname ./install.sh [2019-09-27T15:46:14.936Z] #42 5.545 + dir=. [2019-09-27T15:46:14.936Z] #42 5.546 + bin=runc [2019-09-27T15:46:14.936Z] #42 5.547 + shift [2019-09-27T15:46:14.936Z] #42 5.547 + '[' '!' -f ./runc.installer ']' [2019-09-27T15:46:14.936Z] #42 5.548 + . ./runc.installer [2019-09-27T15:46:14.936Z] #42 5.550 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-27T15:46:14.936Z] #42 5.551 + install_runc [2019-09-27T15:46:14.936Z] #42 5.554 + uname -r [2019-09-27T15:46:14.936Z] #42 5.555 + grep -q '^3\.10\.0.*\.el7\.' [2019-09-27T15:46:14.936Z] #42 5.556 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-27T15:46:14.936Z] #42 5.556 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-09-27T15:46:14.936Z] #42 5.556 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.o9YT4fjKJs/src/github.com/opencontainers/runc [2019-09-27T15:46:14.936Z] #42 5.556 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-09-27T15:46:14.936Z] #42 5.558 Cloning into '/tmp/tmp.o9YT4fjKJs/src/github.com/opencontainers/runc'... [2019-09-27T15:46:15.155Z] a57c1f92afc5: Pull complete [2019-09-27T15:46:15.156Z] 25fa99d24d1e: Pull complete [2019-09-27T15:46:15.156Z] Digest: sha256:76b52857546f070cc3ac499accb27b8c411b10ff6d45c0b1da2a8aab7b61fe29 [2019-09-27T15:46:15.156Z] Status: Downloaded newer image for golang:1.12.9-stretch [2019-09-27T15:46:15.156Z] ---> 3790327bbace [2019-09-27T15:46:15.156Z] Step 5/125 : ARG APT_MIRROR [2019-09-27T15:46:15.156Z] ---> Running in 4ba4a759c960 [2019-09-27T15:46:15.156Z] - Network Drivers: [2019-09-27T15:46:15.156Z] - "overlay": [2019-09-27T15:46:15.156Z] - CONFIG_VXLAN: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-27T15:46:15.156Z] Optional (for encrypted networks): [2019-09-27T15:46:15.156Z] - CONFIG_CRYPTO: enabled [2019-09-27T15:46:15.156Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_XFRM: enabled [2019-09-27T15:46:15.156Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-27T15:46:15.156Z] - "ipvlan": [2019-09-27T15:46:15.156Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-27T15:46:15.156Z] - "macvlan": [2019-09-27T15:46:15.156Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_DUMMY: enabled (as module) [2019-09-27T15:46:15.156Z] - "ftp,tftp client in container": [2019-09-27T15:46:15.156Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-27T15:46:15.156Z] - Storage Drivers: [2019-09-27T15:46:15.156Z] - "aufs": [2019-09-27T15:46:15.156Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-27T15:46:15.156Z] - "btrfs": [2019-09-27T15:46:15.156Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-27T15:46:15.156Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-27T15:46:15.156Z] - "devicemapper": [2019-09-27T15:46:15.156Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-27T15:46:15.156Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-27T15:46:15.156Z] - "overlay": [2019-09-27T15:46:15.156Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-27T15:46:15.156Z] - "zfs": [2019-09-27T15:46:15.156Z] - /dev/zfs: missing [2019-09-27T15:46:15.156Z] - zfs command: missing [2019-09-27T15:46:15.156Z] - zpool command: missing [2019-09-27T15:46:15.156Z] [2019-09-27T15:46:15.156Z] Limits: [2019-09-27T15:46:15.156Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-27T15:46:15.156Z] [2019-09-27T15:46:15.156Z] + true [Pipeline] } [Pipeline] // stage [2019-09-27T15:46:15.192Z] #42 ... [2019-09-27T15:46:15.192Z] [2019-09-27T15:46:15.192Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T15:46:15.192Z] #55 2.778 + mktemp -d [2019-09-27T15:46:15.192Z] #55 2.778 + export GOPATH=/tmp/tmp.b6WUftry55 [2019-09-27T15:46:15.192Z] #55 2.778 + git clone https://github.com/docker/distribution.git /tmp/tmp.b6WUftry55/src/github.com/docker/distribution [2019-09-27T15:46:15.192Z] #55 2.786 Cloning into '/tmp/tmp.b6WUftry55/src/github.com/docker/distribution'... [2019-09-27T15:46:15.192Z] #55 ... [2019-09-27T15:46:15.192Z] [2019-09-27T15:46:15.192Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-27T15:46:15.192Z] #53 5.340 + RM_GOPATH=0 [2019-09-27T15:46:15.192Z] #53 5.340 + TMP_GOPATH= [2019-09-27T15:46:15.192Z] #53 5.340 + : /build [2019-09-27T15:46:15.192Z] #53 5.340 + '[' -z '' ']' [2019-09-27T15:46:15.192Z] #53 5.342 ++ mktemp -d [2019-09-27T15:46:15.192Z] #53 5.346 + export GOPATH=/tmp/tmp.smgWxMLpxy [2019-09-27T15:46:15.192Z] #53 5.346 + GOPATH=/tmp/tmp.smgWxMLpxy [2019-09-27T15:46:15.192Z] #53 5.346 + RM_GOPATH=1 [2019-09-27T15:46:15.192Z] #53 5.349 ++ dirname ./install.sh [2019-09-27T15:46:15.192Z] #53 5.350 + dir=. [2019-09-27T15:46:15.192Z] #53 5.350 + bin=dockercli [2019-09-27T15:46:15.192Z] #53 5.350 + shift [2019-09-27T15:46:15.192Z] #53 5.350 + '[' '!' -f ./dockercli.installer ']' [2019-09-27T15:46:15.192Z] #53 5.350 + . ./dockercli.installer [2019-09-27T15:46:15.192Z] #53 5.351 ++ DOCKERCLI_CHANNEL=stable [2019-09-27T15:46:15.192Z] #53 5.351 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-27T15:46:15.192Z] #53 5.351 + install_dockercli [2019-09-27T15:46:15.192Z] #53 5.352 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-27T15:46:15.192Z] #53 5.352 Install docker/cli version 17.06.2-ce from stable [2019-09-27T15:46:15.192Z] #53 5.352 ++ uname -m [2019-09-27T15:46:15.192Z] #53 5.354 + arch=x86_64 [2019-09-27T15:46:15.192Z] #53 5.354 + '[' x86_64 '!=' x86_64 ']' [2019-09-27T15:46:15.192Z] #53 5.355 + url=https://download.docker.com/linux/static [2019-09-27T15:46:15.192Z] #53 5.355 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-27T15:46:15.192Z] #53 5.362 + tar -xz docker/docker [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-27T15:46:15.447Z] #53 ... [2019-09-27T15:46:15.447Z] [2019-09-27T15:46:15.447Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-27T15:46:15.447Z] #24 10.94 + git checkout -q v2.0.6 [2019-09-27T15:46:15.447Z] #24 11.17 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-09-27T15:46:15.521Z] Removing intermediate container 4ba4a759c960 [2019-09-27T15:46:15.521Z] ---> ef717a009be0 [2019-09-27T15:46:15.521Z] Step 6/125 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2019-09-27T15:46:15.521Z] ---> Running in a626d4244e67 [2019-09-27T15:46:15.594Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:3136dea250b22e35d47b1ccda744645a86231aa7 -f Dockerfile . [2019-09-27T15:46:15.776Z] Client: [2019-09-27T15:46:15.776Z] Debug Mode: false [2019-09-27T15:46:15.776Z] Plugins: [2019-09-27T15:46:15.776Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-09-27T15:46:15.776Z] [2019-09-27T15:46:15.776Z] Server: [2019-09-27T15:46:15.776Z] Containers: 0 [2019-09-27T15:46:15.776Z] Running: 0 [2019-09-27T15:46:15.776Z] Paused: 0 [2019-09-27T15:46:15.776Z] Stopped: 0 [2019-09-27T15:46:15.776Z] Images: 8 [2019-09-27T15:46:15.776Z] Server Version: 19.03.2 [2019-09-27T15:46:15.776Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-27T15:46:15.776Z] Windows: [2019-09-27T15:46:15.776Z] LCOW: [2019-09-27T15:46:15.776Z] Logging Driver: json-file [2019-09-27T15:46:15.776Z] Plugins: [2019-09-27T15:46:15.776Z] Volume: local [2019-09-27T15:46:15.776Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-27T15:46:15.776Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-27T15:46:15.776Z] Swarm: inactive [2019-09-27T15:46:15.776Z] Default Isolation: process [2019-09-27T15:46:15.776Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-27T15:46:15.776Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-27T15:46:15.776Z] OSType: windows [2019-09-27T15:46:15.776Z] Architecture: x86_64 [2019-09-27T15:46:15.776Z] CPUs: 4 [2019-09-27T15:46:15.776Z] Total Memory: 32GiB [2019-09-27T15:46:15.776Z] Name: azwin-2-b4f710 [2019-09-27T15:46:15.776Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-09-27T15:46:15.776Z] Docker Root Dir: D:\docker [2019-09-27T15:46:15.776Z] Debug Mode: false [2019-09-27T15:46:15.776Z] Registry: https://index.docker.io/v1/ [2019-09-27T15:46:15.776Z] Labels: [2019-09-27T15:46:15.776Z] Experimental: true [2019-09-27T15:46:15.776Z] Insecure Registries: [2019-09-27T15:46:15.776Z] 10.0.0.4:5000 [2019-09-27T15:46:15.776Z] 127.0.0.0/8 [2019-09-27T15:46:15.776Z] Registry Mirrors: [2019-09-27T15:46:15.776Z] http://10.0.0.4:5000/ [2019-09-27T15:46:15.776Z] Live Restore Enabled: false [2019-09-27T15:46:15.776Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-09-27T15:46:16.790Z] Removing intermediate container a626d4244e67 [2019-09-27T15:46:16.790Z] ---> 70ed6c3c5106 [2019-09-27T15:46:16.790Z] Step 7/125 : FROM base AS criu [2019-09-27T15:46:16.790Z] ---> 70ed6c3c5106 [2019-09-27T15:46:16.790Z] Step 8/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:46:16.790Z] ---> Running in 352f1f6253b8 [2019-09-27T15:46:16.790Z] Removing intermediate container 352f1f6253b8 [2019-09-27T15:46:16.790Z] ---> 3c5de1d63f09 [2019-09-27T15:46:16.790Z] Step 9/125 : ENV CRIU_VERSION 3.12 [2019-09-27T15:46:16.790Z] ---> Running in da98e191f35f [2019-09-27T15:46:17.170Z] Removing intermediate container da98e191f35f [2019-09-27T15:46:17.170Z] ---> 8c406fc39337 [2019-09-27T15:46:17.170Z] Step 10/125 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-27T15:46:17.170Z] ---> Running in a8daadec9dea [2019-09-27T15:46:17.195Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 2.0s done [2019-09-27T15:46:17.195Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 [2019-09-27T15:46:17.579Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:46:17.579Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:46:17.579Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:46:17.579Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:46:17.579Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:46:17.960Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-27T15:46:17.960Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-27T15:46:17.960Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-27T15:46:18.287Z] Sending build context to Docker daemon 49.9MB [2019-09-27T15:46:18.287Z] Step 1/125 : ARG CROSS="false" [2019-09-27T15:46:18.287Z] Step 2/125 : ARG GO_VERSION=1.12.9 [2019-09-27T15:46:18.287Z] Step 3/125 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-27T15:46:18.287Z] Step 4/125 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-27T15:46:18.287Z] 1.12.9-stretch: Pulling from library/golang [2019-09-27T15:46:18.287Z] 10831a4d6f42: Pulling fs layer [2019-09-27T15:46:18.287Z] f794a2e4526b: Pulling fs layer [2019-09-27T15:46:18.287Z] e3fa2203e375: Pulling fs layer [2019-09-27T15:46:18.287Z] 004465f1c815: Pulling fs layer [2019-09-27T15:46:18.287Z] c19c19fc3c99: Pulling fs layer [2019-09-27T15:46:18.287Z] 7a3f1abdfc4a: Pulling fs layer [2019-09-27T15:46:18.287Z] f6e51afc7ba4: Pulling fs layer [2019-09-27T15:46:18.287Z] c19c19fc3c99: Waiting [2019-09-27T15:46:18.287Z] f6e51afc7ba4: Waiting [2019-09-27T15:46:18.287Z] 7a3f1abdfc4a: Waiting [2019-09-27T15:46:18.287Z] 004465f1c815: Waiting [2019-09-27T15:46:18.751Z] #24 ... [2019-09-27T15:46:18.751Z] [2019-09-27T15:46:18.751Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-27T15:46:18.751Z] #53 13.12 + mkdir -p /build [2019-09-27T15:46:18.751Z] #53 13.13 + mv docker/docker /build/ [2019-09-27T15:46:18.751Z] #53 13.14 + rmdir docker [2019-09-27T15:46:18.751Z] #53 DONE 14.3s [2019-09-27T15:46:18.751Z] [2019-09-27T15:46:18.751Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T15:46:18.751Z] #55 13.46 + cd /tmp/tmp.b6WUftry55/src/github.com/docker/distribution [2019-09-27T15:46:18.751Z] #55 13.46 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-27T15:46:18.912Z] e3fa2203e375: Verifying Checksum [2019-09-27T15:46:18.912Z] e3fa2203e375: Download complete [2019-09-27T15:46:19.088Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 1.8s done [2019-09-27T15:46:19.089Z] #4 extracting sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e [2019-09-27T15:46:19.202Z] f794a2e4526b: Verifying Checksum [2019-09-27T15:46:19.202Z] f794a2e4526b: Download complete [2019-09-27T15:46:19.502Z] Fetched 7668 kB in 1s (4720 kB/s) [2019-09-27T15:46:19.679Z] #55 15.80 + GOPATH=/tmp/tmp.b6WUftry55/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.b6WUftry55 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-27T15:46:19.900Z] Reading package lists... [2019-09-27T15:46:20.291Z] Reading package lists... [2019-09-27T15:46:20.655Z] Building dependency tree... [2019-09-27T15:46:20.655Z] Reading state information... [2019-09-27T15:46:20.655Z] The following additional packages will be installed: [2019-09-27T15:46:20.655Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-27T15:46:20.655Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-27T15:46:20.655Z] Suggested packages: [2019-09-27T15:46:20.655Z] manpages-dev python-setuptools [2019-09-27T15:46:20.655Z] The following NEW packages will be installed: [2019-09-27T15:46:20.655Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-27T15:46:20.655Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-27T15:46:20.655Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-27T15:46:20.655Z] zlib1g-dev [2019-09-27T15:46:20.655Z] 0 upgraded, 16 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:46:20.655Z] Need to get 3476 kB of archives. [2019-09-27T15:46:20.655Z] After this operation, 20.2 MB of additional disk space will be used. [2019-09-27T15:46:20.655Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-27T15:46:21.026Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-09-27T15:46:21.026Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-09-27T15:46:21.026Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-27T15:46:21.026Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] [2019-09-27T15:46:21.026Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-27T15:46:21.026Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] [2019-09-27T15:46:21.026Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] [2019-09-27T15:46:21.026Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-09-27T15:46:21.026Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-09-27T15:46:21.026Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-09-27T15:46:21.026Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-09-27T15:46:21.026Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] [2019-09-27T15:46:21.026Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-09-27T15:46:21.026Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-27T15:46:21.026Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-09-27T15:46:21.026Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:46:21.026Z] Fetched 3476 kB in 0s (26.3 MB/s) [2019-09-27T15:46:21.392Z] Selecting previously unselected package libnet1:s390x. [2019-09-27T15:46:21.392Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-27T15:46:21.392Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-27T15:46:21.392Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-27T15:46:21.392Z] Selecting previously unselected package libcap-dev:s390x. [2019-09-27T15:46:21.392Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-09-27T15:46:21.392Z] Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-09-27T15:46:21.392Z] Selecting previously unselected package libnet1-dev. [2019-09-27T15:46:21.392Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-09-27T15:46:21.564Z] #55 ... [2019-09-27T15:46:21.564Z] [2019-09-27T15:46:21.564Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-27T15:46:21.565Z] #61 7.362 + cd /tmp/tmp.YTmSNENRvL/src/github.com/rootless-containers/rootlesskit [2019-09-27T15:46:21.565Z] #61 7.362 + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-27T15:46:21.565Z] #61 7.830 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T15:46:21.565Z] #61 7.830 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-27T15:46:21.565Z] #61 ... [2019-09-27T15:46:21.565Z] [2019-09-27T15:46:21.565Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T15:46:21.565Z] #42 13.37 + cd /tmp/tmp.o9YT4fjKJs/src/github.com/opencontainers/runc [2019-09-27T15:46:21.565Z] #42 13.37 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-27T15:46:21.565Z] #42 13.52 + '[' -z '' ']' [2019-09-27T15:46:21.565Z] #42 13.52 + target=static [2019-09-27T15:46:21.565Z] #42 13.52 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-27T15:46:21.565Z] #42 15.88 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-09-27T15:46:21.900Z] 10831a4d6f42: Download complete [2019-09-27T15:46:21.915Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T15:46:21.915Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-27T15:46:21.915Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-27T15:46:21.915Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-27T15:46:21.915Z] Selecting previously unselected package libnl-3-dev:s390x. [2019-09-27T15:46:21.915Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-09-27T15:46:21.915Z] Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-09-27T15:46:21.915Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-27T15:46:21.915Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-27T15:46:21.915Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-27T15:46:21.915Z] Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-09-27T15:46:21.915Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-09-27T15:46:21.915Z] Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-27T15:46:21.915Z] Selecting previously unselected package zlib1g-dev:s390x. [2019-09-27T15:46:21.915Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-09-27T15:46:21.915Z] Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-27T15:46:21.915Z] Selecting previously unselected package libprotobuf10:s390x. [2019-09-27T15:46:21.915Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-09-27T15:46:21.915Z] Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-09-27T15:46:21.915Z] Selecting previously unselected package libprotobuf-lite10:s390x. [2019-09-27T15:46:21.915Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-09-27T15:46:21.915Z] Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-27T15:46:21.915Z] Selecting previously unselected package libprotobuf-dev:s390x. [2019-09-27T15:46:21.915Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-09-27T15:46:21.915Z] Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-27T15:46:22.307Z] Selecting previously unselected package libprotoc10:s390x. [2019-09-27T15:46:22.307Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-09-27T15:46:22.307Z] Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-09-27T15:46:22.307Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-27T15:46:22.307Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-09-27T15:46:22.307Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-27T15:46:22.307Z] Selecting previously unselected package protobuf-compiler. [2019-09-27T15:46:22.307Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-09-27T15:46:22.307Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-27T15:46:22.307Z] Selecting previously unselected package python-pkg-resources. [2019-09-27T15:46:22.307Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T15:46:22.307Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-27T15:46:22.307Z] Selecting previously unselected package python-protobuf. [2019-09-27T15:46:22.307Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-09-27T15:46:22.307Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-27T15:46:22.532Z] #42 ... [2019-09-27T15:46:22.532Z] [2019-09-27T15:46:22.532Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-27T15:46:22.532Z] #50 18.29 + cd /tmp/tmp.P7AyTvtLa2/src/github.com/docker/libnetwork [2019-09-27T15:46:22.532Z] #50 18.30 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T15:46:22.532Z] #50 18.46 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-27T15:46:22.674Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-27T15:46:22.674Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-27T15:46:22.674Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-27T15:46:22.674Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T15:46:22.674Z] Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-09-27T15:46:22.674Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:22.922Z] 004465f1c815: Verifying Checksum [2019-09-27T15:46:22.922Z] 004465f1c815: Download complete [2019-09-27T15:46:23.054Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-27T15:46:23.210Z] f6e51afc7ba4: Verifying Checksum [2019-09-27T15:46:23.210Z] f6e51afc7ba4: Download complete [2019-09-27T15:46:23.210Z] c19c19fc3c99: Verifying Checksum [2019-09-27T15:46:23.210Z] c19c19fc3c99: Download complete [2019-09-27T15:46:23.275Z] #4 extracting sha256:e37857ebcafa884bab50334df65c4fb9dfc5e563a4bc4c2f68d00c8fed55597e 4.1s done [2019-09-27T15:46:23.275Z] #4 extracting sha256:b0e29f6c7f0a71959bfca4126637e0d029badc6684813aaf128270c8592b4b97 [2019-09-27T15:46:23.275Z] #4 extracting sha256:b0e29f6c7f0a71959bfca4126637e0d029badc6684813aaf128270c8592b4b97 done [2019-09-27T15:46:23.275Z] #4 DONE 14.3s [2019-09-27T15:46:23.426Z] Setting up libcap-dev:s390x (1:2.25-1) ... [2019-09-27T15:46:23.426Z] Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-27T15:46:23.426Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-27T15:46:23.426Z] Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-27T15:46:23.426Z] Setting up libprotoc10:s390x (3.0.0-9) ... [2019-09-27T15:46:23.426Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-27T15:46:23.426Z] Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-27T15:46:23.426Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-27T15:46:23.426Z] Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-27T15:46:23.426Z] Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-09-27T15:46:23.426Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:23.531Z] [2019-09-27T15:46:23.532Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-27T15:46:24.237Z] Removing intermediate container a8daadec9dea [2019-09-27T15:46:24.237Z] ---> f7bb2e2e74e0 [2019-09-27T15:46:24.237Z] Step 11/125 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-27T15:46:24.237Z] ---> Running in a78aef4c6b30 [2019-09-27T15:46:25.532Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-27T15:46:25.532Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T15:46:25.532Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T15:46:25.532Z]  GEN .gitid [2019-09-27T15:46:25.532Z] GEN criu/include/version.h [2019-09-27T15:46:25.532Z] GEN include/common/asm [2019-09-27T15:46:25.906Z] 10831a4d6f42: Pull complete [2019-09-27T15:46:26.019Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-27T15:46:26.019Z] PBCC images/opts.pb-c.c [2019-09-27T15:46:26.019Z] PBCC images/sit.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-27T15:46:26.019Z] DEP images/opts.pb-c.d [2019-09-27T15:46:26.019Z] DEP images/sit.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/macvlan.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/macvlan.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/autofs.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/autofs.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/sysctl.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/sysctl.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/time.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/time.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/binfmt-misc.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/binfmt-misc.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/seccomp.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/seccomp.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/userns.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/userns.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/cgroup.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/cgroup.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/fown.pb-c.c [2019-09-27T15:46:26.019Z] PBCC images/ext-file.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/fown.pb-c.d [2019-09-27T15:46:26.019Z] DEP images/ext-file.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/rpc.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/rpc.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/siginfo.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/siginfo.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/pagemap.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/pagemap.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/rlimit.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/rlimit.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/file-lock.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/file-lock.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/tty.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/tty.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/tun.pb-c.c [2019-09-27T15:46:26.019Z] PBCC images/netdev.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/tun.pb-c.d [2019-09-27T15:46:26.019Z] DEP images/netdev.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/vma.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/vma.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/creds.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/creds.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/utsns.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/utsns.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/ipc-desc.pb-c.c [2019-09-27T15:46:26.019Z] PBCC images/ipc-sem.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/ipc-desc.pb-c.d [2019-09-27T15:46:26.019Z] DEP images/ipc-sem.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/ipc-msg.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/ipc-msg.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/ipc-shm.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/ipc-shm.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/ipc-var.pb-c.c [2019-09-27T15:46:26.019Z] DEP images/ipc-var.pb-c.d [2019-09-27T15:46:26.019Z] PBCC images/sk-opts.pb-c.c [2019-09-27T15:46:26.406Z] PBCC images/packet-sock.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/sk-opts.pb-c.d [2019-09-27T15:46:26.406Z] DEP images/packet-sock.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/sk-netlink.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/sk-netlink.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/sk-inet.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/sk-inet.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/sk-unix.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/sk-unix.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/mm.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/mm.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/timerfd.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/timerfd.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/timer.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/timer.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/sa.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/sa.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/pipe-data.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/pipe-data.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/mnt.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/mnt.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/sk-packet.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/sk-packet.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/tcp-stream.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/tcp-stream.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/pipe.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/pipe.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/pstree.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/pstree.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/fs.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/fs.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/signalfd.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/signalfd.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/fh.pb-c.c [2019-09-27T15:46:26.406Z] PBCC images/fsnotify.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/fh.pb-c.d [2019-09-27T15:46:26.406Z] DEP images/fsnotify.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/eventpoll.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/eventpoll.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/eventfd.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/eventfd.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/remap-file-path.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/remap-file-path.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/fifo.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/fifo.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/ghost-file.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/ghost-file.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/regfile.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/regfile.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/ns.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/ns.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/fdinfo.pb-c.c [2019-09-27T15:46:26.406Z] DEP images/fdinfo.pb-c.d [2019-09-27T15:46:26.406Z] PBCC images/core-aarch64.pb-c.c [2019-09-27T15:46:26.406Z] PBCC images/core-arm.pb-c.c [2019-09-27T15:46:26.406Z] PBCC images/core-ppc64.pb-c.c [2019-09-27T15:46:26.407Z] PBCC images/core-s390.pb-c.c [2019-09-27T15:46:26.407Z] PBCC images/core-x86.pb-c.c [2019-09-27T15:46:26.693Z] #50 ... [2019-09-27T15:46:26.693Z] [2019-09-27T15:46:26.693Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:46:26.693Z] #33 12.52 unicode/utf8 [2019-09-27T15:46:26.693Z] #33 13.07 math/bits [2019-09-27T15:46:26.693Z] #33 13.67 math [2019-09-27T15:46:26.693Z] #33 18.05 strconv [2019-09-27T15:46:26.693Z] #33 21.28 internal/testlog [2019-09-27T15:46:26.693Z] #33 21.48 encoding [2019-09-27T15:46:26.693Z] #33 21.58 unicode/utf16 [2019-09-27T15:46:26.693Z] #33 21.73 container/list [2019-09-27T15:46:26.693Z] #33 22.04 crypto/internal/subtle [2019-09-27T15:46:26.693Z] #33 22.15 crypto/subtle [2019-09-27T15:46:26.693Z] #33 22.25 crypto/rc4 [2019-09-27T15:46:26.693Z] #33 22.55 internal/x/crypto/cryptobyte/asn1 [2019-09-27T15:46:26.693Z] #33 22.80 internal/nettrace [2019-09-27T15:46:26.783Z] PBCC images/core.pb-c.c [2019-09-27T15:46:26.783Z] PBCC images/inventory.pb-c.c [2019-09-27T15:46:26.783Z] DEP images/core-aarch64.pb-c.d [2019-09-27T15:46:26.783Z] DEP images/core-arm.pb-c.d [2019-09-27T15:46:26.783Z] DEP images/core-ppc64.pb-c.d [2019-09-27T15:46:26.783Z] DEP images/core-s390.pb-c.d [2019-09-27T15:46:26.783Z] DEP images/core-x86.pb-c.d [2019-09-27T15:46:26.783Z] DEP images/core.pb-c.d [2019-09-27T15:46:26.783Z] DEP images/inventory.pb-c.d [2019-09-27T15:46:26.783Z] PBCC images/cpuinfo.pb-c.c [2019-09-27T15:46:26.783Z] DEP images/cpuinfo.pb-c.d [2019-09-27T15:46:26.783Z] PBCC images/stats.pb-c.c [2019-09-27T15:46:26.783Z] DEP images/stats.pb-c.d [2019-09-27T15:46:26.783Z] make[1]: Nothing to be done for 'all'. [2019-09-27T15:46:26.803Z] #5 DONE 3.3s [2019-09-27T15:46:26.803Z] [2019-09-27T15:46:26.803Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:46:26.803Z] #22 DONE 0.1s [2019-09-27T15:46:26.803Z] [2019-09-27T15:46:26.803Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-27T15:46:26.919Z] f794a2e4526b: Pull complete [2019-09-27T15:46:26.947Z] #33 22.85 internal/x/net/dns/dnsmessage [2019-09-27T15:46:27.166Z] CC images/stats.o [2019-09-27T15:46:27.166Z] CC images/core.o [2019-09-27T15:46:27.166Z] CC images/core-x86.o [2019-09-27T15:46:27.166Z] CC images/core-arm.o [2019-09-27T15:46:27.166Z] CC images/core-aarch64.o [2019-09-27T15:46:27.166Z] CC images/core-ppc64.o [2019-09-27T15:46:27.206Z] e3fa2203e375: Pull complete [2019-09-27T15:46:27.542Z] CC images/core-s390.o [2019-09-27T15:46:27.542Z] CC images/cpuinfo.o [2019-09-27T15:46:27.542Z] CC images/inventory.o [2019-09-27T15:46:27.542Z] CC images/fdinfo.o [2019-09-27T15:46:27.542Z] CC images/fown.o [2019-09-27T15:46:27.542Z] CC images/ns.o [2019-09-27T15:46:27.542Z] CC images/regfile.o [2019-09-27T15:46:27.542Z] CC images/ghost-file.o [2019-09-27T15:46:27.550Z] #33 ... [2019-09-27T15:46:27.550Z] [2019-09-27T15:46:27.550Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T15:46:27.550Z] #30 13.62 unicode/utf8 [2019-09-27T15:46:27.550Z] #30 13.94 strconv [2019-09-27T15:46:27.550Z] #30 17.41 internal/race [2019-09-27T15:46:27.550Z] #30 17.52 sync/atomic [2019-09-27T15:46:27.550Z] #30 17.81 unicode [2019-09-27T15:46:27.550Z] #30 19.75 internal/testlog [2019-09-27T15:46:27.550Z] #30 20.01 encoding [2019-09-27T15:46:27.550Z] #30 20.46 runtime/cgo [2019-09-27T15:46:27.917Z] CC images/fifo.o [2019-09-27T15:46:27.917Z] CC images/remap-file-path.o [2019-09-27T15:46:27.917Z] CC images/eventfd.o [2019-09-27T15:46:27.917Z] CC images/eventpoll.o [2019-09-27T15:46:27.917Z] CC images/fh.o [2019-09-27T15:46:27.917Z] CC images/fsnotify.o [2019-09-27T15:46:27.917Z] CC images/signalfd.o [2019-09-27T15:46:27.917Z] CC images/fs.o [2019-09-27T15:46:27.917Z] CC images/pstree.o [2019-09-27T15:46:27.917Z] CC images/pipe.o [2019-09-27T15:46:27.917Z] CC images/tcp-stream.o [2019-09-27T15:46:28.284Z] CC images/sk-packet.o [2019-09-27T15:46:28.284Z] CC images/mnt.o [2019-09-27T15:46:28.284Z] CC images/pipe-data.o [2019-09-27T15:46:28.284Z] CC images/sa.o [2019-09-27T15:46:28.284Z] CC images/timer.o [2019-09-27T15:46:28.284Z] CC images/timerfd.o [2019-09-27T15:46:28.284Z] CC images/mm.o [2019-09-27T15:46:28.284Z] CC images/sk-opts.o [2019-09-27T15:46:28.284Z] CC images/sk-unix.o [2019-09-27T15:46:28.284Z] CC images/sk-inet.o [2019-09-27T15:46:28.284Z] CC images/tun.o [2019-09-27T15:46:28.653Z] CC images/sk-netlink.o [2019-09-27T15:46:28.653Z] CC images/packet-sock.o [2019-09-27T15:46:28.653Z] CC images/ipc-var.o [2019-09-27T15:46:28.653Z] CC images/ipc-desc.o [2019-09-27T15:46:28.653Z] CC images/ipc-shm.o [2019-09-27T15:46:28.653Z] CC images/ipc-msg.o [2019-09-27T15:46:28.653Z] CC images/ipc-sem.o [2019-09-27T15:46:28.653Z] CC images/utsns.o [2019-09-27T15:46:28.653Z] CC images/creds.o [2019-09-27T15:46:28.653Z] CC images/vma.o [2019-09-27T15:46:28.653Z] CC images/netdev.o [2019-09-27T15:46:28.653Z] CC images/tty.o [2019-09-27T15:46:28.688Z] 7a3f1abdfc4a: Verifying Checksum [2019-09-27T15:46:28.688Z] 7a3f1abdfc4a: Download complete [2019-09-27T15:46:29.022Z] CC images/file-lock.o [2019-09-27T15:46:29.022Z] CC images/rlimit.o [2019-09-27T15:46:29.022Z] CC images/pagemap.o [2019-09-27T15:46:29.022Z] CC images/siginfo.o [2019-09-27T15:46:29.022Z] CC images/rpc.o [2019-09-27T15:46:29.022Z] CC images/ext-file.o [2019-09-27T15:46:29.022Z] CC images/cgroup.o [2019-09-27T15:46:29.328Z] #6 2.733 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:46:29.328Z] #6 2.787 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:46:29.328Z] #6 2.806 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:46:29.514Z] CC images/userns.o [2019-09-27T15:46:29.514Z] CC images/google/protobuf/descriptor.o [2019-09-27T15:46:29.514Z] CC images/opts.o [2019-09-27T15:46:29.514Z] CC images/seccomp.o [2019-09-27T15:46:29.514Z] CC images/binfmt-misc.o [2019-09-27T15:46:29.514Z] CC images/time.o [2019-09-27T15:46:29.514Z] CC images/sysctl.o [2019-09-27T15:46:29.586Z] #6 2.810 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:46:29.586Z] #6 2.821 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:46:29.586Z] #6 3.046 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T15:46:29.912Z] CC images/autofs.o [2019-09-27T15:46:29.913Z] CC images/macvlan.o [2019-09-27T15:46:29.913Z] CC images/sit.o [2019-09-27T15:46:29.913Z] LINK images/built-in.o [2019-09-27T15:46:29.913Z] GEN compel/include/asm [2019-09-27T15:46:29.913Z] GEN compel/include/version.h [2019-09-27T15:46:29.913Z] touch .config [2019-09-27T15:46:29.913Z] GEN include/common/config.h [2019-09-27T15:46:29.913Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-09-27T15:46:29.913Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-27T15:46:29.913Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-27T15:46:29.913Z] GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-09-27T15:46:29.913Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-09-27T15:46:29.913Z] DEP compel/arch/s390/plugins/std/parasite-head.d [2019-09-27T15:46:29.913Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-27T15:46:29.913Z] DEP compel/plugins/std/infect.d [2019-09-27T15:46:29.913Z] DEP compel/plugins/std/string.d [2019-09-27T15:46:29.913Z] DEP compel/plugins/std/log.d [2019-09-27T15:46:29.913Z] DEP compel/plugins/std/fds.d [2019-09-27T15:46:29.913Z] DEP compel/plugins/std/std.d [2019-09-27T15:46:29.913Z] DEP compel/plugins/shmem/shmem.d [2019-09-27T15:46:29.913Z] DEP compel/plugins/fds/fds.d [2019-09-27T15:46:29.913Z] CC compel/plugins/std/std.o [2019-09-27T15:46:29.913Z] CC compel/plugins/std/fds.o [2019-09-27T15:46:30.151Z] #6 3.497 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T15:46:30.276Z] CC compel/plugins/std/log.o [2019-09-27T15:46:30.276Z] CC compel/plugins/std/string.o [2019-09-27T15:46:30.276Z] CC compel/plugins/std/infect.o [2019-09-27T15:46:30.408Z] #6 3.679 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T15:46:30.645Z] CC compel/arch/s390/plugins/std/parasite-head.o [2019-09-27T15:46:30.645Z] CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-09-27T15:46:30.645Z] CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-09-27T15:46:30.645Z] AR compel/plugins/std.lib.a [2019-09-27T15:46:30.645Z] CC compel/plugins/fds/fds.o [2019-09-27T15:46:30.645Z] AR compel/plugins/fds.lib.a [2019-09-27T15:46:30.645Z] HOSTDEP compel/src/lib/log-host.d [2019-09-27T15:46:30.645Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-27T15:46:30.645Z] HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-09-27T15:46:30.645Z] HOSTDEP compel/src/main-host.d [2019-09-27T15:46:30.645Z] DEP compel/src/lib/ptrace.d [2019-09-27T15:46:30.645Z] DEP compel/src/lib/infect.d [2019-09-27T15:46:30.645Z] DEP compel/src/lib/infect-util.d [2019-09-27T15:46:30.645Z] DEP compel/src/lib/infect-rpc.d [2019-09-27T15:46:30.645Z] DEP compel/arch/s390/src/lib/infect.d [2019-09-27T15:46:30.645Z] DEP compel/arch/s390/src/lib/cpu.d [2019-09-27T15:46:30.740Z] 004465f1c815: Pull complete [2019-09-27T15:46:30.850Z] #30 ... [2019-09-27T15:46:30.850Z] [2019-09-27T15:46:30.850Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:46:30.850Z] #33 26.59 runtime/cgo [2019-09-27T15:46:31.016Z] DEP compel/src/lib/log.d [2019-09-27T15:46:31.016Z] DEP compel/src/main.d [2019-09-27T15:46:31.016Z] DEP compel/src/lib/handle-elf.d [2019-09-27T15:46:31.016Z] DEP compel/arch/s390/src/lib/handle-elf.d [2019-09-27T15:46:31.016Z] CC compel/src/lib/log.o [2019-09-27T15:46:31.016Z] CC compel/arch/s390/src/lib/cpu.o [2019-09-27T15:46:31.016Z] CC compel/arch/s390/src/lib/infect.o [2019-09-27T15:46:31.016Z] CC compel/src/lib/infect-rpc.o [2019-09-27T15:46:31.395Z] CC compel/src/lib/infect-util.o [2019-09-27T15:46:31.395Z] CC compel/src/lib/infect.o [2019-09-27T15:46:31.766Z] CC compel/src/lib/ptrace.o [2019-09-27T15:46:31.766Z] AR compel/libcompel.a [2019-09-27T15:46:31.766Z] HOSTCC compel/src/main-host.o [2019-09-27T15:46:31.766Z] HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-09-27T15:46:31.766Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-27T15:46:31.766Z] HOSTCC compel/src/lib/log-host.o [2019-09-27T15:46:31.766Z] HOSTLINK compel/compel-host-bin [2019-09-27T15:46:32.140Z] DEP soccr/soccr.d [2019-09-27T15:46:32.140Z] CC soccr/soccr.o [2019-09-27T15:46:32.140Z] AR soccr/libsoccr.a [2019-09-27T15:46:32.140Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T15:46:32.140Z] DEP criu/arch/s390/sigframe.d [2019-09-27T15:46:32.210Z] #33 ... [2019-09-27T15:46:32.210Z] [2019-09-27T15:46:32.210Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:32.210Z] #35 18.45 Fetched 7916 kB in 14s (531 kB/s) [2019-09-27T15:46:32.210Z] #35 18.45 Reading package lists... [2019-09-27T15:46:32.505Z] #35 24.00 Reading package lists... [2019-09-27T15:46:32.505Z] #35 ... [2019-09-27T15:46:32.505Z] [2019-09-27T15:46:32.505Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:32.505Z] #57 19.16 Fetched 7916 kB in 14s (547 kB/s) [2019-09-27T15:46:32.505Z] #57 19.16 Reading package lists... [2019-09-27T15:46:32.505Z] #57 25.15 Reading package lists... [2019-09-27T15:46:32.505Z] #57 ... [2019-09-27T15:46:32.505Z] [2019-09-27T15:46:32.505Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-27T15:46:32.505Z] #44 18.63 Fetched 7916 kB in 14s (545 kB/s) [2019-09-27T15:46:32.505Z] #44 18.63 Reading package lists... [2019-09-27T15:46:32.540Z] DEP criu/arch/s390/crtools.d [2019-09-27T15:46:32.540Z] DEP criu/arch/s390/cpu.d [2019-09-27T15:46:32.540Z] CC criu/arch/s390/cpu.o [2019-09-27T15:46:32.540Z] CC criu/arch/s390/crtools.o [2019-09-27T15:46:32.540Z] CC criu/arch/s390/sigframe.o [2019-09-27T15:46:32.802Z] #44 24.01 Reading package lists... [2019-09-27T15:46:32.802Z] #44 ... [2019-09-27T15:46:32.802Z] [2019-09-27T15:46:32.802Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:32.802Z] #35 24.00 Reading package lists... [2019-09-27T15:46:32.931Z] #6 6.000 Fetched 7916 kB in 4s (1805 kB/s) [2019-09-27T15:46:32.992Z] LINK criu/arch/s390/crtools.built-in.o [2019-09-27T15:46:32.992Z] DEP criu/arch/s390/vdso-pie.d [2019-09-27T15:46:32.992Z] DEP criu/pie/parasite-vdso.d [2019-09-27T15:46:32.992Z] DEP criu/pie/util-vdso.d [2019-09-27T15:46:32.992Z] DEP criu/pie/util.d [2019-09-27T15:46:32.992Z] CC criu/pie/util.o [2019-09-27T15:46:32.992Z] CC criu/pie/util-vdso.o [2019-09-27T15:46:32.992Z] CC criu/pie/parasite-vdso.o [2019-09-27T15:46:33.426Z] CC criu/arch/s390/vdso-pie.o [2019-09-27T15:46:33.426Z] AR criu/pie/pie.lib.a [2019-09-27T15:46:33.426Z] DEP criu/pie/restorer.d [2019-09-27T15:46:33.426Z] DEP criu/arch/s390/restorer.d [2019-09-27T15:46:33.426Z] DEP criu/pie/parasite.d [2019-09-27T15:46:33.426Z] CC criu/pie/parasite.o [2019-09-27T15:46:33.426Z] LINK criu/pie/parasite.built-in.o [2019-09-27T15:46:33.426Z] GEN criu/pie/parasite-blob.h [2019-09-27T15:46:33.426Z] CC criu/arch/s390/restorer.o [2019-09-27T15:46:33.442Z] c19c19fc3c99: Pull complete [2019-09-27T15:46:33.817Z] CC criu/pie/restorer.o [2019-09-27T15:46:33.864Z] #6 6.000 Reading package lists... [2019-09-27T15:46:34.064Z] #35 29.18 Building dependency tree... [2019-09-27T15:46:34.191Z] LINK criu/pie/restorer.built-in.o [2019-09-27T15:46:34.191Z] GEN criu/pie/restorer-blob.h [2019-09-27T15:46:34.191Z] DEP criu/vdso.d [2019-09-27T15:46:34.191Z] DEP criu/uts_ns.d [2019-09-27T15:46:34.191Z] DEP criu/util.d [2019-09-27T15:46:34.191Z] DEP criu/uffd.d [2019-09-27T15:46:34.191Z] DEP criu/tun.d [2019-09-27T15:46:34.191Z] DEP criu/tty.d [2019-09-27T15:46:34.191Z] DEP criu/timerfd.d [2019-09-27T15:46:34.320Z] #35 30.36 Reading state information... [2019-09-27T15:46:34.561Z] DEP criu/sysfs_parse.d [2019-09-27T15:46:34.561Z] DEP criu/sysctl.d [2019-09-27T15:46:34.561Z] DEP criu/string.d [2019-09-27T15:46:34.561Z] DEP criu/stats.d [2019-09-27T15:46:34.561Z] DEP criu/sockets.d [2019-09-27T15:46:34.561Z] DEP criu/sk-unix.d [2019-09-27T15:46:34.561Z] DEP criu/sk-tcp.d [2019-09-27T15:46:34.561Z] DEP criu/sk-queue.d [2019-09-27T15:46:34.561Z] DEP criu/sk-packet.d [2019-09-27T15:46:34.561Z] DEP criu/sk-netlink.d [2019-09-27T15:46:34.561Z] DEP criu/sk-inet.d [2019-09-27T15:46:34.561Z] DEP criu/signalfd.d [2019-09-27T15:46:34.941Z] DEP criu/sigframe.d [2019-09-27T15:46:34.941Z] DEP criu/shmem.d [2019-09-27T15:46:34.941Z] DEP criu/servicefd.d [2019-09-27T15:46:34.941Z] DEP criu/seize.d [2019-09-27T15:46:34.941Z] DEP criu/seccomp.d [2019-09-27T15:46:34.941Z] DEP criu/rst-malloc.d [2019-09-27T15:46:34.941Z] DEP criu/rbtree.d [2019-09-27T15:46:34.941Z] DEP criu/pstree.d [2019-09-27T15:46:34.941Z] DEP criu/protobuf.d [2019-09-27T15:46:34.941Z] GEN criu/protobuf-desc-gen.h [2019-09-27T15:46:35.236Z] #6 7.251 Reading package lists... [2019-09-27T15:46:35.236Z] #6 ... [2019-09-27T15:46:35.236Z] [2019-09-27T15:46:35.236Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-27T15:46:35.236Z] #17 2.701 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:46:35.236Z] #17 2.786 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:46:35.236Z] #17 2.809 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:46:35.236Z] #17 2.819 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:46:35.236Z] #17 2.820 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:46:35.236Z] #17 3.060 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T15:46:35.236Z] #17 3.453 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T15:46:35.236Z] #17 3.641 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T15:46:35.236Z] #17 6.093 Fetched 7916 kB in 4s (1746 kB/s) [2019-09-27T15:46:35.236Z] #17 6.093 Reading package lists... [2019-09-27T15:46:35.236Z] #17 7.400 Reading package lists... [2019-09-27T15:46:35.236Z] #17 8.591 Building dependency tree... [2019-09-27T15:46:35.236Z] #17 ... [2019-09-27T15:46:35.236Z] [2019-09-27T15:46:35.236Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-27T15:46:35.236Z] #6 7.251 Reading package lists... [2019-09-27T15:46:35.287Z] #35 31.63 The following additional packages will be installed: [2019-09-27T15:46:35.307Z] DEP criu/protobuf-desc.d [2019-09-27T15:46:35.307Z] DEP criu/proc_parse.d [2019-09-27T15:46:35.307Z] DEP criu/plugin.d [2019-09-27T15:46:35.307Z] DEP criu/pipes.d [2019-09-27T15:46:35.307Z] DEP criu/pie-util.d [2019-09-27T15:46:35.307Z] DEP criu/pie-util-vdso.d [2019-09-27T15:46:35.307Z] DEP criu/pie-util-vdso-elf32.d [2019-09-27T15:46:35.307Z] DEP criu/path.d [2019-09-27T15:46:35.543Z] #35 31.67 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-27T15:46:35.543Z] #35 31.70 Suggested packages: [2019-09-27T15:46:35.543Z] #35 31.70 codeblocks eclipse ninja-build lrzip [2019-09-27T15:46:35.543Z] #35 31.70 Recommended packages: [2019-09-27T15:46:35.543Z] #35 31.70 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-27T15:46:35.678Z] DEP criu/parasite-syscall.d [2019-09-27T15:46:35.678Z] DEP criu/pagemap.d [2019-09-27T15:46:35.678Z] DEP criu/pagemap-cache.d [2019-09-27T15:46:35.678Z] DEP criu/page-xfer.d [2019-09-27T15:46:35.678Z] DEP criu/page-pipe.d [2019-09-27T15:46:35.678Z] DEP criu/netfilter.d [2019-09-27T15:46:35.678Z] DEP criu/net.d [2019-09-27T15:46:35.678Z] DEP criu/namespaces.d [2019-09-27T15:46:35.678Z] DEP criu/mount.d [2019-09-27T15:46:35.678Z] DEP criu/mem.d [2019-09-27T15:46:35.750Z] #6 8.707 Building dependency tree... [2019-09-27T15:46:35.750Z] #6 8.988 Reading state information... [2019-09-27T15:46:35.750Z] #6 9.148 The following additional packages will be installed: [2019-09-27T15:46:35.750Z] #6 9.149 libapparmor1 libseccomp2 [2019-09-27T15:46:35.750Z] #6 9.150 Suggested packages: [2019-09-27T15:46:35.750Z] #6 9.150 seccomp [2019-09-27T15:46:36.007Z] #6 9.207 The following NEW packages will be installed: [2019-09-27T15:46:36.007Z] #6 9.212 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-27T15:46:36.068Z] DEP criu/lsm.d [2019-09-27T15:46:36.068Z] DEP criu/log.d [2019-09-27T15:46:36.068Z] DEP criu/libnetlink.d [2019-09-27T15:46:36.068Z] DEP criu/kerndat.d [2019-09-27T15:46:36.068Z] DEP criu/kcmp-ids.d [2019-09-27T15:46:36.068Z] DEP criu/irmap.d [2019-09-27T15:46:36.068Z] DEP criu/ipc_ns.d [2019-09-27T15:46:36.068Z] DEP criu/image.d [2019-09-27T15:46:36.068Z] DEP criu/image-desc.d [2019-09-27T15:46:36.068Z] DEP criu/fsnotify.d [2019-09-27T15:46:36.068Z] DEP criu/filesystems.d [2019-09-27T15:46:36.068Z] DEP criu/files.d [2019-09-27T15:46:36.068Z] DEP criu/files-reg.d [2019-09-27T15:46:36.469Z] #35 32.39 The following NEW packages will be installed: [2019-09-27T15:46:36.469Z] #35 32.39 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-27T15:46:36.469Z] #35 32.39 vim-common xxd [2019-09-27T15:46:36.512Z] DEP criu/files-ext.d [2019-09-27T15:46:36.512Z] DEP criu/file-lock.d [2019-09-27T15:46:36.512Z] DEP criu/file-ids.d [2019-09-27T15:46:36.512Z] DEP criu/fifo.d [2019-09-27T15:46:36.512Z] DEP criu/fdstore.d [2019-09-27T15:46:36.512Z] DEP criu/fault-injection.d [2019-09-27T15:46:36.512Z] DEP criu/external.d [2019-09-27T15:46:36.512Z] DEP criu/eventpoll.d [2019-09-27T15:46:36.512Z] DEP criu/eventfd.d [2019-09-27T15:46:36.512Z] DEP criu/crtools.d [2019-09-27T15:46:36.512Z] DEP criu/cr-service.d [2019-09-27T15:46:36.512Z] DEP criu/cr-restore.d [2019-09-27T15:46:36.512Z] DEP criu/cr-errno.d [2019-09-27T15:46:36.512Z] DEP criu/cr-dump.d [2019-09-27T15:46:36.942Z] #6 ... [2019-09-27T15:46:36.942Z] [2019-09-27T15:46:36.942Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-27T15:46:36.942Z] #15 1.266 + mktemp -d [2019-09-27T15:46:36.942Z] #15 1.266 + export GOPATH=/tmp/tmp.CrlckLODAM [2019-09-27T15:46:36.943Z] #15 1.266 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.CrlckLODAM/src/github.com/go-swagger/go-swagger [2019-09-27T15:46:36.943Z] #15 1.266 Cloning into '/tmp/tmp.CrlckLODAM/src/github.com/go-swagger/go-swagger'... [2019-09-27T15:46:36.943Z] #15 7.353 + cd /tmp/tmp.CrlckLODAM/src/github.com/go-swagger/go-swagger [2019-09-27T15:46:36.943Z] #15 7.353 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-27T15:46:36.943Z] #15 7.979 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-27T15:46:36.943Z] #15 ... [2019-09-27T15:46:36.943Z] [2019-09-27T15:46:36.943Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-27T15:46:36.943Z] #17 8.591 Building dependency tree... [2019-09-27T15:46:36.943Z] #17 8.830 Reading state information... [2019-09-27T15:46:36.943Z] #17 8.974 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-27T15:46:36.943Z] #17 8.974 The following additional packages will be installed: [2019-09-27T15:46:36.943Z] #17 8.975 libjq1 libonig4 [2019-09-27T15:46:36.943Z] #17 9.057 The following NEW packages will be installed: [2019-09-27T15:46:36.943Z] #17 9.058 jq libjq1 libonig4 [2019-09-27T15:46:36.943Z] #17 10.10 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:46:36.943Z] #17 10.10 Need to get 327 kB of archives. [2019-09-27T15:46:36.943Z] #17 10.10 After this operation, 1157 kB of additional disk space will be used. [2019-09-27T15:46:36.943Z] #17 10.10 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-27T15:46:36.943Z] #17 10.10 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-27T15:46:36.943Z] #17 10.10 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-27T15:46:36.943Z] #17 10.30 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:46:36.943Z] #17 10.34 Fetched 327 kB in 1s (317 kB/s) [2019-09-27T15:46:37.017Z] DEP criu/cr-dedup.d [2019-09-27T15:46:37.018Z] DEP criu/cr-check.d [2019-09-27T15:46:37.018Z] DEP criu/config.d [2019-09-27T15:46:37.018Z] DEP criu/clone-noasan.d [2019-09-27T15:46:37.018Z] DEP criu/cgroup.d [2019-09-27T15:46:37.018Z] DEP criu/cgroup-props.d [2019-09-27T15:46:37.018Z] DEP criu/bitmap.d [2019-09-27T15:46:37.018Z] DEP criu/bfd.d [2019-09-27T15:46:37.018Z] DEP criu/autofs.d [2019-09-27T15:46:37.018Z] DEP criu/aio.d [2019-09-27T15:46:37.018Z] DEP criu/action-scripts.d [2019-09-27T15:46:37.018Z] CC criu/action-scripts.o [2019-09-27T15:46:37.018Z] CC criu/aio.o [2019-09-27T15:46:37.030Z] #35 ... [2019-09-27T15:46:37.030Z] [2019-09-27T15:46:37.030Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-27T15:46:37.030Z] #50 DONE 32.9s [2019-09-27T15:46:37.030Z] [2019-09-27T15:46:37.030Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-27T15:46:37.030Z] #44 24.01 Reading package lists... [2019-09-27T15:46:37.030Z] #44 29.44 Building dependency tree... [2019-09-27T15:46:37.030Z] #44 30.56 Reading state information... [2019-09-27T15:46:37.030Z] #44 31.83 The following additional packages will be installed: [2019-09-27T15:46:37.030Z] #44 31.83 btrfs-progs liblzo2-2 [2019-09-27T15:46:37.030Z] #44 32.03 The following NEW packages will be installed: [2019-09-27T15:46:37.030Z] #44 32.05 btrfs-progs btrfs-tools liblzo2-2 [2019-09-27T15:46:37.030Z] #44 33.18 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:46:37.030Z] #44 33.18 Need to get 649 kB of archives. [2019-09-27T15:46:37.030Z] #44 33.18 After this operation, 4320 kB of additional disk space will be used. [2019-09-27T15:46:37.030Z] #44 33.18 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-27T15:46:37.030Z] #44 33.20 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-27T15:46:37.030Z] #44 33.26 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-27T15:46:37.200Z] #17 10.38 Selecting previously unselected package libonig4:amd64. [2019-09-27T15:46:37.200Z] #17 10.38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-27T15:46:37.200Z] #17 10.40 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-09-27T15:46:37.200Z] #17 10.41 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-27T15:46:37.201Z] #17 10.49 Selecting previously unselected package libjq1:amd64. [2019-09-27T15:46:37.201Z] #17 10.49 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-27T15:46:37.201Z] #17 10.50 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-27T15:46:37.201Z] #17 10.57 Selecting previously unselected package jq. [2019-09-27T15:46:37.201Z] #17 10.57 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-27T15:46:37.201Z] #17 10.58 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-27T15:46:37.404Z] CC criu/autofs.o [2019-09-27T15:46:37.459Z] #17 10.66 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-27T15:46:37.459Z] #17 10.68 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-27T15:46:37.459Z] #17 10.69 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:37.459Z] #17 10.73 Setting up jq (1.5+dfsg-1.3) ... [2019-09-27T15:46:37.717Z] #17 DONE 11.1s [2019-09-27T15:46:37.717Z] [2019-09-27T15:46:37.717Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-27T15:46:37.717Z] #19 DONE 0.1s [2019-09-27T15:46:37.717Z] [2019-09-27T15:46:37.717Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-27T15:46:37.717Z] #6 10.35 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:46:37.717Z] #6 10.35 Need to get 300 kB of archives. [2019-09-27T15:46:37.717Z] #6 10.35 After this operation, 1201 kB of additional disk space will be used. [2019-09-27T15:46:37.717Z] #6 10.35 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-09-27T15:46:37.717Z] #6 10.35 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-09-27T15:46:37.717Z] #6 10.35 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-09-27T15:46:37.717Z] #6 10.36 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-09-27T15:46:37.717Z] #6 10.58 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:46:37.717Z] #6 10.64 Fetched 300 kB in 1s (265 kB/s) [2019-09-27T15:46:37.717Z] #6 10.67 Selecting previously unselected package libseccomp2:amd64. [2019-09-27T15:46:37.717Z] #6 10.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-27T15:46:37.717Z] #6 10.69 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-27T15:46:37.717Z] #6 10.71 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-27T15:46:37.717Z] #6 10.77 Selecting previously unselected package libseccomp-dev:amd64. [2019-09-27T15:46:37.717Z] #6 10.78 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-27T15:46:37.717Z] #6 10.78 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-27T15:46:37.717Z] #6 10.89 Selecting previously unselected package libapparmor1:amd64. [2019-09-27T15:46:37.717Z] #6 10.89 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-09-27T15:46:37.717Z] #6 10.95 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-27T15:46:37.717Z] #6 11.08 Selecting previously unselected package libapparmor-dev:amd64. [2019-09-27T15:46:37.717Z] #6 11.08 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-09-27T15:46:37.717Z] #6 11.10 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-27T15:46:37.774Z] CC criu/bfd.o [2019-09-27T15:46:37.774Z] CC criu/bitmap.o [2019-09-27T15:46:37.774Z] CC criu/cgroup-props.o [2019-09-27T15:46:37.774Z] CC criu/cgroup.o [2019-09-27T15:46:37.975Z] #6 11.28 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:37.975Z] #6 11.31 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-27T15:46:37.975Z] #6 11.34 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-27T15:46:37.975Z] #6 11.35 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-27T15:46:37.975Z] #6 11.38 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-27T15:46:37.975Z] #6 11.39 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:38.232Z] #6 DONE 11.6s [2019-09-27T15:46:38.232Z] [2019-09-27T15:46:38.232Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-27T15:46:38.393Z] #44 34.49 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:46:38.393Z] #44 34.61 Fetched 649 kB in 1s (569 kB/s) [2019-09-27T15:46:38.551Z] CC criu/clone-noasan.o [2019-09-27T15:46:38.551Z] CC criu/config.o [2019-09-27T15:46:38.649Z] #44 34.68 Selecting previously unselected package liblzo2-2:amd64. [2019-09-27T15:46:38.649Z] #44 34.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-27T15:46:38.649Z] #44 34.76 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-27T15:46:38.649Z] #44 34.77 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T15:46:38.649Z] #44 34.86 Selecting previously unselected package btrfs-progs. [2019-09-27T15:46:38.649Z] #44 34.86 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-27T15:46:38.649Z] #44 34.87 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T15:46:38.932Z] CC criu/cr-check.o [2019-09-27T15:46:39.209Z] #44 35.36 Selecting previously unselected package btrfs-tools. [2019-09-27T15:46:39.209Z] #44 35.38 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-27T15:46:39.209Z] #44 35.39 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T15:46:39.318Z] CC criu/cr-dedup.o [2019-09-27T15:46:39.318Z] CC criu/cr-dump.o [2019-09-27T15:46:39.464Z] #44 35.52 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:39.464Z] #44 35.65 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T15:46:39.464Z] #44 35.67 Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T15:46:39.464Z] #44 35.69 Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T15:46:39.464Z] #44 35.71 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:39.720Z] #44 DONE 36.0s [2019-09-27T15:46:39.720Z] [2019-09-27T15:46:39.720Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:46:39.720Z] #45 DONE 0.1s [2019-09-27T15:46:39.720Z] [2019-09-27T15:46:39.720Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:46:39.720Z] #33 35.81 internal/x/crypto/curve25519 [2019-09-27T15:46:39.975Z] #33 ... [2019-09-27T15:46:39.975Z] [2019-09-27T15:46:39.975Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-27T15:46:39.975Z] #46 DONE 0.1s [2019-09-27T15:46:39.976Z] [2019-09-27T15:46:39.976Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:39.976Z] #35 33.52 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:46:39.976Z] #35 33.52 Need to get 13.7 MB of archives. [2019-09-27T15:46:39.976Z] #35 33.52 After this operation, 57.2 MB of additional disk space will be used. [2019-09-27T15:46:39.976Z] #35 33.52 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-09-27T15:46:39.976Z] #35 33.62 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-27T15:46:39.976Z] #35 33.62 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-09-27T15:46:39.976Z] #35 34.51 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-09-27T15:46:39.976Z] #35 34.57 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-09-27T15:46:39.976Z] #35 34.61 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-09-27T15:46:39.976Z] #35 34.62 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-09-27T15:46:39.976Z] #35 34.62 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-09-27T15:46:39.976Z] #35 34.94 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T15:46:39.976Z] #35 34.95 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-27T15:46:39.976Z] #35 35.76 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:46:39.976Z] #35 35.94 Fetched 13.7 MB in 2s (5491 kB/s) [2019-09-27T15:46:39.976Z] #35 36.22 Selecting previously unselected package cmake-data. [2019-09-27T15:46:40.127Z] #7 DONE 1.9s [2019-09-27T15:46:40.127Z] [2019-09-27T15:46:40.127Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-27T15:46:40.170Z] CC criu/cr-errno.o [2019-09-27T15:46:40.170Z] CC criu/cr-restore.o [2019-09-27T15:46:40.275Z] #35 36.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-27T15:46:40.275Z] #35 36.35 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-27T15:46:40.275Z] #35 36.38 Unpacking cmake-data (3.7.2-1) ... [2019-09-27T15:46:40.275Z] 7a3f1abdfc4a: Pull complete [2019-09-27T15:46:40.275Z] f6e51afc7ba4: Pull complete [2019-09-27T15:46:40.275Z] Digest: sha256:76b52857546f070cc3ac499accb27b8c411b10ff6d45c0b1da2a8aab7b61fe29 [2019-09-27T15:46:40.275Z] Status: Downloaded newer image for golang:1.12.9-stretch [2019-09-27T15:46:40.275Z] ---> 8a0deb940f91 [2019-09-27T15:46:40.275Z] Step 5/125 : ARG APT_MIRROR [2019-09-27T15:46:40.275Z] ---> Running in 3353f0e9ca57 [2019-09-27T15:46:40.275Z] Removing intermediate container 3353f0e9ca57 [2019-09-27T15:46:40.275Z] ---> 29a2389e6067 [2019-09-27T15:46:40.275Z] Step 6/125 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2019-09-27T15:46:40.275Z] ---> Running in e3374dafde88 [2019-09-27T15:46:40.275Z] Removing intermediate container e3374dafde88 [2019-09-27T15:46:40.275Z] ---> 6df6146a01a9 [2019-09-27T15:46:40.275Z] Step 7/125 : FROM base AS criu [2019-09-27T15:46:40.275Z] ---> 6df6146a01a9 [2019-09-27T15:46:40.275Z] Step 8/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:46:40.275Z] ---> Running in 1289571f526c [2019-09-27T15:46:40.565Z] Removing intermediate container 1289571f526c [2019-09-27T15:46:40.565Z] ---> 1f0004298baa [2019-09-27T15:46:40.565Z] Step 9/125 : ENV CRIU_VERSION 3.12 [2019-09-27T15:46:40.565Z] ---> Running in dd3169839860 [2019-09-27T15:46:40.565Z] Removing intermediate container dd3169839860 [2019-09-27T15:46:40.565Z] ---> feb9db3ed529 [2019-09-27T15:46:40.565Z] Step 10/125 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-27T15:46:40.565Z] ---> Running in 173f3066aa8e [2019-09-27T15:46:41.112Z] CC criu/cr-service.o [2019-09-27T15:46:41.185Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:46:41.185Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:46:41.185Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:46:41.185Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:46:41.185Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:46:41.185Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-27T15:46:41.484Z] CC criu/crtools.o [2019-09-27T15:46:41.484Z] CC criu/eventfd.o [2019-09-27T15:46:41.484Z] CC criu/eventpoll.o [2019-09-27T15:46:41.612Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-09-27T15:46:41.612Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-6e58633e\powershellScript.ps1'; exit $LASTEXITCODE; [2019-09-27T15:46:41.612Z] ---------------------------------------------------------------------------- [2019-09-27T15:46:41.612Z] [2019-09-27T15:46:41.612Z] INFO: executeCI.ps1 starting at Fri Sep 27 15:46:38 CUT 2019 [2019-09-27T15:46:41.612Z] [2019-09-27T15:46:41.612Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-09-27T15:46:41.612Z] INFO: Running git version 2.23.0.windows.1 [2019-09-27T15:46:41.612Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-09-27T15:46:41.612Z] INFO: Environment variables: [2019-09-27T15:46:41.612Z] [2019-09-27T15:46:41.612Z] Name Value [2019-09-27T15:46:41.612Z] ---- ----- [2019-09-27T15:46:41.612Z] ALLUSERSPROFILE C:\ProgramData [2019-09-27T15:46:41.612Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-09-27T15:46:41.612Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-09-27T15:46:41.612Z] BRANCH_NAME PR-385 [2019-09-27T15:46:41.612Z] BUILD_DISPLAY_NAME #2 [2019-09-27T15:46:41.612Z] BUILD_ID 2 [2019-09-27T15:46:41.612Z] BUILD_NUMBER 2 [2019-09-27T15:46:41.612Z] BUILD_TAG jenkins-engine-PR-385-2 [2019-09-27T15:46:41.612Z] BUILD_URL https://ci.docker.com/public/job/engine/job/PR-385/2/ [2019-09-27T15:46:41.612Z] CHANGE_AUTHOR thaJeztah [2019-09-27T15:46:41.612Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-09-27T15:46:41.612Z] CHANGE_BRANCH 19.03_backport_bump_containerd_runc [2019-09-27T15:46:41.612Z] CHANGE_FORK thaJeztah [2019-09-27T15:46:41.612Z] CHANGE_ID 385 [2019-09-27T15:46:41.612Z] CHANGE_TARGET 19.03 [2019-09-27T15:46:41.612Z] CHANGE_TITLE [19.03 backport] update containerd 1.2.10, runc v1.0.0-rc8-92-g84373aaa (CVE-2019-16884) [2019-09-27T15:46:41.613Z] CHANGE_URL https://github.com/docker/engine/pull/385 [2019-09-27T15:46:41.613Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T15:46:41.613Z] CommonProgramFiles C:\Program Files\Common Files [2019-09-27T15:46:41.613Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-09-27T15:46:41.613Z] CommonProgramW6432 C:\Program Files\Common Files [2019-09-27T15:46:41.613Z] COMPUTERNAME azwin-2-b4f710 [2019-09-27T15:46:41.613Z] ComSpec C:\windows\system32\cmd.exe [2019-09-27T15:46:41.613Z] ConfigSequenceNumber 0 [2019-09-27T15:46:41.613Z] DOCKER_BUILDKIT 0 [2019-09-27T15:46:41.613Z] DOCKER_DUT_DEBUG 1 [2019-09-27T15:46:41.613Z] DOCKER_EXPERIMENTAL 1 [2019-09-27T15:46:41.613Z] DOCKER_GRAPHDRIVER overlay2 [2019-09-27T15:46:41.613Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-09-27T15:46:41.613Z] EXECUTOR_NUMBER 0 [2019-09-27T15:46:41.613Z] FQDN azwin-2-b4f710.westus.cloudapp.azure.com [2019-09-27T15:46:41.613Z] GIT_BRANCH PR-385 [2019-09-27T15:46:41.613Z] GIT_COMMIT 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:46:41.613Z] GIT_PREVIOUS_COMMIT 3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:46:41.613Z] GIT_URL https://github.com/docker/engine.git [2019-09-27T15:46:41.613Z] HUDSON_COOKIE 78cfcb1c-ebe0-4369-9f4f-d1a8b5f83b35 [2019-09-27T15:46:41.613Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-09-27T15:46:41.613Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-09-27T15:46:41.613Z] HUDSON_URL https://ci.docker.com/public/ [2019-09-27T15:46:41.613Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-09-27T15:46:41.613Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-09-27T15:46:41.613Z] JENKINS_NODE_COOKIE 11730557-5c8c-488c-a4a3-82150f9d7414 [2019-09-27T15:46:41.613Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-09-27T15:46:41.613Z] JENKINS_URL https://ci.docker.com/public/ [2019-09-27T15:46:41.613Z] JOB_BASE_NAME PR-385 [2019-09-27T15:46:41.613Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/engine/job/PR-385/display/redirect [2019-09-27T15:46:41.613Z] JOB_NAME engine/PR-385 [2019-09-27T15:46:41.613Z] JOB_URL https://ci.docker.com/public/job/engine/job/PR-385/ [2019-09-27T15:46:41.613Z] library.jps.version master [2019-09-27T15:46:41.613Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-09-27T15:46:41.613Z] NODE_LABELS amd64 azure azwin-2-b4f710 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-09-27T15:46:41.613Z] NODE_NAME azwin-2-b4f710 [2019-09-27T15:46:41.613Z] NUMBER_OF_PROCESSORS 4 [2019-09-27T15:46:41.613Z] OS Windows_NT [2019-09-27T15:46:41.613Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-09-27T15:46:41.613Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-09-27T15:46:41.613Z] PROCESSOR_ARCHITECTURE AMD64 [2019-09-27T15:46:41.613Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-09-27T15:46:41.613Z] PROCESSOR_LEVEL 6 [2019-09-27T15:46:41.613Z] PROCESSOR_REVISION 4f01 [2019-09-27T15:46:41.615Z] ProgramData C:\ProgramData [2019-09-27T15:46:41.615Z] ProgramFiles C:\Program Files [2019-09-27T15:46:41.615Z] ProgramFiles(x86) C:\Program Files (x86) [2019-09-27T15:46:41.615Z] ProgramW6432 C:\Program Files [2019-09-27T15:46:41.615Z] PROMPT $P$G [2019-09-27T15:46:41.615Z] PSExecutionPolicyPreference Bypass [2019-09-27T15:46:41.615Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-09-27T15:46:41.615Z] PUBLIC C:\Users\Public [2019-09-27T15:46:41.615Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/engine/job/PR-385/2/display/redirect?page=changes [2019-09-27T15:46:41.615Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/engine/job/PR-385/2/display/redirect [2019-09-27T15:46:41.615Z] SKIP_VALIDATION_TESTS 1 [2019-09-27T15:46:41.615Z] SOURCES_DRIVE d [2019-09-27T15:46:41.615Z] SOURCES_SUBDIR gopath [2019-09-27T15:46:41.615Z] STAGE_NAME Run tests [2019-09-27T15:46:41.615Z] SystemDrive C: [2019-09-27T15:46:41.615Z] SystemRoot C:\windows [2019-09-27T15:46:41.615Z] TEMP C:\windows\TEMP [2019-09-27T15:46:41.615Z] TESTDEBUG 0 [2019-09-27T15:46:41.615Z] TESTRUN_DRIVE d [2019-09-27T15:46:41.615Z] TESTRUN_SUBDIR CI [2019-09-27T15:46:41.615Z] TIMEOUT 120m [2019-09-27T15:46:41.615Z] TMP C:\windows\TEMP [2019-09-27T15:46:41.615Z] USERDOMAIN WORKGROUP [2019-09-27T15:46:41.615Z] USERNAME azwin-2-b4f710$ [2019-09-27T15:46:41.615Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-09-27T15:46:41.615Z] windir C:\windows [2019-09-27T15:46:41.615Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-09-27T15:46:41.615Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-09-27T15:46:41.615Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-09-27T15:46:41.615Z] [2019-09-27T15:46:41.615Z] [2019-09-27T15:46:41.615Z] [2019-09-27T15:46:41.615Z] INFO: Sources under d:\gopath\... [2019-09-27T15:46:41.615Z] INFO: Test run under d:\CI\... [2019-09-27T15:46:41.615Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-09-27T15:46:41.615Z] INFO: docker/docker repository was found [2019-09-27T15:46:41.615Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-09-27T15:46:41.615Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.737' [2019-09-27T15:46:41.615Z] INFO: Docker version of control daemon [2019-09-27T15:46:41.615Z] [2019-09-27T15:46:41.615Z] Client: Docker Engine - Enterprise [2019-09-27T15:46:41.615Z] Version: 19.03.2 [2019-09-27T15:46:41.615Z] API version: 1.40 [2019-09-27T15:46:41.615Z] Go version: go1.12.8 [2019-09-27T15:46:41.615Z] Git commit: c92ab06ed9 [2019-09-27T15:46:41.615Z] Built: 09/03/2019 16:38:11 [2019-09-27T15:46:41.615Z] OS/Arch: windows/amd64 [2019-09-27T15:46:41.615Z] Experimental: false [2019-09-27T15:46:41.615Z] [2019-09-27T15:46:41.615Z] Server: Docker Engine - Enterprise [2019-09-27T15:46:41.615Z] Engine: [2019-09-27T15:46:41.615Z] Version: 19.03.2 [2019-09-27T15:46:41.615Z] API version: 1.40 (minimum version 1.24) [2019-09-27T15:46:41.615Z] Go version: go1.12.8 [2019-09-27T15:46:41.615Z] Git commit: c92ab06ed9 [2019-09-27T15:46:41.615Z] Built: 09/03/2019 16:35:47 [2019-09-27T15:46:41.615Z] OS/Arch: windows/amd64 [2019-09-27T15:46:41.615Z] Experimental: true [2019-09-27T15:46:41.615Z] [2019-09-27T15:46:41.615Z] INFO: Docker info of control daemon [2019-09-27T15:46:41.615Z] [2019-09-27T15:46:41.814Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-27T15:46:41.814Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-27T15:46:41.856Z] CC criu/external.o [2019-09-27T15:46:41.856Z] CC criu/fault-injection.o [2019-09-27T15:46:41.856Z] CC criu/fdstore.o [2019-09-27T15:46:41.856Z] CC criu/fifo.o [2019-09-27T15:46:42.024Z] #8 DONE 2.0s [2019-09-27T15:46:42.024Z] [2019-09-27T15:46:42.024Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T15:46:42.024Z] #20 2.251 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-27T15:46:42.024Z] #20 2.437 [2019-09-27T15:46:42.024Z] #20 2.608 ######## 11.5% ###################### 30.7% ####################################### 55.2% #################################################### 73.2% #################################################################### 95.6% ######################################################################## 100.0% [2019-09-27T15:46:42.024Z] #20 3.190 [2019-09-27T15:46:42.024Z] #20 3.356 #################################### 50.7% ######################################################################## 100.0% [2019-09-27T15:46:42.024Z] #20 3.685 [2019-09-27T15:46:42.024Z] #20 3.854 ############## 19.8% ################################# 47.0% ################################################ 67.4% ####################################################################### 98.9% ######################################################################## 100.0% [2019-09-27T15:46:42.076Z] Client: [2019-09-27T15:46:42.076Z] Debug Mode: false [2019-09-27T15:46:42.076Z] Plugins: [2019-09-27T15:46:42.076Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-09-27T15:46:42.076Z] [2019-09-27T15:46:42.076Z] Server: [2019-09-27T15:46:42.076Z] Containers: 0 [2019-09-27T15:46:42.076Z] Running: 0 [2019-09-27T15:46:42.076Z] Paused: 0 [2019-09-27T15:46:42.076Z] Stopped: 0 [2019-09-27T15:46:42.076Z] Images: 8 [2019-09-27T15:46:42.076Z] Server Version: 19.03.2 [2019-09-27T15:46:42.076Z] Storage Driver: lcow (linux) windowsfilter (windows) [2019-09-27T15:46:42.076Z] LCOW: [2019-09-27T15:46:42.076Z] Windows: [2019-09-27T15:46:42.076Z] Logging Driver: json-file [2019-09-27T15:46:42.076Z] Plugins: [2019-09-27T15:46:42.076Z] Volume: local [2019-09-27T15:46:42.076Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-27T15:46:42.076Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-27T15:46:42.076Z] Swarm: inactive [2019-09-27T15:46:42.076Z] Default Isolation: process [2019-09-27T15:46:42.076Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-27T15:46:42.076Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-27T15:46:42.076Z] OSType: windows [2019-09-27T15:46:42.076Z] Architecture: x86_64 [2019-09-27T15:46:42.076Z] CPUs: 4 [2019-09-27T15:46:42.076Z] Total Memory: 32GiB [2019-09-27T15:46:42.076Z] Name: azwin-2-b4f710 [2019-09-27T15:46:42.076Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-09-27T15:46:42.076Z] Docker Root Dir: D:\docker [2019-09-27T15:46:42.076Z] Debug Mode: false [2019-09-27T15:46:42.076Z] Registry: https://index.docker.io/v1/ [2019-09-27T15:46:42.076Z] Labels: [2019-09-27T15:46:42.076Z] Experimental: true [2019-09-27T15:46:42.076Z] Insecure Registries: [2019-09-27T15:46:42.076Z] 10.0.0.4:5000 [2019-09-27T15:46:42.076Z] 127.0.0.0/8 [2019-09-27T15:46:42.076Z] Registry Mirrors: [2019-09-27T15:46:42.076Z] http://10.0.0.4:5000/ [2019-09-27T15:46:42.076Z] Live Restore Enabled: false [2019-09-27T15:46:42.076Z] [2019-09-27T15:46:42.076Z] [2019-09-27T15:46:42.076Z] INFO: Commit hash is 3136dea25 [2019-09-27T15:46:42.076Z] INFO: Nuke-Everything... [2019-09-27T15:46:42.231Z] CC criu/file-ids.o [2019-09-27T15:46:42.231Z] CC criu/file-lock.o [2019-09-27T15:46:42.231Z] CC criu/files-ext.o [2019-09-27T15:46:42.281Z] #20 4.370 [2019-09-27T15:46:42.536Z] INFO: Container count on control daemon to delete is 0 [2019-09-27T15:46:42.594Z] CC criu/files-reg.o [2019-09-27T15:46:42.831Z] #35 38.69 Selecting previously unselected package liblzo2-2:amd64. [2019-09-27T15:46:42.831Z] #35 38.74 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-27T15:46:42.831Z] #35 38.75 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T15:46:42.831Z] #35 38.89 Selecting previously unselected package libicu57:amd64. [2019-09-27T15:46:42.831Z] #35 38.89 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-09-27T15:46:42.831Z] #35 38.90 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-27T15:46:42.956Z] CC criu/files.o [2019-09-27T15:46:42.996Z] INFO: Nuking d:\CI [2019-09-27T15:46:42.996Z] INFO: Zapped successfully [2019-09-27T15:46:42.996Z] INFO: Location for testing is d:\CI\PR-385\2 [2019-09-27T15:46:42.996Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-09-27T15:46:42.996Z] [2019-09-27T15:46:42.996Z] [2019-09-27T15:46:42.996Z] INFO: Building the image from Dockerfile.windows at 09/27/2019 15:46:42... [2019-09-27T15:46:42.996Z] [2019-09-27T15:46:43.336Z] CC criu/filesystems.o [2019-09-27T15:46:43.392Z] #35 ... [2019-09-27T15:46:43.392Z] [2019-09-27T15:46:43.392Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:43.392Z] #57 25.15 Reading package lists... [2019-09-27T15:46:43.392Z] #57 30.59 Building dependency tree... [2019-09-27T15:46:43.392Z] #57 31.62 Reading state information... [2019-09-27T15:46:43.392Z] #57 32.71 The following additional packages will be installed: [2019-09-27T15:46:43.392Z] #57 32.72 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-27T15:46:43.392Z] #57 32.72 libprotoc10 python-pkg-resources zlib1g-dev [2019-09-27T15:46:43.392Z] #57 32.73 Suggested packages: [2019-09-27T15:46:43.392Z] #57 32.73 manpages-dev python-setuptools [2019-09-27T15:46:43.392Z] #57 34.34 The following NEW packages will be installed: [2019-09-27T15:46:43.392Z] #57 34.34 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-27T15:46:43.392Z] #57 34.34 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-27T15:46:43.392Z] #57 34.35 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-27T15:46:43.392Z] #57 34.35 zlib1g-dev [2019-09-27T15:46:43.392Z] #57 35.50 0 upgraded, 16 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:46:43.392Z] #57 35.50 Need to get 3602 kB of archives. [2019-09-27T15:46:43.392Z] #57 35.50 After this operation, 18.9 MB of additional disk space will be used. [2019-09-27T15:46:43.392Z] #57 35.50 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-27T15:46:43.392Z] #57 35.50 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-09-27T15:46:43.392Z] #57 35.50 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-09-27T15:46:43.392Z] #57 35.51 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-27T15:46:43.392Z] #57 35.51 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-09-27T15:46:43.392Z] #57 35.53 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-27T15:46:43.392Z] #57 35.54 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-09-27T15:46:43.392Z] #57 35.55 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-09-27T15:46:43.392Z] #57 35.59 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-09-27T15:46:43.392Z] #57 35.66 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-09-27T15:46:43.392Z] #57 35.67 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-09-27T15:46:43.392Z] #57 35.74 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-09-27T15:46:43.392Z] #57 35.80 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-09-27T15:46:43.392Z] #57 35.80 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-09-27T15:46:43.392Z] #57 35.81 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-27T15:46:43.392Z] #57 35.83 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-09-27T15:46:43.392Z] #57 37.01 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:46:43.392Z] #57 37.31 Fetched 3602 kB in 1s (2555 kB/s) [2019-09-27T15:46:43.392Z] #57 37.46 Selecting previously unselected package libnet1:amd64. [2019-09-27T15:46:43.392Z] #57 37.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-27T15:46:43.392Z] #57 37.49 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-27T15:46:43.392Z] #57 37.50 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-27T15:46:43.392Z] #57 37.65 Selecting previously unselected package libcap-dev:amd64. [2019-09-27T15:46:43.392Z] #57 37.65 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-09-27T15:46:43.392Z] #57 37.66 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-09-27T15:46:43.392Z] #57 37.76 Selecting previously unselected package libnet1-dev. [2019-09-27T15:46:43.392Z] #57 37.79 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-09-27T15:46:43.392Z] #57 37.80 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T15:46:43.392Z] #57 37.98 Selecting previously unselected package libnl-3-200:amd64. [2019-09-27T15:46:43.392Z] #57 37.99 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-27T15:46:43.392Z] #57 37.99 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-27T15:46:43.392Z] #57 38.12 Selecting previously unselected package libnl-3-dev:amd64. [2019-09-27T15:46:43.392Z] #57 38.13 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-09-27T15:46:43.392Z] #57 38.14 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-27T15:46:43.392Z] #57 38.38 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-27T15:46:43.392Z] #57 38.39 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-27T15:46:43.392Z] #57 38.40 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-27T15:46:43.392Z] #57 38.51 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-09-27T15:46:43.392Z] #57 38.51 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-09-27T15:46:43.392Z] #57 38.53 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-27T15:46:43.392Z] #57 38.63 Selecting previously unselected package zlib1g-dev:amd64. [2019-09-27T15:46:43.392Z] #57 38.64 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-09-27T15:46:43.392Z] #57 38.66 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-27T15:46:43.392Z] #57 38.92 Selecting previously unselected package libprotobuf10:amd64. [2019-09-27T15:46:43.392Z] #57 38.92 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-09-27T15:46:43.392Z] #57 38.92 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-09-27T15:46:43.392Z] #57 39.59 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-09-27T15:46:43.392Z] #57 39.60 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-09-27T15:46:43.392Z] #57 39.60 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-27T15:46:43.647Z] #57 39.78 Selecting previously unselected package libprotobuf-dev:amd64. [2019-09-27T15:46:43.647Z] #57 39.79 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-09-27T15:46:43.647Z] #57 39.80 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-27T15:46:43.706Z] CC criu/fsnotify.o [2019-09-27T15:46:43.836Z] #20 4.564 ### 4.2% ###### 9.3% ############# 19.0% ##################### 29.7% ########################## 36.4% ############################## 42.9% #################################### 51.3% ############################################ 61.2% ################################################# 68.7% ###################################################### 75.6% ########################################################### 82.8% ################################################################# 91.2% ###################################################################### 97.6% ######################################################################## 100.0% [2019-09-27T15:46:43.836Z] #20 5.872 [2019-09-27T15:46:43.857Z] Fetched 7717 kB in 2s (3090 kB/s) [2019-09-27T15:46:44.093Z] #20 ... [2019-09-27T15:46:44.093Z] [2019-09-27T15:46:44.093Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-27T15:46:44.093Z] #9 1.456 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-27T15:46:44.093Z] #9 DONE 2.0s [2019-09-27T15:46:44.093Z] [2019-09-27T15:46:44.093Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T15:46:44.093Z] #20 6.392 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-27T15:46:44.221Z] CC criu/image-desc.o [2019-09-27T15:46:44.221Z] CC criu/image.o [2019-09-27T15:46:44.221Z] CC criu/ipc_ns.o [2019-09-27T15:46:44.616Z] CC criu/irmap.o [2019-09-27T15:46:44.616Z] CC criu/kcmp-ids.o [2019-09-27T15:46:44.657Z] #20 6.636 [2019-09-27T15:46:44.657Z] #20 6.735 ######################################################################## 100.0% [2019-09-27T15:46:44.657Z] #20 6.789 [2019-09-27T15:46:44.872Z] Reading package lists... [2019-09-27T15:46:44.992Z] CC criu/kerndat.o [2019-09-27T15:46:44.992Z] CC criu/libnetlink.o [2019-09-27T15:46:45.010Z] #57 40.90 Selecting previously unselected package libprotoc10:amd64. [2019-09-27T15:46:45.010Z] #57 40.90 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-09-27T15:46:45.010Z] #57 40.91 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-09-27T15:46:45.222Z] #20 7.338 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-27T15:46:45.278Z] #57 41.51 Selecting previously unselected package protobuf-c-compiler. [2019-09-27T15:46:45.278Z] #57 41.53 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-09-27T15:46:45.374Z] CC criu/log.o [2019-09-27T15:46:45.374Z] CC criu/lsm.o [2019-09-27T15:46:45.374Z] CC criu/mem.o [2019-09-27T15:46:45.479Z] #20 7.507 [2019-09-27T15:46:45.479Z] #20 ... [2019-09-27T15:46:45.479Z] [2019-09-27T15:46:45.479Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-27T15:46:45.479Z] #10 DONE 1.4s [2019-09-27T15:46:45.479Z] [2019-09-27T15:46:45.479Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T15:46:45.479Z] #20 7.681 ############################################################### 87.8% ######################################################################## 100.0% [2019-09-27T15:46:45.479Z] #20 7.722 [2019-09-27T15:46:45.538Z] #57 41.54 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-27T15:46:45.538Z] #57 41.69 Selecting previously unselected package protobuf-compiler. [2019-09-27T15:46:45.538Z] #57 41.70 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-09-27T15:46:45.538Z] #57 41.70 Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-27T15:46:45.764Z] CC criu/mount.o [2019-09-27T15:46:45.796Z] #57 41.85 Selecting previously unselected package python-pkg-resources. [2019-09-27T15:46:45.796Z] #57 41.85 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T15:46:45.796Z] #57 41.86 Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-27T15:46:45.796Z] #57 ... [2019-09-27T15:46:45.796Z] [2019-09-27T15:46:45.796Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-27T15:46:45.796Z] #27 31.71 + cd /tmp/tmp.T0cF1EuQs6/src/gotest.tools/gotestsum [2019-09-27T15:46:45.796Z] #27 31.71 + git checkout -q v0.3.5 [2019-09-27T15:46:45.796Z] #27 31.72 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-27T15:46:45.796Z] #27 ... [2019-09-27T15:46:45.796Z] [2019-09-27T15:46:45.796Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:45.796Z] #57 42.09 Selecting previously unselected package python-protobuf. [2019-09-27T15:46:45.796Z] #57 42.09 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-09-27T15:46:45.882Z] Reading package lists... [2019-09-27T15:46:46.095Z] #57 42.10 Unpacking python-protobuf (3.0.0-9) ... [2019-09-27T15:46:46.168Z] Building dependency tree... [2019-09-27T15:46:46.168Z] Reading state information... [2019-09-27T15:46:46.168Z] The following additional packages will be installed: [2019-09-27T15:46:46.168Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-27T15:46:46.168Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-27T15:46:46.168Z] Suggested packages: [2019-09-27T15:46:46.168Z] manpages-dev python-setuptools [2019-09-27T15:46:46.350Z] #57 42.54 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-27T15:46:46.350Z] #57 42.62 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-27T15:46:46.350Z] #57 42.63 Setting up python-pkg-resources (33.1.1-1) ... [2019-09-27T15:46:46.413Z] #20 8.337 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-27T15:46:46.413Z] #20 8.373 skipping existing 1849cc453dee [2019-09-27T15:46:46.413Z] #20 8.400 [2019-09-27T15:46:46.453Z] The following NEW packages will be installed: [2019-09-27T15:46:46.453Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-27T15:46:46.453Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-27T15:46:46.453Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-27T15:46:46.453Z] zlib1g-dev [2019-09-27T15:46:46.453Z] 0 upgraded, 16 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:46:46.453Z] Need to get 3548 kB of archives. [2019-09-27T15:46:46.453Z] After this operation, 21.2 MB of additional disk space will be used. [2019-09-27T15:46:46.453Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-27T15:46:46.453Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-09-27T15:46:46.453Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-09-27T15:46:46.453Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-09-27T15:46:46.453Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] [2019-09-27T15:46:46.737Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-27T15:46:46.737Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] [2019-09-27T15:46:46.737Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] [2019-09-27T15:46:46.737Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-09-27T15:46:46.737Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-09-27T15:46:46.737Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-09-27T15:46:46.737Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-09-27T15:46:46.737Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] [2019-09-27T15:46:46.737Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-09-27T15:46:46.737Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-27T15:46:46.737Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-09-27T15:46:46.983Z] #20 9.047 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-27T15:46:46.983Z] #20 ... [2019-09-27T15:46:46.983Z] [2019-09-27T15:46:46.983Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-27T15:46:46.983Z] #11 DONE 1.5s [2019-09-27T15:46:47.027Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:46:47.027Z] Fetched 3548 kB in 0s (18.7 MB/s) [2019-09-27T15:46:47.027Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-27T15:46:47.027Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-27T15:46:47.027Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-27T15:46:47.027Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-27T15:46:47.027Z] Selecting previously unselected package libcap-dev:ppc64el. [2019-09-27T15:46:47.027Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-09-27T15:46:47.027Z] Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-09-27T15:46:47.027Z] Selecting previously unselected package libnet1-dev. [2019-09-27T15:46:47.027Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-27T15:46:47.027Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T15:46:47.027Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-27T15:46:47.027Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-27T15:46:47.027Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-27T15:46:47.027Z] Selecting previously unselected package libnl-3-dev:ppc64el. [2019-09-27T15:46:47.027Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-09-27T15:46:47.027Z] Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-27T15:46:47.035Z] CC criu/namespaces.o [2019-09-27T15:46:47.241Z] [2019-09-27T15:46:47.241Z] #12 [dev 6/24] RUN ldconfig [2019-09-27T15:46:47.315Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-27T15:46:47.315Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-27T15:46:47.315Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-27T15:46:47.315Z] Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-09-27T15:46:47.315Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-09-27T15:46:47.315Z] Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-27T15:46:47.315Z] Selecting previously unselected package zlib1g-dev:ppc64el. [2019-09-27T15:46:47.315Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-09-27T15:46:47.315Z] Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-27T15:46:47.315Z] Selecting previously unselected package libprotobuf10:ppc64el. [2019-09-27T15:46:47.315Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-09-27T15:46:47.315Z] Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-27T15:46:47.315Z] Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-09-27T15:46:47.315Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-09-27T15:46:47.315Z] Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-27T15:46:47.404Z] CC criu/net.o [2019-09-27T15:46:47.498Z] #12 ... [2019-09-27T15:46:47.499Z] [2019-09-27T15:46:47.499Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T15:46:47.499Z] #20 9.361 [2019-09-27T15:46:47.499Z] #20 9.474 ######################################################################## 100.0% [2019-09-27T15:46:47.499Z] #20 9.510 [2019-09-27T15:46:47.499Z] #20 9.526 Download of images into '/build' complete. [2019-09-27T15:46:47.499Z] #20 9.526 Use something like the following to load the result into a Docker daemon: [2019-09-27T15:46:47.499Z] #20 9.526 tar -cC '/build' . | docker load [2019-09-27T15:46:47.499Z] #20 DONE 9.7s [2019-09-27T15:46:47.598Z] Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-09-27T15:46:47.598Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-09-27T15:46:47.598Z] Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-27T15:46:47.598Z] Selecting previously unselected package libprotoc10:ppc64el. [2019-09-27T15:46:47.598Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-09-27T15:46:47.598Z] Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-09-27T15:46:47.756Z] [2019-09-27T15:46:47.757Z] #12 [dev 6/24] RUN ldconfig [2019-09-27T15:46:47.881Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-27T15:46:47.881Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-09-27T15:46:47.881Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-27T15:46:47.881Z] Selecting previously unselected package protobuf-compiler. [2019-09-27T15:46:47.881Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-09-27T15:46:47.881Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-27T15:46:47.881Z] Selecting previously unselected package python-pkg-resources. [2019-09-27T15:46:47.881Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T15:46:47.881Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-27T15:46:47.881Z] Selecting previously unselected package python-protobuf. [2019-09-27T15:46:47.881Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-09-27T15:46:47.881Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-27T15:46:47.881Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-27T15:46:47.881Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-27T15:46:47.881Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-27T15:46:48.403Z] CC criu/netfilter.o [2019-09-27T15:46:48.403Z] CC criu/page-pipe.o [2019-09-27T15:46:48.403Z] CC criu/page-xfer.o [2019-09-27T15:46:48.765Z] CC criu/pagemap-cache.o [2019-09-27T15:46:48.765Z] CC criu/pagemap.o [2019-09-27T15:46:49.042Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T15:46:49.042Z] Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-27T15:46:49.042Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:49.042Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-27T15:46:49.129Z] CC criu/parasite-syscall.o [2019-09-27T15:46:49.129Z] CC criu/path.o [2019-09-27T15:46:49.130Z] #12 DONE 2.3s [2019-09-27T15:46:49.130Z] [2019-09-27T15:46:49.130Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-27T15:46:49.388Z] #15 ... [2019-09-27T15:46:49.388Z] [2019-09-27T15:46:49.388Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:49.534Z] CC criu/pie-util-vdso-elf32.o [2019-09-27T15:46:49.534Z] CC criu/pie-util-vdso.o [2019-09-27T15:46:49.534Z] CC criu/pie-util.o [2019-09-27T15:46:49.534Z] CC criu/pipes.o [2019-09-27T15:46:49.909Z] CC criu/plugin.o [2019-09-27T15:46:49.909Z] CC criu/proc_parse.o [2019-09-27T15:46:50.076Z] Sending build context to Docker daemon 49.9MB [2019-09-27T15:46:50.076Z] [2019-09-27T15:46:50.076Z] Step 1/8 : FROM microsoft/windowsservercore [2019-09-27T15:46:50.076Z] ---> 1ddfa8bee56a [2019-09-27T15:46:50.076Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-09-27T15:46:50.076Z] ---> Using cache [2019-09-27T15:46:50.076Z] ---> 6bf3bf219a0e [2019-09-27T15:46:50.076Z] Step 3/8 : ARG GO_VERSION=1.12.9 [2019-09-27T15:46:50.076Z] ---> Using cache [2019-09-27T15:46:50.076Z] ---> f473e7984203 [2019-09-27T15:46:50.076Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\go FROM_DOCKERFILE=1 [2019-09-27T15:46:50.076Z] ---> Using cache [2019-09-27T15:46:50.076Z] ---> d08f4fdd891c [2019-09-27T15:46:50.076Z] 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/jhowardmsft/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path C:\go\src\github.com\docker\docker | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; Write-Host INFO: Completed [2019-09-27T15:46:50.076Z] ---> Using cache [2019-09-27T15:46:50.076Z] ---> 051691eaaa3c [2019-09-27T15:46:50.076Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-09-27T15:46:50.076Z] ---> Using cache [2019-09-27T15:46:50.076Z] ---> c2f3e9352773 [2019-09-27T15:46:50.076Z] Step 7/8 : WORKDIR C:\go\src\github.com\docker\docker [2019-09-27T15:46:50.076Z] ---> Using cache [2019-09-27T15:46:50.076Z] ---> 942daac1a825 [2019-09-27T15:46:50.076Z] Step 8/8 : COPY . . [2019-09-27T15:46:50.517Z] Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-09-27T15:46:50.517Z] Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-27T15:46:50.517Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-27T15:46:50.517Z] Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-27T15:46:50.517Z] Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-09-27T15:46:50.517Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-27T15:46:50.517Z] Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-27T15:46:50.517Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-27T15:46:50.517Z] Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-27T15:46:50.517Z] Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-27T15:46:50.517Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:50.669Z] #57 ... [2019-09-27T15:46:50.669Z] [2019-09-27T15:46:50.669Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:46:50.669Z] #47 2.562 + RM_GOPATH=0 [2019-09-27T15:46:50.669Z] #47 2.566 + TMP_GOPATH= [2019-09-27T15:46:50.669Z] #47 2.566 + : /build [2019-09-27T15:46:50.669Z] #47 2.566 + '[' -z '' ']' [2019-09-27T15:46:50.669Z] #47 2.566 ++ mktemp -d [2019-09-27T15:46:50.669Z] #47 2.566 + export GOPATH=/tmp/tmp.Ko2XLrAEss [2019-09-27T15:46:50.669Z] #47 2.566 + GOPATH=/tmp/tmp.Ko2XLrAEss [2019-09-27T15:46:50.669Z] #47 2.566 + RM_GOPATH=1 [2019-09-27T15:46:50.669Z] #47 2.569 ++ dirname ./install.sh [2019-09-27T15:46:50.669Z] #47 2.577 + dir=. [2019-09-27T15:46:50.669Z] #47 2.577 + bin=containerd [2019-09-27T15:46:50.669Z] #47 2.577 + shift [2019-09-27T15:46:50.669Z] #47 2.578 + '[' '!' -f ./containerd.installer ']' [2019-09-27T15:46:50.669Z] #47 2.578 + . ./containerd.installer [2019-09-27T15:46:50.669Z] #47 2.578 ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-27T15:46:50.669Z] #47 2.583 + install_containerd [2019-09-27T15:46:50.669Z] #47 2.583 + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-09-27T15:46:50.669Z] #47 2.584 Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-27T15:46:50.669Z] #47 2.584 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Ko2XLrAEss/src/github.com/containerd/containerd [2019-09-27T15:46:50.669Z] #47 2.586 Cloning into '/tmp/tmp.Ko2XLrAEss/src/github.com/containerd/containerd'... [2019-09-27T15:46:50.669Z] #47 ... [2019-09-27T15:46:50.669Z] [2019-09-27T15:46:50.669Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:50.669Z] #35 44.72 Selecting previously unselected package libxml2:amd64. [2019-09-27T15:46:50.669Z] #35 44.72 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-09-27T15:46:50.669Z] #35 44.73 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T15:46:50.669Z] #35 45.35 Selecting previously unselected package libarchive13:amd64. [2019-09-27T15:46:50.669Z] #35 45.37 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-09-27T15:46:50.669Z] #35 45.38 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-27T15:46:50.669Z] #35 45.74 Selecting previously unselected package libjsoncpp1:amd64. [2019-09-27T15:46:50.669Z] #35 45.76 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-09-27T15:46:50.669Z] #35 45.76 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-27T15:46:50.669Z] #35 45.90 Selecting previously unselected package libuv1:amd64. [2019-09-27T15:46:50.669Z] #35 45.91 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-09-27T15:46:50.669Z] #35 45.92 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-09-27T15:46:50.669Z] #35 46.04 Selecting previously unselected package cmake. [2019-09-27T15:46:50.669Z] #35 46.05 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-09-27T15:46:50.669Z] #35 46.13 Unpacking cmake (3.7.2-1) ... [2019-09-27T15:46:50.669Z] #35 ... [2019-09-27T15:46:50.669Z] [2019-09-27T15:46:50.669Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T15:46:50.669Z] #30 36.37 sync [2019-09-27T15:46:50.669Z] #30 36.97 io [2019-09-27T15:46:50.669Z] #30 36.97 reflect [2019-09-27T15:46:50.669Z] #30 38.01 syscall [2019-09-27T15:46:50.669Z] #30 44.02 time [2019-09-27T15:46:50.669Z] #30 ... [2019-09-27T15:46:50.669Z] [2019-09-27T15:46:50.669Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:50.669Z] #57 46.32 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T15:46:50.669Z] #57 46.33 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-09-27T15:46:50.669Z] #57 46.34 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:50.669Z] #57 46.36 Setting up python-protobuf (3.0.0-9) ... [2019-09-27T15:46:50.685Z] CC criu/protobuf-desc.o [2019-09-27T15:46:51.124Z] CC criu/protobuf.o [2019-09-27T15:46:51.147Z] Removing intermediate container 173f3066aa8e [2019-09-27T15:46:51.147Z] ---> 798a2e4680b2 [2019-09-27T15:46:51.147Z] Step 11/125 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-27T15:46:51.147Z] ---> Running in 20f764fad5a1 [2019-09-27T15:46:51.517Z] CC criu/pstree.o [2019-09-27T15:46:51.517Z] CC criu/rbtree.o [2019-09-27T15:46:51.879Z] CC criu/rst-malloc.o [2019-09-27T15:46:51.879Z] CC criu/seccomp.o [2019-09-27T15:46:51.879Z] CC criu/seize.o [2019-09-27T15:46:52.200Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-27T15:46:52.200Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T15:46:52.241Z] CC criu/servicefd.o [2019-09-27T15:46:52.241Z] CC criu/shmem.o [2019-09-27T15:46:52.486Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T15:46:52.486Z]  GEN .gitid [2019-09-27T15:46:52.486Z] GEN criu/include/version.h [2019-09-27T15:46:52.486Z] GEN include/common/asm [2019-09-27T15:46:52.606Z] CC criu/sigframe.o [2019-09-27T15:46:52.606Z] CC criu/signalfd.o [2019-09-27T15:46:52.606Z] CC criu/sk-inet.o [2019-09-27T15:46:52.669Z] #13 2.848 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:46:52.669Z] #13 2.850 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:46:52.669Z] #13 2.868 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:46:52.669Z] #13 2.871 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:46:52.669Z] #13 2.880 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:46:52.669Z] #13 3.043 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T15:46:52.669Z] #13 3.390 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T15:46:52.927Z] #13 3.474 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T15:46:52.972Z] CC criu/sk-netlink.o [2019-09-27T15:46:52.972Z] CC criu/sk-packet.o [2019-09-27T15:46:53.008Z] ---> Using cache [2019-09-27T15:46:53.008Z] ---> f806fe8fc5b4 [2019-09-27T15:46:53.114Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-27T15:46:53.114Z] PBCC images/opts.pb-c.c [2019-09-27T15:46:53.114Z] PBCC images/sit.pb-c.c [2019-09-27T15:46:53.114Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-27T15:46:53.114Z] DEP images/opts.pb-c.d [2019-09-27T15:46:53.114Z] DEP images/sit.pb-c.d [2019-09-27T15:46:53.114Z] PBCC images/macvlan.pb-c.c [2019-09-27T15:46:53.114Z] DEP images/macvlan.pb-c.d [2019-09-27T15:46:53.114Z] PBCC images/autofs.pb-c.c [2019-09-27T15:46:53.114Z] DEP images/autofs.pb-c.d [2019-09-27T15:46:53.114Z] PBCC images/sysctl.pb-c.c [2019-09-27T15:46:53.114Z] DEP images/sysctl.pb-c.d [2019-09-27T15:46:53.114Z] PBCC images/time.pb-c.c [2019-09-27T15:46:53.114Z] DEP images/time.pb-c.d [2019-09-27T15:46:53.114Z] PBCC images/binfmt-misc.pb-c.c [2019-09-27T15:46:53.114Z] DEP images/binfmt-misc.pb-c.d [2019-09-27T15:46:53.114Z] PBCC images/seccomp.pb-c.c [2019-09-27T15:46:53.114Z] DEP images/seccomp.pb-c.d [2019-09-27T15:46:53.114Z] PBCC images/userns.pb-c.c [2019-09-27T15:46:53.114Z] DEP images/userns.pb-c.d [2019-09-27T15:46:53.114Z] PBCC images/cgroup.pb-c.c [2019-09-27T15:46:53.114Z] DEP images/cgroup.pb-c.d [2019-09-27T15:46:53.114Z] PBCC images/fown.pb-c.c [2019-09-27T15:46:53.114Z] PBCC images/ext-file.pb-c.c [2019-09-27T15:46:53.114Z] DEP images/fown.pb-c.d [2019-09-27T15:46:53.114Z] DEP images/ext-file.pb-c.d [2019-09-27T15:46:53.180Z] #57 ... [2019-09-27T15:46:53.180Z] [2019-09-27T15:46:53.180Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:46:53.180Z] #33 38.92 sync [2019-09-27T15:46:53.180Z] #33 39.44 reflect [2019-09-27T15:46:53.180Z] #33 39.44 io [2019-09-27T15:46:53.180Z] #33 40.74 bytes [2019-09-27T15:46:53.180Z] #33 42.57 bufio [2019-09-27T15:46:53.180Z] #33 43.82 syscall [2019-09-27T15:46:53.180Z] #33 ... [2019-09-27T15:46:53.180Z] [2019-09-27T15:46:53.180Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:53.180Z] #35 48.77 Selecting previously unselected package xxd. [2019-09-27T15:46:53.180Z] #35 48.77 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-27T15:46:53.180Z] #35 48.78 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:46:53.180Z] #35 48.96 Selecting previously unselected package vim-common. [2019-09-27T15:46:53.180Z] #35 48.97 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T15:46:53.180Z] #35 49.00 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:46:53.180Z] #35 49.34 Processing triggers for mime-support (3.60) ... [2019-09-27T15:46:53.331Z] CC criu/sk-queue.o [2019-09-27T15:46:53.331Z] CC criu/sk-tcp.o [2019-09-27T15:46:53.396Z] PBCC images/rpc.pb-c.c [2019-09-27T15:46:53.396Z] DEP images/rpc.pb-c.d [2019-09-27T15:46:53.396Z] PBCC images/siginfo.pb-c.c [2019-09-27T15:46:53.396Z] DEP images/siginfo.pb-c.d [2019-09-27T15:46:53.396Z] PBCC images/pagemap.pb-c.c [2019-09-27T15:46:53.396Z] DEP images/pagemap.pb-c.d [2019-09-27T15:46:53.396Z] PBCC images/rlimit.pb-c.c [2019-09-27T15:46:53.396Z] DEP images/rlimit.pb-c.d [2019-09-27T15:46:53.396Z] PBCC images/file-lock.pb-c.c [2019-09-27T15:46:53.396Z] DEP images/file-lock.pb-c.d [2019-09-27T15:46:53.396Z] PBCC images/tty.pb-c.c [2019-09-27T15:46:53.396Z] DEP images/tty.pb-c.d [2019-09-27T15:46:53.396Z] PBCC images/tun.pb-c.c [2019-09-27T15:46:53.396Z] PBCC images/netdev.pb-c.c [2019-09-27T15:46:53.396Z] DEP images/tun.pb-c.d [2019-09-27T15:46:53.396Z] DEP images/netdev.pb-c.d [2019-09-27T15:46:53.396Z] PBCC images/vma.pb-c.c [2019-09-27T15:46:53.396Z] DEP images/vma.pb-c.d [2019-09-27T15:46:53.396Z] PBCC images/creds.pb-c.c [2019-09-27T15:46:53.396Z] DEP images/creds.pb-c.d [2019-09-27T15:46:53.435Z] #35 49.50 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:46:53.435Z] #35 49.53 Setting up libuv1:amd64 (1.9.1-3) ... [2019-09-27T15:46:53.435Z] #35 49.54 Setting up cmake-data (3.7.2-1) ... [2019-09-27T15:46:53.435Z] #35 49.57 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-27T15:46:53.435Z] #35 49.58 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T15:46:53.435Z] #35 49.60 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:53.435Z] #35 49.65 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:46:53.682Z] PBCC images/utsns.pb-c.c [2019-09-27T15:46:53.682Z] DEP images/utsns.pb-c.d [2019-09-27T15:46:53.682Z] PBCC images/ipc-desc.pb-c.c [2019-09-27T15:46:53.682Z] PBCC images/ipc-sem.pb-c.c [2019-09-27T15:46:53.682Z] DEP images/ipc-desc.pb-c.d [2019-09-27T15:46:53.682Z] DEP images/ipc-sem.pb-c.d [2019-09-27T15:46:53.682Z] PBCC images/ipc-msg.pb-c.c [2019-09-27T15:46:53.682Z] DEP images/ipc-msg.pb-c.d [2019-09-27T15:46:53.682Z] PBCC images/ipc-shm.pb-c.c [2019-09-27T15:46:53.682Z] DEP images/ipc-shm.pb-c.d [2019-09-27T15:46:53.682Z] PBCC images/ipc-var.pb-c.c [2019-09-27T15:46:53.682Z] DEP images/ipc-var.pb-c.d [2019-09-27T15:46:53.682Z] PBCC images/sk-opts.pb-c.c [2019-09-27T15:46:53.682Z] PBCC images/packet-sock.pb-c.c [2019-09-27T15:46:53.682Z] DEP images/sk-opts.pb-c.d [2019-09-27T15:46:53.682Z] DEP images/packet-sock.pb-c.d [2019-09-27T15:46:53.682Z] PBCC images/sk-netlink.pb-c.c [2019-09-27T15:46:53.682Z] DEP images/sk-netlink.pb-c.d [2019-09-27T15:46:53.682Z] PBCC images/sk-inet.pb-c.c [2019-09-27T15:46:53.682Z] DEP images/sk-inet.pb-c.d [2019-09-27T15:46:53.682Z] PBCC images/sk-unix.pb-c.c [2019-09-27T15:46:53.682Z] DEP images/sk-unix.pb-c.d [2019-09-27T15:46:53.682Z] PBCC images/mm.pb-c.c [2019-09-27T15:46:53.691Z] #35 49.68 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T15:46:53.691Z] #35 49.70 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-27T15:46:53.691Z] #35 49.72 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-27T15:46:53.691Z] #35 49.73 Setting up cmake (3.7.2-1) ... [2019-09-27T15:46:53.691Z] #35 49.82 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:53.706Z] CC criu/sk-unix.o [2019-09-27T15:46:53.966Z] DEP images/mm.pb-c.d [2019-09-27T15:46:53.966Z] PBCC images/timerfd.pb-c.c [2019-09-27T15:46:53.966Z] DEP images/timerfd.pb-c.d [2019-09-27T15:46:53.966Z] PBCC images/timer.pb-c.c [2019-09-27T15:46:53.966Z] DEP images/timer.pb-c.d [2019-09-27T15:46:53.966Z] PBCC images/sa.pb-c.c [2019-09-27T15:46:53.966Z] DEP images/sa.pb-c.d [2019-09-27T15:46:53.966Z] PBCC images/pipe-data.pb-c.c [2019-09-27T15:46:53.966Z] DEP images/pipe-data.pb-c.d [2019-09-27T15:46:53.966Z] PBCC images/mnt.pb-c.c [2019-09-27T15:46:53.966Z] DEP images/mnt.pb-c.d [2019-09-27T15:46:53.966Z] PBCC images/sk-packet.pb-c.c [2019-09-27T15:46:53.966Z] DEP images/sk-packet.pb-c.d [2019-09-27T15:46:53.966Z] PBCC images/tcp-stream.pb-c.c [2019-09-27T15:46:53.966Z] DEP images/tcp-stream.pb-c.d [2019-09-27T15:46:53.966Z] PBCC images/pipe.pb-c.c [2019-09-27T15:46:53.966Z] DEP images/pipe.pb-c.d [2019-09-27T15:46:53.966Z] PBCC images/pstree.pb-c.c [2019-09-27T15:46:53.966Z] DEP images/pstree.pb-c.d [2019-09-27T15:46:53.966Z] PBCC images/fs.pb-c.c [2019-09-27T15:46:53.966Z] DEP images/fs.pb-c.d [2019-09-27T15:46:53.966Z] PBCC images/signalfd.pb-c.c [2019-09-27T15:46:54.080Z] CC criu/sockets.o [2019-09-27T15:46:54.249Z] DEP images/signalfd.pb-c.d [2019-09-27T15:46:54.249Z] PBCC images/fh.pb-c.c [2019-09-27T15:46:54.249Z] PBCC images/fsnotify.pb-c.c [2019-09-27T15:46:54.249Z] DEP images/fh.pb-c.d [2019-09-27T15:46:54.249Z] DEP images/fsnotify.pb-c.d [2019-09-27T15:46:54.249Z] PBCC images/eventpoll.pb-c.c [2019-09-27T15:46:54.249Z] DEP images/eventpoll.pb-c.d [2019-09-27T15:46:54.249Z] PBCC images/eventfd.pb-c.c [2019-09-27T15:46:54.249Z] DEP images/eventfd.pb-c.d [2019-09-27T15:46:54.249Z] PBCC images/remap-file-path.pb-c.c [2019-09-27T15:46:54.249Z] DEP images/remap-file-path.pb-c.d [2019-09-27T15:46:54.249Z] PBCC images/fifo.pb-c.c [2019-09-27T15:46:54.249Z] DEP images/fifo.pb-c.d [2019-09-27T15:46:54.249Z] PBCC images/ghost-file.pb-c.c [2019-09-27T15:46:54.249Z] DEP images/ghost-file.pb-c.d [2019-09-27T15:46:54.249Z] PBCC images/regfile.pb-c.c [2019-09-27T15:46:54.249Z] DEP images/regfile.pb-c.d [2019-09-27T15:46:54.249Z] PBCC images/ns.pb-c.c [2019-09-27T15:46:54.249Z] DEP images/ns.pb-c.d [2019-09-27T15:46:54.249Z] PBCC images/fdinfo.pb-c.c [2019-09-27T15:46:54.249Z] DEP images/fdinfo.pb-c.d [2019-09-27T15:46:54.298Z] #13 5.054 Fetched 7916 kB in 3s (2370 kB/s) [2019-09-27T15:46:54.448Z] CC criu/stats.o [2019-09-27T15:46:54.448Z] CC criu/string.o [2019-09-27T15:46:54.448Z] CC criu/sysctl.o [2019-09-27T15:46:54.557Z] Successfully built f806fe8fc5b4 [2019-09-27T15:46:54.557Z] Successfully tagged docker:latest [2019-09-27T15:46:54.557Z] INFO: Image build ended at 09/27/2019 15:46:54. Duration:00:00:11.5547805 [2019-09-27T15:46:54.557Z] [2019-09-27T15:46:54.557Z] [2019-09-27T15:46:54.557Z] INFO: Building the test binaries at 09/27/2019 15:46:54... [2019-09-27T15:46:54.559Z] PBCC images/core-aarch64.pb-c.c [2019-09-27T15:46:54.559Z] PBCC images/core-arm.pb-c.c [2019-09-27T15:46:54.559Z] PBCC images/core-ppc64.pb-c.c [2019-09-27T15:46:54.559Z] PBCC images/core-s390.pb-c.c [2019-09-27T15:46:54.559Z] PBCC images/core-x86.pb-c.c [2019-09-27T15:46:54.559Z] PBCC images/core.pb-c.c [2019-09-27T15:46:54.559Z] PBCC images/inventory.pb-c.c [2019-09-27T15:46:54.559Z] DEP images/core-aarch64.pb-c.d [2019-09-27T15:46:54.559Z] DEP images/core-arm.pb-c.d [2019-09-27T15:46:54.559Z] DEP images/core-ppc64.pb-c.d [2019-09-27T15:46:54.559Z] DEP images/core-s390.pb-c.d [2019-09-27T15:46:54.559Z] DEP images/core-x86.pb-c.d [2019-09-27T15:46:54.559Z] DEP images/core.pb-c.d [2019-09-27T15:46:54.559Z] DEP images/inventory.pb-c.d [2019-09-27T15:46:54.559Z] PBCC images/cpuinfo.pb-c.c [2019-09-27T15:46:54.559Z] DEP images/cpuinfo.pb-c.d [2019-09-27T15:46:54.616Z] #35 DONE 50.6s [2019-09-27T15:46:54.616Z] [2019-09-27T15:46:54.616Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:46:54.616Z] #36 DONE 0.1s [2019-09-27T15:46:54.616Z] [2019-09-27T15:46:54.616Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T15:46:54.616Z] #30 48.14 sort [2019-09-27T15:46:54.616Z] #30 49.01 internal/fmtsort [2019-09-27T15:46:54.616Z] #30 49.54 internal/poll [2019-09-27T15:46:54.616Z] #30 49.59 internal/syscall/unix [2019-09-27T15:46:54.616Z] #30 49.85 strings [2019-09-27T15:46:54.616Z] #30 ... [2019-09-27T15:46:54.616Z] [2019-09-27T15:46:54.616Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-27T15:46:54.616Z] #37 DONE 0.1s [2019-09-27T15:46:54.842Z] PBCC images/stats.pb-c.c [2019-09-27T15:46:54.842Z] DEP images/stats.pb-c.d [2019-09-27T15:46:54.856Z] CC criu/sysfs_parse.o [2019-09-27T15:46:54.856Z] CC criu/timerfd.o [2019-09-27T15:46:54.871Z] [2019-09-27T15:46:54.872Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-27T15:46:55.141Z] make[1]: Nothing to be done for 'all'. [2019-09-27T15:46:55.232Z] #13 5.054 Reading package lists... [2019-09-27T15:46:55.327Z] CC criu/tty.o [2019-09-27T15:46:55.424Z] CC images/stats.o [2019-09-27T15:46:55.424Z] CC images/core.o [2019-09-27T15:46:55.706Z] CC images/core-x86.o [2019-09-27T15:46:55.727Z] CC criu/tun.o [2019-09-27T15:46:55.728Z] CC criu/uffd.o [2019-09-27T15:46:55.798Z] #13 6.003 Reading package lists... [2019-09-27T15:46:55.798Z] #13 ... [2019-09-27T15:46:55.798Z] [2019-09-27T15:46:55.798Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-27T15:46:55.798Z] #15 29.05 + rm -rf /tmp/tmp.CrlckLODAM [2019-09-27T15:46:55.989Z] CC images/core-arm.o [2019-09-27T15:46:55.989Z] CC images/core-aarch64.o [2019-09-27T15:46:56.056Z] #15 DONE 29.3s [2019-09-27T15:46:56.056Z] [2019-09-27T15:46:56.056Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:56.056Z] #13 6.003 Reading package lists... [2019-09-27T15:46:56.091Z] CC criu/util.o [2019-09-27T15:46:56.234Z] #38 ... [2019-09-27T15:46:56.234Z] [2019-09-27T15:46:56.234Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:46:56.234Z] #57 52.08 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-09-27T15:46:56.234Z] #57 52.10 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-27T15:46:56.234Z] #57 52.11 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-27T15:46:56.234Z] #57 52.13 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-27T15:46:56.234Z] #57 52.14 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-09-27T15:46:56.234Z] #57 52.15 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-27T15:46:56.234Z] #57 52.16 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-27T15:46:56.234Z] #57 52.17 Setting up protobuf-compiler (3.0.0-9) ... [2019-09-27T15:46:56.234Z] #57 52.19 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-27T15:46:56.234Z] #57 52.21 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-27T15:46:56.234Z] #57 52.22 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:46:56.234Z] #57 DONE 52.4s [2019-09-27T15:46:56.276Z] CC images/core-ppc64.o [2019-09-27T15:46:56.276Z] CC images/core-s390.o [2019-09-27T15:46:56.313Z] #13 6.879 Building dependency tree... [2019-09-27T15:46:56.313Z] #13 7.051 Reading state information... [2019-09-27T15:46:56.490Z] [2019-09-27T15:46:56.490Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:46:56.563Z] CC images/cpuinfo.o [2019-09-27T15:46:56.571Z] #13 7.174 The following additional packages will be installed: [2019-09-27T15:46:56.571Z] #13 7.175 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-27T15:46:56.571Z] #13 7.175 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-27T15:46:56.571Z] #13 7.175 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-27T15:46:56.571Z] #13 7.176 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-27T15:46:56.571Z] #13 7.176 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-27T15:46:56.571Z] #13 7.176 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-27T15:46:56.571Z] #13 7.176 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-27T15:46:56.571Z] #13 7.182 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-27T15:46:56.571Z] #13 7.182 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-27T15:46:56.571Z] #13 7.182 Suggested packages: [2019-09-27T15:46:56.571Z] #13 7.182 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-27T15:46:56.571Z] #13 7.182 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-27T15:46:56.571Z] #13 7.182 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-27T15:46:56.571Z] #13 7.182 vim-doc vim-scripts xfsdump acl attr quota [2019-09-27T15:46:56.571Z] #13 7.182 Recommended packages: [2019-09-27T15:46:56.571Z] #13 7.182 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-27T15:46:56.571Z] #13 7.182 python3-keyrings.alt python3-xdg unzip [2019-09-27T15:46:56.848Z] CC images/inventory.o [2019-09-27T15:46:56.848Z] CC images/fdinfo.o [2019-09-27T15:46:56.848Z] CC images/fown.o [2019-09-27T15:46:56.848Z] CC images/ns.o [2019-09-27T15:46:56.866Z] CC criu/uts_ns.o [2019-09-27T15:46:56.866Z] CC criu/vdso.o [2019-09-27T15:46:56.866Z] LINK criu/built-in.o [2019-09-27T15:46:56.866Z] LINK criu/criu [2019-09-27T15:46:57.130Z] CC images/regfile.o [2019-09-27T15:46:57.130Z] CC images/ghost-file.o [2019-09-27T15:46:57.130Z] CC images/fifo.o [2019-09-27T15:46:57.243Z] DEP lib/c/criu.d [2019-09-27T15:46:57.243Z] CC images/rpc.pb-c.o [2019-09-27T15:46:57.243Z] CC lib/c/criu.o [2019-09-27T15:46:57.412Z] CC images/remap-file-path.o [2019-09-27T15:46:57.412Z] CC images/eventfd.o [2019-09-27T15:46:57.412Z] CC images/eventpoll.o [2019-09-27T15:46:57.412Z] CC images/fh.o [2019-09-27T15:46:57.504Z] #13 7.903 The following NEW packages will be installed: [2019-09-27T15:46:57.504Z] #13 7.903 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-27T15:46:57.504Z] #13 7.903 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-27T15:46:57.504Z] #13 7.904 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-27T15:46:57.504Z] #13 7.904 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-27T15:46:57.504Z] #13 7.904 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-27T15:46:57.504Z] #13 7.904 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-27T15:46:57.504Z] #13 7.904 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-27T15:46:57.504Z] #13 7.904 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-27T15:46:57.504Z] #13 7.904 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-27T15:46:57.504Z] #13 7.904 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-27T15:46:57.504Z] #13 7.905 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-27T15:46:57.504Z] #13 7.905 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-27T15:46:57.504Z] #13 7.905 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-27T15:46:57.504Z] #13 7.905 xfsprogs xxd xz-utils zip [2019-09-27T15:46:57.637Z] LINK lib/c/built-in.o [2019-09-27T15:46:57.637Z] LINK lib/c/libcriu.so [2019-09-27T15:46:57.637Z] GEN magic.py [2019-09-27T15:46:57.637Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-27T15:46:57.637Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T15:46:57.694Z] CC images/fsnotify.o [2019-09-27T15:46:57.694Z] CC images/signalfd.o [2019-09-27T15:46:57.976Z] CC images/fs.o [2019-09-27T15:46:57.976Z] CC images/pstree.o [2019-09-27T15:46:57.976Z] CC images/pipe.o [2019-09-27T15:46:57.976Z] CC images/tcp-stream.o [2019-09-27T15:46:58.030Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T15:46:58.030Z] make[1]: Nothing to be done for 'all'. [2019-09-27T15:46:58.259Z] CC images/sk-packet.o [2019-09-27T15:46:58.259Z] CC images/mnt.o [2019-09-27T15:46:58.259Z] CC images/pipe-data.o [2019-09-27T15:46:58.259Z] CC images/sa.o [2019-09-27T15:46:58.437Z] #13 8.960 0 upgraded, 69 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:46:58.437Z] #13 8.960 Need to get 90.9 MB of archives. [2019-09-27T15:46:58.437Z] #13 8.960 After this operation, 541 MB of additional disk space will be used. [2019-09-27T15:46:58.437Z] #13 8.960 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-09-27T15:46:58.437Z] #13 8.964 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-27T15:46:58.437Z] #13 8.974 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-09-27T15:46:58.437Z] #13 8.974 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-09-27T15:46:58.437Z] #13 8.974 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-09-27T15:46:58.437Z] #13 8.974 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-09-27T15:46:58.437Z] #13 8.977 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-09-27T15:46:58.437Z] #13 8.995 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-09-27T15:46:58.437Z] #13 8.996 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-09-27T15:46:58.437Z] #13 8.997 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-09-27T15:46:58.437Z] #13 9.026 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-09-27T15:46:58.437Z] #13 9.029 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-09-27T15:46:58.437Z] #13 9.029 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-09-27T15:46:58.437Z] #13 9.030 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-09-27T15:46:58.437Z] #13 9.031 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-09-27T15:46:58.437Z] #13 9.032 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-09-27T15:46:58.437Z] #13 9.033 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-09-27T15:46:58.437Z] #13 9.034 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-09-27T15:46:58.437Z] #13 9.035 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-09-27T15:46:58.437Z] #13 9.036 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-09-27T15:46:58.437Z] #13 9.036 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-09-27T15:46:58.437Z] #13 9.039 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T15:46:58.437Z] #13 9.041 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-27T15:46:58.437Z] #13 9.043 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-09-27T15:46:58.437Z] #13 9.044 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-09-27T15:46:58.437Z] #13 9.044 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-09-27T15:46:58.437Z] #13 9.047 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-09-27T15:46:58.438Z] #13 9.049 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-27T15:46:58.438Z] #13 9.049 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-27T15:46:58.438Z] #13 9.055 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-27T15:46:58.438Z] #13 9.056 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-09-27T15:46:58.438Z] #13 9.058 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-09-27T15:46:58.438Z] #13 9.059 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-27T15:46:58.438Z] #13 9.061 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-27T15:46:58.438Z] #13 9.063 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-27T15:46:58.438Z] #13 9.063 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-09-27T15:46:58.438Z] #13 9.064 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-09-27T15:46:58.438Z] #13 9.064 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-09-27T15:46:58.438Z] #13 9.065 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-09-27T15:46:58.438Z] #13 9.068 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-09-27T15:46:58.438Z] #13 9.071 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-09-27T15:46:58.438Z] #13 9.074 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-09-27T15:46:58.438Z] #13 9.080 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-09-27T15:46:58.438Z] #13 9.083 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-09-27T15:46:58.438Z] #13 9.083 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-27T15:46:58.438Z] #13 9.084 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-27T15:46:58.438Z] #13 9.085 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-09-27T15:46:58.438Z] #13 9.086 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-09-27T15:46:58.438Z] #13 9.106 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-09-27T15:46:58.438Z] #13 9.109 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-27T15:46:58.438Z] #13 9.122 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-27T15:46:58.438Z] #13 9.124 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-27T15:46:58.438Z] #13 9.126 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-09-27T15:46:58.438Z] #13 9.128 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-27T15:46:58.438Z] #13 9.129 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-09-27T15:46:58.438Z] #13 9.133 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-27T15:46:58.438Z] #13 9.190 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-09-27T15:46:58.438Z] #13 9.201 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-09-27T15:46:58.438Z] #13 9.209 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-09-27T15:46:58.438Z] #13 9.212 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-09-27T15:46:58.438Z] #13 9.213 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-09-27T15:46:58.438Z] #13 9.218 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-09-27T15:46:58.438Z] #13 9.241 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] [2019-09-27T15:46:58.438Z] #13 9.265 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-27T15:46:58.438Z] #13 9.267 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-27T15:46:58.438Z] #13 9.321 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-27T15:46:58.472Z] make[1]: 'images/built-in.o' is up to date. [2019-09-27T15:46:58.472Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-27T15:46:58.472Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-27T15:46:58.472Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-27T15:46:58.472Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-27T15:46:58.472Z] make[1]: Nothing to be done for 'all'. [2019-09-27T15:46:58.472Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T15:46:58.472Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:46:58.472Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:46:58.472Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:46:58.472Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:46:58.472Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:46:58.472Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:46:58.472Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:46:58.472Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:46:58.472Z] INSTALL criu/criu [2019-09-27T15:46:58.607Z] CC images/timer.o [2019-09-27T15:46:58.607Z] CC images/timerfd.o [2019-09-27T15:46:58.607Z] CC images/mm.o [2019-09-27T15:46:58.607Z] CC images/sk-opts.o [2019-09-27T15:46:58.695Z] #13 9.370 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] [2019-09-27T15:46:58.695Z] #13 9.373 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] [2019-09-27T15:46:58.890Z] CC images/sk-unix.o [2019-09-27T15:46:58.890Z] CC images/sk-inet.o [2019-09-27T15:46:59.173Z] CC images/tun.o [2019-09-27T15:46:59.173Z] CC images/sk-netlink.o [2019-09-27T15:46:59.173Z] CC images/packet-sock.o [2019-09-27T15:46:59.258Z] #13 10.03 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] [2019-09-27T15:46:59.263Z] INFO: make.ps1 starting at 09/27/2019 15:46:59 [2019-09-27T15:46:59.455Z] CC images/ipc-var.o [2019-09-27T15:46:59.455Z] CC images/ipc-desc.o [2019-09-27T15:46:59.455Z] CC images/ipc-shm.o [2019-09-27T15:46:59.455Z] CC images/ipc-msg.o [2019-09-27T15:46:59.723Z] INFO: Git commit (3136dea25) assumed from DOCKER_GITCOMMIT environment variable [2019-09-27T15:46:59.723Z] INFO: Invoking autogen... [2019-09-27T15:46:59.741Z] CC images/ipc-sem.o [2019-09-27T15:46:59.741Z] CC images/utsns.o [2019-09-27T15:46:59.741Z] CC images/creds.o [2019-09-27T15:46:59.741Z] CC images/vma.o [2019-09-27T15:46:59.822Z] #13 10.52 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:46:59.822Z] #13 10.55 Fetched 90.9 MB in 2s (36.4 MB/s) [2019-09-27T15:46:59.822Z] #13 10.58 Selecting previously unselected package bash-completion. [2019-09-27T15:46:59.825Z] Removing intermediate container a78aef4c6b30 [2019-09-27T15:46:59.825Z] ---> 26863c25b91c [2019-09-27T15:46:59.825Z] Step 12/125 : FROM base AS registry [2019-09-27T15:46:59.825Z] ---> 70ed6c3c5106 [2019-09-27T15:46:59.825Z] Step 13/125 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-27T15:46:59.825Z] ---> Running in 4eac93be3f78 [2019-09-27T15:46:59.825Z] Removing intermediate container 4eac93be3f78 [2019-09-27T15:46:59.825Z] ---> 203c52160883 [2019-09-27T15:46:59.825Z] Step 14/125 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-27T15:46:59.825Z] ---> Running in 4eb6aba4d0f4 [2019-09-27T15:47:00.030Z] CC images/netdev.o [2019-09-27T15:47:00.030Z] CC images/tty.o [2019-09-27T15:47:00.079Z] #13 10.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15161 files and directories currently installed.) [2019-09-27T15:47:00.079Z] #13 10.58 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-27T15:47:00.213Z] Removing intermediate container 4eb6aba4d0f4 [2019-09-27T15:47:00.213Z] ---> debd39f5776d [2019-09-27T15:47:00.213Z] Step 15/125 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-27T15:47:00.213Z] ---> Running in 5a9e0c6759f9 [2019-09-27T15:47:00.317Z] CC images/file-lock.o [2019-09-27T15:47:00.318Z] CC images/rlimit.o [2019-09-27T15:47:00.318Z] CC images/pagemap.o [2019-09-27T15:47:00.336Z] #13 11.12 Unpacking bash-completion (1:2.1-4.3) ... [2019-09-27T15:47:00.581Z] + mktemp -d [2019-09-27T15:47:00.581Z] + export GOPATH=/tmp/tmp.EoEvNVS2uN [2019-09-27T15:47:00.581Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.EoEvNVS2uN/src/github.com/docker/distribution [2019-09-27T15:47:00.581Z] Cloning into '/tmp/tmp.EoEvNVS2uN/src/github.com/docker/distribution'... [2019-09-27T15:47:00.593Z] #13 11.23 Selecting previously unselected package libnet1:amd64. [2019-09-27T15:47:00.593Z] #13 11.23 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-27T15:47:00.593Z] #13 11.23 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-27T15:47:00.593Z] #13 11.28 Selecting previously unselected package libnfnetlink0:amd64. [2019-09-27T15:47:00.593Z] #13 11.28 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-09-27T15:47:00.593Z] #13 11.28 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-27T15:47:00.593Z] #13 11.31 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-09-27T15:47:00.593Z] #13 11.31 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-09-27T15:47:00.593Z] #13 11.32 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-27T15:47:00.593Z] #13 11.36 Selecting previously unselected package libudev-dev:amd64. [2019-09-27T15:47:00.593Z] #13 11.36 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-09-27T15:47:00.593Z] #13 11.37 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-27T15:47:00.593Z] #13 11.42 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-09-27T15:47:00.604Z] CC images/siginfo.o [2019-09-27T15:47:00.604Z] CC images/rpc.o [2019-09-27T15:47:00.649Z] #58 3.707 Note: Building without setproctitle() and strlcpy() support. [2019-09-27T15:47:00.649Z] #58 3.707 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T15:47:00.691Z] INFO: Building daemon... [2019-09-27T15:47:00.849Z] #13 11.42 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-27T15:47:00.849Z] #13 11.42 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-27T15:47:00.849Z] #13 11.52 Selecting previously unselected package python3.5-minimal. [2019-09-27T15:47:00.849Z] #13 11.52 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-27T15:47:00.849Z] #13 11.53 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-27T15:47:00.886Z] CC images/ext-file.o [2019-09-27T15:47:01.106Z] #13 11.71 Selecting previously unselected package python3-minimal. [2019-09-27T15:47:01.106Z] #13 11.71 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-09-27T15:47:01.106Z] #13 11.71 Unpacking python3-minimal (3.5.3-1) ... [2019-09-27T15:47:01.106Z] #13 11.75 Selecting previously unselected package libmpdec2:amd64. [2019-09-27T15:47:01.106Z] #13 11.75 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-09-27T15:47:01.106Z] #13 11.76 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-09-27T15:47:01.106Z] #13 11.79 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-09-27T15:47:01.106Z] #13 11.79 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-09-27T15:47:01.106Z] #13 11.80 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-27T15:47:01.169Z] CC images/cgroup.o [2019-09-27T15:47:01.169Z] CC images/userns.o [2019-09-27T15:47:01.363Z] #13 12.03 Selecting previously unselected package python3.5. [2019-09-27T15:47:01.363Z] #13 12.03 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-09-27T15:47:01.363Z] #13 12.04 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-27T15:47:01.363Z] #13 12.07 Selecting previously unselected package libpython3-stdlib:amd64. [2019-09-27T15:47:01.363Z] #13 12.08 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-09-27T15:47:01.363Z] #13 12.08 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-27T15:47:01.363Z] #13 12.12 Selecting previously unselected package dh-python. [2019-09-27T15:47:01.363Z] #13 12.12 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-27T15:47:01.363Z] #13 12.13 Unpacking dh-python (2.20170125) ... [2019-09-27T15:47:01.363Z] #13 12.17 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-27T15:47:01.363Z] #13 12.19 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-27T15:47:01.451Z] CC images/google/protobuf/descriptor.o [2019-09-27T15:47:01.574Z] #58 5.277 fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T15:47:01.574Z] #58 5.324 GEN .gitid [2019-09-27T15:47:01.574Z] #58 5.336 GEN criu/include/version.h [2019-09-27T15:47:01.574Z] #58 5.396 GEN include/common/asm [2019-09-27T15:47:01.891Z] + cd /tmp/tmp.EoEvNVS2uN/src/github.com/docker/distribution [2019-09-27T15:47:01.891Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-27T15:47:01.927Z] #13 12.61 Setting up python3-minimal (3.5.3-1) ... [2019-09-27T15:47:02.070Z] CC images/opts.o [2019-09-27T15:47:02.070Z] CC images/seccomp.o [2019-09-27T15:47:02.070Z] CC images/binfmt-misc.o [2019-09-27T15:47:02.136Z] #58 ... [2019-09-27T15:47:02.136Z] [2019-09-27T15:47:02.136Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-27T15:47:02.136Z] #38 2.921 + RM_GOPATH=0 [2019-09-27T15:47:02.136Z] #38 2.921 + TMP_GOPATH= [2019-09-27T15:47:02.136Z] #38 2.921 + : /build [2019-09-27T15:47:02.136Z] #38 2.921 + '[' -z '' ']' [2019-09-27T15:47:02.136Z] #38 2.921 ++ mktemp -d [2019-09-27T15:47:02.136Z] #38 2.921 + export GOPATH=/tmp/tmp.Yi9MvtuDQi [2019-09-27T15:47:02.136Z] #38 2.921 + GOPATH=/tmp/tmp.Yi9MvtuDQi [2019-09-27T15:47:02.136Z] #38 2.921 + RM_GOPATH=1 [2019-09-27T15:47:02.136Z] #38 2.921 ++ dirname ./install.sh [2019-09-27T15:47:02.136Z] #38 2.925 + dir=. [2019-09-27T15:47:02.136Z] #38 2.925 + bin=tini [2019-09-27T15:47:02.136Z] #38 2.926 + shift [2019-09-27T15:47:02.136Z] #38 2.926 + '[' '!' -f ./tini.installer ']' [2019-09-27T15:47:02.136Z] #38 2.926 + . ./tini.installer [2019-09-27T15:47:02.136Z] #38 2.927 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T15:47:02.136Z] #38 2.927 + install_tini [2019-09-27T15:47:02.136Z] #38 2.928 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-27T15:47:02.136Z] #38 2.928 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T15:47:02.136Z] #38 2.928 + git clone https://github.com/krallin/tini.git /tmp/tmp.Yi9MvtuDQi/tini [2019-09-27T15:47:02.136Z] #38 2.936 Cloning into '/tmp/tmp.Yi9MvtuDQi/tini'... [2019-09-27T15:47:02.136Z] #38 3.829 + cd /tmp/tmp.Yi9MvtuDQi/tini [2019-09-27T15:47:02.136Z] #38 3.829 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T15:47:02.136Z] #38 3.835 + cmake . [2019-09-27T15:47:02.136Z] #38 4.348 -- The C compiler identification is GNU 6.3.0 [2019-09-27T15:47:02.136Z] #38 4.389 -- Check for working C compiler: /usr/bin/cc [2019-09-27T15:47:02.136Z] #38 4.939 -- Check for working C compiler: /usr/bin/cc -- works [2019-09-27T15:47:02.136Z] #38 4.964 -- Detecting C compiler ABI info [2019-09-27T15:47:02.136Z] #38 5.598 -- Detecting C compiler ABI info - done [2019-09-27T15:47:02.136Z] #38 5.647 -- Detecting C compile features [2019-09-27T15:47:02.136Z] #38 7.097 -- Detecting C compile features - done [2019-09-27T15:47:02.136Z] #38 7.107 -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-27T15:47:02.136Z] #38 7.292 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-27T15:47:02.136Z] #38 7.397 -- Configuring done [2019-09-27T15:47:02.136Z] #38 7.417 -- Generating done [2019-09-27T15:47:02.136Z] #38 7.432 -- Build files have been written to: /tmp/tmp.Yi9MvtuDQi/tini [2019-09-27T15:47:02.136Z] #38 7.447 + make tini-static [2019-09-27T15:47:02.184Z] #13 12.79 Selecting previously unselected package python3. [2019-09-27T15:47:02.184Z] #13 12.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16747 files and directories currently installed.) [2019-09-27T15:47:02.184Z] #13 12.80 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-09-27T15:47:02.184Z] #13 12.81 Unpacking python3 (3.5.3-1) ... [2019-09-27T15:47:02.184Z] #13 12.84 Selecting previously unselected package pigz. [2019-09-27T15:47:02.184Z] #13 12.84 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-09-27T15:47:02.184Z] #13 12.84 Unpacking pigz (2.3.4-1) ... [2019-09-27T15:47:02.184Z] #13 12.88 Selecting previously unselected package libip4tc0:amd64. [2019-09-27T15:47:02.184Z] #13 12.89 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-27T15:47:02.184Z] #13 12.89 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T15:47:02.184Z] #13 12.93 Selecting previously unselected package libip6tc0:amd64. [2019-09-27T15:47:02.184Z] #13 12.93 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-27T15:47:02.184Z] #13 12.93 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T15:47:02.184Z] #13 12.97 Selecting previously unselected package libiptc0:amd64. [2019-09-27T15:47:02.184Z] #13 12.97 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-27T15:47:02.184Z] #13 12.97 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T15:47:02.184Z] #13 13.01 Selecting previously unselected package libxtables12:amd64. [2019-09-27T15:47:02.283Z] + GOPATH=/tmp/tmp.EoEvNVS2uN/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.EoEvNVS2uN go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-27T15:47:02.353Z] CC images/time.o [2019-09-27T15:47:02.353Z] CC images/sysctl.o [2019-09-27T15:47:02.353Z] CC images/autofs.o [2019-09-27T15:47:02.353Z] CC images/macvlan.o [2019-09-27T15:47:02.391Z] #38 7.835 Scanning dependencies of target tini-static [2019-09-27T15:47:02.391Z] #38 7.917 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-27T15:47:02.441Z] #13 13.01 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-27T15:47:02.441Z] #13 13.01 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T15:47:02.441Z] #13 13.05 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-09-27T15:47:02.441Z] #13 13.05 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-09-27T15:47:02.441Z] #13 13.05 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-27T15:47:02.441Z] #13 13.08 Selecting previously unselected package iptables. [2019-09-27T15:47:02.441Z] #13 13.08 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-27T15:47:02.441Z] #13 13.09 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-27T15:47:02.441Z] #13 13.15 Selecting previously unselected package xxd. [2019-09-27T15:47:02.441Z] #13 13.15 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-27T15:47:02.441Z] #13 13.15 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:47:02.441Z] #13 13.19 Selecting previously unselected package vim-common. [2019-09-27T15:47:02.441Z] #13 13.20 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T15:47:02.441Z] #13 13.20 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:47:02.441Z] #13 13.24 Selecting previously unselected package bzip2. [2019-09-27T15:47:02.441Z] #13 13.24 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-09-27T15:47:02.441Z] #13 13.24 Unpacking bzip2 (1.0.6-8.1) ... [2019-09-27T15:47:02.441Z] #13 13.28 Selecting previously unselected package libgpm2:amd64. [2019-09-27T15:47:02.638Z] CC images/sit.o [2019-09-27T15:47:02.638Z] LINK images/built-in.o [2019-09-27T15:47:02.638Z] GEN compel/include/asm [2019-09-27T15:47:02.638Z] GEN compel/include/version.h [2019-09-27T15:47:02.638Z] touch .config [2019-09-27T15:47:02.638Z] GEN include/common/config.h [2019-09-27T15:47:02.638Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-27T15:47:02.638Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-27T15:47:02.638Z] GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-09-27T15:47:02.638Z] DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-09-27T15:47:02.638Z] DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-09-27T15:47:02.638Z] DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-09-27T15:47:02.638Z] DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-09-27T15:47:02.638Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-27T15:47:02.638Z] DEP compel/plugins/std/infect.d [2019-09-27T15:47:02.639Z] DEP compel/plugins/std/string.d [2019-09-27T15:47:02.698Z] #13 13.28 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-09-27T15:47:02.698Z] #13 13.28 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-27T15:47:02.698Z] #13 13.31 Selecting previously unselected package xz-utils. [2019-09-27T15:47:02.698Z] #13 13.31 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-09-27T15:47:02.698Z] #13 13.32 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-27T15:47:02.698Z] #13 13.37 Selecting previously unselected package aufs-tools. [2019-09-27T15:47:02.698Z] #13 13.38 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-09-27T15:47:02.698Z] #13 13.38 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-27T15:47:02.698Z] #13 13.42 Selecting previously unselected package liblzo2-2:amd64. [2019-09-27T15:47:02.698Z] #13 13.42 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-27T15:47:02.698Z] #13 13.42 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T15:47:02.698Z] #13 13.46 Selecting previously unselected package btrfs-progs. [2019-09-27T15:47:02.698Z] #13 13.46 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-27T15:47:02.698Z] #13 13.46 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T15:47:02.698Z] #13 13.55 Selecting previously unselected package btrfs-tools. [2019-09-27T15:47:02.920Z] DEP compel/plugins/std/log.d [2019-09-27T15:47:02.920Z] DEP compel/plugins/std/fds.d [2019-09-27T15:47:02.920Z] DEP compel/plugins/std/std.d [2019-09-27T15:47:02.920Z] DEP compel/plugins/shmem/shmem.d [2019-09-27T15:47:02.920Z] DEP compel/plugins/fds/fds.d [2019-09-27T15:47:02.920Z] CC compel/plugins/std/std.o [2019-09-27T15:47:02.955Z] #13 13.55 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-27T15:47:02.955Z] #13 13.56 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T15:47:02.955Z] #13 13.60 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-09-27T15:47:02.955Z] #13 13.60 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-27T15:47:02.955Z] #13 13.60 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-27T15:47:02.955Z] #13 13.64 Selecting previously unselected package dmsetup. [2019-09-27T15:47:02.955Z] #13 13.64 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-09-27T15:47:02.955Z] #13 13.65 Unpacking dmsetup (2:1.02.137-2) ... [2019-09-27T15:47:02.955Z] #13 13.69 Selecting previously unselected package libonig4:amd64. [2019-09-27T15:47:02.955Z] #13 13.69 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-09-27T15:47:02.955Z] #13 13.69 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-27T15:47:02.955Z] #13 13.74 Selecting previously unselected package libjq1:amd64. [2019-09-27T15:47:02.955Z] #13 13.74 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-27T15:47:02.955Z] #13 13.74 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-27T15:47:02.955Z] #13 13.78 Selecting previously unselected package jq. [2019-09-27T15:47:02.955Z] #13 13.78 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-27T15:47:02.955Z] #13 13.79 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-27T15:47:02.955Z] #13 13.82 Selecting previously unselected package libaio1:amd64. [2019-09-27T15:47:03.204Z] CC compel/plugins/std/fds.o [2019-09-27T15:47:03.204Z] CC compel/plugins/std/log.o [2019-09-27T15:47:03.212Z] #13 13.83 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-09-27T15:47:03.212Z] #13 13.83 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-09-27T15:47:03.212Z] #13 13.85 Selecting previously unselected package libcap2-bin. [2019-09-27T15:47:03.212Z] #13 13.86 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-09-27T15:47:03.212Z] #13 13.86 Unpacking libcap2-bin (1:2.25-1) ... [2019-09-27T15:47:03.212Z] #13 13.90 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-09-27T15:47:03.212Z] #13 13.90 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-27T15:47:03.212Z] #13 13.90 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-27T15:47:03.212Z] #13 13.93 Selecting previously unselected package libsepol1-dev:amd64. [2019-09-27T15:47:03.212Z] #13 13.93 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-09-27T15:47:03.212Z] #13 13.93 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-09-27T15:47:03.212Z] #13 14.00 Selecting previously unselected package libpcre16-3:amd64. [2019-09-27T15:47:03.212Z] #13 14.00 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-09-27T15:47:03.212Z] #13 14.00 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-09-27T15:47:03.212Z] #13 14.05 Selecting previously unselected package libpcre32-3:amd64. [2019-09-27T15:47:03.469Z] #13 14.05 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-09-27T15:47:03.469Z] #13 14.05 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-09-27T15:47:03.469Z] #13 14.09 Selecting previously unselected package libpcre3-dev:amd64. [2019-09-27T15:47:03.469Z] #13 14.09 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-09-27T15:47:03.469Z] #13 14.10 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-27T15:47:03.469Z] #13 14.19 Selecting previously unselected package libselinux1-dev:amd64. [2019-09-27T15:47:03.469Z] #13 14.20 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-09-27T15:47:03.469Z] #13 14.20 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-27T15:47:03.469Z] #13 14.26 Selecting previously unselected package libdevmapper-dev:amd64. [2019-09-27T15:47:03.469Z] #13 14.26 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-09-27T15:47:03.469Z] #13 14.26 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-27T15:47:03.469Z] #13 14.31 Selecting previously unselected package libnl-3-200:amd64. [2019-09-27T15:47:03.495Z] CC compel/plugins/std/string.o [2019-09-27T15:47:03.725Z] #13 14.31 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-27T15:47:03.725Z] #13 14.31 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-27T15:47:03.725Z] #13 14.35 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-27T15:47:03.725Z] #13 14.35 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-27T15:47:03.725Z] #13 14.36 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-27T15:47:03.725Z] #13 14.40 Selecting previously unselected package libreadline5:amd64. [2019-09-27T15:47:03.725Z] #13 14.40 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-09-27T15:47:03.725Z] #13 14.40 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-27T15:47:03.725Z] #13 14.43 Selecting previously unselected package libsystemd-dev:amd64. [2019-09-27T15:47:03.725Z] #13 14.44 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-09-27T15:47:03.726Z] #13 14.44 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-27T15:47:03.754Z] #38 ... [2019-09-27T15:47:03.754Z] [2019-09-27T15:47:03.754Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:47:03.754Z] #58 6.952 PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-27T15:47:03.754Z] #58 7.040 PBCC images/opts.pb-c.c [2019-09-27T15:47:03.754Z] #58 7.074 PBCC images/sit.pb-c.c [2019-09-27T15:47:03.754Z] #58 7.132 DEP images/google/protobuf/descriptor.pb-c.d [2019-09-27T15:47:03.754Z] #58 7.206 DEP images/opts.pb-c.d [2019-09-27T15:47:03.754Z] #58 7.267 DEP images/sit.pb-c.d [2019-09-27T15:47:03.754Z] #58 7.330 PBCC images/macvlan.pb-c.c [2019-09-27T15:47:03.754Z] #58 7.392 DEP images/macvlan.pb-c.d [2019-09-27T15:47:03.754Z] #58 7.457 PBCC images/autofs.pb-c.c [2019-09-27T15:47:03.754Z] #58 7.508 DEP images/autofs.pb-c.d [2019-09-27T15:47:03.777Z] CC compel/plugins/std/infect.o [2019-09-27T15:47:03.777Z] CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-09-27T15:47:03.777Z] CC compel/arch/ppc64/plugins/std/memcpy.o [2019-09-27T15:47:03.777Z] CC compel/arch/ppc64/plugins/std/memcmp.o [2019-09-27T15:47:03.777Z] CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-09-27T15:47:04.009Z] #58 7.568 PBCC images/sysctl.pb-c.c [2019-09-27T15:47:04.009Z] #58 7.603 DEP images/sysctl.pb-c.d [2019-09-27T15:47:04.009Z] #58 ... [2019-09-27T15:47:04.009Z] [2019-09-27T15:47:04.009Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:47:04.009Z] #33 49.87 time [2019-09-27T15:47:04.009Z] #33 52.28 sort [2019-09-27T15:47:04.009Z] #33 53.66 internal/fmtsort [2019-09-27T15:47:04.009Z] #33 54.21 internal/syscall/unix [2019-09-27T15:47:04.009Z] #33 54.46 strings [2019-09-27T15:47:04.009Z] #33 55.28 internal/poll [2019-09-27T15:47:04.009Z] #33 56.99 path [2019-09-27T15:47:04.009Z] #33 57.02 os [2019-09-27T15:47:04.009Z] #33 57.61 regexp/syntax [2019-09-27T15:47:04.009Z] #33 ... [2019-09-27T15:47:04.009Z] [2019-09-27T15:47:04.009Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:47:04.009Z] #58 7.671 PBCC images/time.pb-c.c [2019-09-27T15:47:04.009Z] #58 7.680 DEP images/time.pb-c.d [2019-09-27T15:47:04.009Z] #58 7.745 PBCC images/binfmt-misc.pb-c.c [2019-09-27T15:47:04.009Z] #58 7.800 DEP images/binfmt-misc.pb-c.d [2019-09-27T15:47:04.063Z] AR compel/plugins/std.lib.a [2019-09-27T15:47:04.063Z] CC compel/plugins/fds/fds.o [2019-09-27T15:47:04.063Z] AR compel/plugins/fds.lib.a [2019-09-27T15:47:04.063Z] HOSTDEP compel/src/lib/log-host.d [2019-09-27T15:47:04.063Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-27T15:47:04.063Z] HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-09-27T15:47:04.063Z] HOSTDEP compel/src/main-host.d [2019-09-27T15:47:04.265Z] #58 7.872 PBCC images/seccomp.pb-c.c [2019-09-27T15:47:04.265Z] #58 7.888 DEP images/seccomp.pb-c.d [2019-09-27T15:47:04.265Z] #58 7.939 PBCC images/userns.pb-c.c [2019-09-27T15:47:04.265Z] #58 7.959 DEP images/userns.pb-c.d [2019-09-27T15:47:04.265Z] #58 8.004 PBCC images/cgroup.pb-c.c [2019-09-27T15:47:04.265Z] #58 8.034 DEP images/cgroup.pb-c.d [2019-09-27T15:47:04.265Z] #58 8.065 PBCC images/fown.pb-c.c [2019-09-27T15:47:04.289Z] #13 14.83 Selecting previously unselected package net-tools. [2019-09-27T15:47:04.290Z] #13 14.83 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-09-27T15:47:04.290Z] #13 14.83 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-27T15:47:04.290Z] #13 14.88 Selecting previously unselected package python-pip-whl. [2019-09-27T15:47:04.290Z] #13 14.89 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-27T15:47:04.290Z] #13 14.89 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-27T15:47:04.290Z] #13 15.15 Selecting previously unselected package python3-pip. [2019-09-27T15:47:04.346Z] DEP compel/src/lib/ptrace.d [2019-09-27T15:47:04.346Z] DEP compel/src/lib/infect.d [2019-09-27T15:47:04.346Z] DEP compel/src/lib/infect-util.d [2019-09-27T15:47:04.346Z] DEP compel/src/lib/infect-rpc.d [2019-09-27T15:47:04.346Z] DEP compel/arch/ppc64/src/lib/infect.d [2019-09-27T15:47:04.346Z] DEP compel/arch/ppc64/src/lib/cpu.d [2019-09-27T15:47:04.520Z] #58 8.074 PBCC images/ext-file.pb-c.c [2019-09-27T15:47:04.520Z] #58 8.108 DEP images/fown.pb-c.d [2019-09-27T15:47:04.520Z] #58 8.157 DEP images/ext-file.pb-c.d [2019-09-27T15:47:04.520Z] #58 8.190 PBCC images/rpc.pb-c.c [2019-09-27T15:47:04.520Z] #58 8.222 DEP images/rpc.pb-c.d [2019-09-27T15:47:04.520Z] #58 8.260 PBCC images/siginfo.pb-c.c [2019-09-27T15:47:04.520Z] #58 8.281 DEP images/siginfo.pb-c.d [2019-09-27T15:47:04.520Z] #58 8.312 PBCC images/pagemap.pb-c.c [2019-09-27T15:47:04.547Z] #13 15.15 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-27T15:47:04.547Z] #13 15.15 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-27T15:47:04.547Z] #13 15.20 Selecting previously unselected package python3-pkg-resources. [2019-09-27T15:47:04.547Z] #13 15.20 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T15:47:04.547Z] #13 15.20 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-27T15:47:04.547Z] #13 15.25 Selecting previously unselected package python3-setuptools. [2019-09-27T15:47:04.547Z] #13 15.25 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-27T15:47:04.547Z] #13 15.25 Unpacking python3-setuptools (33.1.1-1) ... [2019-09-27T15:47:04.547Z] #13 15.30 Selecting previously unselected package python3-wheel. [2019-09-27T15:47:04.547Z] #13 15.30 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-27T15:47:04.547Z] #13 15.31 Unpacking python3-wheel (0.29.0-2) ... [2019-09-27T15:47:04.547Z] #13 15.34 Selecting previously unselected package thin-provisioning-tools. [2019-09-27T15:47:04.547Z] #13 15.34 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-09-27T15:47:04.547Z] #13 15.35 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-27T15:47:04.631Z] DEP compel/src/lib/log.d [2019-09-27T15:47:04.631Z] DEP compel/src/main.d [2019-09-27T15:47:04.631Z] DEP compel/src/lib/handle-elf.d [2019-09-27T15:47:04.631Z] DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-09-27T15:47:04.631Z] CC compel/src/lib/log.o [2019-09-27T15:47:04.776Z] #58 8.362 DEP images/pagemap.pb-c.d [2019-09-27T15:47:04.776Z] #58 8.448 PBCC images/rlimit.pb-c.c [2019-09-27T15:47:04.776Z] #58 8.463 DEP images/rlimit.pb-c.d [2019-09-27T15:47:04.776Z] #58 8.504 PBCC images/file-lock.pb-c.c [2019-09-27T15:47:04.776Z] #58 8.512 DEP images/file-lock.pb-c.d [2019-09-27T15:47:04.804Z] #13 15.42 Selecting previously unselected package vim-runtime. [2019-09-27T15:47:04.804Z] #13 15.42 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T15:47:04.804Z] #13 15.43 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-27T15:47:04.804Z] #13 15.44 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-27T15:47:04.804Z] #13 15.44 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:47:04.916Z] CC compel/arch/ppc64/src/lib/cpu.o [2019-09-27T15:47:04.916Z] CC compel/arch/ppc64/src/lib/infect.o [2019-09-27T15:47:05.031Z] #58 8.581 PBCC images/tty.pb-c.c [2019-09-27T15:47:05.031Z] #58 8.648 DEP images/tty.pb-c.d [2019-09-27T15:47:05.031Z] #58 8.729 PBCC images/tun.pb-c.c [2019-09-27T15:47:05.031Z] #58 8.793 PBCC images/netdev.pb-c.c [2019-09-27T15:47:05.031Z] #58 8.834 DEP images/tun.pb-c.d [2019-09-27T15:47:05.200Z] CC compel/src/lib/infect-rpc.o [2019-09-27T15:47:05.200Z] CC compel/src/lib/infect-util.o [2019-09-27T15:47:05.287Z] #58 8.889 DEP images/netdev.pb-c.d [2019-09-27T15:47:05.287Z] #58 8.960 PBCC images/vma.pb-c.c [2019-09-27T15:47:05.287Z] #58 9.017 DEP images/vma.pb-c.d [2019-09-27T15:47:05.287Z] #58 9.083 PBCC images/creds.pb-c.c [2019-09-27T15:47:05.369Z] #13 16.10 Selecting previously unselected package vim. [2019-09-27T15:47:05.369Z] #13 16.10 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-27T15:47:05.369Z] #13 16.11 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:47:05.369Z] #13 16.23 Selecting previously unselected package xfsprogs. [2019-09-27T15:47:05.369Z] #13 16.23 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-09-27T15:47:05.484Z] CC compel/src/lib/infect.o [2019-09-27T15:47:05.585Z] #58 ... [2019-09-27T15:47:05.585Z] [2019-09-27T15:47:05.585Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-27T15:47:05.585Z] #38 9.515 [100%] Linking C executable tini-static [2019-09-27T15:47:05.585Z] #38 10.19 [100%] Built target tini-static [2019-09-27T15:47:05.585Z] #38 10.26 + mkdir -p /build [2019-09-27T15:47:05.585Z] #38 10.26 + cp tini-static /build/docker-init [2019-09-27T15:47:05.585Z] #38 DONE 10.8s [2019-09-27T15:47:05.585Z] [2019-09-27T15:47:05.585Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:47:05.585Z] #58 9.137 DEP images/creds.pb-c.d [2019-09-27T15:47:05.585Z] #58 9.223 PBCC images/utsns.pb-c.c [2019-09-27T15:47:05.585Z] #58 9.321 DEP images/utsns.pb-c.d [2019-09-27T15:47:05.585Z] #58 9.434 PBCC images/ipc-desc.pb-c.c [2019-09-27T15:47:05.585Z] #58 9.479 PBCC images/ipc-sem.pb-c.c [2019-09-27T15:47:05.626Z] #13 16.23 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-27T15:47:05.626Z] #13 16.34 Selecting previously unselected package zip. [2019-09-27T15:47:05.626Z] #13 16.35 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-09-27T15:47:05.626Z] #13 16.35 Unpacking zip (3.0-11+b1) ... [2019-09-27T15:47:05.626Z] #13 16.39 Selecting previously unselected package libapparmor-perl. [2019-09-27T15:47:05.626Z] #13 16.39 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-09-27T15:47:05.626Z] #13 16.40 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-27T15:47:05.626Z] #13 16.44 Selecting previously unselected package apparmor. [2019-09-27T15:47:05.626Z] #13 16.44 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-09-27T15:47:05.841Z] #58 9.506 DEP images/ipc-desc.pb-c.d [2019-09-27T15:47:05.841Z] #58 9.571 DEP images/ipc-sem.pb-c.d [2019-09-27T15:47:05.883Z] #13 16.46 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-27T15:47:05.883Z] #13 16.55 Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-27T15:47:05.883Z] #13 16.55 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-09-27T15:47:05.883Z] #13 16.55 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-27T15:47:06.097Z] #58 9.650 PBCC images/ipc-msg.pb-c.c [2019-09-27T15:47:06.097Z] #58 9.712 DEP images/ipc-msg.pb-c.d [2019-09-27T15:47:06.097Z] #58 ... [2019-09-27T15:47:06.097Z] [2019-09-27T15:47:06.097Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T15:47:06.097Z] #30 52.01 os [2019-09-27T15:47:06.097Z] #30 52.18 bytes [2019-09-27T15:47:06.097Z] #30 54.36 bufio [2019-09-27T15:47:06.097Z] #30 55.29 fmt [2019-09-27T15:47:06.097Z] #30 55.85 path/filepath [2019-09-27T15:47:06.097Z] #30 57.06 io/ioutil [2019-09-27T15:47:06.097Z] #30 57.62 path [2019-09-27T15:47:06.097Z] #30 58.15 text/tabwriter [2019-09-27T15:47:06.097Z] #30 59.39 github.com/BurntSushi/toml [2019-09-27T15:47:06.097Z] #30 59.41 flag [2019-09-27T15:47:06.097Z] #30 61.19 log [2019-09-27T15:47:06.097Z] #30 ... [2019-09-27T15:47:06.097Z] [2019-09-27T15:47:06.097Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:47:06.097Z] #58 9.824 PBCC images/ipc-shm.pb-c.c [2019-09-27T15:47:06.097Z] #58 9.879 DEP images/ipc-shm.pb-c.d [2019-09-27T15:47:06.140Z] #13 16.82 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-27T15:47:06.141Z] #13 16.82 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-09-27T15:47:06.141Z] #13 16.82 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-27T15:47:06.352Z] #58 10.03 PBCC images/ipc-var.pb-c.c [2019-09-27T15:47:06.352Z] #58 10.10 DEP images/ipc-var.pb-c.d [2019-09-27T15:47:06.352Z] #58 10.21 PBCC images/sk-opts.pb-c.c [2019-09-27T15:47:06.397Z] #13 17.13 Selecting previously unselected package binutils-mingw-w64. [2019-09-27T15:47:06.397Z] #13 17.13 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-27T15:47:06.397Z] #13 17.14 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-27T15:47:06.397Z] #13 17.17 Selecting previously unselected package mingw-w64-common. [2019-09-27T15:47:06.397Z] #13 17.17 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-27T15:47:06.397Z] #13 17.18 Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-27T15:47:06.490Z] CC compel/src/lib/ptrace.o [2019-09-27T15:47:06.490Z] AR compel/libcompel.a [2019-09-27T15:47:06.490Z] HOSTCC compel/src/main-host.o [2019-09-27T15:47:06.490Z] HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-09-27T15:47:06.607Z] #58 10.23 PBCC images/packet-sock.pb-c.c [2019-09-27T15:47:06.607Z] #58 10.30 DEP images/sk-opts.pb-c.d [2019-09-27T15:47:06.778Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-27T15:47:06.778Z] HOSTCC compel/src/lib/log-host.o [2019-09-27T15:47:06.778Z] HOSTLINK compel/compel-host-bin [2019-09-27T15:47:06.863Z] #58 10.37 DEP images/packet-sock.pb-c.d [2019-09-27T15:47:06.863Z] #58 10.45 PBCC images/sk-netlink.pb-c.c [2019-09-27T15:47:06.863Z] #58 10.53 DEP images/sk-netlink.pb-c.d [2019-09-27T15:47:06.863Z] #58 10.59 PBCC images/sk-inet.pb-c.c [2019-09-27T15:47:07.065Z] DEP soccr/soccr.d [2019-09-27T15:47:07.065Z] CC soccr/soccr.o [2019-09-27T15:47:07.118Z] #58 10.66 DEP images/sk-inet.pb-c.d [2019-09-27T15:47:07.118Z] #58 10.72 PBCC images/sk-unix.pb-c.c [2019-09-27T15:47:07.118Z] #58 10.78 DEP images/sk-unix.pb-c.d [2019-09-27T15:47:07.118Z] #58 10.84 PBCC images/mm.pb-c.c [2019-09-27T15:47:07.118Z] #58 10.89 DEP images/mm.pb-c.d [2019-09-27T15:47:07.328Z] #13 17.89 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-27T15:47:07.328Z] #13 17.90 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-27T15:47:07.328Z] #13 17.90 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-27T15:47:07.372Z] #58 10.97 PBCC images/timerfd.pb-c.c [2019-09-27T15:47:07.372Z] #58 11.03 DEP images/timerfd.pb-c.d [2019-09-27T15:47:07.372Z] #58 11.08 PBCC images/timer.pb-c.c [2019-09-27T15:47:07.372Z] #58 11.11 DEP images/timer.pb-c.d [2019-09-27T15:47:07.372Z] #58 11.16 PBCC images/sa.pb-c.c [2019-09-27T15:47:07.372Z] #58 11.19 DEP images/sa.pb-c.d [2019-09-27T15:47:07.372Z] #58 11.24 PBCC images/pipe-data.pb-c.c [2019-09-27T15:47:07.372Z] #58 11.27 DEP images/pipe-data.pb-c.d [2019-09-27T15:47:07.627Z] #58 11.30 PBCC images/mnt.pb-c.c [2019-09-27T15:47:07.627Z] #58 11.36 DEP images/mnt.pb-c.d [2019-09-27T15:47:07.627Z] #58 11.43 PBCC images/sk-packet.pb-c.c [2019-09-27T15:47:07.627Z] #58 11.47 DEP images/sk-packet.pb-c.d [2019-09-27T15:47:07.627Z] #58 11.52 PBCC images/tcp-stream.pb-c.c [2019-09-27T15:47:07.687Z] AR soccr/libsoccr.a [2019-09-27T15:47:07.687Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T15:47:07.687Z] DEP criu/arch/ppc64/sigframe.d [2019-09-27T15:47:07.687Z] DEP criu/arch/ppc64/crtools.d [2019-09-27T15:47:07.687Z] DEP criu/arch/ppc64/cpu.d [2019-09-27T15:47:07.883Z] #58 11.61 DEP images/tcp-stream.pb-c.d [2019-09-27T15:47:07.883Z] #58 11.68 PBCC images/pipe.pb-c.c [2019-09-27T15:47:07.883Z] #58 11.71 DEP images/pipe.pb-c.d [2019-09-27T15:47:07.883Z] #58 11.75 PBCC images/pstree.pb-c.c [2019-09-27T15:47:07.883Z] #58 11.77 DEP images/pstree.pb-c.d [2019-09-27T15:47:07.894Z] #13 18.60 Selecting previously unselected package gcc-mingw-w64-base. [2019-09-27T15:47:07.894Z] #13 18.61 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-27T15:47:07.894Z] #13 18.61 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-27T15:47:07.894Z] #13 18.65 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-27T15:47:07.894Z] #13 18.65 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-27T15:47:07.894Z] #13 18.65 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T15:47:07.969Z] CC criu/arch/ppc64/cpu.o [2019-09-27T15:47:07.969Z] CC criu/arch/ppc64/crtools.o [2019-09-27T15:47:08.138Z] #58 11.83 PBCC images/fs.pb-c.c [2019-09-27T15:47:08.138Z] #58 11.88 DEP images/fs.pb-c.d [2019-09-27T15:47:08.138Z] #58 11.95 PBCC images/signalfd.pb-c.c [2019-09-27T15:47:08.138Z] #58 11.97 DEP images/signalfd.pb-c.d [2019-09-27T15:47:08.138Z] #58 12.03 PBCC images/fh.pb-c.c [2019-09-27T15:47:08.393Z] #58 12.07 PBCC images/fsnotify.pb-c.c [2019-09-27T15:47:08.393Z] #58 12.13 DEP images/fh.pb-c.d [2019-09-27T15:47:08.393Z] #58 12.19 DEP images/fsnotify.pb-c.d [2019-09-27T15:47:08.588Z] CC criu/arch/ppc64/sigframe.o [2019-09-27T15:47:08.588Z] LINK criu/arch/ppc64/crtools.built-in.o [2019-09-27T15:47:08.588Z] DEP criu/arch/ppc64/misc.d [2019-09-27T15:47:08.588Z] DEP criu/arch/ppc64/vdso-trampoline.d [2019-09-27T15:47:08.588Z] DEP criu/arch/ppc64/vdso-pie.d [2019-09-27T15:47:08.588Z] DEP criu/pie/parasite-vdso.d [2019-09-27T15:47:08.588Z] DEP criu/pie/util-vdso.d [2019-09-27T15:47:08.648Z] #58 12.29 PBCC images/eventpoll.pb-c.c [2019-09-27T15:47:08.648Z] #58 12.32 DEP images/eventpoll.pb-c.d [2019-09-27T15:47:08.648Z] #58 12.38 PBCC images/eventfd.pb-c.c [2019-09-27T15:47:08.648Z] #58 12.40 DEP images/eventfd.pb-c.d [2019-09-27T15:47:08.648Z] #58 12.46 PBCC images/remap-file-path.pb-c.c [2019-09-27T15:47:08.648Z] #58 12.48 DEP images/remap-file-path.pb-c.d [2019-09-27T15:47:08.876Z] DEP criu/pie/util.d [2019-09-27T15:47:08.876Z] CC criu/pie/util.o [2019-09-27T15:47:08.876Z] CC criu/pie/util-vdso.o [2019-09-27T15:47:08.903Z] #58 12.50 PBCC images/fifo.pb-c.c [2019-09-27T15:47:08.903Z] #58 12.53 DEP images/fifo.pb-c.d [2019-09-27T15:47:08.903Z] #58 12.60 PBCC images/ghost-file.pb-c.c [2019-09-27T15:47:08.903Z] #58 12.66 DEP images/ghost-file.pb-c.d [2019-09-27T15:47:08.903Z] #58 12.70 PBCC images/regfile.pb-c.c [2019-09-27T15:47:09.158Z] CC criu/pie/parasite-vdso.o [2019-09-27T15:47:09.158Z] #58 12.74 DEP images/regfile.pb-c.d [2019-09-27T15:47:09.158Z] #58 12.78 PBCC images/ns.pb-c.c [2019-09-27T15:47:09.158Z] #58 12.79 DEP images/ns.pb-c.d [2019-09-27T15:47:09.158Z] #58 12.81 PBCC images/fdinfo.pb-c.c [2019-09-27T15:47:09.158Z] #58 12.90 DEP images/fdinfo.pb-c.d [2019-09-27T15:47:09.158Z] #58 12.94 PBCC images/core-aarch64.pb-c.c [2019-09-27T15:47:09.433Z] #58 12.99 PBCC images/core-arm.pb-c.c [2019-09-27T15:47:09.433Z] #58 13.04 PBCC images/core-ppc64.pb-c.c [2019-09-27T15:47:09.433Z] #58 13.15 PBCC images/core-s390.pb-c.c [2019-09-27T15:47:09.433Z] #58 13.24 PBCC images/core-x86.pb-c.c [2019-09-27T15:47:09.441Z] CC criu/arch/ppc64/vdso-pie.o [2019-09-27T15:47:09.688Z] #58 13.31 PBCC images/core.pb-c.c [2019-09-27T15:47:09.688Z] #58 13.40 PBCC images/inventory.pb-c.c [2019-09-27T15:47:09.688Z] #58 13.49 DEP images/core-aarch64.pb-c.d [2019-09-27T15:47:09.730Z] CC criu/arch/ppc64/vdso-trampoline.o [2019-09-27T15:47:09.730Z] CC criu/arch/ppc64/misc.o [2019-09-27T15:47:09.730Z] AR criu/pie/pie.lib.a [2019-09-27T15:47:09.730Z] DEP criu/pie/restorer.d [2019-09-27T15:47:09.730Z] DEP criu/arch/ppc64/restorer.d [2019-09-27T15:47:09.730Z] DEP criu/pie/parasite.d [2019-09-27T15:47:09.942Z] #58 13.55 DEP images/core-arm.pb-c.d [2019-09-27T15:47:09.942Z] #58 13.60 DEP images/core-ppc64.pb-c.d [2019-09-27T15:47:09.942Z] #58 13.68 DEP images/core-s390.pb-c.d [2019-09-27T15:47:09.942Z] #58 13.73 DEP images/core-x86.pb-c.d [2019-09-27T15:47:10.035Z] CC criu/pie/parasite.o [2019-09-27T15:47:10.196Z] #58 13.81 DEP images/core.pb-c.d [2019-09-27T15:47:10.196Z] #58 13.88 DEP images/inventory.pb-c.d [2019-09-27T15:47:10.196Z] #58 13.90 PBCC images/cpuinfo.pb-c.c [2019-09-27T15:47:10.196Z] #58 13.93 DEP images/cpuinfo.pb-c.d [2019-09-27T15:47:10.196Z] #58 13.96 PBCC images/stats.pb-c.c [2019-09-27T15:47:10.196Z] #58 13.97 DEP images/stats.pb-c.d [2019-09-27T15:47:10.322Z] LINK criu/pie/parasite.built-in.o [2019-09-27T15:47:10.322Z] GEN criu/pie/parasite-blob.h [2019-09-27T15:47:10.322Z] CC criu/arch/ppc64/restorer.o [2019-09-27T15:47:10.605Z] CC criu/pie/restorer.o [2019-09-27T15:47:11.171Z] #13 22.04 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-27T15:47:11.430Z] #13 22.04 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-27T15:47:11.430Z] #13 22.04 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T15:47:11.556Z] #58 ... [2019-09-27T15:47:11.556Z] [2019-09-27T15:47:11.556Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T15:47:11.556Z] #30 63.77 github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T15:47:11.556Z] #30 DONE 67.5s [2019-09-27T15:47:11.556Z] [2019-09-27T15:47:11.556Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:47:11.556Z] #33 60.66 fmt [2019-09-27T15:47:11.556Z] #33 62.58 path/filepath [2019-09-27T15:47:11.556Z] #33 63.68 regexp [2019-09-27T15:47:11.556Z] #33 65.32 flag [2019-09-27T15:47:11.556Z] #33 66.92 go/token [2019-09-27T15:47:11.556Z] #33 67.32 io/ioutil [2019-09-27T15:47:11.556Z] #33 67.74 go/scanner [2019-09-27T15:47:11.613Z] LINK criu/pie/restorer.built-in.o [2019-09-27T15:47:11.613Z] GEN criu/pie/restorer-blob.h [2019-09-27T15:47:11.613Z] DEP criu/vdso.d [2019-09-27T15:47:11.895Z] DEP criu/uts_ns.d [2019-09-27T15:47:11.895Z] DEP criu/util.d [2019-09-27T15:47:11.895Z] DEP criu/uffd.d [2019-09-27T15:47:12.115Z] #33 67.92 net/url [2019-09-27T15:47:12.115Z] #33 ... [2019-09-27T15:47:12.115Z] [2019-09-27T15:47:12.115Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:47:12.115Z] #58 15.67 make[1]: Nothing to be done for 'all'. [2019-09-27T15:47:12.181Z] DEP criu/tun.d [2019-09-27T15:47:12.181Z] DEP criu/tty.d [2019-09-27T15:47:12.181Z] DEP criu/timerfd.d [2019-09-27T15:47:12.181Z] DEP criu/sysfs_parse.d [2019-09-27T15:47:12.464Z] DEP criu/sysctl.d [2019-09-27T15:47:12.464Z] DEP criu/string.d [2019-09-27T15:47:12.464Z] DEP criu/stats.d [2019-09-27T15:47:12.464Z] DEP criu/sockets.d [2019-09-27T15:47:12.464Z] DEP criu/sk-unix.d [2019-09-27T15:47:12.748Z] DEP criu/sk-tcp.d [2019-09-27T15:47:12.748Z] DEP criu/sk-queue.d [2019-09-27T15:47:12.748Z] DEP criu/sk-packet.d [2019-09-27T15:47:12.748Z] DEP criu/sk-netlink.d [2019-09-27T15:47:13.031Z] DEP criu/sk-inet.d [2019-09-27T15:47:13.031Z] DEP criu/signalfd.d [2019-09-27T15:47:13.031Z] DEP criu/sigframe.d [2019-09-27T15:47:13.031Z] DEP criu/shmem.d [2019-09-27T15:47:13.313Z] DEP criu/servicefd.d [2019-09-27T15:47:13.313Z] DEP criu/seize.d [2019-09-27T15:47:13.313Z] DEP criu/seccomp.d [2019-09-27T15:47:13.313Z] DEP criu/rst-malloc.d [2019-09-27T15:47:13.598Z] DEP criu/rbtree.d [2019-09-27T15:47:13.598Z] DEP criu/pstree.d [2019-09-27T15:47:13.598Z] DEP criu/protobuf.d [2019-09-27T15:47:13.598Z] GEN criu/protobuf-desc-gen.h [2019-09-27T15:47:13.997Z] #58 17.60 CC images/stats.o [2019-09-27T15:47:13.997Z] #58 ... [2019-09-27T15:47:13.997Z] [2019-09-27T15:47:13.997Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:47:13.997Z] #47 24.02 + cd /tmp/tmp.Ko2XLrAEss/src/github.com/containerd/containerd [2019-09-27T15:47:13.997Z] #47 24.02 + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-27T15:47:13.997Z] #47 26.04 + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-27T15:47:13.997Z] #47 26.04 + BUILDTAGS='netgo osusergo static_build' [2019-09-27T15:47:13.997Z] #47 26.04 + export EXTRA_FLAGS=-buildmode=pie [2019-09-27T15:47:13.997Z] #47 26.04 + EXTRA_FLAGS=-buildmode=pie [2019-09-27T15:47:13.997Z] #47 26.04 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-27T15:47:13.997Z] #47 26.04 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-27T15:47:13.997Z] #47 26.04 + '[' '' = dynamic ']' [2019-09-27T15:47:13.997Z] #47 26.04 + make [2019-09-27T15:47:13.997Z] #47 27.10 🇩 bin/ctr [2019-09-27T15:47:13.997Z] #47 ... [2019-09-27T15:47:13.997Z] [2019-09-27T15:47:13.997Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:47:13.997Z] #33 69.46 go/ast [2019-09-27T15:47:13.997Z] #33 69.75 text/template/parse [2019-09-27T15:47:14.217Z] DEP criu/protobuf-desc.d [2019-09-27T15:47:14.217Z] DEP criu/proc_parse.d [2019-09-27T15:47:14.217Z] DEP criu/plugin.d [2019-09-27T15:47:14.217Z] DEP criu/pipes.d [2019-09-27T15:47:14.217Z] DEP criu/pie-util.d [2019-09-27T15:47:14.217Z] DEP criu/pie-util-vdso.d [2019-09-27T15:47:14.505Z] DEP criu/pie-util-vdso-elf32.d [2019-09-27T15:47:14.505Z] DEP criu/path.d [2019-09-27T15:47:14.505Z] DEP criu/parasite-syscall.d [2019-09-27T15:47:14.505Z] DEP criu/pagemap.d [2019-09-27T15:47:14.705Z] #13 25.00 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-27T15:47:14.705Z] #13 25.02 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-27T15:47:14.705Z] #13 25.03 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-09-27T15:47:14.705Z] #13 25.04 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-27T15:47:14.705Z] #13 25.05 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-27T15:47:14.705Z] #13 25.07 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T15:47:14.705Z] #13 25.09 Processing triggers for mime-support (3.60) ... [2019-09-27T15:47:14.705Z] #13 25.10 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:47:14.705Z] #13 25.11 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-27T15:47:14.705Z] #13 25.12 Setting up libcap2-bin (1:2.25-1) ... [2019-09-27T15:47:14.705Z] #13 25.13 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-27T15:47:14.705Z] #13 25.14 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-27T15:47:14.705Z] #13 25.15 Setting up bash-completion (1:2.1-4.3) ... [2019-09-27T15:47:14.787Z] DEP criu/pagemap-cache.d [2019-09-27T15:47:14.787Z] DEP criu/page-xfer.d [2019-09-27T15:47:14.787Z] DEP criu/page-pipe.d [2019-09-27T15:47:14.787Z] DEP criu/netfilter.d [2019-09-27T15:47:14.962Z] #13 25.69 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-27T15:47:14.962Z] #13 25.70 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-27T15:47:14.962Z] #13 25.71 Setting up zip (3.0-11+b1) ... [2019-09-27T15:47:14.962Z] #13 25.73 Setting up bzip2 (1.0.6-8.1) ... [2019-09-27T15:47:14.962Z] #13 25.74 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-27T15:47:14.962Z] #13 25.75 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-27T15:47:14.962Z] #13 25.76 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:47:14.962Z] #13 25.77 Setting up libaio1:amd64 (0.3.110-3) ... [2019-09-27T15:47:14.962Z] #13 25.79 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T15:47:15.071Z] DEP criu/net.d [2019-09-27T15:47:15.071Z] DEP criu/namespaces.d [2019-09-27T15:47:15.071Z] DEP criu/mount.d [2019-09-27T15:47:15.071Z] DEP criu/mem.d [2019-09-27T15:47:15.219Z] #13 25.81 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-27T15:47:15.219Z] #13 25.82 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-27T15:47:15.219Z] #13 25.83 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-27T15:47:15.219Z] #13 25.84 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:47:15.219Z] #13 25.85 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-27T15:47:15.219Z] #13 25.86 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-09-27T15:47:15.219Z] #13 25.88 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-27T15:47:15.219Z] #13 25.89 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:47:15.219Z] #13 25.97 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-27T15:47:15.219Z] #13 25.98 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-09-27T15:47:15.219Z] #13 25.99 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-27T15:47:15.219Z] #13 26.01 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-27T15:47:15.219Z] #13 26.02 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-27T15:47:15.219Z] #13 26.03 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-27T15:47:15.219Z] #13 26.05 Setting up pigz (2.3.4-1) ... [2019-09-27T15:47:15.219Z] #13 26.06 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-27T15:47:15.219Z] #13 26.08 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-09-27T15:47:15.219Z] #13 26.09 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T15:47:15.219Z] #13 26.10 Setting up mingw-w64-common (5.0.1-1) ... [2019-09-27T15:47:15.353Z] DEP criu/lsm.d [2019-09-27T15:47:15.353Z] DEP criu/log.d [2019-09-27T15:47:15.353Z] DEP criu/libnetlink.d [2019-09-27T15:47:15.353Z] DEP criu/kerndat.d [2019-09-27T15:47:15.476Z] #13 26.11 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T15:47:15.476Z] #13 26.12 Setting up jq (1.5+dfsg-1.3) ... [2019-09-27T15:47:15.476Z] #13 26.13 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-27T15:47:15.476Z] #13 26.14 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-27T15:47:15.476Z] #13 26.15 Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-27T15:47:15.476Z] #13 26.17 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:47:15.476Z] #13 26.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-27T15:47:15.476Z] #13 26.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-27T15:47:15.476Z] #13 26.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-27T15:47:15.476Z] #13 26.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-27T15:47:15.476Z] #13 26.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-27T15:47:15.476Z] #13 26.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-27T15:47:15.476Z] #13 26.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-27T15:47:15.476Z] #13 26.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-27T15:47:15.476Z] #13 26.21 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-27T15:47:15.476Z] #13 26.22 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T15:47:15.476Z] #13 26.24 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-27T15:47:15.476Z] #13 26.25 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-27T15:47:15.476Z] #13 26.26 Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T15:47:15.476Z] #13 26.27 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-27T15:47:15.476Z] #13 26.28 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-27T15:47:15.638Z] DEP criu/kcmp-ids.d [2019-09-27T15:47:15.638Z] DEP criu/irmap.d [2019-09-27T15:47:15.638Z] DEP criu/ipc_ns.d [2019-09-27T15:47:15.638Z] DEP criu/image.d [2019-09-27T15:47:15.923Z] DEP criu/image-desc.d [2019-09-27T15:47:15.923Z] DEP criu/fsnotify.d [2019-09-27T15:47:15.923Z] DEP criu/filesystems.d [2019-09-27T15:47:15.923Z] DEP criu/files.d [2019-09-27T15:47:16.206Z] DEP criu/files-reg.d [2019-09-27T15:47:16.206Z] DEP criu/files-ext.d [2019-09-27T15:47:16.206Z] DEP criu/file-lock.d [2019-09-27T15:47:16.206Z] DEP criu/file-ids.d [2019-09-27T15:47:16.409Z] #13 27.17 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-27T15:47:16.409Z] #13 27.18 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T15:47:16.409Z] #13 27.19 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-27T15:47:16.409Z] #13 27.19 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-27T15:47:16.409Z] #13 27.19 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-27T15:47:16.409Z] #13 27.19 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-27T15:47:16.409Z] #13 27.20 Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T15:47:16.493Z] DEP criu/fifo.d [2019-09-27T15:47:16.493Z] DEP criu/fdstore.d [2019-09-27T15:47:16.493Z] DEP criu/fault-injection.d [2019-09-27T15:47:16.493Z] DEP criu/external.d [2019-09-27T15:47:16.493Z] DEP criu/eventpoll.d [2019-09-27T15:47:16.493Z] DEP criu/eventfd.d [2019-09-27T15:47:16.666Z] #13 27.21 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T15:47:16.666Z] #13 27.22 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-27T15:47:16.666Z] #13 27.23 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-27T15:47:16.666Z] #13 27.23 Setting up python3 (3.5.3-1) ... [2019-09-27T15:47:16.780Z] DEP criu/crtools.d [2019-09-27T15:47:16.780Z] DEP criu/cr-service.d [2019-09-27T15:47:16.780Z] DEP criu/cr-restore.d [2019-09-27T15:47:16.923Z] #13 27.53 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-27T15:47:17.066Z] DEP criu/cr-errno.d [2019-09-27T15:47:17.066Z] DEP criu/cr-dump.d [2019-09-27T15:47:17.066Z] DEP criu/cr-dedup.d [2019-09-27T15:47:17.066Z] DEP criu/cr-check.d [2019-09-27T15:47:17.066Z] DEP criu/config.d [2019-09-27T15:47:17.300Z] #33 72.97 text/template [2019-09-27T15:47:17.350Z] DEP criu/clone-noasan.d [2019-09-27T15:47:17.350Z] DEP criu/cgroup.d [2019-09-27T15:47:17.350Z] DEP criu/cgroup-props.d [2019-09-27T15:47:17.350Z] DEP criu/bitmap.d [2019-09-27T15:47:17.350Z] DEP criu/bfd.d [2019-09-27T15:47:17.350Z] DEP criu/autofs.d [2019-09-27T15:47:17.486Z] #13 28.23 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-27T15:47:17.555Z] #33 73.58 go/parser [2019-09-27T15:47:17.633Z] DEP criu/aio.d [2019-09-27T15:47:17.633Z] DEP criu/action-scripts.d [2019-09-27T15:47:17.633Z] CC criu/action-scripts.o [2019-09-27T15:47:17.743Z] #13 28.27 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-27T15:47:17.743Z] #13 28.29 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-27T15:47:17.743Z] #13 28.30 Setting up python3-wheel (0.29.0-2) ... [2019-09-27T15:47:17.743Z] #13 28.48 Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-27T15:47:17.915Z] CC criu/aio.o [2019-09-27T15:47:18.001Z] #13 28.68 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-27T15:47:18.001Z] #13 28.69 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-27T15:47:18.201Z] CC criu/autofs.o [2019-09-27T15:47:18.259Z] #13 28.90 Setting up dmsetup (2:1.02.137-2) ... [2019-09-27T15:47:18.259Z] #13 28.92 Setting up python3-setuptools (33.1.1-1) ... [2019-09-27T15:47:18.516Z] #13 29.13 Setting up dh-python (2.20170125) ... [2019-09-27T15:47:18.774Z] #13 29.28 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-27T15:47:18.774Z] #13 29.30 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:47:18.816Z] CC criu/bfd.o [2019-09-27T15:47:19.032Z] #13 DONE 29.6s [2019-09-27T15:47:19.032Z] [2019-09-27T15:47:19.032Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-27T15:47:19.103Z] CC criu/bitmap.o [2019-09-27T15:47:19.386Z] CC criu/cgroup-props.o [2019-09-27T15:47:19.670Z] CC criu/cgroup.o [2019-09-27T15:47:20.067Z] #33 ... [2019-09-27T15:47:20.067Z] [2019-09-27T15:47:20.067Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:47:20.067Z] #58 17.92 CC images/core.o [2019-09-27T15:47:20.067Z] #58 18.49 CC images/core-x86.o [2019-09-27T15:47:20.067Z] #58 18.99 CC images/core-arm.o [2019-09-27T15:47:20.067Z] #58 19.29 CC images/core-aarch64.o [2019-09-27T15:47:20.067Z] #58 19.69 CC images/core-ppc64.o [2019-09-27T15:47:20.067Z] #58 20.23 CC images/core-s390.o [2019-09-27T15:47:20.067Z] #58 20.86 CC images/cpuinfo.o [2019-09-27T15:47:20.067Z] #58 21.26 CC images/inventory.o [2019-09-27T15:47:20.067Z] #58 21.55 CC images/fdinfo.o [2019-09-27T15:47:20.067Z] #58 21.79 CC images/fown.o [2019-09-27T15:47:20.067Z] #58 22.01 CC images/ns.o [2019-09-27T15:47:20.067Z] #58 22.25 CC images/regfile.o [2019-09-27T15:47:20.067Z] #58 22.43 CC images/ghost-file.o [2019-09-27T15:47:20.067Z] #58 22.68 CC images/fifo.o [2019-09-27T15:47:20.067Z] #58 22.94 CC images/remap-file-path.o [2019-09-27T15:47:20.067Z] #58 23.14 CC images/eventfd.o [2019-09-27T15:47:20.067Z] #58 23.30 CC images/eventpoll.o [2019-09-27T15:47:20.067Z] #58 23.54 CC images/fh.o [2019-09-27T15:47:20.322Z] #58 23.90 CC images/fsnotify.o [2019-09-27T15:47:20.403Z] #14 1.576 Collecting yamllint==1.16.0 [2019-09-27T15:47:20.883Z] #58 24.44 CC images/signalfd.o [2019-09-27T15:47:20.883Z] #58 24.68 CC images/fs.o [2019-09-27T15:47:21.139Z] #58 24.81 CC images/pstree.o [2019-09-27T15:47:21.149Z] CC criu/clone-noasan.o [2019-09-27T15:47:21.149Z] CC criu/config.o [2019-09-27T15:47:21.394Z] #58 24.99 CC images/pipe.o [2019-09-27T15:47:21.395Z] #58 25.19 CC images/tcp-stream.o [2019-09-27T15:47:21.650Z] #58 25.41 CC images/sk-packet.o [2019-09-27T15:47:21.766Z] CC criu/cr-check.o [2019-09-27T15:47:22.210Z] #58 25.72 CC images/mnt.o [2019-09-27T15:47:22.210Z] #58 25.96 CC images/pipe-data.o [2019-09-27T15:47:22.466Z] #58 26.11 CC images/sa.o [2019-09-27T15:47:22.473Z] + dpkg --print-architecture [2019-09-27T15:47:22.473Z] + cd /tmp/tmp.EoEvNVS2uN/src/github.com/docker/distribution [2019-09-27T15:47:22.473Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-27T15:47:22.473Z] + GOPATH=/tmp/tmp.EoEvNVS2uN/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.EoEvNVS2uN [2019-09-27T15:47:22.473Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-27T15:47:22.721Z] #58 26.41 CC images/timer.o [2019-09-27T15:47:22.774Z] CC criu/cr-dedup.o [2019-09-27T15:47:22.775Z] CC criu/cr-dump.o [2019-09-27T15:47:22.976Z] #58 26.68 CC images/timerfd.o [2019-09-27T15:47:23.231Z] #58 26.96 CC images/mm.o [2019-09-27T15:47:23.781Z] CC criu/cr-errno.o [2019-09-27T15:47:23.833Z] #58 27.30 CC images/sk-opts.o [2019-09-27T15:47:23.833Z] #58 27.51 CC images/sk-unix.o [2019-09-27T15:47:24.065Z] CC criu/cr-restore.o [2019-09-27T15:47:24.089Z] #58 27.78 CC images/sk-inet.o [2019-09-27T15:47:24.344Z] #58 28.22 CC images/tun.o [2019-09-27T15:47:24.904Z] #58 28.44 CC images/sk-netlink.o [2019-09-27T15:47:24.904Z] #58 28.63 CC images/packet-sock.o [2019-09-27T15:47:25.159Z] #58 28.93 CC images/ipc-var.o [2019-09-27T15:47:25.414Z] #58 29.17 CC images/ipc-desc.o [2019-09-27T15:47:25.669Z] #58 29.42 CC images/ipc-shm.o [2019-09-27T15:47:25.832Z] + rm -rf /tmp/tmp.EoEvNVS2uN/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.EoEvNVS2uN [2019-09-27T15:47:25.967Z] #58 29.69 CC images/ipc-msg.o [2019-09-27T15:47:26.222Z] #58 29.87 CC images/ipc-sem.o [2019-09-27T15:47:26.477Z] #58 30.03 CC images/utsns.o [2019-09-27T15:47:26.477Z] #58 30.18 CC images/creds.o [2019-09-27T15:47:26.733Z] #58 30.33 CC images/vma.o [2019-09-27T15:47:26.733Z] #58 30.53 CC images/netdev.o [2019-09-27T15:47:26.759Z] CC criu/cr-service.o [2019-09-27T15:47:26.945Z] #14 7.853 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-27T15:47:26.945Z] #14 7.959 Collecting pyyaml (from yamllint==1.16.0) [2019-09-27T15:47:27.123Z] Removing intermediate container 5a9e0c6759f9 [2019-09-27T15:47:27.123Z] ---> b8a934cbd9c3 [2019-09-27T15:47:27.123Z] Step 16/125 : FROM base AS swagger [2019-09-27T15:47:27.123Z] ---> 70ed6c3c5106 [2019-09-27T15:47:27.123Z] Step 17/125 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-27T15:47:27.293Z] #58 31.02 CC images/tty.o [2019-09-27T15:47:27.393Z] CC criu/crtools.o [2019-09-27T15:47:27.496Z] ---> Running in 3de615baaa13 [2019-09-27T15:47:27.496Z] Removing intermediate container 3de615baaa13 [2019-09-27T15:47:27.496Z] ---> 99bad7f9e1b7 [2019-09-27T15:47:27.496Z] Step 18/125 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-27T15:47:27.496Z] ---> Running in 2e1127bf874c [2019-09-27T15:47:27.676Z] CC criu/eventfd.o [2019-09-27T15:47:27.676Z] CC criu/eventpoll.o [2019-09-27T15:47:27.853Z] #58 31.56 CC images/file-lock.o [2019-09-27T15:47:27.876Z] #14 9.025 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-27T15:47:28.149Z] #58 31.75 CC images/rlimit.o [2019-09-27T15:47:28.290Z] CC criu/external.o [2019-09-27T15:47:28.316Z] + mktemp -d [2019-09-27T15:47:28.316Z] + export GOPATH=/tmp/tmp.2rV7XlKyQl [2019-09-27T15:47:28.316Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.2rV7XlKyQl/src/github.com/go-swagger/go-swagger [2019-09-27T15:47:28.316Z] Cloning into '/tmp/tmp.2rV7XlKyQl/src/github.com/go-swagger/go-swagger'... [2019-09-27T15:47:28.405Z] #58 31.99 CC images/pagemap.o [2019-09-27T15:47:28.439Z] #14 9.455 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-27T15:47:28.574Z] CC criu/fault-injection.o [2019-09-27T15:47:28.574Z] CC criu/fdstore.o [2019-09-27T15:47:28.574Z] CC criu/fifo.o [2019-09-27T15:47:28.660Z] #58 32.32 CC images/siginfo.o [2019-09-27T15:47:28.856Z] CC criu/file-ids.o [2019-09-27T15:47:28.915Z] #58 32.57 CC images/rpc.o [2019-09-27T15:47:29.143Z] CC criu/file-lock.o [2019-09-27T15:47:29.369Z] #14 10.51 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-27T15:47:29.424Z] CC criu/files-ext.o [2019-09-27T15:47:29.626Z] #14 10.77 Building wheels for collected packages: pyyaml, pathspec [2019-09-27T15:47:29.708Z] CC criu/files-reg.o [2019-09-27T15:47:29.840Z] #58 33.74 CC images/ext-file.o [2019-09-27T15:47:29.883Z] #14 10.77 Running setup.py bdist_wheel for pyyaml: started [2019-09-27T15:47:29.883Z] #14 11.06 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-27T15:47:30.141Z] #14 11.06 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-27T15:47:30.141Z] #14 11.08 Running setup.py bdist_wheel for pathspec: started [2019-09-27T15:47:30.141Z] #14 11.35 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-27T15:47:30.398Z] #14 11.35 Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-27T15:47:30.398Z] #14 11.35 Successfully built pyyaml pathspec [2019-09-27T15:47:30.398Z] #14 11.35 Installing collected packages: pyyaml, pathspec, yamllint [2019-09-27T15:47:30.398Z] #14 11.46 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-27T15:47:30.401Z] #58 33.96 CC images/cgroup.o [2019-09-27T15:47:30.656Z] #58 ... [2019-09-27T15:47:30.656Z] [2019-09-27T15:47:30.656Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:47:30.656Z] #33 76.49 log [2019-09-27T15:47:30.656Z] #33 76.88 encoding/binary [2019-09-27T15:47:30.656Z] #33 77.27 go/doc [2019-09-27T15:47:30.656Z] #33 78.47 encoding/base64 [2019-09-27T15:47:30.656Z] #33 79.02 encoding/json [2019-09-27T15:47:30.656Z] #33 80.31 github.com/LK4D4/vndr/build [2019-09-27T15:47:30.656Z] #33 83.42 encoding/xml [2019-09-27T15:47:30.656Z] #33 83.54 github.com/LK4D4/vndr/godl/singleflight [2019-09-27T15:47:30.656Z] #33 83.79 compress/flate [2019-09-27T15:47:30.656Z] #33 86.08 hash [2019-09-27T15:47:30.656Z] #33 86.24 hash/crc32 [2019-09-27T15:47:30.656Z] #33 86.74 compress/gzip [2019-09-27T15:47:30.656Z] #14 DONE 11.6s [2019-09-27T15:47:30.656Z] [2019-09-27T15:47:30.656Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-27T15:47:30.656Z] #16 DONE 0.3s [2019-09-27T15:47:30.722Z] CC criu/files.o [2019-09-27T15:47:30.911Z] #33 ... [2019-09-27T15:47:30.911Z] [2019-09-27T15:47:30.911Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-27T15:47:30.911Z] #61 86.90 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T15:47:30.911Z] #61 86.90 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-27T15:47:30.916Z] [2019-09-27T15:47:30.916Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-27T15:47:30.916Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-09-27T15:47:30.916Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-09-27T15:47:30.916Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 0B / 9.11MB 0.1s [2019-09-27T15:47:30.916Z] #64 ... [2019-09-27T15:47:30.916Z] [2019-09-27T15:47:30.916Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... [2019-09-27T15:47:30.916Z] #23 DONE 0.1s [2019-09-27T15:47:30.916Z] [2019-09-27T15:47:30.916Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-27T15:47:30.916Z] #60 DONE 0.2s [2019-09-27T15:47:30.916Z] [2019-09-27T15:47:30.916Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-27T15:47:30.916Z] #52 DONE 0.2s [2019-09-27T15:47:31.174Z] [2019-09-27T15:47:31.174Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-27T15:47:31.174Z] #49 DONE 0.2s [2019-09-27T15:47:31.174Z] [2019-09-27T15:47:31.174Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-27T15:47:31.174Z] #32 DONE 0.3s [2019-09-27T15:47:31.174Z] [2019-09-27T15:47:31.174Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-27T15:47:31.174Z] #50 ... [2019-09-27T15:47:31.174Z] [2019-09-27T15:47:31.174Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:47:31.174Z] #40 DONE 0.3s [2019-09-27T15:47:31.174Z] [2019-09-27T15:47:31.174Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-27T15:47:31.174Z] #26 DONE 0.3s [2019-09-27T15:47:31.174Z] [2019-09-27T15:47:31.174Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-27T15:47:31.174Z] #29 DONE 0.4s [2019-09-27T15:47:31.432Z] [2019-09-27T15:47:31.432Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-27T15:47:31.432Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 0.5s done [2019-09-27T15:47:31.432Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c [2019-09-27T15:47:31.432Z] #64 ... [2019-09-27T15:47:31.432Z] [2019-09-27T15:47:31.432Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-27T15:47:31.432Z] #41 DONE 0.3s [2019-09-27T15:47:31.689Z] [2019-09-27T15:47:31.689Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-27T15:47:31.735Z] + cd /tmp/tmp.2rV7XlKyQl/src/github.com/go-swagger/go-swagger [2019-09-27T15:47:31.735Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-27T15:47:31.735Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-27T15:47:32.205Z] CC criu/filesystems.o [2019-09-27T15:47:32.205Z] CC criu/fsnotify.o [2019-09-27T15:47:32.829Z] CC criu/image-desc.o [2019-09-27T15:47:33.118Z] CC criu/image.o [2019-09-27T15:47:33.402Z] CC criu/ipc_ns.o [2019-09-27T15:47:34.232Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 2.9s done [2019-09-27T15:47:34.232Z] #64 DONE 3.4s [2019-09-27T15:47:34.232Z] [2019-09-27T15:47:34.232Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T15:47:34.416Z] CC criu/irmap.o [2019-09-27T15:47:34.416Z] CC criu/kcmp-ids.o [2019-09-27T15:47:34.698Z] CC criu/kerndat.o [2019-09-27T15:47:35.316Z] CC criu/libnetlink.o [2019-09-27T15:47:35.599Z] CC criu/log.o [2019-09-27T15:47:35.606Z] #42 ... [2019-09-27T15:47:35.606Z] [2019-09-27T15:47:35.606Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-27T15:47:35.606Z] #21 DONE 4.7s [2019-09-27T15:47:35.863Z] [2019-09-27T15:47:35.863Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T15:47:35.863Z] #55 4.202 + mktemp -d [2019-09-27T15:47:35.863Z] #55 4.202 + export GOPATH=/tmp/tmp.ShjRlrMX10 [2019-09-27T15:47:35.863Z] #55 4.202 + git clone https://github.com/docker/distribution.git /tmp/tmp.ShjRlrMX10/src/github.com/docker/distribution [2019-09-27T15:47:35.863Z] #55 4.202 Cloning into '/tmp/tmp.ShjRlrMX10/src/github.com/docker/distribution'... [2019-09-27T15:47:35.881Z] CC criu/lsm.o [2019-09-27T15:47:36.150Z] #61 ... [2019-09-27T15:47:36.150Z] [2019-09-27T15:47:36.150Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:47:36.150Z] #58 34.50 CC images/userns.o [2019-09-27T15:47:36.150Z] #58 34.89 CC images/google/protobuf/descriptor.o [2019-09-27T15:47:36.150Z] #58 36.46 CC images/opts.o [2019-09-27T15:47:36.150Z] #58 36.77 CC images/seccomp.o [2019-09-27T15:47:36.150Z] #58 37.03 CC images/binfmt-misc.o [2019-09-27T15:47:36.150Z] #58 37.28 CC images/time.o [2019-09-27T15:47:36.150Z] #58 37.43 CC images/sysctl.o [2019-09-27T15:47:36.150Z] #58 37.62 CC images/autofs.o [2019-09-27T15:47:36.150Z] #58 37.79 CC images/macvlan.o [2019-09-27T15:47:36.150Z] #58 37.98 CC images/sit.o [2019-09-27T15:47:36.150Z] #58 38.12 LINK images/built-in.o [2019-09-27T15:47:36.150Z] #58 38.22 GEN compel/include/asm [2019-09-27T15:47:36.150Z] #58 38.24 GEN compel/include/version.h [2019-09-27T15:47:36.150Z] #58 38.27 touch .config [2019-09-27T15:47:36.150Z] #58 38.28 GEN include/common/config.h [2019-09-27T15:47:36.150Z] #58 38.33 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-09-27T15:47:36.150Z] #58 38.35 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-09-27T15:47:36.150Z] #58 38.37 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-09-27T15:47:36.150Z] #58 38.40 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-09-27T15:47:36.150Z] #58 38.41 DEP compel/arch/x86/plugins/std/memcpy.d [2019-09-27T15:47:36.150Z] #58 38.43 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-09-27T15:47:36.150Z] #58 38.46 GEN compel/plugins/include/uapi/std/syscall.h [2019-09-27T15:47:36.150Z] #58 38.49 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-09-27T15:47:36.150Z] #58 38.50 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-27T15:47:36.150Z] #58 38.53 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-27T15:47:36.150Z] #58 38.53 DEP compel/plugins/std/infect.d [2019-09-27T15:47:36.150Z] #58 38.70 DEP compel/plugins/std/string.d [2019-09-27T15:47:36.150Z] #58 38.86 DEP compel/plugins/std/log.d [2019-09-27T15:47:36.150Z] #58 39.02 DEP compel/plugins/std/fds.d [2019-09-27T15:47:36.150Z] #58 39.17 DEP compel/plugins/std/std.d [2019-09-27T15:47:36.150Z] #58 39.26 DEP compel/plugins/shmem/shmem.d [2019-09-27T15:47:36.150Z] #58 39.36 DEP compel/plugins/fds/fds.d [2019-09-27T15:47:36.150Z] #58 39.50 CC compel/plugins/std/std.o [2019-09-27T15:47:36.150Z] #58 39.84 CC compel/plugins/std/fds.o [2019-09-27T15:47:36.164Z] CC criu/mem.o [2019-09-27T15:47:36.716Z] #58 40.41 CC compel/plugins/std/log.o [2019-09-27T15:47:36.793Z] #55 ... [2019-09-27T15:47:36.793Z] [2019-09-27T15:47:36.793Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-27T15:47:36.793Z] #24 5.892 + RM_GOPATH=0 [2019-09-27T15:47:36.793Z] #24 5.892 + TMP_GOPATH= [2019-09-27T15:47:36.793Z] #24 5.892 + : /build [2019-09-27T15:47:36.793Z] #24 5.892 + '[' -z '' ']' [2019-09-27T15:47:36.793Z] #24 5.897 ++ mktemp -d [2019-09-27T15:47:36.793Z] #24 5.898 + export GOPATH=/tmp/tmp.lYbYI3WOBx [2019-09-27T15:47:36.793Z] #24 5.898 + GOPATH=/tmp/tmp.lYbYI3WOBx [2019-09-27T15:47:36.793Z] #24 5.898 + RM_GOPATH=1 [2019-09-27T15:47:36.793Z] #24 5.902 ++ dirname ./install.sh [2019-09-27T15:47:36.793Z] #24 5.911 + dir=. [2019-09-27T15:47:36.793Z] #24 5.911 + bin=gometalinter [2019-09-27T15:47:36.793Z] #24 5.911 + shift [2019-09-27T15:47:36.793Z] #24 5.911 + '[' '!' -f ./gometalinter.installer ']' [2019-09-27T15:47:36.793Z] #24 5.912 + . ./gometalinter.installer [2019-09-27T15:47:36.793Z] #24 5.912 ++ GOMETALINTER_COMMIT=v2.0.6 [2019-09-27T15:47:36.793Z] #24 5.912 + install_gometalinter [2019-09-27T15:47:36.793Z] #24 5.914 + echo 'Installing gometalinter version v2.0.6' [2019-09-27T15:47:36.793Z] #24 5.914 Installing gometalinter version v2.0.6 [2019-09-27T15:47:36.793Z] #24 5.915 + go get -d github.com/alecthomas/gometalinter [2019-09-27T15:47:37.171Z] CC criu/mount.o [2019-09-27T15:47:37.358Z] #24 ... [2019-09-27T15:47:37.358Z] [2019-09-27T15:47:37.358Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-27T15:47:37.358Z] #50 6.174 + RM_GOPATH=0 [2019-09-27T15:47:37.358Z] #50 6.174 + TMP_GOPATH= [2019-09-27T15:47:37.358Z] #50 6.174 + : /build [2019-09-27T15:47:37.358Z] #50 6.174 + '[' -z '' ']' [2019-09-27T15:47:37.358Z] #50 6.174 ++ mktemp -d [2019-09-27T15:47:37.358Z] #50 6.179 + export GOPATH=/tmp/tmp.NTA4sBZqF9 [2019-09-27T15:47:37.358Z] #50 6.179 + GOPATH=/tmp/tmp.NTA4sBZqF9 [2019-09-27T15:47:37.358Z] #50 6.179 + RM_GOPATH=1 [2019-09-27T15:47:37.358Z] #50 6.180 ++ dirname ./install.sh [2019-09-27T15:47:37.358Z] #50 6.184 + dir=. [2019-09-27T15:47:37.358Z] #50 6.184 + bin=proxy [2019-09-27T15:47:37.358Z] #50 6.185 + shift [2019-09-27T15:47:37.358Z] #50 6.185 + '[' '!' -f ./proxy.installer ']' [2019-09-27T15:47:37.358Z] #50 6.185 + . ./proxy.installer [2019-09-27T15:47:37.358Z] #50 6.185 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T15:47:37.358Z] #50 6.186 + install_proxy [2019-09-27T15:47:37.358Z] #50 6.187 + case "$1" in [2019-09-27T15:47:37.358Z] #50 6.187 + export CGO_ENABLED=0 [2019-09-27T15:47:37.358Z] #50 6.187 + CGO_ENABLED=0 [2019-09-27T15:47:37.358Z] #50 6.187 + _install_proxy [2019-09-27T15:47:37.358Z] #50 6.187 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-27T15:47:37.358Z] #50 6.187 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T15:47:37.358Z] #50 6.188 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.NTA4sBZqF9/src/github.com/docker/libnetwork [2019-09-27T15:47:37.358Z] #50 6.190 Cloning into '/tmp/tmp.NTA4sBZqF9/src/github.com/docker/libnetwork'... [2019-09-27T15:47:37.641Z] #58 41.21 CC compel/plugins/std/string.o [2019-09-27T15:47:37.641Z] #58 ... [2019-09-27T15:47:37.641Z] [2019-09-27T15:47:37.641Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-27T15:47:37.641Z] #61 DONE 93.7s [2019-09-27T15:47:37.641Z] [2019-09-27T15:47:37.641Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-27T15:47:37.641Z] #62 DONE 0.1s [2019-09-27T15:47:37.641Z] [2019-09-27T15:47:37.641Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:47:37.641Z] #33 87.38 context [2019-09-27T15:47:37.641Z] #33 87.96 crypto/cipher [2019-09-27T15:47:37.641Z] #33 88.75 math/rand [2019-09-27T15:47:37.641Z] #33 88.96 crypto/aes [2019-09-27T15:47:37.641Z] #33 89.35 math/big [2019-09-27T15:47:37.641Z] #33 90.09 crypto [2019-09-27T15:47:37.641Z] #33 90.26 crypto/des [2019-09-27T15:47:37.641Z] #33 90.76 crypto/internal/randutil [2019-09-27T15:47:37.641Z] #33 90.85 crypto/sha512 [2019-09-27T15:47:37.641Z] #33 91.72 crypto/hmac [2019-09-27T15:47:37.641Z] #33 91.84 crypto/md5 [2019-09-27T15:47:37.641Z] #33 92.64 crypto/sha1 [2019-09-27T15:47:37.641Z] #33 93.74 crypto/sha256 [2019-09-27T15:47:38.567Z] #33 ... [2019-09-27T15:47:38.567Z] [2019-09-27T15:47:38.567Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:47:38.567Z] #58 42.16 CC compel/plugins/std/infect.o [2019-09-27T15:47:38.822Z] #58 42.70 CC compel/arch/x86/plugins/std/parasite-head.o [2019-09-27T15:47:38.822Z] #58 42.72 CC compel/arch/x86/plugins/std/memcpy.o [2019-09-27T15:47:39.078Z] #58 42.76 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-09-27T15:47:39.078Z] #58 42.81 AR compel/plugins/std.lib.a [2019-09-27T15:47:39.194Z] CC criu/namespaces.o [2019-09-27T15:47:39.333Z] #58 42.88 CC compel/plugins/fds/fds.o [2019-09-27T15:47:39.333Z] #58 43.10 AR compel/plugins/fds.lib.a [2019-09-27T15:47:39.588Z] #58 43.16 HOSTDEP compel/src/lib/log-host.d [2019-09-27T15:47:39.588Z] #58 43.24 HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-27T15:47:39.588Z] #58 43.33 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-09-27T15:47:39.844Z] #58 43.44 HOSTDEP compel/src/main-host.d [2019-09-27T15:47:39.844Z] #58 43.58 DEP compel/src/lib/ptrace.d [2019-09-27T15:47:39.844Z] #58 43.67 DEP compel/src/lib/infect.d [2019-09-27T15:47:40.099Z] #58 43.80 DEP compel/src/lib/infect-util.d [2019-09-27T15:47:40.099Z] #58 43.89 DEP compel/src/lib/infect-rpc.d [2019-09-27T15:47:40.355Z] #58 44.01 DEP compel/arch/x86/src/lib/infect.d [2019-09-27T15:47:40.355Z] #58 44.14 DEP compel/arch/x86/src/lib/cpu.d [2019-09-27T15:47:40.610Z] #58 44.31 DEP compel/src/lib/log.d [2019-09-27T15:47:40.673Z] CC criu/net.o [2019-09-27T15:47:40.865Z] #58 44.44 DEP compel/src/main.d [2019-09-27T15:47:40.865Z] #58 44.62 DEP compel/src/lib/handle-elf.d [2019-09-27T15:47:41.121Z] #58 44.79 DEP compel/arch/x86/src/lib/handle-elf.d [2019-09-27T15:47:41.121Z] #58 44.99 CC compel/src/lib/log.o [2019-09-27T15:47:41.534Z] + rm -rf /tmp/tmp.2rV7XlKyQl [2019-09-27T15:47:41.537Z] #50 ... [2019-09-27T15:47:41.537Z] [2019-09-27T15:47:41.537Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:47:41.537Z] #57 6.266 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:47:41.537Z] #57 6.268 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:47:41.537Z] #57 6.312 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:47:41.537Z] #57 6.317 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:47:41.537Z] #57 6.385 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:47:41.537Z] #57 7.143 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T15:47:41.537Z] #57 9.011 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T15:47:41.537Z] #57 9.724 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T15:47:41.537Z] #57 ... [2019-09-27T15:47:41.537Z] [2019-09-27T15:47:41.537Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:47:41.537Z] #35 7.040 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:47:41.537Z] #35 7.041 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:47:41.537Z] #35 7.063 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:47:41.537Z] #35 7.069 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:47:41.537Z] #35 7.131 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:47:41.537Z] #35 8.028 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T15:47:41.537Z] #35 9.466 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T15:47:41.537Z] #35 10.29 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T15:47:41.537Z] #35 ... [2019-09-27T15:47:41.537Z] [2019-09-27T15:47:41.537Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-27T15:47:41.537Z] #44 6.041 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:47:41.537Z] #44 6.042 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:47:41.537Z] #44 6.082 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:47:41.537Z] #44 6.172 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:47:41.537Z] #44 6.290 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:47:41.537Z] #44 6.781 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T15:47:41.537Z] #44 8.404 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T15:47:41.537Z] #44 9.252 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T15:47:41.537Z] #44 ... [2019-09-27T15:47:41.537Z] [2019-09-27T15:47:41.537Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-27T15:47:41.537Z] #53 5.862 + RM_GOPATH=0 [2019-09-27T15:47:41.537Z] #53 5.862 + TMP_GOPATH= [2019-09-27T15:47:41.537Z] #53 5.862 + : /build [2019-09-27T15:47:41.537Z] #53 5.862 + '[' -z '' ']' [2019-09-27T15:47:41.537Z] #53 5.863 ++ mktemp -d [2019-09-27T15:47:41.537Z] #53 5.873 + export GOPATH=/tmp/tmp.p4sOlYRwQb [2019-09-27T15:47:41.537Z] #53 5.873 + GOPATH=/tmp/tmp.p4sOlYRwQb [2019-09-27T15:47:41.537Z] #53 5.874 + RM_GOPATH=1 [2019-09-27T15:47:41.537Z] #53 5.879 ++ dirname ./install.sh [2019-09-27T15:47:41.537Z] #53 5.880 + dir=. [2019-09-27T15:47:41.537Z] #53 5.880 + bin=dockercli [2019-09-27T15:47:41.537Z] #53 5.880 + shift [2019-09-27T15:47:41.537Z] #53 5.880 + '[' '!' -f ./dockercli.installer ']' [2019-09-27T15:47:41.537Z] #53 5.880 + . ./dockercli.installer [2019-09-27T15:47:41.537Z] #53 5.880 ++ DOCKERCLI_CHANNEL=stable [2019-09-27T15:47:41.537Z] #53 5.880 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-27T15:47:41.537Z] #53 5.880 + install_dockercli [2019-09-27T15:47:41.537Z] #53 5.881 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-27T15:47:41.537Z] #53 5.881 Install docker/cli version 17.06.2-ce from stable [2019-09-27T15:47:41.537Z] #53 5.881 ++ uname -m [2019-09-27T15:47:41.537Z] #53 5.882 + arch=x86_64 [2019-09-27T15:47:41.537Z] #53 5.882 + '[' x86_64 '!=' x86_64 ']' [2019-09-27T15:47:41.537Z] #53 5.882 + url=https://download.docker.com/linux/static [2019-09-27T15:47:41.537Z] #53 5.882 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-27T15:47:41.537Z] #53 5.884 + tar -xz docker/docker [2019-09-27T15:47:41.537Z] #53 ... [2019-09-27T15:47:41.537Z] [2019-09-27T15:47:41.537Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:47:41.537Z] #33 6.163 + RM_GOPATH=0 [2019-09-27T15:47:41.537Z] #33 6.163 + TMP_GOPATH= [2019-09-27T15:47:41.537Z] #33 6.163 + : /build [2019-09-27T15:47:41.537Z] #33 6.163 + '[' -z '' ']' [2019-09-27T15:47:41.537Z] #33 6.163 ++ mktemp -d [2019-09-27T15:47:41.537Z] #33 6.172 + export GOPATH=/tmp/tmp.dRStIVedvb [2019-09-27T15:47:41.537Z] #33 6.172 + GOPATH=/tmp/tmp.dRStIVedvb [2019-09-27T15:47:41.537Z] #33 6.172 + RM_GOPATH=1 [2019-09-27T15:47:41.537Z] #33 6.175 ++ dirname ./install.sh [2019-09-27T15:47:41.537Z] #33 6.176 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T15:47:41.537Z] #33 6.176 + dir=. [2019-09-27T15:47:41.537Z] #33 6.176 + bin=vndr [2019-09-27T15:47:41.537Z] #33 6.176 + shift [2019-09-27T15:47:41.537Z] #33 6.176 + '[' '!' -f ./vndr.installer ']' [2019-09-27T15:47:41.537Z] #33 6.176 + . ./vndr.installer [2019-09-27T15:47:41.537Z] #33 6.176 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T15:47:41.537Z] #33 6.176 + install_vndr [2019-09-27T15:47:41.537Z] #33 6.176 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-27T15:47:41.537Z] #33 6.176 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.dRStIVedvb/src/github.com/LK4D4/vndr [2019-09-27T15:47:41.537Z] #33 6.186 Cloning into '/tmp/tmp.dRStIVedvb/src/github.com/LK4D4/vndr'... [2019-09-27T15:47:41.537Z] #33 7.166 + cd /tmp/tmp.dRStIVedvb/src/github.com/LK4D4/vndr [2019-09-27T15:47:41.537Z] #33 7.167 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T15:47:41.537Z] #33 7.173 + go build -buildmode=pie -v -o /build/vndr . [2019-09-27T15:47:41.537Z] #33 8.560 errors [2019-09-27T15:47:41.537Z] #33 8.592 internal/cpu [2019-09-27T15:47:41.537Z] #33 8.649 internal/race [2019-09-27T15:47:41.537Z] #33 8.753 runtime/internal/atomic [2019-09-27T15:47:41.537Z] #33 9.067 internal/bytealg [2019-09-27T15:47:41.537Z] #33 9.077 runtime/internal/sys [2019-09-27T15:47:41.537Z] #33 9.244 runtime/internal/math [2019-09-27T15:47:41.537Z] #33 9.301 sync/atomic [2019-09-27T15:47:41.537Z] #33 9.513 unicode [2019-09-27T15:47:41.537Z] #33 9.732 runtime [2019-09-27T15:47:41.537Z] #33 ... [2019-09-27T15:47:41.537Z] [2019-09-27T15:47:41.537Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-27T15:47:41.537Z] #61 6.146 + RM_GOPATH=0 [2019-09-27T15:47:41.537Z] #61 6.146 + TMP_GOPATH= [2019-09-27T15:47:41.537Z] #61 6.146 + : /build/ [2019-09-27T15:47:41.537Z] #61 6.146 + '[' -z '' ']' [2019-09-27T15:47:41.537Z] #61 6.146 ++ mktemp -d [2019-09-27T15:47:41.537Z] #61 6.153 Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-27T15:47:41.537Z] #61 6.153 + export GOPATH=/tmp/tmp.72D2GhiGLX [2019-09-27T15:47:41.537Z] #61 6.153 + GOPATH=/tmp/tmp.72D2GhiGLX [2019-09-27T15:47:41.537Z] #61 6.153 + RM_GOPATH=1 [2019-09-27T15:47:41.537Z] #61 6.153 ++ dirname ./install.sh [2019-09-27T15:47:41.537Z] #61 6.153 + dir=. [2019-09-27T15:47:41.537Z] #61 6.153 + bin=rootlesskit [2019-09-27T15:47:41.537Z] #61 6.153 + shift [2019-09-27T15:47:41.537Z] #61 6.153 + '[' '!' -f ./rootlesskit.installer ']' [2019-09-27T15:47:41.537Z] #61 6.153 + . ./rootlesskit.installer [2019-09-27T15:47:41.537Z] #61 6.153 ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-27T15:47:41.537Z] #61 6.153 + install_rootlesskit [2019-09-27T15:47:41.537Z] #61 6.153 + case "$1" in [2019-09-27T15:47:41.537Z] #61 6.153 + export CGO_ENABLED=0 [2019-09-27T15:47:41.537Z] #61 6.153 + CGO_ENABLED=0 [2019-09-27T15:47:41.537Z] #61 6.153 + _install_rootlesskit [2019-09-27T15:47:41.537Z] #61 6.153 + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f' [2019-09-27T15:47:41.537Z] #61 6.153 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.72D2GhiGLX/src/github.com/rootless-containers/rootlesskit [2019-09-27T15:47:41.537Z] #61 6.161 Cloning into '/tmp/tmp.72D2GhiGLX/src/github.com/rootless-containers/rootlesskit'... [2019-09-27T15:47:41.537Z] #61 9.672 + cd /tmp/tmp.72D2GhiGLX/src/github.com/rootless-containers/rootlesskit [2019-09-27T15:47:41.537Z] #61 9.673 + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-27T15:47:41.537Z] #61 10.34 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T15:47:41.537Z] #61 10.34 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-27T15:47:41.681Z] #58 45.34 CC compel/arch/x86/src/lib/cpu.o [2019-09-27T15:47:41.794Z] #61 ... [2019-09-27T15:47:41.794Z] [2019-09-27T15:47:41.794Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-27T15:47:41.794Z] #27 5.991 + RM_GOPATH=0 [2019-09-27T15:47:41.794Z] #27 5.991 + TMP_GOPATH= [2019-09-27T15:47:41.794Z] #27 5.991 + : /build [2019-09-27T15:47:41.794Z] #27 5.991 + '[' -z '' ']' [2019-09-27T15:47:41.794Z] #27 5.996 ++ mktemp -d [2019-09-27T15:47:41.794Z] #27 6.002 + export GOPATH=/tmp/tmp.NP1GCBmvp9 [2019-09-27T15:47:41.794Z] #27 6.002 + GOPATH=/tmp/tmp.NP1GCBmvp9 [2019-09-27T15:47:41.794Z] #27 6.002 + RM_GOPATH=1 [2019-09-27T15:47:41.794Z] #27 6.002 ++ dirname ./install.sh [2019-09-27T15:47:41.794Z] #27 6.017 + dir=. [2019-09-27T15:47:41.794Z] #27 6.018 + bin=gotestsum [2019-09-27T15:47:41.794Z] #27 6.018 + shift [2019-09-27T15:47:41.794Z] #27 6.018 + '[' '!' -f ./gotestsum.installer ']' [2019-09-27T15:47:41.794Z] #27 6.018 + . ./gotestsum.installer [2019-09-27T15:47:41.794Z] #27 6.019 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-27T15:47:41.794Z] #27 6.019 + install_gotestsum [2019-09-27T15:47:41.794Z] #27 6.019 + echo 'Installing gotestsum version v0.3.5' [2019-09-27T15:47:41.794Z] #27 6.019 Installing gotestsum version v0.3.5 [2019-09-27T15:47:41.794Z] #27 6.019 + go get -d gotest.tools/gotestsum [2019-09-27T15:47:42.051Z] #27 ... [2019-09-27T15:47:42.051Z] [2019-09-27T15:47:42.051Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T15:47:42.051Z] #30 5.757 + RM_GOPATH=0 [2019-09-27T15:47:42.051Z] #30 5.757 + TMP_GOPATH= [2019-09-27T15:47:42.051Z] #30 5.758 + : /build [2019-09-27T15:47:42.051Z] #30 5.758 + '[' -z '' ']' [2019-09-27T15:47:42.051Z] #30 5.759 ++ mktemp -d [2019-09-27T15:47:42.051Z] #30 5.763 + export GOPATH=/tmp/tmp.VDvP1TS5sT [2019-09-27T15:47:42.051Z] #30 5.763 + GOPATH=/tmp/tmp.VDvP1TS5sT [2019-09-27T15:47:42.051Z] #30 5.763 + RM_GOPATH=1 [2019-09-27T15:47:42.051Z] #30 5.764 ++ dirname ./install.sh [2019-09-27T15:47:42.051Z] #30 5.773 + dir=. [2019-09-27T15:47:42.051Z] #30 5.773 + bin=tomlv [2019-09-27T15:47:42.051Z] #30 5.773 + shift [2019-09-27T15:47:42.051Z] #30 5.773 + '[' '!' -f ./tomlv.installer ']' [2019-09-27T15:47:42.051Z] #30 5.774 + . ./tomlv.installer [2019-09-27T15:47:42.051Z] #30 5.774 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T15:47:42.051Z] #30 5.775 + install_tomlv [2019-09-27T15:47:42.051Z] #30 5.775 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-27T15:47:42.051Z] #30 5.775 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.VDvP1TS5sT/src/github.com/BurntSushi/toml [2019-09-27T15:47:42.051Z] #30 5.775 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T15:47:42.051Z] #30 5.777 Cloning into '/tmp/tmp.VDvP1TS5sT/src/github.com/BurntSushi/toml'... [2019-09-27T15:47:42.051Z] #30 6.921 + cd /tmp/tmp.VDvP1TS5sT/src/github.com/BurntSushi/toml [2019-09-27T15:47:42.051Z] #30 6.921 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T15:47:42.051Z] #30 6.944 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T15:47:42.051Z] #30 7.738 errors [2019-09-27T15:47:42.051Z] #30 7.769 internal/cpu [2019-09-27T15:47:42.051Z] #30 7.885 math/bits [2019-09-27T15:47:42.051Z] #30 8.118 internal/bytealg [2019-09-27T15:47:42.051Z] #30 8.289 math [2019-09-27T15:47:42.051Z] #30 8.564 runtime/internal/atomic [2019-09-27T15:47:42.051Z] #30 8.787 runtime/internal/sys [2019-09-27T15:47:42.051Z] #30 9.062 runtime/internal/math [2019-09-27T15:47:42.051Z] #30 9.286 runtime [2019-09-27T15:47:42.153Z] CC criu/netfilter.o [2019-09-27T15:47:42.349Z] Removing intermediate container 2e1127bf874c [2019-09-27T15:47:42.349Z] ---> e5b5e5210bae [2019-09-27T15:47:42.349Z] Step 19/125 : FROM base AS frozen-images [2019-09-27T15:47:42.349Z] ---> 70ed6c3c5106 [2019-09-27T15:47:42.349Z] Step 20/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:47:42.349Z] ---> Using cache [2019-09-27T15:47:42.349Z] ---> 3c5de1d63f09 [2019-09-27T15:47:42.349Z] Step 21/125 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-27T15:47:42.436Z] CC criu/page-pipe.o [2019-09-27T15:47:42.607Z] #58 46.05 CC compel/arch/x86/src/lib/infect.o [2019-09-27T15:47:42.741Z] ---> Running in 323797438be2 [2019-09-27T15:47:43.051Z] CC criu/page-xfer.o [2019-09-27T15:47:43.143Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:47:43.143Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:47:43.143Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:47:43.143Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:47:43.143Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:47:43.143Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-27T15:47:43.167Z] #58 46.72 CC compel/src/lib/infect-rpc.o [2019-09-27T15:47:43.423Z] #58 46.99 CC compel/src/lib/infect-util.o [2019-09-27T15:47:43.423Z] #30 ... [2019-09-27T15:47:43.423Z] [2019-09-27T15:47:43.423Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-27T15:47:43.423Z] #24 12.11 + cd /tmp/tmp.lYbYI3WOBx/src/github.com/alecthomas/gometalinter [2019-09-27T15:47:43.423Z] #24 12.11 + git checkout -q v2.0.6 [2019-09-27T15:47:43.423Z] #24 12.45 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-09-27T15:47:43.663Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-27T15:47:43.663Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-27T15:47:43.677Z] CC criu/pagemap-cache.o [2019-09-27T15:47:43.719Z] #58 47.33 CC compel/src/lib/infect.o [2019-09-27T15:47:43.959Z] CC criu/pagemap.o [2019-09-27T15:47:44.577Z] CC criu/parasite-syscall.o [2019-09-27T15:47:44.801Z] #24 ... [2019-09-27T15:47:44.801Z] [2019-09-27T15:47:44.801Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-27T15:47:44.801Z] #53 13.37 + mkdir -p /build [2019-09-27T15:47:44.801Z] #53 13.39 + mv docker/docker /build/ [2019-09-27T15:47:44.801Z] #53 13.40 + rmdir docker [2019-09-27T15:47:44.801Z] #53 DONE 13.9s [2019-09-27T15:47:44.947Z] Fetched 7668 kB in 1s (4660 kB/s) [2019-09-27T15:47:45.083Z] [2019-09-27T15:47:45.083Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:47:45.083Z] #33 13.27 unicode/utf8 [2019-09-27T15:47:45.083Z] #33 13.73 math/bits [2019-09-27T15:47:45.191Z] CC criu/path.o [2019-09-27T15:47:45.191Z] CC criu/pie-util-vdso-elf32.o [2019-09-27T15:47:45.318Z] Reading package lists... [2019-09-27T15:47:45.472Z] CC criu/pie-util-vdso.o [2019-09-27T15:47:45.684Z] Reading package lists... [2019-09-27T15:47:45.684Z] Building dependency tree... [2019-09-27T15:47:45.684Z] Reading state information... [2019-09-27T15:47:45.686Z] #58 49.33 CC compel/src/lib/ptrace.o [2019-09-27T15:47:45.754Z] CC criu/pie-util.o [2019-09-27T15:47:45.754Z] CC criu/pipes.o [2019-09-27T15:47:46.063Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-27T15:47:46.063Z] The following additional packages will be installed: [2019-09-27T15:47:46.063Z] libjq1 libonig4 [2019-09-27T15:47:46.063Z] The following NEW packages will be installed: [2019-09-27T15:47:46.063Z] jq libjq1 libonig4 [2019-09-27T15:47:46.063Z] 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:47:46.063Z] Need to get 328 kB of archives. [2019-09-27T15:47:46.063Z] After this operation, 1263 kB of additional disk space will be used. [2019-09-27T15:47:46.063Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-27T15:47:46.063Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-27T15:47:46.063Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-27T15:47:46.063Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:47:46.063Z] Fetched 328 kB in 0s (4339 kB/s) [2019-09-27T15:47:46.063Z] Selecting previously unselected package libonig4:s390x. [2019-09-27T15:47:46.063Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-27T15:47:46.063Z] Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-09-27T15:47:46.063Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-27T15:47:46.063Z] Selecting previously unselected package libjq1:s390x. [2019-09-27T15:47:46.063Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-27T15:47:46.063Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-27T15:47:46.095Z] #33 14.91 math [2019-09-27T15:47:46.247Z] #58 49.74 AR compel/libcompel.a [2019-09-27T15:47:46.247Z] #58 49.82 HOSTCC compel/src/main-host.o [2019-09-27T15:47:46.381Z] CC criu/plugin.o [2019-09-27T15:47:46.438Z] Selecting previously unselected package jq. [2019-09-27T15:47:46.438Z] Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-27T15:47:46.438Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-27T15:47:46.438Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-27T15:47:46.438Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-27T15:47:46.438Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:47:46.438Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-27T15:47:46.502Z] #58 50.13 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-09-27T15:47:46.502Z] #58 50.33 HOSTCC compel/src/lib/handle-elf-host.o [2019-09-27T15:47:46.666Z] CC criu/proc_parse.o [2019-09-27T15:47:46.806Z] Removing intermediate container 323797438be2 [2019-09-27T15:47:46.806Z] ---> dafb7c7538be [2019-09-27T15:47:46.806Z] Step 22/125 : COPY contrib/download-frozen-image-v2.sh / [2019-09-27T15:47:47.063Z] #58 50.66 HOSTCC compel/src/lib/log-host.o [2019-09-27T15:47:47.063Z] #58 50.82 HOSTLINK compel/compel-host-bin [2019-09-27T15:47:47.235Z] ---> c346d3f04bad [2019-09-27T15:47:47.235Z] Step 23/125 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-27T15:47:47.235Z] ---> Running in 504b114f41e8 [2019-09-27T15:47:47.318Z] #58 50.99 DEP soccr/soccr.d [2019-09-27T15:47:47.479Z] #33 ... [2019-09-27T15:47:47.479Z] [2019-09-27T15:47:47.479Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T15:47:47.479Z] #42 5.831 + RM_GOPATH=0 [2019-09-27T15:47:47.479Z] #42 5.831 + TMP_GOPATH= [2019-09-27T15:47:47.479Z] #42 5.831 + : /build [2019-09-27T15:47:47.479Z] #42 5.831 + '[' -z '' ']' [2019-09-27T15:47:47.479Z] #42 5.831 ++ mktemp -d [2019-09-27T15:47:47.479Z] #42 5.837 + export GOPATH=/tmp/tmp.RbPqtM5GLE [2019-09-27T15:47:47.479Z] #42 5.837 + GOPATH=/tmp/tmp.RbPqtM5GLE [2019-09-27T15:47:47.479Z] #42 5.837 + RM_GOPATH=1 [2019-09-27T15:47:47.479Z] #42 5.838 ++ dirname ./install.sh [2019-09-27T15:47:47.479Z] #42 5.841 + dir=. [2019-09-27T15:47:47.479Z] #42 5.841 + bin=runc [2019-09-27T15:47:47.479Z] #42 5.841 + shift [2019-09-27T15:47:47.479Z] #42 5.841 + '[' '!' -f ./runc.installer ']' [2019-09-27T15:47:47.479Z] #42 5.841 + . ./runc.installer [2019-09-27T15:47:47.479Z] #42 5.841 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-27T15:47:47.479Z] #42 5.841 + install_runc [2019-09-27T15:47:47.479Z] #42 5.841 + uname -r [2019-09-27T15:47:47.479Z] #42 5.849 + grep -q '^3\.10\.0.*\.el7\.' [2019-09-27T15:47:47.479Z] #42 5.856 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-27T15:47:47.479Z] #42 5.856 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-09-27T15:47:47.479Z] #42 5.857 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-09-27T15:47:47.479Z] #42 5.857 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.RbPqtM5GLE/src/github.com/opencontainers/runc [2019-09-27T15:47:47.479Z] #42 5.860 Cloning into '/tmp/tmp.RbPqtM5GLE/src/github.com/opencontainers/runc'... [2019-09-27T15:47:47.479Z] #42 13.62 + cd /tmp/tmp.RbPqtM5GLE/src/github.com/opencontainers/runc [2019-09-27T15:47:47.479Z] #42 13.62 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-27T15:47:47.479Z] #42 14.04 + '[' -z '' ']' [2019-09-27T15:47:47.479Z] #42 14.04 + target=static [2019-09-27T15:47:47.479Z] #42 14.04 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-27T15:47:47.479Z] #42 ... [2019-09-27T15:47:47.479Z] [2019-09-27T15:47:47.479Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T15:47:47.479Z] #55 15.15 Checking out files: 49% (776/1559) Checking out files: 50% (780/1559) Checking out files: 51% (796/1559) Checking out files: 52% (811/1559) Checking out files: 53% (827/1559) Checking out files: 54% (842/1559) Checking out files: 55% (858/1559) Checking out files: 56% (874/1559) Checking out files: 57% (889/1559) Checking out files: 58% (905/1559) Checking out files: 59% (920/1559) Checking out files: 60% (936/1559) Checking out files: 61% (951/1559) Checking out files: 62% (967/1559) Checking out files: 63% (983/1559) Checking out files: 64% (998/1559) Checking out files: 65% (1014/1559) Checking out files: 66% (1029/1559) Checking out files: 67% (1045/1559) Checking out files: 68% (1061/1559) Checking out files: 69% (1076/1559) Checking out files: 70% (1092/1559) Checking out files: 71% (1107/1559) Checking out files: 72% (1123/1559) Checking out files: 73% (1139/1559) Checking out files: 74% (1154/1559) Checking out files: 75% (1170/1559) Checking out files: 76% (1185/1559) Checking out files: 77% (1201/1559) Checking out files: 78% (1217/1559) Checking out files: 79% (1232/1559) Checking out files: 80% (1248/1559) Checking out files: 81% (1263/1559) Checking out files: 82% (1279/1559) Checking out files: 83% (1294/1559) Checking out files: 84% (1310/1559) Checking out files: 85% (1326/1559) Checking out files: 86% (1341/1559) Checking out files: 87% (1357/1559) Checking out files: 88% (1372/1559) Checking out files: 89% (1388/1559) Checking out files: 90% (1404/1559) Checking out files: 91% (1419/1559) Checking out files: 92% (1435/1559) Checking out files: 93% (1450/1559) Checking out files: 94% (1466/1559) Checking out files: 95% (1482/1559) Checking out files: 96% (1497/1559) Checking out files: 97% (1513/1559) Checking out files: 98% (1528/1559) Checking out files: 99% (1544/1559) Checking out files: 100% (1559/1559) Checking out files: 100% (1559/1559), done. [2019-09-27T15:47:47.479Z] #55 15.96 + cd /tmp/tmp.ShjRlrMX10/src/github.com/docker/distribution [2019-09-27T15:47:47.479Z] #55 15.96 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-27T15:47:47.573Z] #58 51.27 CC soccr/soccr.o [2019-09-27T15:47:48.514Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-27T15:47:48.514Z]  [2019-09-27T15:47:48.704Z] CC criu/protobuf-desc.o [2019-09-27T15:47:48.849Z] #55 17.95 + GOPATH=/tmp/tmp.ShjRlrMX10/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.ShjRlrMX10 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-27T15:47:48.936Z] #58 52.47 AR soccr/libsoccr.a [2019-09-27T15:47:48.936Z] #58 52.52 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T15:47:48.936Z] #58 ... [2019-09-27T15:47:48.936Z] [2019-09-27T15:47:48.936Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:47:48.936Z] #33 94.83 encoding/hex [2019-09-27T15:47:48.936Z] #33 95.14 encoding/pem [2019-09-27T15:47:48.936Z] #33 95.70 internal/singleflight [2019-09-27T15:47:48.936Z] #33 95.86 net [2019-09-27T15:47:48.936Z] #33 97.18 crypto/rand [2019-09-27T15:47:48.936Z] #33 97.53 crypto/elliptic [2019-09-27T15:47:48.936Z] #33 99.33 encoding/asn1 [2019-09-27T15:47:48.936Z] #33 101.3 crypto/ecdsa [2019-09-27T15:47:48.936Z] #33 101.9 crypto/rsa [2019-09-27T15:47:48.936Z] #33 102.9 crypto/dsa [2019-09-27T15:47:48.936Z] #33 103.2 crypto/x509/pkix [2019-09-27T15:47:48.936Z] #33 103.6 internal/x/crypto/cryptobyte [2019-09-27T15:47:48.986Z] CC criu/protobuf.o [2019-09-27T15:47:49.192Z] #33 ... [2019-09-27T15:47:49.192Z] [2019-09-27T15:47:49.192Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:47:49.192Z] #58 52.74 DEP criu/arch/x86/sigframe.d [2019-09-27T15:47:49.192Z] #58 52.89 DEP criu/arch/x86/sigaction_compat.d [2019-09-27T15:47:49.192Z] #58 53.00 DEP criu/arch/x86/kerndat.d [2019-09-27T15:47:49.271Z] CC criu/pstree.o [2019-09-27T15:47:49.292Z]  #######   11.1% ##################   25.7% ############################# 40.4% ######################################  52.9% ################################################  67.6% ###########################################################  82.2% ####################################################################### 98.9% ######################################################################## 100.0% [2019-09-27T15:47:49.490Z] #58 53.15 DEP criu/arch/x86/crtools.d [2019-09-27T15:47:49.697Z]  [2019-09-27T15:47:49.787Z] #58 53.31 DEP criu/arch/x86/cpu.d [2019-09-27T15:47:49.787Z] #58 53.50 CC criu/arch/x86/cpu.o [2019-09-27T15:47:49.896Z] CC criu/rbtree.o [2019-09-27T15:47:50.103Z]  ####################### 32.9% #################################################### 72.6% ######################################################################## 100.0% [2019-09-27T15:47:50.103Z]  [2019-09-27T15:47:50.178Z] CC criu/rst-malloc.o [2019-09-27T15:47:50.463Z] CC criu/seccomp.o [2019-09-27T15:47:50.745Z] CC criu/seize.o [2019-09-27T15:47:50.754Z] #58 54.23 CC criu/arch/x86/crtools.o [2019-09-27T15:47:50.997Z]  #########  13.5% ######################  31.3% ################################### 49.2% ################################################  67.0% ############################################################# 84.7% ######################################################################## 100.0% [2019-09-27T15:47:50.997Z]  [2019-09-27T15:47:51.364Z] CC criu/servicefd.o [2019-09-27T15:47:51.650Z] CC criu/shmem.o [2019-09-27T15:47:51.680Z] #58 55.28 CC criu/arch/x86/kerndat.o [2019-09-27T15:47:51.935Z] #58 55.67 CC criu/arch/x86/sigaction_compat.o [2019-09-27T15:47:52.190Z] #58 56.00 CC criu/arch/x86/sigframe.o [2019-09-27T15:47:52.272Z] CC criu/sigframe.o [2019-09-27T15:47:52.272Z] CC criu/signalfd.o [2019-09-27T15:47:52.557Z] CC criu/sk-inet.o [2019-09-27T15:47:52.751Z] #58 56.26 LINK criu/arch/x86/crtools.built-in.o [2019-09-27T15:47:52.751Z] #58 56.30 DEP criu/pie/util-vdso-elf32.d [2019-09-27T15:47:52.751Z] #58 56.51 DEP criu/arch/x86/vdso-pie.d [2019-09-27T15:47:52.943Z]  #  1.8% ####  6.5% #########     13.1% #############                         18.8% ################ 23.5% #####################              30.1% ##########################                           36.7% ###############################                     43.4% ###################################                       50.0% ########################################          56.6% ############################################# 63.2% ##################################################           69.8% #######################################################    76.4% ############################################################ 84.0% ################################################################# 90.6% ###################################################################### 97.2% ######################################################################## 100.0% [2019-09-27T15:47:52.943Z]  [2019-09-27T15:47:53.006Z] #58 56.60 DEP criu/pie/parasite-vdso.d [2019-09-27T15:47:53.178Z] CC criu/sk-netlink.o [2019-09-27T15:47:53.261Z] #58 56.81 DEP criu/pie/util-vdso.d [2019-09-27T15:47:53.261Z] #58 56.96 DEP criu/pie/util.d [2019-09-27T15:47:53.316Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-27T15:47:53.461Z] CC criu/sk-packet.o [2019-09-27T15:47:53.517Z] #58 57.17 CC criu/pie/util.o [2019-09-27T15:47:53.689Z]  [2019-09-27T15:47:53.689Z]  ######################################################################## 100.0% [2019-09-27T15:47:53.689Z]  [2019-09-27T15:47:53.772Z] #58 57.51 CC criu/pie/util-vdso.o [2019-09-27T15:47:54.077Z] CC criu/sk-queue.o [2019-09-27T15:47:54.359Z] CC criu/sk-tcp.o [2019-09-27T15:47:54.582Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-27T15:47:54.582Z]  [2019-09-27T15:47:54.582Z]  ######################################################################## 100.0% [2019-09-27T15:47:54.582Z]  [2019-09-27T15:47:54.642Z] CC criu/sk-unix.o [2019-09-27T15:47:54.697Z] #58 58.18 CC criu/pie/parasite-vdso.o [2019-09-27T15:47:55.394Z] #55 ... [2019-09-27T15:47:55.395Z] [2019-09-27T15:47:55.395Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T15:47:55.395Z] #30 13.02 unicode/utf8 [2019-09-27T15:47:55.395Z] #30 13.40 strconv [2019-09-27T15:47:55.395Z] #30 17.59 internal/race [2019-09-27T15:47:55.395Z] #30 17.66 sync/atomic [2019-09-27T15:47:55.395Z] #30 17.96 unicode [2019-09-27T15:47:55.395Z] #30 20.79 internal/testlog [2019-09-27T15:47:55.395Z] #30 21.09 encoding [2019-09-27T15:47:55.395Z] #30 21.31 runtime/cgo [2019-09-27T15:47:55.395Z] #30 ... [2019-09-27T15:47:55.395Z] [2019-09-27T15:47:55.395Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:47:55.395Z] #33 18.86 strconv [2019-09-27T15:47:55.395Z] #33 22.03 internal/testlog [2019-09-27T15:47:55.395Z] #33 22.21 encoding [2019-09-27T15:47:55.395Z] #33 22.30 unicode/utf16 [2019-09-27T15:47:55.395Z] #33 22.57 container/list [2019-09-27T15:47:55.395Z] #33 22.97 crypto/internal/subtle [2019-09-27T15:47:55.395Z] #33 23.11 crypto/subtle [2019-09-27T15:47:55.395Z] #33 23.17 crypto/rc4 [2019-09-27T15:47:55.395Z] #33 23.40 internal/x/crypto/cryptobyte/asn1 [2019-09-27T15:47:55.395Z] #33 23.56 internal/nettrace [2019-09-27T15:47:55.395Z] #33 23.60 internal/x/net/dns/dnsmessage [2019-09-27T15:47:55.417Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-27T15:47:55.417Z] skipping existing b63cc5f62c21 [2019-09-27T15:47:55.417Z] [2019-09-27T15:47:55.624Z] #58 59.18 CC criu/arch/x86/vdso-pie.o [2019-09-27T15:47:55.782Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-27T15:47:55.879Z] #58 59.56 CC criu/pie/util-vdso-elf32.o [2019-09-27T15:47:56.112Z] CC criu/sockets.o [2019-09-27T15:47:56.151Z]  [2019-09-27T15:47:56.151Z]  ######################################################################## 100.0% [2019-09-27T15:47:56.151Z]  [2019-09-27T15:47:56.151Z] Download of images into '/build' complete. [2019-09-27T15:47:56.151Z] Use something like the following to load the result into a Docker daemon: [2019-09-27T15:47:56.151Z] tar -cC '/build' . | docker load [2019-09-27T15:47:56.440Z] #58 60.08 AR criu/pie/pie.lib.a [2019-09-27T15:47:56.440Z] #58 60.13 DEP criu/pie/restorer.d [2019-09-27T15:47:56.695Z] #58 60.37 DEP criu/arch/x86/sigaction_compat_pie.d [2019-09-27T15:47:56.695Z] #58 60.48 DEP criu/arch/x86/restorer_unmap.d [2019-09-27T15:47:56.695Z] #58 60.49 DEP criu/arch/x86/restorer.d [2019-09-27T15:47:56.726Z] CC criu/stats.o [2019-09-27T15:47:56.951Z] #58 60.60 DEP criu/pie/parasite.d [2019-09-27T15:47:57.011Z] CC criu/string.o [2019-09-27T15:47:57.011Z] CC criu/sysctl.o [2019-09-27T15:47:57.206Z] #58 60.90 CC criu/pie/parasite.o [2019-09-27T15:47:57.297Z] CC criu/sysfs_parse.o [2019-09-27T15:47:57.416Z] Removing intermediate container 504b114f41e8 [2019-09-27T15:47:57.416Z] ---> e616ab90d0fd [2019-09-27T15:47:57.416Z] Step 24/125 : FROM base AS cross-false [2019-09-27T15:47:57.416Z] ---> 70ed6c3c5106 [2019-09-27T15:47:57.416Z] Step 25/125 : FROM base AS cross-true [2019-09-27T15:47:57.416Z] ---> 70ed6c3c5106 [2019-09-27T15:47:57.416Z] Step 26/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:47:57.416Z] ---> Using cache [2019-09-27T15:47:57.416Z] ---> 3c5de1d63f09 [2019-09-27T15:47:57.416Z] Step 27/125 : RUN dpkg --add-architecture armhf [2019-09-27T15:47:57.416Z] ---> Running in aabcbe28e0e1 [2019-09-27T15:47:57.580Z] CC criu/timerfd.o [2019-09-27T15:47:57.864Z] CC criu/tty.o [2019-09-27T15:47:57.918Z] #33 ... [2019-09-27T15:47:57.918Z] [2019-09-27T15:47:57.918Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T15:47:57.918Z] #42 16.36 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-09-27T15:47:57.918Z] #42 ... [2019-09-27T15:47:57.918Z] [2019-09-27T15:47:57.918Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:47:57.918Z] #35 20.04 Fetched 7916 kB in 13s (566 kB/s) [2019-09-27T15:47:57.918Z] #35 20.04 Reading package lists... [2019-09-27T15:47:58.483Z] #35 25.14 Reading package lists... [2019-09-27T15:47:58.483Z] #35 ... [2019-09-27T15:47:58.483Z] [2019-09-27T15:47:58.483Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:47:58.483Z] #33 27.42 runtime/cgo [2019-09-27T15:47:58.630Z] #58 62.09 LINK criu/pie/parasite.built-in.o [2019-09-27T15:47:58.630Z] #58 62.11 GEN criu/pie/parasite-blob.h [2019-09-27T15:47:58.630Z] #58 62.16 CC criu/arch/x86/restorer.o [2019-09-27T15:47:58.782Z] Removing intermediate container aabcbe28e0e1 [2019-09-27T15:47:58.782Z] ---> 887c8844de11 [2019-09-27T15:47:58.782Z] Step 28/125 : RUN dpkg --add-architecture arm64 [2019-09-27T15:47:58.782Z] ---> Running in 428a8526a9c8 [2019-09-27T15:47:58.885Z] #58 62.60 CC criu/arch/x86/restorer_unmap.o [2019-09-27T15:47:58.885Z] #58 62.67 CC criu/arch/x86/sigaction_compat_pie.o [2019-09-27T15:47:59.342Z] CC criu/tun.o [2019-09-27T15:47:59.446Z] #58 63.00 CC criu/pie/restorer.o [2019-09-27T15:47:59.446Z] #58 ... [2019-09-27T15:47:59.446Z] [2019-09-27T15:47:59.446Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:47:59.446Z] #33 105.4 internal/x/crypto/internal/chacha20 [2019-09-27T15:47:59.446Z] #33 105.7 internal/x/crypto/poly1305 [2019-09-27T15:47:59.446Z] #33 106.1 internal/x/crypto/chacha20poly1305 [2019-09-27T15:47:59.446Z] #33 107.0 internal/x/crypto/hkdf [2019-09-27T15:47:59.446Z] #33 107.1 internal/x/text/transform [2019-09-27T15:47:59.446Z] #33 107.7 internal/x/text/unicode/bidi [2019-09-27T15:47:59.446Z] #33 109.3 internal/x/text/secure/bidirule [2019-09-27T15:47:59.446Z] #33 109.6 internal/x/text/unicode/norm [2019-09-27T15:47:59.446Z] #33 111.8 crypto/x509 [2019-09-27T15:47:59.446Z] #33 112.7 internal/x/net/idna [2019-09-27T15:47:59.446Z] #33 114.9 net/textproto [2019-09-27T15:47:59.701Z] #33 115.9 internal/x/net/http/httpguts [2019-09-27T15:47:59.854Z] #33 ... [2019-09-27T15:47:59.854Z] [2019-09-27T15:47:59.854Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-27T15:47:59.854Z] #44 19.13 Fetched 7916 kB in 14s (562 kB/s) [2019-09-27T15:47:59.854Z] #44 19.13 Reading package lists... [2019-09-27T15:47:59.956Z] #33 116.1 internal/x/net/http/httpproxy [2019-09-27T15:47:59.961Z] CC criu/uffd.o [2019-09-27T15:48:00.058Z] Removing intermediate container 428a8526a9c8 [2019-09-27T15:48:00.058Z] ---> a822cf23b38e [2019-09-27T15:48:00.058Z] Step 29/125 : RUN dpkg --add-architecture armel [2019-09-27T15:48:00.058Z] ---> Running in 7d22732d0ad6 [2019-09-27T15:48:00.112Z] #44 24.53 Reading package lists... [2019-09-27T15:48:00.112Z] #44 ... [2019-09-27T15:48:00.112Z] [2019-09-27T15:48:00.112Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:48:00.112Z] #57 19.68 Fetched 7916 kB in 14s (549 kB/s) [2019-09-27T15:48:00.112Z] #57 19.68 Reading package lists... [2019-09-27T15:48:00.369Z] #57 24.70 Reading package lists... [2019-09-27T15:48:00.369Z] #57 ... [2019-09-27T15:48:00.369Z] [2019-09-27T15:48:00.369Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-27T15:48:00.369Z] #50 19.25 + cd /tmp/tmp.NTA4sBZqF9/src/github.com/docker/libnetwork [2019-09-27T15:48:00.369Z] #50 19.26 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T15:48:00.369Z] #50 19.37 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-27T15:48:00.369Z] #50 ... [2019-09-27T15:48:00.369Z] [2019-09-27T15:48:00.369Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:48:00.369Z] #57 24.70 Reading package lists... [2019-09-27T15:48:00.517Z] #33 116.4 crypto/tls [2019-09-27T15:48:00.517Z] #33 116.5 internal/x/net/http2/hpack [2019-09-27T15:48:00.578Z] CC criu/util.o [2019-09-27T15:48:01.336Z] Removing intermediate container 7d22732d0ad6 [2019-09-27T15:48:01.336Z] ---> 95f77fd73821 [2019-09-27T15:48:01.336Z] Step 30/125 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-27T15:48:01.336Z] ---> Running in cb41c5d2bf4a [2019-09-27T15:48:01.590Z] CC criu/uts_ns.o [2019-09-27T15:48:01.873Z] CC criu/vdso.o [2019-09-27T15:48:01.879Z] #33 117.5 mime [2019-09-27T15:48:01.880Z] #33 ... [2019-09-27T15:48:01.880Z] [2019-09-27T15:48:01.880Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:01.880Z] #58 65.38 LINK criu/pie/restorer.built-in.o [2019-09-27T15:48:01.880Z] #58 65.41 GEN criu/pie/restorer-blob.h [2019-09-27T15:48:01.880Z] #58 65.50 DEP criu/vdso.d [2019-09-27T15:48:01.880Z] #58 ... [2019-09-27T15:48:01.880Z] [2019-09-27T15:48:01.880Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-27T15:48:01.880Z] #24 107.9 + GOBIN=/build [2019-09-27T15:48:01.880Z] #24 107.9 + /build/gometalinter --install [2019-09-27T15:48:01.880Z] #24 108.0 Installing: [2019-09-27T15:48:01.880Z] #24 108.0 deadcode [2019-09-27T15:48:01.880Z] #24 108.0 dupl [2019-09-27T15:48:01.880Z] #24 108.0 errcheck [2019-09-27T15:48:01.880Z] #24 108.0 gas [2019-09-27T15:48:01.880Z] #24 108.0 gochecknoglobals [2019-09-27T15:48:01.880Z] #24 108.0 gochecknoinits [2019-09-27T15:48:01.880Z] #24 108.0 goconst [2019-09-27T15:48:01.880Z] #24 108.0 gocyclo [2019-09-27T15:48:01.880Z] #24 108.0 goimports [2019-09-27T15:48:01.880Z] #24 108.0 golint [2019-09-27T15:48:01.880Z] #24 108.0 gosimple [2019-09-27T15:48:01.880Z] #24 108.0 gotype [2019-09-27T15:48:01.880Z] #24 108.0 gotypex [2019-09-27T15:48:01.880Z] #24 108.0 ineffassign [2019-09-27T15:48:01.880Z] #24 108.0 interfacer [2019-09-27T15:48:01.880Z] #24 108.0 lll [2019-09-27T15:48:01.880Z] #24 108.0 maligned [2019-09-27T15:48:01.880Z] #24 108.0 megacheck [2019-09-27T15:48:01.880Z] #24 108.0 misspell [2019-09-27T15:48:01.880Z] #24 108.0 nakedret [2019-09-27T15:48:01.880Z] #24 108.0 safesql [2019-09-27T15:48:01.880Z] #24 108.0 staticcheck [2019-09-27T15:48:01.880Z] #24 108.0 structcheck [2019-09-27T15:48:01.880Z] #24 108.0 unconvert [2019-09-27T15:48:01.880Z] #24 108.0 unparam [2019-09-27T15:48:01.880Z] #24 108.0 unused [2019-09-27T15:48:01.880Z] #24 108.0 varcheck [2019-09-27T15:48:01.998Z] #57 29.83 Building dependency tree... [2019-09-27T15:48:01.998Z] #57 30.90 Reading state information... [2019-09-27T15:48:02.135Z] #24 ... [2019-09-27T15:48:02.135Z] [2019-09-27T15:48:02.135Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:02.135Z] #58 65.73 DEP criu/vdso-compat.d [2019-09-27T15:48:02.135Z] #58 65.88 DEP criu/uts_ns.d [2019-09-27T15:48:02.156Z] LINK criu/built-in.o [2019-09-27T15:48:02.156Z] LINK criu/criu [2019-09-27T15:48:02.432Z] #58 66.01 DEP criu/util.d [2019-09-27T15:48:02.432Z] #58 66.25 DEP criu/uffd.d [2019-09-27T15:48:02.688Z] #58 66.42 DEP criu/tun.d [2019-09-27T15:48:02.688Z] #58 66.55 DEP criu/tty.d [2019-09-27T15:48:02.696Z] Removing intermediate container cb41c5d2bf4a [2019-09-27T15:48:02.696Z] ---> 9fa137ed225f [2019-09-27T15:48:02.696Z] Step 31/125 : FROM cross-${CROSS} as dev-base [2019-09-27T15:48:02.696Z] ---> 70ed6c3c5106 [2019-09-27T15:48:02.696Z] Step 32/125 : FROM dev-base AS runtime-dev-cross-false [2019-09-27T15:48:02.696Z] ---> 70ed6c3c5106 [2019-09-27T15:48:02.696Z] Step 33/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:48:02.696Z] ---> Using cache [2019-09-27T15:48:02.696Z] ---> 3c5de1d63f09 [2019-09-27T15:48:02.696Z] Step 34/125 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-27T15:48:02.696Z] ---> Running in 7335dd106f3f [2019-09-27T15:48:02.780Z] DEP lib/c/criu.d [2019-09-27T15:48:02.780Z] CC images/rpc.pb-c.o [2019-09-27T15:48:02.930Z] #57 31.96 The following additional packages will be installed: [2019-09-27T15:48:02.930Z] #57 31.97 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-27T15:48:02.930Z] #57 31.97 libprotoc10 python-pkg-resources zlib1g-dev [2019-09-27T15:48:02.930Z] #57 31.99 Suggested packages: [2019-09-27T15:48:02.930Z] #57 31.99 manpages-dev python-setuptools [2019-09-27T15:48:03.062Z] CC lib/c/criu.o [2019-09-27T15:48:03.094Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:48:03.094Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:48:03.094Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:48:03.094Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:48:03.094Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:48:03.094Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-27T15:48:03.248Z] #58 66.73 DEP criu/timerfd.d [2019-09-27T15:48:03.248Z] #58 66.97 DEP criu/sysfs_parse.d [2019-09-27T15:48:03.476Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-27T15:48:03.476Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-27T15:48:03.504Z] #58 67.17 DEP criu/sysctl.d [2019-09-27T15:48:03.504Z] #58 67.37 DEP criu/string.d [2019-09-27T15:48:03.759Z] #58 67.44 DEP criu/stats.d [2019-09-27T15:48:03.863Z] #57 33.14 The following NEW packages will be installed: [2019-09-27T15:48:03.863Z] #57 33.14 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-27T15:48:03.863Z] #57 33.15 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-27T15:48:03.863Z] #57 33.15 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-27T15:48:03.863Z] #57 33.15 zlib1g-dev [2019-09-27T15:48:04.058Z] #58 67.56 DEP criu/sockets.d [2019-09-27T15:48:04.058Z] #58 67.70 DEP criu/sk-unix.d [2019-09-27T15:48:04.075Z] LINK lib/c/built-in.o [2019-09-27T15:48:04.075Z] LINK lib/c/libcriu.so [2019-09-27T15:48:04.075Z] GEN magic.py [2019-09-27T15:48:04.075Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-27T15:48:04.075Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T15:48:04.314Z] #58 68.04 DEP criu/sk-tcp.d [2019-09-27T15:48:04.375Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T15:48:04.569Z] #58 68.26 DEP criu/sk-queue.d [2019-09-27T15:48:04.569Z] #58 68.38 DEP criu/sk-packet.d [2019-09-27T15:48:04.660Z] make[1]: Nothing to be done for 'all'. [2019-09-27T15:48:04.761Z] Fetched 7668 kB in 1s (4869 kB/s) [2019-09-27T15:48:04.824Z] #58 68.54 DEP criu/sk-netlink.d [2019-09-27T15:48:05.080Z] #58 68.73 DEP criu/sk-inet.d [2019-09-27T15:48:05.122Z] Reading package lists... [2019-09-27T15:48:05.236Z] #57 34.24 0 upgraded, 16 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:48:05.236Z] #57 34.24 Need to get 3602 kB of archives. [2019-09-27T15:48:05.236Z] #57 34.24 After this operation, 18.9 MB of additional disk space will be used. [2019-09-27T15:48:05.236Z] #57 34.24 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-27T15:48:05.236Z] #57 34.28 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-09-27T15:48:05.236Z] #57 34.29 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-09-27T15:48:05.236Z] #57 34.30 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-27T15:48:05.236Z] #57 34.42 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-09-27T15:48:05.236Z] #57 34.43 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-27T15:48:05.236Z] #57 34.44 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-09-27T15:48:05.236Z] #57 34.44 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-09-27T15:48:05.236Z] #57 34.45 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-09-27T15:48:05.236Z] #57 34.52 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-09-27T15:48:05.236Z] #57 34.52 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-09-27T15:48:05.277Z] make[1]: 'images/built-in.o' is up to date. [2019-09-27T15:48:05.277Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-27T15:48:05.277Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-27T15:48:05.277Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-27T15:48:05.277Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-27T15:48:05.277Z] make[1]: Nothing to be done for 'all'. [2019-09-27T15:48:05.277Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T15:48:05.277Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:48:05.277Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:48:05.277Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:48:05.277Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:48:05.277Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:48:05.277Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:48:05.335Z] #58 68.93 DEP criu/signalfd.d [2019-09-27T15:48:05.335Z] #58 69.09 DEP criu/sigframe.d [2019-09-27T15:48:05.335Z] #58 69.20 DEP criu/shmem.d [2019-09-27T15:48:05.494Z] #57 ... [2019-09-27T15:48:05.494Z] [2019-09-27T15:48:05.494Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-27T15:48:05.494Z] #50 DONE 34.4s [2019-09-27T15:48:05.494Z] [2019-09-27T15:48:05.494Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-27T15:48:05.494Z] #44 24.53 Reading package lists... [2019-09-27T15:48:05.494Z] #44 29.72 Building dependency tree... [2019-09-27T15:48:05.494Z] #44 30.79 Reading state information... [2019-09-27T15:48:05.494Z] #44 31.86 The following additional packages will be installed: [2019-09-27T15:48:05.494Z] #44 31.86 btrfs-progs liblzo2-2 [2019-09-27T15:48:05.494Z] #44 32.08 The following NEW packages will be installed: [2019-09-27T15:48:05.494Z] #44 32.11 btrfs-progs btrfs-tools liblzo2-2 [2019-09-27T15:48:05.494Z] #44 33.18 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:48:05.494Z] #44 33.18 Need to get 649 kB of archives. [2019-09-27T15:48:05.494Z] #44 33.18 After this operation, 4320 kB of additional disk space will be used. [2019-09-27T15:48:05.494Z] #44 33.18 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-27T15:48:05.494Z] #44 33.18 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-27T15:48:05.494Z] #44 33.20 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-27T15:48:05.494Z] #44 34.03 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:48:05.494Z] #44 34.16 Fetched 649 kB in 1s (615 kB/s) [2019-09-27T15:48:05.494Z] #44 34.50 Selecting previously unselected package liblzo2-2:amd64. [2019-09-27T15:48:05.494Z] #44 34.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-27T15:48:05.494Z] #44 34.55 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-27T15:48:05.494Z] #44 34.59 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T15:48:05.561Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:48:05.561Z] make[2]: Nothing to be done for 'all'. [2019-09-27T15:48:05.561Z] INSTALL criu/criu [2019-09-27T15:48:05.591Z] #58 69.36 DEP criu/servicefd.d [2019-09-27T15:48:05.591Z] #58 69.48 DEP criu/seize.d [2019-09-27T15:48:05.752Z] #44 34.81 Selecting previously unselected package btrfs-progs. [2019-09-27T15:48:05.752Z] #44 34.81 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-27T15:48:05.752Z] #44 34.82 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T15:48:05.846Z] #58 69.62 DEP criu/seccomp.d [2019-09-27T15:48:05.933Z] Reading package lists... [2019-09-27T15:48:05.933Z] Building dependency tree... [2019-09-27T15:48:05.933Z] Reading state information... [2019-09-27T15:48:05.933Z] The following additional packages will be installed: [2019-09-27T15:48:05.933Z] libapparmor1 libseccomp2 [2019-09-27T15:48:05.933Z] Suggested packages: [2019-09-27T15:48:05.933Z] seccomp [2019-09-27T15:48:05.933Z] The following NEW packages will be installed: [2019-09-27T15:48:05.933Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-27T15:48:05.933Z] 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:48:05.933Z] Need to get 301 kB of archives. [2019-09-27T15:48:05.933Z] After this operation, 1402 kB of additional disk space will be used. [2019-09-27T15:48:05.933Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] [2019-09-27T15:48:05.933Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp-dev s390x 2.3.1-2.1+deb9u1 [61.6 kB] [2019-09-27T15:48:05.933Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-09-27T15:48:05.933Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-09-27T15:48:06.367Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:48:06.367Z] Fetched 301 kB in 0s (3930 kB/s) [2019-09-27T15:48:06.367Z] Selecting previously unselected package libseccomp2:s390x. [2019-09-27T15:48:06.367Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-27T15:48:06.367Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-27T15:48:06.367Z] Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-27T15:48:06.367Z] Selecting previously unselected package libseccomp-dev:s390x. [2019-09-27T15:48:06.367Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-27T15:48:06.367Z] Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-27T15:48:06.367Z] Selecting previously unselected package libapparmor1:s390x. [2019-09-27T15:48:06.367Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-09-27T15:48:06.367Z] Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-27T15:48:06.367Z] Selecting previously unselected package libapparmor-dev:s390x. [2019-09-27T15:48:06.367Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-09-27T15:48:06.367Z] Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-27T15:48:06.367Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:48:06.367Z] Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-27T15:48:06.367Z] Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-27T15:48:06.367Z] Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-27T15:48:06.367Z] Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-27T15:48:06.367Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:48:06.407Z] #58 69.93 DEP criu/rst-malloc.d [2019-09-27T15:48:06.407Z] #58 70.00 DEP criu/rbtree.d [2019-09-27T15:48:06.407Z] #58 70.03 DEP criu/pstree.d [2019-09-27T15:48:06.662Z] #58 70.25 DEP criu/protobuf.d [2019-09-27T15:48:06.662Z] #58 70.38 GEN criu/protobuf-desc-gen.h [2019-09-27T15:48:06.684Z] #44 35.86 Selecting previously unselected package btrfs-tools. [2019-09-27T15:48:06.684Z] #44 35.90 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-27T15:48:06.684Z] #44 35.91 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T15:48:06.943Z] #44 36.06 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:48:06.943Z] #44 36.13 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T15:48:06.943Z] #44 36.15 Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T15:48:06.943Z] #44 36.16 Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T15:48:06.943Z] #44 36.17 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:48:07.038Z] Removing intermediate container 20f764fad5a1 [2019-09-27T15:48:07.038Z] ---> 7f49b0377a35 [2019-09-27T15:48:07.038Z] Step 12/125 : FROM base AS registry [2019-09-27T15:48:07.038Z] ---> 6df6146a01a9 [2019-09-27T15:48:07.038Z] Step 13/125 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-27T15:48:07.038Z] ---> Running in 2b21b5c79988 [2019-09-27T15:48:07.038Z] Removing intermediate container 2b21b5c79988 [2019-09-27T15:48:07.038Z] ---> 43d8a97f49c0 [2019-09-27T15:48:07.038Z] Step 14/125 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-27T15:48:07.173Z] Removing intermediate container 7335dd106f3f [2019-09-27T15:48:07.173Z] ---> 5dd588077a00 [2019-09-27T15:48:07.173Z] Step 35/125 : FROM cross-true AS runtime-dev-cross-true [2019-09-27T15:48:07.173Z] ---> 9fa137ed225f [2019-09-27T15:48:07.173Z] Step 36/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:48:07.173Z] ---> Running in 04080e79b226 [2019-09-27T15:48:07.173Z] Removing intermediate container 04080e79b226 [2019-09-27T15:48:07.173Z] ---> 70836b798a2f [2019-09-27T15:48:07.173Z] Step 37/125 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-27T15:48:07.173Z] ---> Running in dd345149d14e [2019-09-27T15:48:07.201Z] #44 DONE 36.4s [2019-09-27T15:48:07.201Z] [2019-09-27T15:48:07.201Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:48:07.201Z] #45 DONE 0.1s [2019-09-27T15:48:07.201Z] [2019-09-27T15:48:07.201Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-27T15:48:07.321Z] ---> Running in f9932132daaf [2019-09-27T15:48:07.321Z] Removing intermediate container f9932132daaf [2019-09-27T15:48:07.321Z] ---> 6b45cd59a332 [2019-09-27T15:48:07.321Z] Step 15/125 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-27T15:48:07.321Z] ---> Running in 490da9de037a [2019-09-27T15:48:07.459Z] #46 DONE 0.1s [2019-09-27T15:48:07.459Z] [2019-09-27T15:48:07.459Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:48:07.605Z] + mktemp -d [2019-09-27T15:48:07.605Z] + export GOPATH=/tmp/tmp.AKcfxISYvo [2019-09-27T15:48:07.605Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.AKcfxISYvo/src/github.com/docker/distribution [2019-09-27T15:48:07.605Z] Cloning into '/tmp/tmp.AKcfxISYvo/src/github.com/docker/distribution'... [2019-09-27T15:48:08.073Z] #58 71.86 DEP criu/protobuf-desc.d [2019-09-27T15:48:08.073Z] #58 71.97 DEP criu/proc_parse.d [2019-09-27T15:48:08.328Z] #58 72.23 DEP criu/plugin.d [2019-09-27T15:48:08.426Z] Removing intermediate container dd345149d14e [2019-09-27T15:48:08.426Z] ---> b0e85571c4d7 [2019-09-27T15:48:08.426Z] Step 38/125 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-27T15:48:08.426Z] ---> 5dd588077a00 [2019-09-27T15:48:08.426Z] Step 39/125 : FROM base AS tomlv [2019-09-27T15:48:08.426Z] ---> 70ed6c3c5106 [2019-09-27T15:48:08.426Z] Step 40/125 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-27T15:48:08.426Z] ---> Running in e6252dfff8ee [2019-09-27T15:48:08.426Z] Removing intermediate container e6252dfff8ee [2019-09-27T15:48:08.426Z] ---> 4a0ab6bf4ab6 [2019-09-27T15:48:08.426Z] Step 41/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:48:08.584Z] #58 72.33 DEP criu/pipes.d [2019-09-27T15:48:08.584Z] #58 72.45 DEP criu/pie-util.d [2019-09-27T15:48:08.798Z] ---> 451b96b425bc [2019-09-27T15:48:08.798Z] Step 42/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:48:08.798Z] ---> 0a741ed15292 [2019-09-27T15:48:08.798Z] Step 43/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:48:08.840Z] #58 72.59 DEP criu/pie-util-vdso.d [2019-09-27T15:48:08.840Z] #58 72.72 DEP criu/pie-util-vdso-elf32.d [2019-09-27T15:48:09.180Z] ---> Running in 89dd5c94f003 [2019-09-27T15:48:09.400Z] #58 72.89 DEP criu/path.d [2019-09-27T15:48:09.400Z] #58 73.10 DEP criu/parasite-syscall.d [2019-09-27T15:48:09.558Z] + RM_GOPATH=0 [2019-09-27T15:48:09.558Z] + TMP_GOPATH= [2019-09-27T15:48:09.558Z] + : /build [2019-09-27T15:48:09.558Z] + '[' -z '' ']' [2019-09-27T15:48:09.558Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T15:48:09.558Z] ++ mktemp -d [2019-09-27T15:48:09.559Z] + export GOPATH=/tmp/tmp.3cDc2NlZD0 [2019-09-27T15:48:09.559Z] + GOPATH=/tmp/tmp.3cDc2NlZD0 [2019-09-27T15:48:09.559Z] + RM_GOPATH=1 [2019-09-27T15:48:09.559Z] ++ dirname ./install.sh [2019-09-27T15:48:09.559Z] + dir=. [2019-09-27T15:48:09.559Z] + bin=tomlv [2019-09-27T15:48:09.559Z] + shift [2019-09-27T15:48:09.559Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-27T15:48:09.559Z] + . ./tomlv.installer [2019-09-27T15:48:09.559Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T15:48:09.559Z] + install_tomlv [2019-09-27T15:48:09.559Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-27T15:48:09.559Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.3cDc2NlZD0/src/github.com/BurntSushi/toml [2019-09-27T15:48:09.559Z] Cloning into '/tmp/tmp.3cDc2NlZD0/src/github.com/BurntSushi/toml'... [2019-09-27T15:48:09.559Z] + cd /tmp/tmp.3cDc2NlZD0/src/github.com/BurntSushi/toml [2019-09-27T15:48:09.559Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T15:48:09.559Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T15:48:09.656Z] #58 73.30 DEP criu/pagemap.d [2019-09-27T15:48:09.911Z] #58 ... [2019-09-27T15:48:09.911Z] [2019-09-27T15:48:09.911Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-27T15:48:09.911Z] #27 DONE 125.9s [2019-09-27T15:48:09.911Z] [2019-09-27T15:48:09.911Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:09.911Z] #58 73.49 DEP criu/pagemap-cache.d [2019-09-27T15:48:09.911Z] #58 ... [2019-09-27T15:48:09.911Z] [2019-09-27T15:48:09.911Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:48:09.911Z] #33 118.9 mime/quotedprintable [2019-09-27T15:48:09.911Z] #33 119.4 mime/multipart [2019-09-27T15:48:09.911Z] #33 120.4 net/http/internal [2019-09-27T15:48:09.911Z] #33 120.8 os/exec [2019-09-27T15:48:09.911Z] #33 125.0 net/http/httptrace [2019-09-27T15:48:09.911Z] #33 125.2 net/http [2019-09-27T15:48:09.911Z] #33 ... [2019-09-27T15:48:09.911Z] [2019-09-27T15:48:09.911Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:09.911Z] #58 73.68 DEP criu/page-xfer.d [2019-09-27T15:48:09.962Z] errors [2019-09-27T15:48:09.963Z] math/bits [2019-09-27T15:48:09.963Z] internal/cpu [2019-09-27T15:48:09.963Z] math [2019-09-27T15:48:09.963Z] internal/bytealg [2019-09-27T15:48:09.963Z] runtime/internal/atomic [2019-09-27T15:48:09.963Z] runtime/internal/sys [2019-09-27T15:48:09.963Z] runtime/internal/math [2019-09-27T15:48:09.963Z] runtime [2019-09-27T15:48:09.988Z] #47 2.692 + RM_GOPATH=0 [2019-09-27T15:48:09.988Z] #47 2.692 + TMP_GOPATH= [2019-09-27T15:48:09.988Z] #47 2.692 + : /build [2019-09-27T15:48:09.988Z] #47 2.695 + '[' -z '' ']' [2019-09-27T15:48:09.988Z] #47 2.698 ++ mktemp -d [2019-09-27T15:48:09.988Z] #47 2.703 + export GOPATH=/tmp/tmp.uBV7jCpUy7 [2019-09-27T15:48:09.988Z] #47 2.704 + GOPATH=/tmp/tmp.uBV7jCpUy7 [2019-09-27T15:48:09.988Z] #47 2.704 + RM_GOPATH=1 [2019-09-27T15:48:09.988Z] #47 2.705 ++ dirname ./install.sh [2019-09-27T15:48:09.988Z] #47 2.705 + dir=. [2019-09-27T15:48:09.988Z] #47 2.706 + bin=containerd [2019-09-27T15:48:09.988Z] #47 2.706 + shift [2019-09-27T15:48:09.988Z] #47 2.706 + '[' '!' -f ./containerd.installer ']' [2019-09-27T15:48:09.988Z] #47 2.706 + . ./containerd.installer [2019-09-27T15:48:09.988Z] #47 2.706 ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-27T15:48:09.988Z] #47 2.707 + install_containerd [2019-09-27T15:48:09.988Z] #47 2.707 + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-09-27T15:48:09.988Z] #47 2.707 Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-27T15:48:09.988Z] #47 2.707 + git clone https://github.com/containerd/containerd.git /tmp/tmp.uBV7jCpUy7/src/github.com/containerd/containerd [2019-09-27T15:48:09.988Z] #47 2.741 Cloning into '/tmp/tmp.uBV7jCpUy7/src/github.com/containerd/containerd'... [2019-09-27T15:48:10.167Z] #58 73.86 DEP criu/page-pipe.d [2019-09-27T15:48:10.167Z] #58 73.97 DEP criu/netfilter.d [2019-09-27T15:48:10.290Z] + cd /tmp/tmp.AKcfxISYvo/src/github.com/docker/distribution [2019-09-27T15:48:10.290Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-27T15:48:10.405Z] unicode/utf8 [2019-09-27T15:48:10.405Z] strconv [2019-09-27T15:48:10.423Z] #58 74.14 DEP criu/net.d [2019-09-27T15:48:10.554Z] #47 ... [2019-09-27T15:48:10.554Z] [2019-09-27T15:48:10.554Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:48:10.554Z] #35 25.14 Reading package lists... [2019-09-27T15:48:10.554Z] #35 29.91 Building dependency tree... [2019-09-27T15:48:10.554Z] #35 30.98 Reading state information... [2019-09-27T15:48:10.554Z] #35 32.03 The following additional packages will be installed: [2019-09-27T15:48:10.554Z] #35 32.04 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-27T15:48:10.554Z] #35 32.04 Suggested packages: [2019-09-27T15:48:10.554Z] #35 32.04 codeblocks eclipse ninja-build lrzip [2019-09-27T15:48:10.554Z] #35 32.04 Recommended packages: [2019-09-27T15:48:10.554Z] #35 32.04 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-27T15:48:10.554Z] #35 32.77 The following NEW packages will be installed: [2019-09-27T15:48:10.554Z] #35 32.78 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-27T15:48:10.554Z] #35 32.79 vim-common xxd [2019-09-27T15:48:10.554Z] #35 33.89 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:48:10.554Z] #35 33.89 Need to get 13.7 MB of archives. [2019-09-27T15:48:10.554Z] #35 33.89 After this operation, 57.2 MB of additional disk space will be used. [2019-09-27T15:48:10.554Z] #35 33.89 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-09-27T15:48:10.554Z] #35 33.97 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-27T15:48:10.554Z] #35 33.98 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-09-27T15:48:10.554Z] #35 34.58 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-09-27T15:48:10.554Z] #35 34.66 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-09-27T15:48:10.554Z] #35 34.74 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-09-27T15:48:10.554Z] #35 34.76 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-09-27T15:48:10.554Z] #35 34.76 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-09-27T15:48:10.554Z] #35 35.22 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T15:48:10.554Z] #35 35.24 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-27T15:48:10.554Z] #35 36.40 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:48:10.554Z] #35 36.67 Fetched 13.7 MB in 2s (5681 kB/s) [2019-09-27T15:48:10.554Z] #35 36.79 Selecting previously unselected package cmake-data. [2019-09-27T15:48:10.554Z] #35 36.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-27T15:48:10.554Z] #35 36.88 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-27T15:48:10.554Z] #35 36.90 Unpacking cmake-data (3.7.2-1) ... [2019-09-27T15:48:10.554Z] #35 39.78 Selecting previously unselected package liblzo2-2:amd64. [2019-09-27T15:48:10.554Z] #35 39.78 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-27T15:48:10.554Z] #35 ... [2019-09-27T15:48:10.554Z] [2019-09-27T15:48:10.554Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:48:10.554Z] #57 34.66 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-09-27T15:48:10.554Z] #57 34.74 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-09-27T15:48:10.554Z] #57 34.77 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-09-27T15:48:10.554Z] #57 34.77 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-27T15:48:10.554Z] #57 34.77 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-09-27T15:48:10.554Z] #57 36.17 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:48:10.554Z] #57 36.36 Fetched 3602 kB in 1s (2193 kB/s) [2019-09-27T15:48:10.554Z] #57 36.50 Selecting previously unselected package libnet1:amd64. [2019-09-27T15:48:10.554Z] #57 36.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-27T15:48:10.554Z] #57 36.62 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-27T15:48:10.554Z] #57 36.65 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-27T15:48:10.554Z] #57 36.78 Selecting previously unselected package libcap-dev:amd64. [2019-09-27T15:48:10.554Z] #57 36.79 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-09-27T15:48:10.554Z] #57 36.81 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-09-27T15:48:10.554Z] #57 36.96 Selecting previously unselected package libnet1-dev. [2019-09-27T15:48:10.554Z] #57 36.96 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-09-27T15:48:10.554Z] #57 36.97 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T15:48:10.554Z] #57 37.17 Selecting previously unselected package libnl-3-200:amd64. [2019-09-27T15:48:10.554Z] #57 37.17 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-27T15:48:10.554Z] #57 37.18 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-27T15:48:10.554Z] #57 37.42 Selecting previously unselected package libnl-3-dev:amd64. [2019-09-27T15:48:10.554Z] #57 37.45 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-09-27T15:48:10.554Z] #57 37.51 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-27T15:48:10.554Z] #57 37.87 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-27T15:48:10.554Z] #57 37.88 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-27T15:48:10.554Z] #57 37.89 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-27T15:48:10.554Z] #57 38.00 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-09-27T15:48:10.554Z] #57 38.00 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-09-27T15:48:10.554Z] #57 38.01 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-27T15:48:10.554Z] #57 38.12 Selecting previously unselected package zlib1g-dev:amd64. [2019-09-27T15:48:10.554Z] #57 38.13 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-09-27T15:48:10.554Z] #57 38.13 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-27T15:48:10.554Z] #57 38.42 Selecting previously unselected package libprotobuf10:amd64. [2019-09-27T15:48:10.554Z] #57 38.42 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-09-27T15:48:10.554Z] #57 38.42 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-09-27T15:48:10.554Z] #57 38.96 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-09-27T15:48:10.554Z] #57 38.97 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-09-27T15:48:10.554Z] #57 38.97 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-27T15:48:10.554Z] #57 39.09 Selecting previously unselected package libprotobuf-dev:amd64. [2019-09-27T15:48:10.554Z] #57 39.09 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-09-27T15:48:10.554Z] #57 39.10 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-27T15:48:10.805Z] internal/race [2019-09-27T15:48:10.805Z] sync/atomic [2019-09-27T15:48:10.805Z] unicode [2019-09-27T15:48:10.908Z] + GOPATH=/tmp/tmp.AKcfxISYvo/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.AKcfxISYvo go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-27T15:48:10.983Z] #58 74.62 DEP criu/namespaces.d [2019-09-27T15:48:10.983Z] #58 74.73 DEP criu/mount.d [2019-09-27T15:48:11.123Z] #57 40.24 Selecting previously unselected package libprotoc10:amd64. [2019-09-27T15:48:11.123Z] #57 40.24 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-09-27T15:48:11.123Z] #57 40.25 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-09-27T15:48:11.180Z] internal/testlog [2019-09-27T15:48:11.180Z] encoding [2019-09-27T15:48:11.180Z] runtime/cgo [2019-09-27T15:48:11.238Z] #58 74.88 DEP criu/mem.d [2019-09-27T15:48:11.494Z] #58 75.04 DEP criu/lsm.d [2019-09-27T15:48:11.494Z] #58 75.24 DEP criu/log.d [2019-09-27T15:48:11.690Z] #57 40.78 Selecting previously unselected package protobuf-c-compiler. [2019-09-27T15:48:11.690Z] #57 40.81 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-09-27T15:48:11.690Z] #57 40.82 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-27T15:48:11.690Z] #57 40.97 Selecting previously unselected package protobuf-compiler. [2019-09-27T15:48:11.690Z] #57 40.97 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-09-27T15:48:11.690Z] #57 40.98 Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-27T15:48:11.749Z] #58 75.36 DEP criu/libnetlink.d [2019-09-27T15:48:11.749Z] #58 75.48 DEP criu/kerndat.d [2019-09-27T15:48:11.948Z] #57 41.11 Selecting previously unselected package python-pkg-resources. [2019-09-27T15:48:11.948Z] #57 41.12 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T15:48:11.948Z] #57 41.12 Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-27T15:48:11.948Z] #57 ... [2019-09-27T15:48:11.948Z] [2019-09-27T15:48:11.948Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-27T15:48:11.948Z] #27 30.70 + cd /tmp/tmp.NP1GCBmvp9/src/gotest.tools/gotestsum [2019-09-27T15:48:11.948Z] #27 30.70 + git checkout -q v0.3.5 [2019-09-27T15:48:11.948Z] #27 30.72 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-27T15:48:12.004Z] #58 75.72 DEP criu/kcmp-ids.d [2019-09-27T15:48:12.205Z] #27 ... [2019-09-27T15:48:12.205Z] [2019-09-27T15:48:12.205Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:48:12.205Z] #35 39.78 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T15:48:12.205Z] #35 39.92 Selecting previously unselected package libicu57:amd64. [2019-09-27T15:48:12.205Z] #35 39.92 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-09-27T15:48:12.205Z] #35 39.93 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-27T15:48:12.304Z] #58 75.78 DEP criu/irmap.d [2019-09-27T15:48:12.304Z] #58 75.98 DEP criu/ipc_ns.d [2019-09-27T15:48:12.492Z] sync [2019-09-27T15:48:12.492Z] reflect [2019-09-27T15:48:12.492Z] io [2019-09-27T15:48:12.492Z] syscall [2019-09-27T15:48:12.559Z] #58 76.12 DEP criu/image.d [2019-09-27T15:48:12.559Z] #58 76.34 DEP criu/image-desc.d [2019-09-27T15:48:12.559Z] #58 76.44 DEP criu/fsnotify.d [2019-09-27T15:48:12.884Z] time [2019-09-27T15:48:13.120Z] #58 76.63 DEP criu/filesystems.d [2019-09-27T15:48:13.120Z] #58 76.84 DEP criu/files.d [2019-09-27T15:48:13.283Z] sort [2019-09-27T15:48:13.284Z] internal/poll [2019-09-27T15:48:13.284Z] internal/fmtsort [2019-09-27T15:48:13.284Z] internal/syscall/unix [2019-09-27T15:48:13.375Z] #58 77.09 DEP criu/files-reg.d [2019-09-27T15:48:13.631Z] #58 77.23 DEP criu/files-ext.d [2019-09-27T15:48:13.631Z] #58 77.38 DEP criu/file-lock.d [2019-09-27T15:48:13.670Z] strings [2019-09-27T15:48:13.670Z] os [2019-09-27T15:48:13.670Z] bytes [2019-09-27T15:48:13.670Z] fmt [2019-09-27T15:48:13.670Z] bufio [2019-09-27T15:48:13.886Z] #58 77.53 DEP criu/file-ids.d [2019-09-27T15:48:14.137Z] path/filepath [2019-09-27T15:48:14.137Z] io/ioutil [2019-09-27T15:48:14.137Z] flag [2019-09-27T15:48:14.137Z] github.com/BurntSushi/toml [2019-09-27T15:48:14.141Z] #58 77.70 DEP criu/fifo.d [2019-09-27T15:48:14.141Z] #58 77.83 DEP criu/fdstore.d [2019-09-27T15:48:14.396Z] #58 77.96 DEP criu/fault-injection.d [2019-09-27T15:48:14.396Z] #58 78.00 DEP criu/external.d [2019-09-27T15:48:14.396Z] #58 78.16 DEP criu/eventpoll.d [2019-09-27T15:48:14.532Z] log [2019-09-27T15:48:14.532Z] path [2019-09-27T15:48:14.532Z] text/tabwriter [2019-09-27T15:48:14.651Z] #58 78.30 DEP criu/eventfd.d [2019-09-27T15:48:14.652Z] #58 78.46 DEP criu/crtools.d [2019-09-27T15:48:14.907Z] #58 78.61 DEP criu/cr-service.d [2019-09-27T15:48:14.909Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T15:48:15.162Z] #58 78.77 DEP criu/cr-restore.d [2019-09-27T15:48:15.162Z] #58 78.98 DEP criu/cr-errno.d [2019-09-27T15:48:15.417Z] #58 78.99 DEP criu/cr-dump.d [2019-09-27T15:48:15.417Z] #58 79.20 DEP criu/cr-dedup.d [2019-09-27T15:48:15.672Z] #58 79.34 DEP criu/cr-check.d [2019-09-27T15:48:15.927Z] #58 79.48 DEP criu/config.d [2019-09-27T15:48:15.927Z] #58 79.64 DEP criu/clone-noasan.d [2019-09-27T15:48:16.183Z] #58 79.73 DEP criu/cgroup.d [2019-09-27T15:48:16.183Z] #58 79.97 DEP criu/cgroup-props.d [2019-09-27T15:48:16.194Z] Removing intermediate container 89dd5c94f003 [2019-09-27T15:48:16.194Z] ---> e9a2e785411b [2019-09-27T15:48:16.194Z] Step 44/125 : FROM base AS vndr [2019-09-27T15:48:16.194Z] ---> 70ed6c3c5106 [2019-09-27T15:48:16.194Z] Step 45/125 : ENV INSTALL_BINARY_NAME=vndr [2019-09-27T15:48:16.194Z] ---> Running in b40e51e9d143 [2019-09-27T15:48:16.194Z] Removing intermediate container b40e51e9d143 [2019-09-27T15:48:16.194Z] ---> 723c8b40e204 [2019-09-27T15:48:16.194Z] Step 46/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:48:16.393Z] #35 45.27 Selecting previously unselected package libxml2:amd64. [2019-09-27T15:48:16.393Z] #35 45.27 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-09-27T15:48:16.393Z] #35 45.28 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T15:48:16.438Z] #58 80.12 DEP criu/bitmap.d [2019-09-27T15:48:16.438Z] #58 80.14 DEP criu/bfd.d [2019-09-27T15:48:16.438Z] #58 80.21 DEP criu/autofs.d [2019-09-27T15:48:16.565Z] ---> 3b34c3693a9a [2019-09-27T15:48:16.565Z] Step 47/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:48:16.652Z] #35 45.92 Selecting previously unselected package libarchive13:amd64. [2019-09-27T15:48:16.652Z] #35 45.92 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-09-27T15:48:16.652Z] #35 45.92 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-27T15:48:16.693Z] #58 80.30 DEP criu/aio.d [2019-09-27T15:48:16.693Z] #58 80.45 DEP criu/action-scripts.d [2019-09-27T15:48:16.936Z] ---> 0dcd3ff0b077 [2019-09-27T15:48:16.937Z] Step 48/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:48:17.217Z] #35 46.19 Selecting previously unselected package libjsoncpp1:amd64. [2019-09-27T15:48:17.218Z] #35 46.19 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-09-27T15:48:17.218Z] #35 46.20 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-27T15:48:17.218Z] #35 ... [2019-09-27T15:48:17.218Z] [2019-09-27T15:48:17.218Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T15:48:17.218Z] #30 35.89 sync [2019-09-27T15:48:17.218Z] #30 36.61 io [2019-09-27T15:48:17.218Z] #30 36.63 reflect [2019-09-27T15:48:17.218Z] #30 38.04 syscall [2019-09-27T15:48:17.218Z] #30 44.66 time [2019-09-27T15:48:17.218Z] #30 ... [2019-09-27T15:48:17.218Z] [2019-09-27T15:48:17.218Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:48:17.218Z] #35 46.35 Selecting previously unselected package libuv1:amd64. [2019-09-27T15:48:17.218Z] #35 46.36 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-09-27T15:48:17.218Z] #35 46.37 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-09-27T15:48:17.253Z] #58 80.77 CC criu/action-scripts.o [2019-09-27T15:48:17.304Z] ---> Running in b9b06187f2e7 [2019-09-27T15:48:17.476Z] #35 46.57 Selecting previously unselected package cmake. [2019-09-27T15:48:17.476Z] #35 46.58 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-09-27T15:48:17.476Z] #35 46.69 Unpacking cmake (3.7.2-1) ... [2019-09-27T15:48:17.509Z] #58 81.12 CC criu/aio.o [2019-09-27T15:48:17.719Z] + RM_GOPATH=0 [2019-09-27T15:48:17.719Z] + TMP_GOPATH= [2019-09-27T15:48:17.719Z] + : /build [2019-09-27T15:48:17.719Z] + '[' -z '' ']' [2019-09-27T15:48:17.719Z] ++ mktemp -d [2019-09-27T15:48:17.719Z] + export GOPATH=/tmp/tmp.PxRfIuBwXX [2019-09-27T15:48:17.719Z] + GOPATH=/tmp/tmp.PxRfIuBwXX [2019-09-27T15:48:17.719Z] + RM_GOPATH=1 [2019-09-27T15:48:17.719Z] ++ dirname ./install.sh [2019-09-27T15:48:17.719Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T15:48:17.719Z] + dir=. [2019-09-27T15:48:17.719Z] + bin=vndr [2019-09-27T15:48:17.719Z] + shift [2019-09-27T15:48:17.719Z] + '[' '!' -f ./vndr.installer ']' [2019-09-27T15:48:17.719Z] + . ./vndr.installer [2019-09-27T15:48:17.719Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T15:48:17.719Z] + install_vndr [2019-09-27T15:48:17.719Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-27T15:48:17.719Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.PxRfIuBwXX/src/github.com/LK4D4/vndr [2019-09-27T15:48:17.719Z] Cloning into '/tmp/tmp.PxRfIuBwXX/src/github.com/LK4D4/vndr'... [2019-09-27T15:48:18.069Z] #58 81.65 CC criu/autofs.o [2019-09-27T15:48:18.126Z] + cd /tmp/tmp.PxRfIuBwXX/src/github.com/LK4D4/vndr [2019-09-27T15:48:18.126Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T15:48:18.126Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-27T15:48:18.126Z] errors [2019-09-27T15:48:18.126Z] internal/race [2019-09-27T15:48:18.126Z] internal/cpu [2019-09-27T15:48:18.126Z] runtime/internal/atomic [2019-09-27T15:48:18.126Z] runtime/internal/sys [2019-09-27T15:48:18.126Z] runtime/internal/math [2019-09-27T15:48:18.126Z] sync/atomic [2019-09-27T15:48:18.126Z] internal/bytealg [2019-09-27T15:48:18.126Z] unicode [2019-09-27T15:48:18.126Z] runtime [2019-09-27T15:48:18.330Z] #58 ... [2019-09-27T15:48:18.330Z] [2019-09-27T15:48:18.330Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:48:18.330Z] #33 134.5 github.com/LK4D4/vndr/godl [2019-09-27T15:48:18.409Z] #35 ... [2019-09-27T15:48:18.409Z] [2019-09-27T15:48:18.409Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:48:18.409Z] #33 37.21 internal/x/crypto/curve25519 [2019-09-27T15:48:18.409Z] #33 39.73 sync [2019-09-27T15:48:18.409Z] #33 40.30 reflect [2019-09-27T15:48:18.409Z] #33 40.30 io [2019-09-27T15:48:18.409Z] #33 41.67 bytes [2019-09-27T15:48:18.409Z] #33 43.16 bufio [2019-09-27T15:48:18.409Z] #33 44.56 syscall [2019-09-27T15:48:18.409Z] #33 ... [2019-09-27T15:48:18.409Z] [2019-09-27T15:48:18.409Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:48:18.409Z] #57 41.37 Selecting previously unselected package python-protobuf. [2019-09-27T15:48:18.409Z] #57 41.38 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-09-27T15:48:18.409Z] #57 41.38 Unpacking python-protobuf (3.0.0-9) ... [2019-09-27T15:48:18.409Z] #57 41.91 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-27T15:48:18.409Z] #57 42.02 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-27T15:48:18.409Z] #57 42.03 Setting up python-pkg-resources (33.1.1-1) ... [2019-09-27T15:48:18.409Z] #57 45.91 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T15:48:18.409Z] #57 45.92 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-09-27T15:48:18.409Z] #57 45.93 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:48:18.409Z] #57 45.95 Setting up python-protobuf (3.0.0-9) ... [2019-09-27T15:48:18.622Z] unicode/utf8 [2019-09-27T15:48:18.622Z] math/bits [2019-09-27T15:48:18.622Z] math [2019-09-27T15:48:18.667Z] #57 ... [2019-09-27T15:48:18.667Z] [2019-09-27T15:48:18.667Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T15:48:18.667Z] #30 47.41 sort [2019-09-27T15:48:19.014Z] strconv [2019-09-27T15:48:19.014Z] internal/testlog [2019-09-27T15:48:19.014Z] encoding [2019-09-27T15:48:19.253Z] #33 135.4 github.com/LK4D4/vndr [2019-09-27T15:48:19.398Z] unicode/utf16 [2019-09-27T15:48:19.398Z] container/list [2019-09-27T15:48:19.398Z] crypto/internal/subtle [2019-09-27T15:48:19.398Z] crypto/subtle [2019-09-27T15:48:19.398Z] crypto/rc4 [2019-09-27T15:48:19.398Z] internal/x/crypto/cryptobyte/asn1 [2019-09-27T15:48:19.398Z] internal/nettrace [2019-09-27T15:48:19.398Z] internal/x/net/dns/dnsmessage [2019-09-27T15:48:19.398Z] runtime/cgo [2019-09-27T15:48:19.601Z] #30 48.39 internal/fmtsort [2019-09-27T15:48:20.166Z] #30 48.88 internal/syscall/unix [2019-09-27T15:48:20.424Z] #30 49.07 strings [2019-09-27T15:48:20.691Z] sync [2019-09-27T15:48:20.691Z] io [2019-09-27T15:48:20.691Z] reflect [2019-09-27T15:48:20.691Z] bytes [2019-09-27T15:48:20.691Z] bufio [2019-09-27T15:48:21.108Z] syscall [2019-09-27T15:48:21.357Z] #30 50.10 internal/poll [2019-09-27T15:48:21.558Z] time [2019-09-27T15:48:21.558Z] sort [2019-09-27T15:48:22.028Z] internal/fmtsort [2019-09-27T15:48:22.028Z] internal/syscall/unix [2019-09-27T15:48:22.028Z] strings [2019-09-27T15:48:22.028Z] internal/poll [2019-09-27T15:48:22.028Z] os [2019-09-27T15:48:22.290Z] #30 ... [2019-09-27T15:48:22.290Z] [2019-09-27T15:48:22.290Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:48:22.290Z] #35 49.08 Selecting previously unselected package xxd. [2019-09-27T15:48:22.290Z] #35 49.10 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-27T15:48:22.290Z] #35 49.11 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:48:22.290Z] #35 49.29 Selecting previously unselected package vim-common. [2019-09-27T15:48:22.290Z] #35 49.29 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T15:48:22.290Z] #35 49.33 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:48:22.290Z] #35 49.60 Processing triggers for mime-support (3.60) ... [2019-09-27T15:48:22.290Z] #35 49.68 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:48:22.290Z] #35 49.70 Setting up libuv1:amd64 (1.9.1-3) ... [2019-09-27T15:48:22.290Z] #35 49.72 Setting up cmake-data (3.7.2-1) ... [2019-09-27T15:48:22.290Z] #35 49.74 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-27T15:48:22.290Z] #35 49.77 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T15:48:22.290Z] #35 49.78 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:48:22.290Z] #35 49.87 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:48:22.290Z] #35 49.89 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T15:48:22.290Z] #35 49.91 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-27T15:48:22.290Z] #35 49.92 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-27T15:48:22.290Z] #35 49.93 Setting up cmake (3.7.2-1) ... [2019-09-27T15:48:22.290Z] #35 50.01 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:48:22.290Z] #35 DONE 51.3s [2019-09-27T15:48:22.290Z] [2019-09-27T15:48:22.290Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:48:22.290Z] #36 DONE 0.1s [2019-09-27T15:48:22.290Z] [2019-09-27T15:48:22.290Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-27T15:48:22.290Z] #37 DONE 0.1s [2019-09-27T15:48:22.290Z] [2019-09-27T15:48:22.290Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-27T15:48:22.290Z] #27 ... [2019-09-27T15:48:22.290Z] [2019-09-27T15:48:22.290Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-27T15:48:22.433Z] path [2019-09-27T15:48:22.433Z] regexp/syntax [2019-09-27T15:48:22.433Z] fmt [2019-09-27T15:48:22.845Z] path/filepath [2019-09-27T15:48:22.845Z] regexp [2019-09-27T15:48:22.845Z] flag [2019-09-27T15:48:23.223Z] #38 ... [2019-09-27T15:48:23.223Z] [2019-09-27T15:48:23.223Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T15:48:23.223Z] #57 51.72 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-09-27T15:48:23.223Z] #57 51.75 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-27T15:48:23.223Z] #57 51.76 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-27T15:48:23.223Z] #57 51.81 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-27T15:48:23.223Z] #57 51.83 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-09-27T15:48:23.223Z] #57 51.84 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-27T15:48:23.223Z] #57 51.85 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-27T15:48:23.223Z] #57 51.87 Setting up protobuf-compiler (3.0.0-9) ... [2019-09-27T15:48:23.223Z] #57 51.89 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-27T15:48:23.223Z] #57 51.90 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-27T15:48:23.223Z] #57 51.91 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:48:23.223Z] #57 DONE 52.3s [2019-09-27T15:48:23.223Z] [2019-09-27T15:48:23.223Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:23.227Z] go/token [2019-09-27T15:48:23.227Z] io/ioutil [2019-09-27T15:48:23.227Z] go/scanner [2019-09-27T15:48:23.227Z] net/url [2019-09-27T15:48:23.227Z] go/ast [2019-09-27T15:48:23.611Z] text/template/parse [2019-09-27T15:48:23.611Z] go/parser [2019-09-27T15:48:23.611Z] text/template [2019-09-27T15:48:23.990Z] log [2019-09-27T15:48:23.990Z] encoding/binary [2019-09-27T15:48:24.372Z] go/doc [2019-09-27T15:48:24.372Z] encoding/base64 [2019-09-27T15:48:24.372Z] encoding/json [2019-09-27T15:48:24.372Z] github.com/LK4D4/vndr/build [2019-09-27T15:48:24.760Z] encoding/xml [2019-09-27T15:48:24.760Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-27T15:48:24.760Z] compress/flate [2019-09-27T15:48:25.131Z] hash [2019-09-27T15:48:25.131Z] hash/crc32 [2019-09-27T15:48:25.131Z] compress/gzip [2019-09-27T15:48:25.131Z] context [2019-09-27T15:48:25.131Z] crypto/cipher [2019-09-27T15:48:25.595Z] math/rand [2019-09-27T15:48:25.595Z] crypto/aes [2019-09-27T15:48:25.595Z] math/big [2019-09-27T15:48:25.595Z] crypto [2019-09-27T15:48:25.595Z] crypto/des [2019-09-27T15:48:25.595Z] crypto/internal/randutil [2019-09-27T15:48:25.595Z] crypto/sha512 [2019-09-27T15:48:25.782Z] #33 ... [2019-09-27T15:48:25.782Z] [2019-09-27T15:48:25.782Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:25.782Z] #58 82.88 CC criu/bfd.o [2019-09-27T15:48:25.782Z] #58 83.45 CC criu/bitmap.o [2019-09-27T15:48:25.782Z] #58 83.63 CC criu/cgroup-props.o [2019-09-27T15:48:25.782Z] #58 84.38 CC criu/cgroup.o [2019-09-27T15:48:25.782Z] #58 86.78 CC criu/clone-noasan.o [2019-09-27T15:48:25.782Z] #58 86.92 CC criu/config.o [2019-09-27T15:48:25.782Z] #58 88.27 CC criu/cr-check.o [2019-09-27T15:48:26.038Z] #58 89.64 CC criu/cr-dedup.o [2019-09-27T15:48:26.044Z] crypto/hmac [2019-09-27T15:48:26.044Z] crypto/md5 [2019-09-27T15:48:26.044Z] crypto/sha1 [2019-09-27T15:48:26.044Z] crypto/sha256 [2019-09-27T15:48:26.044Z] encoding/hex [2019-09-27T15:48:26.458Z] encoding/pem [2019-09-27T15:48:26.458Z] internal/singleflight [2019-09-27T15:48:26.458Z] net [2019-09-27T15:48:26.458Z] crypto/rand [2019-09-27T15:48:26.458Z] crypto/elliptic [2019-09-27T15:48:26.599Z] #58 90.12 CC criu/cr-dump.o [2019-09-27T15:48:26.599Z] #58 ... [2019-09-27T15:48:26.599Z] [2019-09-27T15:48:26.599Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:48:26.599Z] #33 DONE 142.5s [2019-09-27T15:48:26.787Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-09-27T15:48:26.834Z] encoding/asn1 [2019-09-27T15:48:26.834Z] crypto/ecdsa [2019-09-27T15:48:26.854Z] [2019-09-27T15:48:26.854Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T15:48:27.218Z] crypto/rsa [2019-09-27T15:48:27.218Z] crypto/dsa [2019-09-27T15:48:27.218Z] crypto/x509/pkix [2019-09-27T15:48:27.218Z] internal/x/crypto/cryptobyte [2019-09-27T15:48:27.246Z] [2019-09-27T15:48:27.246Z] ________ ____ __. [2019-09-27T15:48:27.246Z] \_____ \ | |/ _| [2019-09-27T15:48:27.246Z] / | \| < [2019-09-27T15:48:27.246Z] / | \ | \ [2019-09-27T15:48:27.246Z] \_______ /____|__ \ [2019-09-27T15:48:27.246Z] \/ \/ [2019-09-27T15:48:27.246Z] [2019-09-27T15:48:27.246Z] INFO: make.ps1 ended at 09/27/2019 15:48:27 [2019-09-27T15:48:27.405Z] #58 3.969 Note: Building without setproctitle() and strlcpy() support. [2019-09-27T15:48:27.405Z] #58 3.969 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T15:48:27.730Z] internal/x/crypto/internal/chacha20 [2019-09-27T15:48:27.730Z] internal/x/crypto/poly1305 [2019-09-27T15:48:27.730Z] internal/x/crypto/chacha20poly1305 [2019-09-27T15:48:27.730Z] internal/x/crypto/curve25519 [2019-09-27T15:48:27.730Z] internal/x/crypto/hkdf [2019-09-27T15:48:27.730Z] internal/x/text/transform [2019-09-27T15:48:27.730Z] internal/x/text/unicode/bidi [2019-09-27T15:48:28.116Z] internal/x/text/secure/bidirule [2019-09-27T15:48:28.116Z] internal/x/text/unicode/norm [2019-09-27T15:48:28.116Z] crypto/x509 [2019-09-27T15:48:28.338Z] #58 ... [2019-09-27T15:48:28.338Z] [2019-09-27T15:48:28.338Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-27T15:48:28.338Z] #38 2.837 + RM_GOPATH=0 [2019-09-27T15:48:28.338Z] #38 2.844 + TMP_GOPATH= [2019-09-27T15:48:28.338Z] #38 2.844 + : /build [2019-09-27T15:48:28.338Z] #38 2.844 + '[' -z '' ']' [2019-09-27T15:48:28.338Z] #38 2.846 ++ mktemp -d [2019-09-27T15:48:28.338Z] #38 2.848 + export GOPATH=/tmp/tmp.0pHcZXNush [2019-09-27T15:48:28.338Z] #38 2.848 + GOPATH=/tmp/tmp.0pHcZXNush [2019-09-27T15:48:28.338Z] #38 2.848 + RM_GOPATH=1 [2019-09-27T15:48:28.338Z] #38 2.853 ++ dirname ./install.sh [2019-09-27T15:48:28.338Z] #38 2.859 + dir=. [2019-09-27T15:48:28.338Z] #38 2.860 + bin=tini [2019-09-27T15:48:28.338Z] #38 2.860 + shift [2019-09-27T15:48:28.338Z] #38 2.862 + '[' '!' -f ./tini.installer ']' [2019-09-27T15:48:28.338Z] #38 2.862 + . ./tini.installer [2019-09-27T15:48:28.338Z] #38 2.863 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T15:48:28.338Z] #38 2.871 + install_tini [2019-09-27T15:48:28.338Z] #38 2.871 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-27T15:48:28.338Z] #38 2.872 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T15:48:28.338Z] #38 2.872 + git clone https://github.com/krallin/tini.git /tmp/tmp.0pHcZXNush/tini [2019-09-27T15:48:28.338Z] #38 2.873 Cloning into '/tmp/tmp.0pHcZXNush/tini'... [2019-09-27T15:48:28.338Z] #38 3.894 + cd /tmp/tmp.0pHcZXNush/tini [2019-09-27T15:48:28.338Z] #38 3.894 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T15:48:28.338Z] #38 3.935 + cmake . [2019-09-27T15:48:28.338Z] #38 4.395 -- The C compiler identification is GNU 6.3.0 [2019-09-27T15:48:28.338Z] #38 4.448 -- Check for working C compiler: /usr/bin/cc [2019-09-27T15:48:28.338Z] #38 4.982 -- Check for working C compiler: /usr/bin/cc -- works [2019-09-27T15:48:28.338Z] #38 4.983 -- Detecting C compiler ABI info [2019-09-27T15:48:28.338Z] #38 5.611 -- Detecting C compiler ABI info - done [2019-09-27T15:48:28.338Z] #38 5.682 -- Detecting C compile features [2019-09-27T15:48:28.531Z] internal/x/net/idna [2019-09-27T15:48:28.531Z] net/textproto [2019-09-27T15:48:28.805Z] #42 ... [2019-09-27T15:48:28.805Z] [2019-09-27T15:48:28.805Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:28.805Z] #58 92.46 CC criu/cr-errno.o [2019-09-27T15:48:28.805Z] #58 92.50 CC criu/cr-restore.o [2019-09-27T15:48:28.956Z] internal/x/net/http/httpguts [2019-09-27T15:48:28.956Z] internal/x/net/http/httpproxy [2019-09-27T15:48:28.956Z] internal/x/net/http2/hpack [2019-09-27T15:48:28.956Z] crypto/tls [2019-09-27T15:48:28.956Z] mime [2019-09-27T15:48:29.370Z] mime/quotedprintable [2019-09-27T15:48:29.370Z] mime/multipart [2019-09-27T15:48:29.370Z] net/http/internal [2019-09-27T15:48:29.370Z] os/exec [2019-09-27T15:48:29.539Z] INFO: Binaries build ended at 09/27/2019 15:48:29. Duration:00:01:34.9375031 [2019-09-27T15:48:29.711Z] #38 7.502 -- Detecting C compile features - done [2019-09-27T15:48:29.711Z] #38 7.514 -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-27T15:48:29.711Z] #38 7.647 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-27T15:48:29.969Z] #38 7.771 -- Configuring done [2019-09-27T15:48:29.969Z] #38 7.794 -- Generating done [2019-09-27T15:48:29.969Z] #38 7.816 -- Build files have been written to: /tmp/tmp.0pHcZXNush/tini [2019-09-27T15:48:29.969Z] #38 7.829 + make tini-static [2019-09-27T15:48:30.198Z] net/http/httptrace [2019-09-27T15:48:30.198Z] net/http [2019-09-27T15:48:30.536Z] #38 8.218 Scanning dependencies of target tini-static [2019-09-27T15:48:30.536Z] #38 8.353 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-27T15:48:31.720Z] INFO: Copying the built daemon binary to d:\CI\PR-385\2\binary\dockerd-3136dea25.exe... [2019-09-27T15:48:31.908Z] #38 ... [2019-09-27T15:48:31.908Z] [2019-09-27T15:48:31.908Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:48:31.908Z] #47 24.30 + cd /tmp/tmp.uBV7jCpUy7/src/github.com/containerd/containerd [2019-09-27T15:48:31.908Z] #47 24.30 + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-27T15:48:32.034Z] github.com/LK4D4/vndr/godl [2019-09-27T15:48:32.194Z] #58 95.70 CC criu/cr-service.o [2019-09-27T15:48:32.429Z] github.com/LK4D4/vndr [2019-09-27T15:48:32.474Z] #47 ... [2019-09-27T15:48:32.474Z] [2019-09-27T15:48:32.474Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:48:32.474Z] #33 51.38 time [2019-09-27T15:48:32.474Z] #33 51.50 sort [2019-09-27T15:48:32.474Z] #33 53.05 internal/fmtsort [2019-09-27T15:48:32.474Z] #33 53.62 internal/syscall/unix [2019-09-27T15:48:32.474Z] #33 53.87 strings [2019-09-27T15:48:32.474Z] #33 55.81 path [2019-09-27T15:48:32.474Z] #33 56.25 regexp/syntax [2019-09-27T15:48:32.474Z] #33 56.90 internal/poll [2019-09-27T15:48:32.474Z] #33 58.77 os [2019-09-27T15:48:32.474Z] #33 60.69 regexp [2019-09-27T15:48:32.688Z] INFO: Copying the built client binary to d:\CI\PR-385\2\binary\docker-3136dea25.exe... [2019-09-27T15:48:32.688Z] INFO: Copying dockerversion from the container... [2019-09-27T15:48:32.732Z] #33 ... [2019-09-27T15:48:32.732Z] [2019-09-27T15:48:32.732Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:32.732Z] #58 5.547 fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T15:48:32.732Z] #58 5.585 GEN .gitid [2019-09-27T15:48:32.732Z] #58 5.592 GEN criu/include/version.h [2019-09-27T15:48:32.732Z] #58 5.649 GEN include/common/asm [2019-09-27T15:48:32.732Z] #58 6.921 PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-27T15:48:32.732Z] #58 6.989 PBCC images/opts.pb-c.c [2019-09-27T15:48:32.732Z] #58 7.029 PBCC images/sit.pb-c.c [2019-09-27T15:48:32.732Z] #58 7.081 DEP images/google/protobuf/descriptor.pb-c.d [2019-09-27T15:48:32.732Z] #58 7.153 DEP images/opts.pb-c.d [2019-09-27T15:48:32.732Z] #58 7.208 DEP images/sit.pb-c.d [2019-09-27T15:48:32.732Z] #58 7.286 PBCC images/macvlan.pb-c.c [2019-09-27T15:48:32.732Z] #58 7.299 DEP images/macvlan.pb-c.d [2019-09-27T15:48:32.732Z] #58 7.337 PBCC images/autofs.pb-c.c [2019-09-27T15:48:32.732Z] #58 7.373 DEP images/autofs.pb-c.d [2019-09-27T15:48:32.732Z] #58 7.410 PBCC images/sysctl.pb-c.c [2019-09-27T15:48:32.732Z] #58 7.457 DEP images/sysctl.pb-c.d [2019-09-27T15:48:32.732Z] #58 7.501 PBCC images/time.pb-c.c [2019-09-27T15:48:32.732Z] #58 7.533 DEP images/time.pb-c.d [2019-09-27T15:48:32.732Z] #58 7.570 PBCC images/binfmt-misc.pb-c.c [2019-09-27T15:48:32.732Z] #58 7.605 DEP images/binfmt-misc.pb-c.d [2019-09-27T15:48:32.732Z] #58 7.657 PBCC images/seccomp.pb-c.c [2019-09-27T15:48:32.732Z] #58 7.680 DEP images/seccomp.pb-c.d [2019-09-27T15:48:32.732Z] #58 7.729 PBCC images/userns.pb-c.c [2019-09-27T15:48:32.732Z] #58 7.745 DEP images/userns.pb-c.d [2019-09-27T15:48:32.732Z] #58 7.825 PBCC images/cgroup.pb-c.c [2019-09-27T15:48:32.732Z] #58 7.835 DEP images/cgroup.pb-c.d [2019-09-27T15:48:32.732Z] #58 7.953 PBCC images/fown.pb-c.c [2019-09-27T15:48:32.732Z] #58 7.961 PBCC images/ext-file.pb-c.c [2019-09-27T15:48:32.732Z] #58 8.017 DEP images/fown.pb-c.d [2019-09-27T15:48:32.732Z] #58 8.076 DEP images/ext-file.pb-c.d [2019-09-27T15:48:32.732Z] #58 8.115 PBCC images/rpc.pb-c.c [2019-09-27T15:48:32.732Z] #58 8.179 DEP images/rpc.pb-c.d [2019-09-27T15:48:32.732Z] #58 8.257 PBCC images/siginfo.pb-c.c [2019-09-27T15:48:32.732Z] #58 8.309 DEP images/siginfo.pb-c.d [2019-09-27T15:48:32.732Z] #58 8.367 PBCC images/pagemap.pb-c.c [2019-09-27T15:48:32.732Z] #58 8.425 DEP images/pagemap.pb-c.d [2019-09-27T15:48:32.732Z] #58 8.489 PBCC images/rlimit.pb-c.c [2019-09-27T15:48:32.732Z] #58 8.529 DEP images/rlimit.pb-c.d [2019-09-27T15:48:32.732Z] #58 8.581 PBCC images/file-lock.pb-c.c [2019-09-27T15:48:32.732Z] #58 8.609 DEP images/file-lock.pb-c.d [2019-09-27T15:48:32.732Z] #58 8.647 PBCC images/tty.pb-c.c [2019-09-27T15:48:32.732Z] #58 8.747 DEP images/tty.pb-c.d [2019-09-27T15:48:32.732Z] #58 8.793 PBCC images/tun.pb-c.c [2019-09-27T15:48:32.732Z] #58 8.845 PBCC images/netdev.pb-c.c [2019-09-27T15:48:32.732Z] #58 8.952 DEP images/tun.pb-c.d [2019-09-27T15:48:32.732Z] #58 9.029 DEP images/netdev.pb-c.d [2019-09-27T15:48:32.732Z] #58 9.066 PBCC images/vma.pb-c.c [2019-09-27T15:48:32.732Z] #58 9.149 DEP images/vma.pb-c.d [2019-09-27T15:48:32.732Z] #58 9.210 PBCC images/creds.pb-c.c [2019-09-27T15:48:32.732Z] #58 9.237 DEP images/creds.pb-c.d [2019-09-27T15:48:32.732Z] #58 9.289 PBCC images/utsns.pb-c.c [2019-09-27T15:48:32.732Z] #58 9.318 DEP images/utsns.pb-c.d [2019-09-27T15:48:32.732Z] #58 9.354 PBCC images/ipc-desc.pb-c.c [2019-09-27T15:48:32.732Z] #58 9.385 PBCC images/ipc-sem.pb-c.c [2019-09-27T15:48:32.732Z] #58 9.400 DEP images/ipc-desc.pb-c.d [2019-09-27T15:48:32.732Z] #58 9.460 DEP images/ipc-sem.pb-c.d [2019-09-27T15:48:32.732Z] #58 9.519 PBCC images/ipc-msg.pb-c.c [2019-09-27T15:48:32.732Z] #58 9.592 DEP images/ipc-msg.pb-c.d [2019-09-27T15:48:32.732Z] #58 9.670 PBCC images/ipc-shm.pb-c.c [2019-09-27T15:48:32.732Z] #58 9.682 DEP images/ipc-shm.pb-c.d [2019-09-27T15:48:32.732Z] #58 ... [2019-09-27T15:48:32.732Z] [2019-09-27T15:48:32.732Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T15:48:32.732Z] #30 51.54 bytes [2019-09-27T15:48:32.732Z] #30 52.13 os [2019-09-27T15:48:32.732Z] #30 53.55 bufio [2019-09-27T15:48:32.732Z] #30 54.83 path [2019-09-27T15:48:32.732Z] #30 55.25 text/tabwriter [2019-09-27T15:48:32.732Z] #30 55.59 fmt [2019-09-27T15:48:32.732Z] #30 55.82 path/filepath [2019-09-27T15:48:32.732Z] #30 56.74 io/ioutil [2019-09-27T15:48:32.732Z] #30 58.62 flag [2019-09-27T15:48:32.732Z] #30 58.63 github.com/BurntSushi/toml [2019-09-27T15:48:32.732Z] #30 60.59 log [2019-09-27T15:48:32.991Z] #30 ... [2019-09-27T15:48:32.991Z] [2019-09-27T15:48:32.991Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:32.991Z] #58 9.743 PBCC images/ipc-var.pb-c.c [2019-09-27T15:48:32.991Z] #58 9.785 DEP images/ipc-var.pb-c.d [2019-09-27T15:48:32.991Z] #58 9.831 PBCC images/sk-opts.pb-c.c [2019-09-27T15:48:32.991Z] #58 9.905 PBCC images/packet-sock.pb-c.c [2019-09-27T15:48:32.991Z] #58 9.918 DEP images/sk-opts.pb-c.d [2019-09-27T15:48:32.991Z] #58 9.990 DEP images/packet-sock.pb-c.d [2019-09-27T15:48:33.149Z] INFO: Copying the golang package from the container to d:\CI\PR-385\2\installer\go.zip... [2019-09-27T15:48:33.249Z] #58 10.04 PBCC images/sk-netlink.pb-c.c [2019-09-27T15:48:33.249Z] #58 10.09 DEP images/sk-netlink.pb-c.d [2019-09-27T15:48:33.249Z] #58 10.15 PBCC images/sk-inet.pb-c.c [2019-09-27T15:48:33.249Z] #58 10.22 DEP images/sk-inet.pb-c.d [2019-09-27T15:48:33.249Z] #58 10.30 PBCC images/sk-unix.pb-c.c [2019-09-27T15:48:33.507Z] #58 10.32 DEP images/sk-unix.pb-c.d [2019-09-27T15:48:33.507Z] #58 10.39 PBCC images/mm.pb-c.c [2019-09-27T15:48:33.507Z] #58 10.45 DEP images/mm.pb-c.d [2019-09-27T15:48:33.507Z] #58 ... [2019-09-27T15:48:33.507Z] [2019-09-27T15:48:33.507Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-27T15:48:33.507Z] #38 9.719 [100%] Linking C executable tini-static [2019-09-27T15:48:33.507Z] #38 10.23 [100%] Built target tini-static [2019-09-27T15:48:33.507Z] #38 10.30 + mkdir -p /build [2019-09-27T15:48:33.507Z] #38 10.31 + cp tini-static /build/docker-init [2019-09-27T15:48:33.507Z] #38 DONE 11.4s [2019-09-27T15:48:33.557Z] #58 97.00 CC criu/crtools.o [2019-09-27T15:48:33.764Z] [2019-09-27T15:48:33.764Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:33.764Z] #58 10.61 PBCC images/timerfd.pb-c.c [2019-09-27T15:48:33.764Z] #58 10.68 DEP images/timerfd.pb-c.d [2019-09-27T15:48:33.812Z] #58 97.47 CC criu/eventfd.o [2019-09-27T15:48:34.022Z] #58 10.79 PBCC images/timer.pb-c.c [2019-09-27T15:48:34.022Z] #58 10.84 DEP images/timer.pb-c.d [2019-09-27T15:48:34.022Z] #58 10.96 PBCC images/sa.pb-c.c [2019-09-27T15:48:34.067Z] #58 97.73 CC criu/eventpoll.o [2019-09-27T15:48:34.280Z] #58 11.05 DEP images/sa.pb-c.d [2019-09-27T15:48:34.280Z] #58 11.22 PBCC images/pipe-data.pb-c.c [2019-09-27T15:48:34.280Z] #58 11.27 DEP images/pipe-data.pb-c.d [2019-09-27T15:48:34.324Z] #58 ... [2019-09-27T15:48:34.324Z] [2019-09-27T15:48:34.324Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T15:48:34.324Z] #42 148.1 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-27T15:48:34.324Z] #42 150.0 + mkdir -p /build [2019-09-27T15:48:34.324Z] #42 150.0 + cp runc /build/runc [2019-09-27T15:48:34.324Z] #42 DONE 150.3s [2019-09-27T15:48:34.324Z] [2019-09-27T15:48:34.324Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:48:34.537Z] #58 11.42 PBCC images/mnt.pb-c.c [2019-09-27T15:48:34.537Z] #58 11.47 DEP images/mnt.pb-c.d [2019-09-27T15:48:34.537Z] #58 11.57 PBCC images/sk-packet.pb-c.c [2019-09-27T15:48:34.796Z] #58 11.62 DEP images/sk-packet.pb-c.d [2019-09-27T15:48:34.796Z] #58 11.70 PBCC images/tcp-stream.pb-c.c [2019-09-27T15:48:34.796Z] #58 11.75 DEP images/tcp-stream.pb-c.d [2019-09-27T15:48:34.796Z] #58 11.81 PBCC images/pipe.pb-c.c [2019-09-27T15:48:34.884Z] #47 ... [2019-09-27T15:48:34.884Z] [2019-09-27T15:48:34.884Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:34.884Z] #58 98.54 CC criu/external.o [2019-09-27T15:48:34.953Z] Removing intermediate container b9b06187f2e7 [2019-09-27T15:48:34.953Z] ---> e719f35d883d [2019-09-27T15:48:34.953Z] Step 49/125 : FROM dev-base AS containerd [2019-09-27T15:48:34.953Z] ---> 70ed6c3c5106 [2019-09-27T15:48:34.953Z] Step 50/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:48:34.953Z] ---> Using cache [2019-09-27T15:48:34.953Z] ---> 3c5de1d63f09 [2019-09-27T15:48:34.953Z] Step 51/125 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-27T15:48:34.953Z] ---> Running in 49928d5c24a9 [2019-09-27T15:48:35.054Z] #58 11.85 DEP images/pipe.pb-c.d [2019-09-27T15:48:35.054Z] #58 11.92 PBCC images/pstree.pb-c.c [2019-09-27T15:48:35.054Z] #58 11.94 DEP images/pstree.pb-c.d [2019-09-27T15:48:35.054Z] #58 12.01 PBCC images/fs.pb-c.c [2019-09-27T15:48:35.054Z] #58 12.06 DEP images/fs.pb-c.d [2019-09-27T15:48:35.311Z] #58 12.12 PBCC images/signalfd.pb-c.c [2019-09-27T15:48:35.311Z] #58 12.17 DEP images/signalfd.pb-c.d [2019-09-27T15:48:35.311Z] #58 12.21 PBCC images/fh.pb-c.c [2019-09-27T15:48:35.311Z] #58 12.28 PBCC images/fsnotify.pb-c.c [2019-09-27T15:48:35.338Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:48:35.338Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:48:35.338Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:48:35.338Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:48:35.338Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:48:35.338Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-27T15:48:35.446Z] #58 98.96 CC criu/fault-injection.o [2019-09-27T15:48:35.446Z] #58 99.04 CC criu/fdstore.o [2019-09-27T15:48:35.446Z] #58 99.32 CC criu/fifo.o [2019-09-27T15:48:35.569Z] #58 12.32 DEP images/fh.pb-c.d [2019-09-27T15:48:35.569Z] #58 12.36 DEP images/fsnotify.pb-c.d [2019-09-27T15:48:35.569Z] #58 12.42 PBCC images/eventpoll.pb-c.c [2019-09-27T15:48:35.569Z] #58 12.43 DEP images/eventpoll.pb-c.d [2019-09-27T15:48:35.569Z] #58 12.47 PBCC images/eventfd.pb-c.c [2019-09-27T15:48:35.569Z] #58 12.49 DEP images/eventfd.pb-c.d [2019-09-27T15:48:35.569Z] #58 12.54 PBCC images/remap-file-path.pb-c.c [2019-09-27T15:48:35.701Z] #58 99.58 CC criu/file-ids.o [2019-09-27T15:48:35.729Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-27T15:48:35.729Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-27T15:48:35.827Z] #58 12.57 DEP images/remap-file-path.pb-c.d [2019-09-27T15:48:35.827Z] #58 12.60 PBCC images/fifo.pb-c.c [2019-09-27T15:48:35.827Z] #58 12.63 DEP images/fifo.pb-c.d [2019-09-27T15:48:35.827Z] #58 12.70 PBCC images/ghost-file.pb-c.c [2019-09-27T15:48:35.827Z] #58 12.78 DEP images/ghost-file.pb-c.d [2019-09-27T15:48:35.999Z] #58 99.81 CC criu/file-lock.o [2019-09-27T15:48:36.072Z] INFO: Extracting go.zip to d:\CI\PR-385\2\go [2019-09-27T15:48:36.085Z] #58 12.84 PBCC images/regfile.pb-c.c [2019-09-27T15:48:36.085Z] #58 12.90 DEP images/regfile.pb-c.d [2019-09-27T15:48:36.085Z] #58 12.98 PBCC images/ns.pb-c.c [2019-09-27T15:48:36.085Z] #58 12.99 DEP images/ns.pb-c.d [2019-09-27T15:48:36.085Z] #58 13.04 PBCC images/fdinfo.pb-c.c [2019-09-27T15:48:36.085Z] #58 13.08 DEP images/fdinfo.pb-c.d [2019-09-27T15:48:36.343Z] #58 13.16 PBCC images/core-aarch64.pb-c.c [2019-09-27T15:48:36.343Z] #58 13.22 PBCC images/core-arm.pb-c.c [2019-09-27T15:48:36.343Z] #58 13.28 PBCC images/core-ppc64.pb-c.c [2019-09-27T15:48:36.343Z] #58 13.35 PBCC images/core-s390.pb-c.c [2019-09-27T15:48:36.343Z] #58 13.38 PBCC images/core-x86.pb-c.c [2019-09-27T15:48:36.343Z] #58 13.41 PBCC images/core.pb-c.c [2019-09-27T15:48:36.601Z] #58 13.45 PBCC images/inventory.pb-c.c [2019-09-27T15:48:36.601Z] #58 13.54 DEP images/core-aarch64.pb-c.d [2019-09-27T15:48:36.601Z] #58 13.58 DEP images/core-arm.pb-c.d [2019-09-27T15:48:36.601Z] #58 13.61 DEP images/core-ppc64.pb-c.d [2019-09-27T15:48:36.859Z] #58 13.68 DEP images/core-s390.pb-c.d [2019-09-27T15:48:36.859Z] #58 13.76 DEP images/core-x86.pb-c.d [2019-09-27T15:48:36.967Z] #58 100.4 CC criu/files-ext.o [2019-09-27T15:48:36.967Z] #58 100.6 CC criu/files-reg.o [2019-09-27T15:48:36.983Z] Fetched 7668 kB in 1s (4316 kB/s) [2019-09-27T15:48:37.117Z] #58 13.83 DEP images/core.pb-c.d [2019-09-27T15:48:37.117Z] #58 13.89 DEP images/inventory.pb-c.d [2019-09-27T15:48:37.117Z] #58 13.96 PBCC images/cpuinfo.pb-c.c [2019-09-27T15:48:37.117Z] #58 14.03 DEP images/cpuinfo.pb-c.d [2019-09-27T15:48:37.117Z] #58 14.08 PBCC images/stats.pb-c.c [2019-09-27T15:48:37.375Z] #58 14.12 DEP images/stats.pb-c.d [2019-09-27T15:48:37.400Z] Reading package lists... [2019-09-27T15:48:38.240Z] Reading package lists... [2019-09-27T15:48:38.240Z] Building dependency tree... [2019-09-27T15:48:38.240Z] Reading state information... [2019-09-27T15:48:38.240Z] The following additional packages will be installed: [2019-09-27T15:48:38.240Z] btrfs-progs liblzo2-2 [2019-09-27T15:48:38.240Z] The following NEW packages will be installed: [2019-09-27T15:48:38.240Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-27T15:48:38.240Z] 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:48:38.240Z] Need to get 668 kB of archives. [2019-09-27T15:48:38.240Z] After this operation, 5446 kB of additional disk space will be used. [2019-09-27T15:48:38.240Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-27T15:48:38.240Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-27T15:48:38.240Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-27T15:48:38.308Z] #58 ... [2019-09-27T15:48:38.308Z] [2019-09-27T15:48:38.308Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T15:48:38.308Z] #30 63.20 github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T15:48:38.308Z] #30 DONE 67.0s [2019-09-27T15:48:38.308Z] [2019-09-27T15:48:38.308Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:48:38.308Z] #33 62.77 fmt [2019-09-27T15:48:38.308Z] #33 64.24 path/filepath [2019-09-27T15:48:38.308Z] #33 65.13 io/ioutil [2019-09-27T15:48:38.308Z] #33 65.64 encoding/binary [2019-09-27T15:48:38.308Z] #33 67.01 flag [2019-09-27T15:48:38.330Z] #58 101.9 CC criu/files.o [2019-09-27T15:48:38.566Z] #33 67.28 go/token [2019-09-27T15:48:38.614Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:48:38.614Z] Fetched 668 kB in 0s (6537 kB/s) [2019-09-27T15:48:38.614Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-27T15:48:38.614Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-27T15:48:38.614Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-27T15:48:38.614Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-27T15:48:38.614Z] Selecting previously unselected package btrfs-progs. [2019-09-27T15:48:38.614Z] Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-27T15:48:38.614Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T15:48:38.614Z] Selecting previously unselected package btrfs-tools. [2019-09-27T15:48:38.614Z] Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-27T15:48:38.614Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T15:48:38.614Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:48:38.614Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-27T15:48:38.614Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T15:48:38.614Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T15:48:38.614Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:48:39.417Z] Removing intermediate container 49928d5c24a9 [2019-09-27T15:48:39.417Z] ---> c2e517d4bec9 [2019-09-27T15:48:39.417Z] Step 52/125 : ENV INSTALL_BINARY_NAME=containerd [2019-09-27T15:48:39.417Z] ---> Running in d09f8c505f79 [2019-09-27T15:48:39.417Z] Removing intermediate container d09f8c505f79 [2019-09-27T15:48:39.417Z] ---> 5d1ab680afa6 [2019-09-27T15:48:39.417Z] Step 53/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:48:39.692Z] #58 103.3 CC criu/filesystems.o [2019-09-27T15:48:39.779Z] ---> 436aa9703646 [2019-09-27T15:48:39.779Z] Step 54/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:48:39.941Z] #33 68.50 net/url [2019-09-27T15:48:39.941Z] #33 68.71 go/scanner [2019-09-27T15:48:40.148Z] ---> a2066b81faf0 [2019-09-27T15:48:40.148Z] Step 55/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:48:40.148Z] ---> Running in 46681ff7ed80 [2019-09-27T15:48:40.296Z] #58 103.8 CC criu/fsnotify.o [2019-09-27T15:48:40.522Z] + RM_GOPATH=0 [2019-09-27T15:48:40.522Z] + TMP_GOPATH= [2019-09-27T15:48:40.522Z] + : /build [2019-09-27T15:48:40.522Z] + '[' -z '' ']' [2019-09-27T15:48:40.522Z] ++ mktemp -d [2019-09-27T15:48:40.522Z] + export GOPATH=/tmp/tmp.8HdP4URww0 [2019-09-27T15:48:40.522Z] + GOPATH=/tmp/tmp.8HdP4URww0 [2019-09-27T15:48:40.522Z] + RM_GOPATH=1 [2019-09-27T15:48:40.522Z] Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-27T15:48:40.522Z] ++ dirname ./install.sh [2019-09-27T15:48:40.522Z] + dir=. [2019-09-27T15:48:40.522Z] + bin=containerd [2019-09-27T15:48:40.522Z] + shift [2019-09-27T15:48:40.522Z] + '[' '!' -f ./containerd.installer ']' [2019-09-27T15:48:40.522Z] + . ./containerd.installer [2019-09-27T15:48:40.522Z] ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-27T15:48:40.522Z] + install_containerd [2019-09-27T15:48:40.522Z] + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-09-27T15:48:40.522Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.8HdP4URww0/src/github.com/containerd/containerd [2019-09-27T15:48:40.522Z] Cloning into '/tmp/tmp.8HdP4URww0/src/github.com/containerd/containerd'... [2019-09-27T15:48:40.875Z] #33 69.64 go/ast [2019-09-27T15:48:40.875Z] #33 69.76 text/template/parse [2019-09-27T15:48:40.898Z] #58 104.6 CC criu/image-desc.o [2019-09-27T15:48:40.898Z] #58 104.7 CC criu/image.o [2019-09-27T15:48:41.808Z] #33 ... [2019-09-27T15:48:41.808Z] [2019-09-27T15:48:41.808Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:41.808Z] #58 15.74 make[1]: Nothing to be done for 'all'. [2019-09-27T15:48:41.808Z] #58 17.18 CC images/stats.o [2019-09-27T15:48:41.808Z] #58 17.53 CC images/core.o [2019-09-27T15:48:41.808Z] #58 18.11 CC images/core-x86.o [2019-09-27T15:48:41.808Z] #58 18.49 CC images/core-arm.o [2019-09-27T15:48:41.808Z] #58 18.77 CC images/core-aarch64.o [2019-09-27T15:48:41.824Z] #58 105.3 CC criu/ipc_ns.o [2019-09-27T15:48:42.374Z] #58 19.14 CC images/core-ppc64.o [2019-09-27T15:48:42.384Z] #58 106.0 CC criu/irmap.o [2019-09-27T15:48:42.632Z] #58 19.64 CC images/core-s390.o [2019-09-27T15:48:42.945Z] #58 106.5 CC criu/kcmp-ids.o [2019-09-27T15:48:42.945Z] #58 106.7 CC criu/kerndat.o [2019-09-27T15:48:43.198Z] #58 20.14 CC images/cpuinfo.o [2019-09-27T15:48:43.198Z] #58 ... [2019-09-27T15:48:43.198Z] [2019-09-27T15:48:43.198Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:48:43.198Z] #47 25.86 + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-27T15:48:43.198Z] #47 25.86 + BUILDTAGS='netgo osusergo static_build' [2019-09-27T15:48:43.198Z] #47 25.86 + export EXTRA_FLAGS=-buildmode=pie [2019-09-27T15:48:43.198Z] #47 25.86 + EXTRA_FLAGS=-buildmode=pie [2019-09-27T15:48:43.198Z] #47 25.86 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-27T15:48:43.198Z] #47 25.86 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-27T15:48:43.198Z] #47 25.86 + '[' '' = dynamic ']' [2019-09-27T15:48:43.198Z] #47 25.86 + make [2019-09-27T15:48:43.198Z] #47 26.88 🇩 bin/ctr [2019-09-27T15:48:43.456Z] #47 ... [2019-09-27T15:48:43.456Z] [2019-09-27T15:48:43.456Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:43.456Z] #58 20.49 CC images/inventory.o [2019-09-27T15:48:43.714Z] #58 20.68 CC images/fdinfo.o [2019-09-27T15:48:43.871Z] #58 107.5 CC criu/libnetlink.o [2019-09-27T15:48:43.954Z] + cd /tmp/tmp.8HdP4URww0/src/github.com/containerd/containerd [2019-09-27T15:48:43.954Z] + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-27T15:48:43.954Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-27T15:48:43.954Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-27T15:48:43.954Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-27T15:48:43.954Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-27T15:48:43.954Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-27T15:48:43.954Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-27T15:48:43.954Z] + '[' '' = dynamic ']' [2019-09-27T15:48:43.954Z] + make [2019-09-27T15:48:43.972Z] #58 20.95 CC images/fown.o [2019-09-27T15:48:44.126Z] #58 107.9 CC criu/log.o [2019-09-27T15:48:44.230Z] #58 21.15 CC images/ns.o [2019-09-27T15:48:44.338Z] 🇩 bin/ctr [2019-09-27T15:48:44.488Z] #58 21.39 CC images/regfile.o [2019-09-27T15:48:44.687Z] #58 108.3 CC criu/lsm.o [2019-09-27T15:48:44.746Z] #58 21.59 CC images/ghost-file.o [2019-09-27T15:48:44.942Z] #58 108.6 CC criu/mem.o [2019-09-27T15:48:45.003Z] #58 21.87 CC images/fifo.o [2019-09-27T15:48:45.261Z] #58 22.02 CC images/remap-file-path.o [2019-09-27T15:48:45.261Z] #58 22.21 CC images/eventfd.o [2019-09-27T15:48:45.519Z] #58 22.43 CC images/eventpoll.o [2019-09-27T15:48:45.776Z] #58 22.69 CC images/fh.o [2019-09-27T15:48:46.034Z] #58 22.95 CC images/fsnotify.o [2019-09-27T15:48:46.309Z] #58 109.9 CC criu/mount.o [2019-09-27T15:48:46.601Z] #58 23.55 CC images/signalfd.o [2019-09-27T15:48:46.858Z] #58 23.72 CC images/fs.o [2019-09-27T15:48:46.858Z] #58 23.95 CC images/pstree.o [2019-09-27T15:48:47.423Z] #58 24.11 CC images/pipe.o [2019-09-27T15:48:47.423Z] #58 24.32 CC images/tcp-stream.o [2019-09-27T15:48:47.680Z] #58 24.54 CC images/sk-packet.o [2019-09-27T15:48:47.937Z] #58 24.80 CC images/mnt.o [2019-09-27T15:48:48.197Z] #58 25.00 CC images/pipe-data.o [2019-09-27T15:48:48.197Z] #58 25.18 CC images/sa.o [2019-09-27T15:48:48.456Z] #58 25.42 CC images/timer.o [2019-09-27T15:48:48.730Z] #58 25.70 CC images/timerfd.o [2019-09-27T15:48:48.822Z] #58 112.5 CC criu/namespaces.o [2019-09-27T15:48:49.017Z] #58 25.97 CC images/mm.o [2019-09-27T15:48:49.274Z] #58 26.19 CC images/sk-opts.o [2019-09-27T15:48:49.532Z] #58 26.48 CC images/sk-unix.o [2019-09-27T15:48:49.789Z] #58 26.79 CC images/sk-inet.o [2019-09-27T15:48:50.181Z] + dpkg --print-architecture [2019-09-27T15:48:50.181Z] + cd /tmp/tmp.AKcfxISYvo/src/github.com/docker/distribution [2019-09-27T15:48:50.181Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-27T15:48:50.181Z] + GOPATH=/tmp/tmp.AKcfxISYvo/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.AKcfxISYvo [2019-09-27T15:48:50.181Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-27T15:48:50.185Z] #58 113.8 CC criu/net.o [2019-09-27T15:48:50.354Z] #58 27.09 CC images/tun.o [2019-09-27T15:48:50.612Z] #58 27.32 CC images/sk-netlink.o [2019-09-27T15:48:50.612Z] #58 27.59 CC images/packet-sock.o [2019-09-27T15:48:51.178Z] #58 27.91 CC images/ipc-var.o [2019-09-27T15:48:51.178Z] #58 28.11 CC images/ipc-desc.o [2019-09-27T15:48:51.435Z] #58 28.34 CC images/ipc-shm.o [2019-09-27T15:48:51.435Z] #58 28.48 CC images/ipc-msg.o [2019-09-27T15:48:51.692Z] #58 28.77 CC images/ipc-sem.o [2019-09-27T15:48:52.072Z] #58 115.9 CC criu/netfilter.o [2019-09-27T15:48:52.257Z] #58 28.94 CC images/utsns.o [2019-09-27T15:48:52.257Z] #58 29.12 CC images/creds.o [2019-09-27T15:48:52.514Z] #58 29.29 CC images/vma.o [2019-09-27T15:48:52.633Z] #58 116.1 CC criu/page-pipe.o [2019-09-27T15:48:52.772Z] #58 29.54 CC images/netdev.o [2019-09-27T15:48:52.888Z] #58 116.6 CC criu/page-xfer.o [2019-09-27T15:48:53.030Z] #58 29.92 CC images/tty.o [2019-09-27T15:48:53.594Z] #58 30.45 CC images/file-lock.o [2019-09-27T15:48:53.594Z] #58 30.60 CC images/rlimit.o [2019-09-27T15:48:53.851Z] #58 30.74 CC images/pagemap.o [2019-09-27T15:48:53.856Z] #58 117.6 CC criu/pagemap-cache.o [2019-09-27T15:48:54.108Z] #58 30.91 CC images/siginfo.o [2019-09-27T15:48:54.108Z] #58 31.12 CC images/rpc.o [2019-09-27T15:48:54.111Z] #58 117.8 CC criu/pagemap.o [2019-09-27T15:48:54.672Z] #58 ... [2019-09-27T15:48:54.672Z] [2019-09-27T15:48:54.672Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:48:54.672Z] #33 73.58 text/template [2019-09-27T15:48:54.672Z] #33 74.11 go/parser [2019-09-27T15:48:54.672Z] #33 76.68 log [2019-09-27T15:48:54.672Z] #33 77.09 encoding/base64 [2019-09-27T15:48:54.672Z] #33 77.73 encoding/json [2019-09-27T15:48:54.672Z] #33 78.04 go/doc [2019-09-27T15:48:54.672Z] #33 81.39 github.com/LK4D4/vndr/build [2019-09-27T15:48:54.672Z] #33 82.12 encoding/xml [2019-09-27T15:48:55.037Z] #58 118.5 CC criu/parasite-syscall.o [2019-09-27T15:48:55.238Z] #33 ... [2019-09-27T15:48:55.238Z] [2019-09-27T15:48:55.238Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:48:55.238Z] #58 32.03 CC images/ext-file.o [2019-09-27T15:48:55.238Z] #58 32.27 CC images/cgroup.o [2019-09-27T15:48:55.598Z] #58 119.4 CC criu/path.o [2019-09-27T15:48:55.682Z] + rm -rf /tmp/tmp.AKcfxISYvo/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.AKcfxISYvo [2019-09-27T15:48:55.802Z] #58 32.75 CC images/userns.o [2019-09-27T15:48:55.853Z] #58 119.6 CC criu/pie-util-vdso-elf32.o [2019-09-27T15:48:56.059Z] #58 33.00 CC images/google/protobuf/descriptor.o [2019-09-27T15:48:56.414Z] #58 120.0 CC criu/pie-util-vdso.o [2019-09-27T15:48:56.414Z] #58 120.3 CC criu/pie-util.o [2019-09-27T15:48:56.669Z] #58 120.4 CC criu/pipes.o [2019-09-27T15:48:57.230Z] #58 ... [2019-09-27T15:48:57.230Z] [2019-09-27T15:48:57.230Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T15:48:57.429Z] #58 34.38 CC images/opts.o [2019-09-27T15:48:57.485Z] #55 173.5 + dpkg --print-architecture [2019-09-27T15:48:57.485Z] #55 173.5 + cd /tmp/tmp.b6WUftry55/src/github.com/docker/distribution [2019-09-27T15:48:57.485Z] #55 173.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-27T15:48:57.485Z] #55 173.7 + GOPATH=/tmp/tmp.b6WUftry55/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.b6WUftry55 [2019-09-27T15:48:57.485Z] #55 173.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-27T15:48:57.686Z] #58 34.58 CC images/seccomp.o [2019-09-27T15:48:57.723Z] Removing intermediate container 490da9de037a [2019-09-27T15:48:57.723Z] ---> e312fb843dfe [2019-09-27T15:48:57.723Z] Step 16/125 : FROM base AS swagger [2019-09-27T15:48:57.723Z] ---> 6df6146a01a9 [2019-09-27T15:48:57.723Z] Step 17/125 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-27T15:48:57.723Z] ---> Running in 594916b1e0e8 [2019-09-27T15:48:57.723Z] Removing intermediate container 594916b1e0e8 [2019-09-27T15:48:57.723Z] ---> 530190879a95 [2019-09-27T15:48:57.723Z] Step 18/125 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-27T15:48:57.723Z] ---> Running in 93cf85d9e09e [2019-09-27T15:48:57.944Z] #58 34.87 CC images/binfmt-misc.o [2019-09-27T15:48:58.007Z] + mktemp -d [2019-09-27T15:48:58.007Z] + export GOPATH=/tmp/tmp.z3a8gGtBzL [2019-09-27T15:48:58.007Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.z3a8gGtBzL/src/github.com/go-swagger/go-swagger [2019-09-27T15:48:58.007Z] Cloning into '/tmp/tmp.z3a8gGtBzL/src/github.com/go-swagger/go-swagger'... [2019-09-27T15:48:58.202Z] #58 35.11 CC images/time.o [2019-09-27T15:48:58.202Z] #58 35.29 CC images/sysctl.o [2019-09-27T15:48:58.767Z] #58 35.47 CC images/autofs.o [2019-09-27T15:48:58.767Z] #58 35.62 CC images/macvlan.o [2019-09-27T15:48:58.767Z] #58 35.84 CC images/sit.o [2019-09-27T15:48:59.332Z] #58 36.18 LINK images/built-in.o [2019-09-27T15:48:59.332Z] #58 36.29 GEN compel/include/asm [2019-09-27T15:48:59.332Z] #58 36.29 GEN compel/include/version.h [2019-09-27T15:48:59.332Z] #58 36.31 touch .config [2019-09-27T15:48:59.332Z] #58 36.32 GEN include/common/config.h [2019-09-27T15:48:59.332Z] #58 36.38 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-09-27T15:48:59.332Z] #58 36.41 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-09-27T15:48:59.589Z] #58 36.43 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-09-27T15:48:59.589Z] #58 36.46 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-09-27T15:48:59.589Z] #58 36.50 DEP compel/arch/x86/plugins/std/memcpy.d [2019-09-27T15:48:59.589Z] #58 36.54 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-09-27T15:48:59.589Z] #58 36.57 GEN compel/plugins/include/uapi/std/syscall.h [2019-09-27T15:48:59.589Z] #58 36.62 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-09-27T15:48:59.589Z] #58 36.63 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-27T15:48:59.589Z] #58 36.65 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-27T15:48:59.847Z] #58 36.65 DEP compel/plugins/std/infect.d [2019-09-27T15:49:00.104Z] #58 36.95 DEP compel/plugins/std/string.d [2019-09-27T15:49:00.104Z] #58 37.05 DEP compel/plugins/std/log.d [2019-09-27T15:49:00.362Z] #58 37.12 DEP compel/plugins/std/fds.d [2019-09-27T15:49:00.362Z] #58 37.28 DEP compel/plugins/std/std.d [2019-09-27T15:49:00.362Z] #58 37.35 DEP compel/plugins/shmem/shmem.d [2019-09-27T15:49:00.619Z] #58 37.42 DEP compel/plugins/fds/fds.d [2019-09-27T15:49:00.619Z] #58 37.62 CC compel/plugins/std/std.o [2019-09-27T15:49:01.184Z] #58 37.96 CC compel/plugins/std/fds.o [2019-09-27T15:49:01.441Z] #58 38.46 CC compel/plugins/std/log.o [2019-09-27T15:49:02.373Z] #58 39.34 CC compel/plugins/std/string.o [2019-09-27T15:49:02.940Z] #58 39.90 CC compel/plugins/std/infect.o [2019-09-27T15:49:03.505Z] #58 40.33 CC compel/arch/x86/plugins/std/parasite-head.o [2019-09-27T15:49:03.505Z] #58 40.36 CC compel/arch/x86/plugins/std/memcpy.o [2019-09-27T15:49:03.505Z] #58 40.41 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-09-27T15:49:03.505Z] #58 40.49 AR compel/plugins/std.lib.a [2019-09-27T15:49:03.505Z] #58 40.55 CC compel/plugins/fds/fds.o [2019-09-27T15:49:03.763Z] #58 40.78 AR compel/plugins/fds.lib.a [2019-09-27T15:49:03.763Z] #58 40.83 HOSTDEP compel/src/lib/log-host.d [2019-09-27T15:49:04.021Z] #58 40.92 HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-27T15:49:04.021Z] #58 41.11 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-09-27T15:49:04.278Z] #58 41.24 HOSTDEP compel/src/main-host.d [2019-09-27T15:49:04.535Z] #58 41.45 DEP compel/src/lib/ptrace.d [2019-09-27T15:49:04.793Z] #58 41.63 DEP compel/src/lib/infect.d [2019-09-27T15:49:04.793Z] #58 41.79 DEP compel/src/lib/infect-util.d [2019-09-27T15:49:04.846Z] + cd /tmp/tmp.z3a8gGtBzL/src/github.com/go-swagger/go-swagger [2019-09-27T15:49:04.847Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-27T15:49:05.050Z] #58 41.91 DEP compel/src/lib/infect-rpc.d [2019-09-27T15:49:05.050Z] #58 42.02 DEP compel/arch/x86/src/lib/infect.d [2019-09-27T15:49:05.308Z] #58 42.15 DEP compel/arch/x86/src/lib/cpu.d [2019-09-27T15:49:05.308Z] #58 42.29 DEP compel/src/lib/log.d [2019-09-27T15:49:05.464Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-27T15:49:05.565Z] #58 42.37 DEP compel/src/main.d [2019-09-27T15:49:05.566Z] #58 42.54 DEP compel/src/lib/handle-elf.d [2019-09-27T15:49:05.823Z] #58 42.67 DEP compel/arch/x86/src/lib/handle-elf.d [2019-09-27T15:49:05.823Z] #58 42.82 CC compel/src/lib/log.o [2019-09-27T15:49:06.391Z] #58 ... [2019-09-27T15:49:06.391Z] [2019-09-27T15:49:06.391Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:49:06.391Z] #33 85.04 github.com/LK4D4/vndr/godl/singleflight [2019-09-27T15:49:06.391Z] #33 85.28 compress/flate [2019-09-27T15:49:06.391Z] #33 86.46 hash [2019-09-27T15:49:06.391Z] #33 86.62 hash/crc32 [2019-09-27T15:49:06.391Z] #33 87.18 context [2019-09-27T15:49:06.391Z] #33 87.71 compress/gzip [2019-09-27T15:49:06.391Z] #33 87.87 crypto/cipher [2019-09-27T15:49:06.391Z] #33 88.21 math/rand [2019-09-27T15:49:06.391Z] #33 88.98 crypto/aes [2019-09-27T15:49:06.391Z] #33 89.09 math/big [2019-09-27T15:49:06.391Z] #33 89.96 crypto [2019-09-27T15:49:06.391Z] #33 90.21 crypto/des [2019-09-27T15:49:06.391Z] #33 90.59 crypto/internal/randutil [2019-09-27T15:49:06.391Z] #33 90.64 crypto/sha512 [2019-09-27T15:49:06.391Z] #33 91.68 crypto/hmac [2019-09-27T15:49:06.391Z] #33 91.89 crypto/md5 [2019-09-27T15:49:06.391Z] #33 92.35 crypto/sha1 [2019-09-27T15:49:06.391Z] #33 93.10 crypto/sha256 [2019-09-27T15:49:06.391Z] #33 94.01 encoding/hex [2019-09-27T15:49:06.391Z] #33 94.49 encoding/pem [2019-09-27T15:49:06.391Z] #33 95.09 internal/singleflight [2019-09-27T15:49:06.391Z] #33 95.26 net [2019-09-27T15:49:06.391Z] #33 ... [2019-09-27T15:49:06.391Z] [2019-09-27T15:49:06.391Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:49:06.391Z] #58 43.21 CC compel/arch/x86/src/lib/cpu.o [2019-09-27T15:49:06.956Z] #58 43.88 CC compel/arch/x86/src/lib/infect.o [2019-09-27T15:49:07.215Z] #58 ... [2019-09-27T15:49:07.215Z] [2019-09-27T15:49:07.215Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-27T15:49:07.215Z] #61 89.11 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T15:49:07.215Z] #61 89.11 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-27T15:49:07.215Z] #61 DONE 96.3s [2019-09-27T15:49:07.460Z] #55 ... [2019-09-27T15:49:07.460Z] [2019-09-27T15:49:07.460Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:49:07.460Z] #58 121.1 CC criu/plugin.o [2019-09-27T15:49:07.460Z] #58 121.4 CC criu/proc_parse.o [2019-09-27T15:49:07.460Z] #58 123.4 CC criu/protobuf-desc.o [2019-09-27T15:49:07.460Z] #58 124.1 CC criu/protobuf.o [2019-09-27T15:49:07.460Z] #58 124.5 CC criu/pstree.o [2019-09-27T15:49:07.460Z] #58 125.4 CC criu/rbtree.o [2019-09-27T15:49:07.460Z] #58 125.8 CC criu/rst-malloc.o [2019-09-27T15:49:07.460Z] #58 126.0 CC criu/seccomp.o [2019-09-27T15:49:07.460Z] #58 126.7 CC criu/seize.o [2019-09-27T15:49:07.460Z] #58 127.4 CC criu/servicefd.o [2019-09-27T15:49:07.460Z] #58 127.8 CC criu/shmem.o [2019-09-27T15:49:07.460Z] #58 128.5 CC criu/sigframe.o [2019-09-27T15:49:07.460Z] #58 128.6 CC criu/signalfd.o [2019-09-27T15:49:07.460Z] #58 128.9 CC criu/sk-inet.o [2019-09-27T15:49:07.460Z] #58 129.7 CC criu/sk-netlink.o [2019-09-27T15:49:07.460Z] #58 130.0 CC criu/sk-packet.o [2019-09-27T15:49:07.460Z] #58 130.5 CC criu/sk-queue.o [2019-09-27T15:49:07.460Z] #58 130.8 CC criu/sk-tcp.o [2019-09-27T15:49:07.460Z] #58 131.2 CC criu/sk-unix.o [2019-09-27T15:49:07.473Z] [2019-09-27T15:49:07.473Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-27T15:49:07.473Z] #62 DONE 0.1s [2019-09-27T15:49:07.473Z] [2019-09-27T15:49:07.473Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:49:07.473Z] #33 95.94 crypto/rand [2019-09-27T15:49:07.730Z] #33 96.47 crypto/elliptic [2019-09-27T15:49:08.864Z] #58 132.6 CC criu/sockets.o [2019-09-27T15:49:09.833Z] #58 133.4 CC criu/stats.o [2019-09-27T15:49:09.833Z] #58 133.7 CC criu/string.o [2019-09-27T15:49:10.088Z] #58 133.8 CC criu/sysctl.o [2019-09-27T15:49:10.259Z] #33 98.81 encoding/asn1 [2019-09-27T15:49:11.014Z] #58 134.4 CC criu/sysfs_parse.o [2019-09-27T15:49:11.015Z] #58 134.7 CC criu/timerfd.o [2019-09-27T15:49:11.270Z] #58 135.1 CC criu/tty.o [2019-09-27T15:49:11.632Z] #33 100.6 crypto/ecdsa [2019-09-27T15:49:11.798Z] INFO: Extraction ended at 09/27/2019 15:49:06. Duration:00:00:30.3079442 [2019-09-27T15:49:11.798Z] INFO: Updating the golang and path environment variables [2019-09-27T15:49:11.798Z] INFO: GOPATH=d:\gopath [2019-09-27T15:49:11.798Z] INFO: go version go1.12.9 windows/amd64 [2019-09-27T15:49:11.798Z] INFO: Running the daemon under test in debug mode [2019-09-27T15:49:11.798Z] INFO: Starting a daemon under test... [2019-09-27T15:49:11.798Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-385\2\daemon --pidfile d:\CI\PR-385\2\docker.pid -D [2019-09-27T15:49:11.798Z] INFO: Process started successfully. [2019-09-27T15:49:11.798Z] INFO: Start tailing logs of the daemon under tests [2019-09-27T15:49:11.798Z] INFO: Waiting for the daemon under test to start... [2019-09-27T15:49:11.798Z] INFO: Daemon under test started and replied! [2019-09-27T15:49:11.798Z] INFO: Docker version of the daemon under test [2019-09-27T15:49:11.798Z] [2019-09-27T15:49:11.798Z] Client: [2019-09-27T15:49:11.798Z] Version: 17.06.2-ce [2019-09-27T15:49:11.798Z] API version: 1.30 [2019-09-27T15:49:11.798Z] Go version: go1.8.3 [2019-09-27T15:49:11.798Z] Git commit: cec0b72 [2019-09-27T15:49:11.798Z] Built: Tue Sep 5 19:57:19 2017 [2019-09-27T15:49:11.798Z] OS/Arch: windows/amd64 [2019-09-27T15:49:11.798Z] [2019-09-27T15:49:11.798Z] Server: [2019-09-27T15:49:11.798Z] Version: 0.0.0-dev [2019-09-27T15:49:11.798Z] API version: 1.40 (minimum version 1.24) [2019-09-27T15:49:11.798Z] Go version: go1.12.9 [2019-09-27T15:49:11.798Z] Git commit: 3136dea25 [2019-09-27T15:49:11.798Z] Built: 09/27/2019 15:46:59 [2019-09-27T15:49:11.798Z] OS/Arch: windows/amd64 [2019-09-27T15:49:11.798Z] Experimental: false [2019-09-27T15:49:11.798Z] [2019-09-27T15:49:11.798Z] INFO: Docker info of the daemon under test [2019-09-27T15:49:11.798Z] [2019-09-27T15:49:11.798Z] Containers: 0 [2019-09-27T15:49:11.798Z] Running: 0 [2019-09-27T15:49:11.798Z] Paused: 0 [2019-09-27T15:49:11.798Z] Stopped: 0 [2019-09-27T15:49:11.798Z] Images: 0 [2019-09-27T15:49:11.798Z] Server Version: 0.0.0-dev [2019-09-27T15:49:11.798Z] Storage Driver: windowsfilter [2019-09-27T15:49:11.798Z] Windows: [2019-09-27T15:49:11.798Z] Logging Driver: json-file [2019-09-27T15:49:11.798Z] Plugins: [2019-09-27T15:49:11.798Z] Volume: local [2019-09-27T15:49:11.798Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-27T15:49:11.798Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-27T15:49:11.798Z] Swarm: inactive [2019-09-27T15:49:11.798Z] Default Isolation: process [2019-09-27T15:49:11.798Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-27T15:49:11.798Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-27T15:49:11.798Z] OSType: windows [2019-09-27T15:49:11.798Z] Architecture: x86_64 [2019-09-27T15:49:11.798Z] CPUs: 4 [2019-09-27T15:49:11.798Z] Total Memory: 32GiB [2019-09-27T15:49:11.798Z] Name: azwin-2-b4f710 [2019-09-27T15:49:11.798Z] ID: YURX:BDRD:R3MQ:6TAK:SHWR:JSIC:C343:Y53X:H3MB:J2NE:EY4K:KZQF [2019-09-27T15:49:11.798Z] Docker Root Dir: D:\CI\PR-385\2\daemon [2019-09-27T15:49:11.798Z] Debug Mode (client): false [2019-09-27T15:49:11.798Z] Debug Mode (server): true [2019-09-27T15:49:11.798Z] File Descriptors: -1 [2019-09-27T15:49:11.798Z] Goroutines: 17 [2019-09-27T15:49:11.798Z] System Time: 2019-09-27T15:49:10.091273Z [2019-09-27T15:49:11.798Z] EventsListeners: 0 [2019-09-27T15:49:11.798Z] Registry: https://index.docker.io/v1/ [2019-09-27T15:49:11.798Z] Labels: [2019-09-27T15:49:11.798Z] Experimental: false [2019-09-27T15:49:11.798Z] Insecure Registries: [2019-09-27T15:49:11.798Z] 127.0.0.0/8 [2019-09-27T15:49:11.798Z] Live Restore Enabled: false [2019-09-27T15:49:11.798Z] [2019-09-27T15:49:11.798Z] [2019-09-27T15:49:11.798Z] INFO: Docker images of the daemon under test [2019-09-27T15:49:11.798Z] [2019-09-27T15:49:11.798Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-27T15:49:11.798Z] [2019-09-27T15:49:11.798Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-09-27T15:49:11.798Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-09-27T15:49:11.798Z] ltsc2019: Pulling from windows/servercore [2019-09-27T15:49:12.197Z] #33 101.0 crypto/rsa [2019-09-27T15:49:13.156Z] #58 136.7 CC criu/tun.o [2019-09-27T15:49:13.251Z] 🇩 bin/containerd [2019-09-27T15:49:13.571Z] #33 102.5 crypto/dsa [2019-09-27T15:49:13.717Z] #58 137.3 CC criu/uffd.o [2019-09-27T15:49:14.136Z] #33 102.8 crypto/x509/pkix [2019-09-27T15:49:14.136Z] #33 ... [2019-09-27T15:49:14.136Z] [2019-09-27T15:49:14.136Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:49:14.136Z] #58 45.04 CC compel/src/lib/infect-rpc.o [2019-09-27T15:49:14.136Z] #58 45.52 CC compel/src/lib/infect-util.o [2019-09-27T15:49:14.136Z] #58 45.84 CC compel/src/lib/infect.o [2019-09-27T15:49:14.136Z] #58 47.58 CC compel/src/lib/ptrace.o [2019-09-27T15:49:14.136Z] #58 48.00 AR compel/libcompel.a [2019-09-27T15:49:14.136Z] #58 48.10 HOSTCC compel/src/main-host.o [2019-09-27T15:49:14.136Z] #58 48.53 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-09-27T15:49:14.136Z] #58 48.66 HOSTCC compel/src/lib/handle-elf-host.o [2019-09-27T15:49:14.136Z] #58 49.06 HOSTCC compel/src/lib/log-host.o [2019-09-27T15:49:14.136Z] #58 49.22 HOSTLINK compel/compel-host-bin [2019-09-27T15:49:14.136Z] #58 49.50 DEP soccr/soccr.d [2019-09-27T15:49:14.136Z] #58 49.77 CC soccr/soccr.o [2019-09-27T15:49:14.136Z] #58 50.81 AR soccr/libsoccr.a [2019-09-27T15:49:14.136Z] #58 50.84 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T15:49:14.136Z] #58 51.08 DEP criu/arch/x86/sigframe.d [2019-09-27T15:49:14.136Z] #58 51.18 DEP criu/arch/x86/sigaction_compat.d [2019-09-27T15:49:14.394Z] #58 51.28 DEP criu/arch/x86/kerndat.d [2019-09-27T15:49:14.394Z] #58 ... [2019-09-27T15:49:14.394Z] [2019-09-27T15:49:14.394Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:49:14.394Z] #33 103.3 internal/x/crypto/cryptobyte [2019-09-27T15:49:14.643Z] #58 138.3 CC criu/util.o [2019-09-27T15:49:15.569Z] #58 139.3 CC criu/uts_ns.o [2019-09-27T15:49:15.767Z] #33 104.5 internal/x/crypto/internal/chacha20 [2019-09-27T15:49:15.767Z] #33 104.8 internal/x/crypto/poly1305 [2019-09-27T15:49:15.824Z] #58 139.6 CC criu/vdso-compat.o [2019-09-27T15:49:16.079Z] #58 139.8 CC criu/vdso.o [2019-09-27T15:49:16.332Z] #33 105.2 internal/x/crypto/chacha20poly1305 [2019-09-27T15:49:16.488Z] 65014b3c3121: Pulling fs layer [2019-09-27T15:49:16.488Z] 2945147eda09: Pulling fs layer [2019-09-27T15:49:17.011Z] #58 ... [2019-09-27T15:49:17.011Z] [2019-09-27T15:49:17.011Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T15:49:17.011Z] #55 193.2 + rm -rf /tmp/tmp.b6WUftry55/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.b6WUftry55 [2019-09-27T15:49:17.266Z] #33 106.1 internal/x/crypto/hkdf [2019-09-27T15:49:17.524Z] #33 106.4 internal/x/text/transform [2019-09-27T15:49:17.937Z] #55 DONE 194.0s [2019-09-27T15:49:17.937Z] [2019-09-27T15:49:17.937Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:49:17.937Z] #58 140.8 LINK criu/built-in.o [2019-09-27T15:49:17.937Z] #58 140.9 LINK criu/criu [2019-09-27T15:49:17.937Z] #58 141.2 DEP lib/c/criu.d [2019-09-27T15:49:17.937Z] #58 141.3 CC images/rpc.pb-c.o [2019-09-27T15:49:18.458Z] #33 107.2 internal/x/text/unicode/bidi [2019-09-27T15:49:18.498Z] #58 142.1 CC lib/c/criu.o [2019-09-27T15:49:19.391Z] #33 108.3 internal/x/text/secure/bidirule [2019-09-27T15:49:19.424Z] #58 143.1 LINK lib/c/built-in.o [2019-09-27T15:49:19.424Z] #58 143.2 LINK lib/c/libcriu.so [2019-09-27T15:49:19.649Z] #33 108.5 internal/x/text/unicode/norm [2019-09-27T15:49:19.679Z] #58 143.3 GEN magic.py [2019-09-27T15:49:19.679Z] #58 143.4 Note: Building without setproctitle() and strlcpy() support. [2019-09-27T15:49:19.679Z] #58 143.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T15:49:20.239Z] #58 143.9 fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T15:49:20.799Z] #58 144.3 make[1]: Nothing to be done for 'all'. [2019-09-27T15:49:21.054Z] #58 144.8 make[1]: 'images/built-in.o' is up to date. [2019-09-27T15:49:21.054Z] #58 144.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-27T15:49:21.054Z] #58 144.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-27T15:49:21.054Z] #58 144.8 make[1]: 'compel/libcompel.a' is up to date. [2019-09-27T15:49:21.309Z] #58 144.9 make[1]: 'compel/compel-host-bin' is up to date. [2019-09-27T15:49:21.309Z] #58 144.9 make[1]: Nothing to be done for 'all'. [2019-09-27T15:49:21.309Z] #58 144.9 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T15:49:21.309Z] #58 145.0 make[2]: Nothing to be done for 'all'. [2019-09-27T15:49:21.309Z] #58 145.0 make[2]: Nothing to be done for 'all'. [2019-09-27T15:49:21.309Z] #58 145.1 make[2]: Nothing to be done for 'all'. [2019-09-27T15:49:21.548Z] #33 ... [2019-09-27T15:49:21.548Z] [2019-09-27T15:49:21.548Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:49:21.548Z] #58 51.38 DEP criu/arch/x86/crtools.d [2019-09-27T15:49:21.548Z] #58 51.58 DEP criu/arch/x86/cpu.d [2019-09-27T15:49:21.548Z] #58 51.75 CC criu/arch/x86/cpu.o [2019-09-27T15:49:21.548Z] #58 52.28 CC criu/arch/x86/crtools.o [2019-09-27T15:49:21.548Z] #58 53.31 CC criu/arch/x86/kerndat.o [2019-09-27T15:49:21.548Z] #58 53.86 CC criu/arch/x86/sigaction_compat.o [2019-09-27T15:49:21.548Z] #58 54.14 CC criu/arch/x86/sigframe.o [2019-09-27T15:49:21.548Z] #58 54.48 LINK criu/arch/x86/crtools.built-in.o [2019-09-27T15:49:21.548Z] #58 54.54 DEP criu/pie/util-vdso-elf32.d [2019-09-27T15:49:21.548Z] #58 54.65 DEP criu/arch/x86/vdso-pie.d [2019-09-27T15:49:21.548Z] #58 54.72 DEP criu/pie/parasite-vdso.d [2019-09-27T15:49:21.548Z] #58 54.84 DEP criu/pie/util-vdso.d [2019-09-27T15:49:21.548Z] #58 54.99 DEP criu/pie/util.d [2019-09-27T15:49:21.548Z] #58 55.19 CC criu/pie/util.o [2019-09-27T15:49:21.548Z] #58 55.43 CC criu/pie/util-vdso.o [2019-09-27T15:49:21.548Z] #58 56.01 CC criu/pie/parasite-vdso.o [2019-09-27T15:49:21.548Z] #58 56.90 CC criu/arch/x86/vdso-pie.o [2019-09-27T15:49:21.548Z] #58 57.22 CC criu/pie/util-vdso-elf32.o [2019-09-27T15:49:21.548Z] #58 57.87 AR criu/pie/pie.lib.a [2019-09-27T15:49:21.548Z] #58 57.92 DEP criu/pie/restorer.d [2019-09-27T15:49:21.548Z] #58 58.19 DEP criu/arch/x86/sigaction_compat_pie.d [2019-09-27T15:49:21.548Z] #58 58.34 DEP criu/arch/x86/restorer_unmap.d [2019-09-27T15:49:21.548Z] #58 58.37 DEP criu/arch/x86/restorer.d [2019-09-27T15:49:21.548Z] #58 58.54 DEP criu/pie/parasite.d [2019-09-27T15:49:21.564Z] #58 145.2 make[2]: Nothing to be done for 'all'. [2019-09-27T15:49:21.564Z] #58 145.2 make[2]: Nothing to be done for 'all'. [2019-09-27T15:49:21.564Z] #58 145.2 make[2]: Nothing to be done for 'all'. [2019-09-27T15:49:21.564Z] #58 145.2 make[2]: Nothing to be done for 'all'. [2019-09-27T15:49:21.564Z] #58 145.3 make[2]: Nothing to be done for 'all'. [2019-09-27T15:49:21.564Z] #58 145.3 INSTALL criu/criu [2019-09-27T15:49:21.806Z] #58 58.78 CC criu/pie/parasite.o [2019-09-27T15:49:21.821Z] #58 DONE 145.5s [2019-09-27T15:49:21.821Z] [2019-09-27T15:49:21.821Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:49:22.380Z] #47 ... [2019-09-27T15:49:22.380Z] [2019-09-27T15:49:22.380Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-27T15:49:22.380Z] #24 DONE 198.2s [2019-09-27T15:49:22.380Z] [2019-09-27T15:49:22.380Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:49:22.740Z] #58 59.80 LINK criu/pie/parasite.built-in.o [2019-09-27T15:49:22.740Z] #58 ... [2019-09-27T15:49:22.740Z] [2019-09-27T15:49:22.740Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:49:22.740Z] #33 111.7 internal/x/net/idna [2019-09-27T15:49:24.638Z] #33 113.2 crypto/x509 [2019-09-27T15:49:25.204Z] #33 113.9 net/textproto [2019-09-27T15:49:25.679Z] #47 ... [2019-09-27T15:49:25.679Z] [2019-09-27T15:49:25.679Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-27T15:49:25.770Z] #33 114.6 internal/x/net/http/httpguts [2019-09-27T15:49:25.934Z] #25 DONE 0.7s [2019-09-27T15:49:25.934Z] [2019-09-27T15:49:25.934Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-27T15:49:25.934Z] #28 DONE 0.1s [2019-09-27T15:49:25.934Z] [2019-09-27T15:49:25.934Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-27T15:49:25.934Z] #31 DONE 0.1s [2019-09-27T15:49:25.934Z] [2019-09-27T15:49:25.934Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:49:26.028Z] #33 114.9 internal/x/net/http/httpproxy [2019-09-27T15:49:26.229Z] #47 ... [2019-09-27T15:49:26.229Z] [2019-09-27T15:49:26.229Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-27T15:49:26.229Z] #34 DONE 0.1s [2019-09-27T15:49:26.229Z] [2019-09-27T15:49:26.229Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-27T15:49:26.229Z] #39 DONE 0.1s [2019-09-27T15:49:26.229Z] [2019-09-27T15:49:26.229Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-27T15:49:26.285Z] #33 115.2 internal/x/net/http2/hpack [2019-09-27T15:49:26.483Z] #43 DONE 0.1s [2019-09-27T15:49:26.483Z] [2019-09-27T15:49:26.483Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:49:27.658Z] #33 116.2 mime [2019-09-27T15:49:27.861Z] + rm -rf /tmp/tmp.z3a8gGtBzL [2019-09-27T15:49:27.861Z] Removing intermediate container 93cf85d9e09e [2019-09-27T15:49:27.861Z] ---> b8d6cba6dc5f [2019-09-27T15:49:27.861Z] Step 19/125 : FROM base AS frozen-images [2019-09-27T15:49:27.861Z] ---> 6df6146a01a9 [2019-09-27T15:49:27.861Z] Step 20/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:49:27.861Z] ---> Using cache [2019-09-27T15:49:27.861Z] ---> 1f0004298baa [2019-09-27T15:49:27.861Z] Step 21/125 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-27T15:49:27.861Z] ---> Running in f9527b93af86 [2019-09-27T15:49:27.861Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:49:27.861Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:49:27.861Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:49:27.861Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:49:27.861Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:49:27.861Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-27T15:49:27.861Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-27T15:49:27.861Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-27T15:49:28.224Z] #33 ... [2019-09-27T15:49:28.224Z] [2019-09-27T15:49:28.224Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-27T15:49:28.224Z] #24 107.4 + GOBIN=/build [2019-09-27T15:49:28.224Z] #24 107.4 + /build/gometalinter --install [2019-09-27T15:49:28.224Z] #24 107.4 Installing: [2019-09-27T15:49:28.224Z] #24 107.4 deadcode [2019-09-27T15:49:28.224Z] #24 107.4 dupl [2019-09-27T15:49:28.224Z] #24 107.4 errcheck [2019-09-27T15:49:28.224Z] #24 107.4 gas [2019-09-27T15:49:28.224Z] #24 107.4 gochecknoglobals [2019-09-27T15:49:28.224Z] #24 107.4 gochecknoinits [2019-09-27T15:49:28.224Z] #24 107.4 goconst [2019-09-27T15:49:28.224Z] #24 107.4 gocyclo [2019-09-27T15:49:28.224Z] #24 107.4 goimports [2019-09-27T15:49:28.224Z] #24 107.4 golint [2019-09-27T15:49:28.224Z] #24 107.4 gosimple [2019-09-27T15:49:28.224Z] #24 107.4 gotype [2019-09-27T15:49:28.224Z] #24 107.4 gotypex [2019-09-27T15:49:28.224Z] #24 107.4 ineffassign [2019-09-27T15:49:28.224Z] #24 107.4 interfacer [2019-09-27T15:49:28.224Z] #24 107.4 lll [2019-09-27T15:49:28.224Z] #24 107.4 maligned [2019-09-27T15:49:28.224Z] #24 107.4 megacheck [2019-09-27T15:49:28.224Z] #24 107.4 misspell [2019-09-27T15:49:28.224Z] #24 107.4 nakedret [2019-09-27T15:49:28.224Z] #24 107.4 safesql [2019-09-27T15:49:28.224Z] #24 107.4 staticcheck [2019-09-27T15:49:28.224Z] #24 107.4 structcheck [2019-09-27T15:49:28.224Z] #24 107.4 unconvert [2019-09-27T15:49:28.224Z] #24 107.4 unparam [2019-09-27T15:49:28.224Z] #24 107.4 unused [2019-09-27T15:49:28.224Z] #24 107.4 varcheck [2019-09-27T15:49:28.482Z] #24 ... [2019-09-27T15:49:28.482Z] [2019-09-27T15:49:28.482Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:49:28.482Z] #58 59.82 GEN criu/pie/parasite-blob.h [2019-09-27T15:49:28.482Z] #58 59.85 CC criu/arch/x86/restorer.o [2019-09-27T15:49:28.482Z] #58 60.37 CC criu/arch/x86/restorer_unmap.o [2019-09-27T15:49:28.482Z] #58 60.42 CC criu/arch/x86/sigaction_compat_pie.o [2019-09-27T15:49:28.482Z] #58 60.67 CC criu/pie/restorer.o [2019-09-27T15:49:28.482Z] #58 63.30 LINK criu/pie/restorer.built-in.o [2019-09-27T15:49:28.482Z] #58 63.31 GEN criu/pie/restorer-blob.h [2019-09-27T15:49:28.482Z] #58 63.41 DEP criu/vdso.d [2019-09-27T15:49:28.482Z] #58 63.68 DEP criu/vdso-compat.d [2019-09-27T15:49:28.482Z] #58 63.82 DEP criu/uts_ns.d [2019-09-27T15:49:28.482Z] #58 63.97 DEP criu/util.d [2019-09-27T15:49:28.482Z] #58 64.17 DEP criu/uffd.d [2019-09-27T15:49:28.482Z] #58 64.33 DEP criu/tun.d [2019-09-27T15:49:28.482Z] #58 64.54 DEP criu/tty.d [2019-09-27T15:49:28.482Z] #58 64.72 DEP criu/timerfd.d [2019-09-27T15:49:28.482Z] #58 64.91 DEP criu/sysfs_parse.d [2019-09-27T15:49:28.482Z] #58 65.08 DEP criu/sysctl.d [2019-09-27T15:49:28.482Z] #58 65.27 DEP criu/string.d [2019-09-27T15:49:28.482Z] #58 65.32 DEP criu/stats.d [2019-09-27T15:49:28.482Z] #58 65.45 DEP criu/sockets.d [2019-09-27T15:49:28.482Z] #58 ... [2019-09-27T15:49:28.482Z] [2019-09-27T15:49:28.482Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:49:28.482Z] #33 117.5 mime/quotedprintable [2019-09-27T15:49:28.482Z] #33 117.5 crypto/tls [2019-09-27T15:49:28.912Z] 2945147eda09: Verifying Checksum [2019-09-27T15:49:28.912Z] 2945147eda09: Download complete [2019-09-27T15:49:29.047Z] #33 117.8 mime/multipart [2019-09-27T15:49:29.331Z] Fetched 7717 kB in 2s (3081 kB/s) [2019-09-27T15:49:29.980Z] #33 118.9 net/http/internal [2019-09-27T15:49:30.238Z] #33 119.2 os/exec [2019-09-27T15:49:30.337Z] Reading package lists... [2019-09-27T15:49:31.826Z] Reading package lists... [2019-09-27T15:49:31.826Z] Building dependency tree... [2019-09-27T15:49:31.826Z] Reading state information... [2019-09-27T15:49:31.826Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-27T15:49:31.826Z] The following additional packages will be installed: [2019-09-27T15:49:31.826Z] libjq1 libonig4 [2019-09-27T15:49:32.109Z] The following NEW packages will be installed: [2019-09-27T15:49:32.109Z] jq libjq1 libonig4 [2019-09-27T15:49:32.109Z] 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:49:32.109Z] Need to get 310 kB of archives. [2019-09-27T15:49:32.109Z] After this operation, 1267 kB of additional disk space will be used. [2019-09-27T15:49:32.109Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-27T15:49:32.109Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-27T15:49:32.109Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-27T15:49:32.392Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:49:32.392Z] Fetched 310 kB in 0s (3640 kB/s) [2019-09-27T15:49:32.392Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-27T15:49:32.392Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-27T15:49:32.392Z] Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-09-27T15:49:32.392Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-27T15:49:32.392Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-27T15:49:32.392Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-27T15:49:32.392Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-27T15:49:32.392Z] Selecting previously unselected package jq. [2019-09-27T15:49:32.392Z] Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-27T15:49:32.392Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-27T15:49:32.392Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-27T15:49:32.392Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-27T15:49:32.392Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:49:32.392Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-27T15:49:33.012Z] Removing intermediate container f9527b93af86 [2019-09-27T15:49:33.012Z] ---> 48ae80185110 [2019-09-27T15:49:33.012Z] Step 22/125 : COPY contrib/download-frozen-image-v2.sh / [2019-09-27T15:49:33.012Z] ---> 2a6d09901f22 [2019-09-27T15:49:33.012Z] Step 23/125 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-27T15:49:33.012Z] ---> Running in 9809106ff96c [2019-09-27T15:49:33.092Z] #47 172.0 🇩 bin/containerd [2019-09-27T15:49:33.281Z] 🇩 bin/containerd-stress [2019-09-27T15:49:33.281Z] 🇩 bin/containerd-shim [2019-09-27T15:49:34.418Z] #33 ... [2019-09-27T15:49:34.418Z] [2019-09-27T15:49:34.418Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:49:34.418Z] #58 65.67 DEP criu/sk-unix.d [2019-09-27T15:49:34.418Z] #58 65.95 DEP criu/sk-tcp.d [2019-09-27T15:49:34.418Z] #58 66.18 DEP criu/sk-queue.d [2019-09-27T15:49:34.418Z] #58 66.39 DEP criu/sk-packet.d [2019-09-27T15:49:34.418Z] #58 66.62 DEP criu/sk-netlink.d [2019-09-27T15:49:34.418Z] #58 66.89 DEP criu/sk-inet.d [2019-09-27T15:49:34.418Z] #58 67.15 DEP criu/signalfd.d [2019-09-27T15:49:34.418Z] #58 67.32 DEP criu/sigframe.d [2019-09-27T15:49:34.418Z] #58 67.44 DEP criu/shmem.d [2019-09-27T15:49:34.418Z] #58 67.60 DEP criu/servicefd.d [2019-09-27T15:49:34.418Z] #58 67.71 DEP criu/seize.d [2019-09-27T15:49:34.418Z] #58 67.89 DEP criu/seccomp.d [2019-09-27T15:49:34.418Z] #58 68.11 DEP criu/rst-malloc.d [2019-09-27T15:49:34.418Z] #58 68.16 DEP criu/rbtree.d [2019-09-27T15:49:34.418Z] #58 68.20 DEP criu/pstree.d [2019-09-27T15:49:34.418Z] #58 68.43 DEP criu/protobuf.d [2019-09-27T15:49:34.418Z] #58 68.54 GEN criu/protobuf-desc-gen.h [2019-09-27T15:49:34.418Z] #58 69.81 DEP criu/protobuf-desc.d [2019-09-27T15:49:34.418Z] #58 69.95 DEP criu/proc_parse.d [2019-09-27T15:49:34.418Z] #58 70.11 DEP criu/plugin.d [2019-09-27T15:49:34.418Z] #58 70.27 DEP criu/pipes.d [2019-09-27T15:49:34.418Z] #58 70.53 DEP criu/pie-util.d [2019-09-27T15:49:34.418Z] #58 70.71 DEP criu/pie-util-vdso.d [2019-09-27T15:49:34.418Z] #58 70.83 DEP criu/pie-util-vdso-elf32.d [2019-09-27T15:49:34.418Z] #58 70.91 DEP criu/path.d [2019-09-27T15:49:34.418Z] #58 71.05 DEP criu/parasite-syscall.d [2019-09-27T15:49:34.418Z] #58 71.24 DEP criu/pagemap.d [2019-09-27T15:49:34.418Z] #58 71.43 DEP criu/pagemap-cache.d [2019-09-27T15:49:34.493Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-27T15:49:34.493Z]  [2019-09-27T15:49:34.676Z] #58 71.60 DEP criu/page-xfer.d [2019-09-27T15:49:34.676Z] #58 71.75 DEP criu/page-pipe.d [2019-09-27T15:49:34.934Z] #58 71.88 DEP criu/netfilter.d [2019-09-27T15:49:35.061Z]  ####  6.4% ##############                                  20.5% ###########################   37.6% ##########################################   59.2% ########################################################            78.9% #####################################################################   96.4% ######################################################################## 100.0% [2019-09-27T15:49:35.192Z] #58 72.07 DEP criu/net.d [2019-09-27T15:49:35.344Z]  [2019-09-27T15:49:35.449Z] #58 72.30 DEP criu/namespaces.d [2019-09-27T15:49:35.449Z] #58 ... [2019-09-27T15:49:35.449Z] [2019-09-27T15:49:35.449Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:49:35.449Z] #33 124.2 net/http/httptrace [2019-09-27T15:49:35.627Z]  ###########################        38.5% #############################################################    85.5% ######################################################################## 100.0% [2019-09-27T15:49:35.707Z] #33 124.4 net/http [2019-09-27T15:49:35.909Z]  [2019-09-27T15:49:36.274Z] #33 ... [2019-09-27T15:49:36.274Z] [2019-09-27T15:49:36.274Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-27T15:49:36.274Z] #27 DONE 125.1s [2019-09-27T15:49:36.274Z] [2019-09-27T15:49:36.274Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:49:36.274Z] #58 72.44 DEP criu/mount.d [2019-09-27T15:49:36.274Z] #58 72.66 DEP criu/mem.d [2019-09-27T15:49:36.274Z] #58 72.88 DEP criu/lsm.d [2019-09-27T15:49:36.274Z] #58 73.05 DEP criu/log.d [2019-09-27T15:49:36.274Z] #58 73.24 DEP criu/libnetlink.d [2019-09-27T15:49:36.532Z] #58 73.44 DEP criu/kerndat.d [2019-09-27T15:49:36.759Z]  ########     11.2% ########################     34.4% #########################################                 57.7% #################################################    69.1% ####################################################             72.7% #################################################################   91.5% ######################################################################## 100.0% [2019-09-27T15:49:37.048Z]  [2019-09-27T15:49:37.098Z] #58 73.74 DEP criu/kcmp-ids.d [2019-09-27T15:49:37.098Z] #58 73.91 DEP criu/irmap.d [2019-09-27T15:49:37.357Z] #58 74.20 DEP criu/ipc_ns.d [2019-09-27T15:49:37.357Z] #58 74.33 DEP criu/image.d [2019-09-27T15:49:37.357Z] #58 74.45 DEP criu/image-desc.d [2019-09-27T15:49:37.496Z] 65014b3c3121: Verifying Checksum [2019-09-27T15:49:37.496Z] 65014b3c3121: Download complete [2019-09-27T15:49:37.615Z] #58 74.53 DEP criu/fsnotify.d [2019-09-27T15:49:37.873Z] #58 74.72 DEP criu/filesystems.d [2019-09-27T15:49:38.131Z] #58 74.97 DEP criu/files.d [2019-09-27T15:49:38.207Z]  ####   5.7% #########  13.3% ###############     21.4% #####################     29.9% ########################      34.5% ###############################  43.4% ######################################  53.2% #############################################  63.5% ###################################################     72.2% #########################################################  80.2% ################################################################ 90.1% #######################################################################  99.8% ######################################################################## 100.0% [2019-09-27T15:49:38.207Z]  [2019-09-27T15:49:38.389Z] #58 75.13 DEP criu/files-reg.d [2019-09-27T15:49:38.389Z] #58 75.30 DEP criu/files-ext.d [2019-09-27T15:49:38.389Z] #58 75.41 DEP criu/file-lock.d [2019-09-27T15:49:38.647Z] #58 75.52 DEP criu/file-ids.d [2019-09-27T15:49:38.791Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-27T15:49:38.905Z] #58 75.71 DEP criu/fifo.d [2019-09-27T15:49:38.905Z] #58 75.81 DEP criu/fdstore.d [2019-09-27T15:49:38.905Z] #58 75.92 DEP criu/fault-injection.d [2019-09-27T15:49:39.162Z] #58 75.96 DEP criu/external.d [2019-09-27T15:49:39.162Z] #58 76.03 DEP criu/eventpoll.d [2019-09-27T15:49:39.225Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-27T15:49:39.420Z] #58 76.24 DEP criu/eventfd.d [2019-09-27T15:49:39.420Z] #58 76.41 DEP criu/crtools.d [2019-09-27T15:49:39.507Z]  [2019-09-27T15:49:39.507Z]  ######################################################################## 100.0% [2019-09-27T15:49:39.507Z]  [2019-09-27T15:49:39.678Z] #58 76.54 DEP criu/cr-service.d [2019-09-27T15:49:39.936Z] #58 76.66 DEP criu/cr-restore.d [2019-09-27T15:49:40.193Z] #58 76.95 DEP criu/cr-errno.d [2019-09-27T15:49:40.193Z] #58 76.97 DEP criu/cr-dump.d [2019-09-27T15:49:40.193Z] #58 77.22 DEP criu/cr-dedup.d [2019-09-27T15:49:40.451Z] #58 77.38 DEP criu/cr-check.d [2019-09-27T15:49:40.532Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-27T15:49:40.532Z]  [2019-09-27T15:49:40.708Z] #58 77.59 DEP criu/config.d [2019-09-27T15:49:40.824Z]  ######################################################################## 100.0% [2019-09-27T15:49:40.824Z]  [2019-09-27T15:49:40.966Z] #58 77.77 DEP criu/clone-noasan.d [2019-09-27T15:49:40.966Z] #58 77.84 DEP criu/cgroup.d [2019-09-27T15:49:41.224Z] #58 78.01 DEP criu/cgroup-props.d [2019-09-27T15:49:41.224Z] #58 78.18 DEP criu/bitmap.d [2019-09-27T15:49:41.224Z] #58 78.20 DEP criu/bfd.d [2019-09-27T15:49:41.439Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-27T15:49:41.439Z] skipping existing c8c2d4a6b2e3 [2019-09-27T15:49:41.439Z] [2019-09-27T15:49:41.482Z] #58 78.28 DEP criu/autofs.d [2019-09-27T15:49:41.482Z] #58 78.42 DEP criu/aio.d [2019-09-27T15:49:41.740Z] #58 78.66 DEP criu/action-scripts.d [2019-09-27T15:49:41.997Z] #58 78.94 CC criu/action-scripts.o [2019-09-27T15:49:42.135Z] 🇩 binaries [2019-09-27T15:49:42.135Z] + mkdir -p /build [2019-09-27T15:49:42.135Z] + cp bin/containerd /build/containerd [2019-09-27T15:49:42.135Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-27T15:49:42.135Z] + cp bin/ctr /build/ctr [2019-09-27T15:49:42.452Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-27T15:49:42.452Z]  [2019-09-27T15:49:42.452Z]  ######################################################################## 100.0% [2019-09-27T15:49:42.563Z] #58 79.39 CC criu/aio.o [2019-09-27T15:49:42.736Z]  [2019-09-27T15:49:42.736Z] Download of images into '/build' complete. [2019-09-27T15:49:42.736Z] Use something like the following to load the result into a Docker daemon: [2019-09-27T15:49:42.736Z] tar -cC '/build' . | docker load [2019-09-27T15:49:43.128Z] #58 79.85 CC criu/autofs.o [2019-09-27T15:49:44.061Z] #58 81.10 CC criu/bfd.o [2019-09-27T15:49:44.627Z] #58 81.62 CC criu/bitmap.o [2019-09-27T15:49:44.633Z] Removing intermediate container 46681ff7ed80 [2019-09-27T15:49:44.633Z] ---> a542b3bfa973 [2019-09-27T15:49:44.633Z] Step 56/125 : FROM dev-base AS proxy [2019-09-27T15:49:44.633Z] ---> 70ed6c3c5106 [2019-09-27T15:49:44.633Z] Step 57/125 : ENV INSTALL_BINARY_NAME=proxy [2019-09-27T15:49:44.633Z] ---> Running in f17ee8fbac52 [2019-09-27T15:49:44.633Z] Removing intermediate container f17ee8fbac52 [2019-09-27T15:49:44.633Z] ---> 123c18293811 [2019-09-27T15:49:44.633Z] Step 58/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:49:44.633Z] ---> 384a1fedbc90 [2019-09-27T15:49:44.633Z] Step 59/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:49:44.884Z] #58 81.82 CC criu/cgroup-props.o [2019-09-27T15:49:44.884Z] #58 ... [2019-09-27T15:49:44.884Z] [2019-09-27T15:49:44.884Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:49:44.884Z] #33 133.9 github.com/LK4D4/vndr/godl [2019-09-27T15:49:45.004Z] ---> 42139ebe4a18 [2019-09-27T15:49:45.004Z] Step 60/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:49:45.004Z] ---> Running in a2f1f4c45000 [2019-09-27T15:49:45.427Z] Removing intermediate container 9809106ff96c [2019-09-27T15:49:45.427Z] ---> b1e9daa0a3c6 [2019-09-27T15:49:45.427Z] Step 24/125 : FROM base AS cross-false [2019-09-27T15:49:45.427Z] ---> 6df6146a01a9 [2019-09-27T15:49:45.427Z] Step 25/125 : FROM base AS cross-true [2019-09-27T15:49:45.427Z] ---> 6df6146a01a9 [2019-09-27T15:49:45.427Z] Step 26/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:49:45.427Z] ---> Using cache [2019-09-27T15:49:45.427Z] ---> 1f0004298baa [2019-09-27T15:49:45.427Z] Step 27/125 : RUN dpkg --add-architecture armhf [2019-09-27T15:49:45.427Z] ---> Running in 4e7bbb1c7d36 [2019-09-27T15:49:45.466Z] + RM_GOPATH=0 [2019-09-27T15:49:45.466Z] + TMP_GOPATH= [2019-09-27T15:49:45.466Z] + : /build [2019-09-27T15:49:45.466Z] + '[' -z '' ']' [2019-09-27T15:49:45.466Z] ++ mktemp -d [2019-09-27T15:49:45.466Z] + export GOPATH=/tmp/tmp.SVGUHP10bT [2019-09-27T15:49:45.466Z] + GOPATH=/tmp/tmp.SVGUHP10bT [2019-09-27T15:49:45.466Z] + RM_GOPATH=1 [2019-09-27T15:49:45.466Z] ++ dirname ./install.sh [2019-09-27T15:49:45.466Z] + dir=. [2019-09-27T15:49:45.466Z] + bin=proxy [2019-09-27T15:49:45.466Z] + shift [2019-09-27T15:49:45.466Z] + '[' '!' -f ./proxy.installer ']' [2019-09-27T15:49:45.466Z] + . ./proxy.installer [2019-09-27T15:49:45.466Z] ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T15:49:45.466Z] + install_proxy [2019-09-27T15:49:45.466Z] + case "$1" in [2019-09-27T15:49:45.466Z] + export CGO_ENABLED=0 [2019-09-27T15:49:45.466Z] + CGO_ENABLED=0 [2019-09-27T15:49:45.466Z] + _install_proxy [2019-09-27T15:49:45.466Z] + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-27T15:49:45.466Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.SVGUHP10bT/src/github.com/docker/libnetwork [2019-09-27T15:49:45.466Z] Cloning into '/tmp/tmp.SVGUHP10bT/src/github.com/docker/libnetwork'... [2019-09-27T15:49:45.466Z] Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T15:49:45.817Z] #33 134.6 github.com/LK4D4/vndr [2019-09-27T15:49:46.048Z] Removing intermediate container 4e7bbb1c7d36 [2019-09-27T15:49:46.048Z] ---> 221ba7b7b045 [2019-09-27T15:49:46.048Z] Step 28/125 : RUN dpkg --add-architecture arm64 [2019-09-27T15:49:46.048Z] ---> Running in 1e4df4aad94c [2019-09-27T15:49:46.806Z] Removing intermediate container 1e4df4aad94c [2019-09-27T15:49:46.806Z] ---> b6ec956940d2 [2019-09-27T15:49:46.806Z] Step 29/125 : RUN dpkg --add-architecture armel [2019-09-27T15:49:46.806Z] ---> Running in 728c8b6b8a31 [2019-09-27T15:49:47.010Z] + cd /tmp/tmp.SVGUHP10bT/src/github.com/docker/libnetwork [2019-09-27T15:49:47.010Z] + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T15:49:47.010Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-27T15:49:47.828Z] Removing intermediate container 728c8b6b8a31 [2019-09-27T15:49:47.828Z] ---> 61ae1f063650 [2019-09-27T15:49:47.828Z] Step 30/125 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-27T15:49:47.828Z] ---> Running in 9a4a0410b284 [2019-09-27T15:49:48.443Z] Removing intermediate container 9a4a0410b284 [2019-09-27T15:49:48.443Z] ---> bae2cab5f1aa [2019-09-27T15:49:48.443Z] Step 31/125 : FROM cross-${CROSS} as dev-base [2019-09-27T15:49:48.443Z] ---> 6df6146a01a9 [2019-09-27T15:49:48.443Z] Step 32/125 : FROM dev-base AS runtime-dev-cross-false [2019-09-27T15:49:48.443Z] ---> 6df6146a01a9 [2019-09-27T15:49:48.443Z] Step 33/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:49:48.443Z] ---> Using cache [2019-09-27T15:49:48.443Z] ---> 1f0004298baa [2019-09-27T15:49:48.443Z] Step 34/125 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-27T15:49:48.443Z] ---> Running in 79a42d1b92b6 [2019-09-27T15:49:48.728Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:49:48.728Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:49:48.728Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:49:48.728Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:49:49.019Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:49:49.019Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-27T15:49:49.301Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-27T15:49:49.468Z] Removing intermediate container a2f1f4c45000 [2019-09-27T15:49:49.469Z] ---> 03e2be7f1ef2 [2019-09-27T15:49:49.469Z] Step 61/125 : FROM base AS gometalinter [2019-09-27T15:49:49.469Z] ---> 70ed6c3c5106 [2019-09-27T15:49:49.469Z] Step 62/125 : ENV INSTALL_BINARY_NAME=gometalinter [2019-09-27T15:49:49.469Z] ---> Running in a91a2a911364 [2019-09-27T15:49:49.469Z] Removing intermediate container a91a2a911364 [2019-09-27T15:49:49.469Z] ---> 2e6c4a253d78 [2019-09-27T15:49:49.469Z] Step 63/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:49:49.592Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-27T15:49:49.855Z] ---> 7c739e41166b [2019-09-27T15:49:49.855Z] Step 64/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:49:50.379Z] ---> 4cc0b6d1fcfc [2019-09-27T15:49:50.379Z] Step 65/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:49:50.379Z] ---> Running in 650e821f75b8 [2019-09-27T15:49:50.780Z] + RM_GOPATH=0 [2019-09-27T15:49:50.780Z] + TMP_GOPATH= [2019-09-27T15:49:50.780Z] + : /build [2019-09-27T15:49:50.780Z] + '[' -z '' ']' [2019-09-27T15:49:50.780Z] ++ mktemp -d [2019-09-27T15:49:50.780Z] + export GOPATH=/tmp/tmp.OyHQWgk84v [2019-09-27T15:49:50.780Z] + GOPATH=/tmp/tmp.OyHQWgk84v [2019-09-27T15:49:50.780Z] + RM_GOPATH=1 [2019-09-27T15:49:50.780Z] ++ dirname ./install.sh [2019-09-27T15:49:50.780Z] + dir=. [2019-09-27T15:49:50.780Z] + bin=gometalinter [2019-09-27T15:49:50.780Z] + shift [2019-09-27T15:49:50.780Z] + '[' '!' -f ./gometalinter.installer ']' [2019-09-27T15:49:50.780Z] + . ./gometalinter.installer [2019-09-27T15:49:50.780Z] ++ GOMETALINTER_COMMIT=v2.0.6 [2019-09-27T15:49:50.780Z] + install_gometalinter [2019-09-27T15:49:50.780Z] + echo 'Installing gometalinter version v2.0.6' [2019-09-27T15:49:50.780Z] + go get -d github.com/alecthomas/gometalinter [2019-09-27T15:49:50.780Z] Installing gometalinter version v2.0.6 [2019-09-27T15:49:51.597Z] + cd /tmp/tmp.OyHQWgk84v/src/github.com/alecthomas/gometalinter [2019-09-27T15:49:51.597Z] + git checkout -q v2.0.6 [2019-09-27T15:49:51.597Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-09-27T15:49:51.616Z] Fetched 7717 kB in 2s (3091 kB/s) [2019-09-27T15:49:52.446Z] #33 ... [2019-09-27T15:49:52.446Z] [2019-09-27T15:49:52.446Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:49:52.446Z] #58 82.57 CC criu/cgroup.o [2019-09-27T15:49:52.446Z] #58 84.95 CC criu/clone-noasan.o [2019-09-27T15:49:52.446Z] #58 85.09 CC criu/config.o [2019-09-27T15:49:52.446Z] #58 86.43 CC criu/cr-check.o [2019-09-27T15:49:52.446Z] #58 87.68 CC criu/cr-dedup.o [2019-09-27T15:49:52.446Z] #58 88.09 CC criu/cr-dump.o [2019-09-27T15:49:52.446Z] #58 ... [2019-09-27T15:49:52.446Z] [2019-09-27T15:49:52.446Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T15:49:52.446Z] #33 DONE 141.3s [2019-09-27T15:49:52.446Z] [2019-09-27T15:49:52.446Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T15:49:52.629Z] Reading package lists... [2019-09-27T15:49:53.650Z] Reading package lists... [2019-09-27T15:49:53.819Z] #55 ... [2019-09-27T15:49:53.819Z] [2019-09-27T15:49:53.819Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:49:53.819Z] #58 90.51 CC criu/cr-errno.o [2019-09-27T15:49:53.819Z] #58 90.62 CC criu/cr-restore.o [2019-09-27T15:49:53.931Z] Building dependency tree... [2019-09-27T15:49:53.931Z] Reading state information... [2019-09-27T15:49:53.931Z] The following additional packages will be installed: [2019-09-27T15:49:53.931Z] libapparmor1 libseccomp2 [2019-09-27T15:49:53.931Z] Suggested packages: [2019-09-27T15:49:53.931Z] seccomp [2019-09-27T15:49:53.931Z] The following NEW packages will be installed: [2019-09-27T15:49:53.931Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-27T15:49:53.931Z] 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:49:53.931Z] Need to get 296 kB of archives. [2019-09-27T15:49:53.931Z] After this operation, 1346 kB of additional disk space will be used. [2019-09-27T15:49:53.931Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB] [2019-09-27T15:49:54.221Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp-dev ppc64el 2.3.1-2.1+deb9u1 [61.1 kB] [2019-09-27T15:49:54.221Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-09-27T15:49:54.221Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-09-27T15:49:54.221Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:49:54.221Z] Fetched 296 kB in 0s (2965 kB/s) [2019-09-27T15:49:54.508Z] Selecting previously unselected package libseccomp2:ppc64el. [2019-09-27T15:49:54.508Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-27T15:49:54.508Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-27T15:49:54.508Z] Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-27T15:49:54.508Z] Selecting previously unselected package libseccomp-dev:ppc64el. [2019-09-27T15:49:54.508Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-27T15:49:54.508Z] Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-27T15:49:54.508Z] Selecting previously unselected package libapparmor1:ppc64el. [2019-09-27T15:49:54.508Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-27T15:49:54.508Z] Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-27T15:49:54.508Z] Selecting previously unselected package libapparmor-dev:ppc64el. [2019-09-27T15:49:54.508Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-27T15:49:54.508Z] Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-27T15:49:54.508Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:49:54.508Z] Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-27T15:49:54.508Z] Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-27T15:49:54.508Z] Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-27T15:49:54.508Z] Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-27T15:49:54.508Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:49:54.963Z] #47 193.8 🇩 bin/containerd-stress [2019-09-27T15:49:55.122Z] Removing intermediate container 79a42d1b92b6 [2019-09-27T15:49:55.122Z] ---> b38141756168 [2019-09-27T15:49:55.122Z] Step 35/125 : FROM cross-true AS runtime-dev-cross-true [2019-09-27T15:49:55.122Z] ---> bae2cab5f1aa [2019-09-27T15:49:55.122Z] Step 36/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:49:55.122Z] ---> Running in 519ffcdbf5ae [2019-09-27T15:49:55.122Z] Removing intermediate container 519ffcdbf5ae [2019-09-27T15:49:55.122Z] ---> ed90c44c742a [2019-09-27T15:49:55.122Z] Step 37/125 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-27T15:49:55.122Z] ---> Running in cb20243d5773 [2019-09-27T15:49:55.218Z] #47 195.4 🇩 bin/containerd-shim [2019-09-27T15:49:56.131Z] Removing intermediate container cb20243d5773 [2019-09-27T15:49:56.131Z] ---> f7a507eca97e [2019-09-27T15:49:56.131Z] Step 38/125 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-27T15:49:56.131Z] ---> b38141756168 [2019-09-27T15:49:56.131Z] Step 39/125 : FROM base AS tomlv [2019-09-27T15:49:56.131Z] ---> 6df6146a01a9 [2019-09-27T15:49:56.131Z] Step 40/125 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-27T15:49:56.131Z] ---> Running in 9e1ed623f9be [2019-09-27T15:49:56.131Z] Removing intermediate container 9e1ed623f9be [2019-09-27T15:49:56.131Z] ---> 8582968b0799 [2019-09-27T15:49:56.131Z] Step 41/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:49:56.131Z] ---> 878c9a3bea48 [2019-09-27T15:49:56.131Z] Step 42/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:49:56.414Z] ---> 2fd909f0c34f [2019-09-27T15:49:56.414Z] Step 43/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:49:56.414Z] ---> Running in 9e10171f1e26 [2019-09-27T15:49:56.697Z] + RM_GOPATH=0 [2019-09-27T15:49:56.697Z] + TMP_GOPATH= [2019-09-27T15:49:56.697Z] + : /build [2019-09-27T15:49:56.697Z] + '[' -z '' ']' [2019-09-27T15:49:56.697Z] ++ mktemp -d [2019-09-27T15:49:56.697Z] + export GOPATH=/tmp/tmp.ITbCnCFay0 [2019-09-27T15:49:56.697Z] + GOPATH=/tmp/tmp.ITbCnCFay0 [2019-09-27T15:49:56.697Z] + RM_GOPATH=1 [2019-09-27T15:49:56.697Z] ++ dirname ./install.sh [2019-09-27T15:49:56.697Z] + dir=. [2019-09-27T15:49:56.697Z] + bin=tomlv [2019-09-27T15:49:56.697Z] + shift [2019-09-27T15:49:56.697Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-27T15:49:56.697Z] + . ./tomlv.installer [2019-09-27T15:49:56.697Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T15:49:56.697Z] + install_tomlv [2019-09-27T15:49:56.697Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-27T15:49:56.697Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ITbCnCFay0/src/github.com/BurntSushi/toml [2019-09-27T15:49:56.697Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T15:49:56.697Z] Cloning into '/tmp/tmp.ITbCnCFay0/src/github.com/BurntSushi/toml'... [2019-09-27T15:49:57.100Z] #58 93.90 CC criu/cr-service.o [2019-09-27T15:49:57.316Z] + cd /tmp/tmp.ITbCnCFay0/src/github.com/BurntSushi/toml [2019-09-27T15:49:57.316Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T15:49:57.316Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T15:49:57.316Z] internal/cpu [2019-09-27T15:49:57.316Z] math/bits [2019-09-27T15:49:57.316Z] errors [2019-09-27T15:49:57.316Z] runtime/internal/atomic [2019-09-27T15:49:57.316Z] runtime/internal/sys [2019-09-27T15:49:57.316Z] runtime/internal/math [2019-09-27T15:49:57.316Z] internal/bytealg [2019-09-27T15:49:57.316Z] unicode/utf8 [2019-09-27T15:49:57.316Z] math [2019-09-27T15:49:57.316Z] internal/race [2019-09-27T15:49:57.316Z] sync/atomic [2019-09-27T15:49:57.316Z] unicode [2019-09-27T15:49:57.601Z] internal/testlog [2019-09-27T15:49:57.601Z] encoding [2019-09-27T15:49:57.601Z] runtime [2019-09-27T15:49:57.601Z] runtime/cgo [2019-09-27T15:49:58.033Z] #58 95.06 CC criu/crtools.o [2019-09-27T15:49:58.225Z] strconv [2019-09-27T15:49:58.966Z] #58 95.71 CC criu/eventfd.o [2019-09-27T15:49:59.224Z] #58 95.97 CC criu/eventpoll.o [2019-09-27T15:49:59.790Z] #58 96.65 CC criu/external.o [2019-09-27T15:50:00.048Z] #58 96.99 CC criu/fault-injection.o [2019-09-27T15:50:00.048Z] #58 ... [2019-09-27T15:50:00.048Z] [2019-09-27T15:50:00.048Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T15:50:00.048Z] #42 146.7 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-27T15:50:00.048Z] #42 148.4 + mkdir -p /build [2019-09-27T15:50:00.048Z] #42 148.4 + cp runc /build/runc [2019-09-27T15:50:00.048Z] #42 DONE 148.7s [2019-09-27T15:50:00.048Z] [2019-09-27T15:50:00.048Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:50:00.048Z] #58 97.07 CC criu/fdstore.o [2019-09-27T15:50:00.656Z] #58 97.52 CC criu/fifo.o [2019-09-27T15:50:01.123Z] + GOBIN=/build [2019-09-27T15:50:01.123Z] + /build/gometalinter --install [2019-09-27T15:50:01.123Z] Installing: [2019-09-27T15:50:01.123Z] deadcode [2019-09-27T15:50:01.123Z] dupl [2019-09-27T15:50:01.123Z] errcheck [2019-09-27T15:50:01.123Z] gas [2019-09-27T15:50:01.123Z] gochecknoglobals [2019-09-27T15:50:01.123Z] gochecknoinits [2019-09-27T15:50:01.123Z] goconst [2019-09-27T15:50:01.123Z] gocyclo [2019-09-27T15:50:01.123Z] goimports [2019-09-27T15:50:01.123Z] golint [2019-09-27T15:50:01.123Z] gosimple [2019-09-27T15:50:01.123Z] gotype [2019-09-27T15:50:01.123Z] gotypex [2019-09-27T15:50:01.123Z] ineffassign [2019-09-27T15:50:01.123Z] interfacer [2019-09-27T15:50:01.123Z] lll [2019-09-27T15:50:01.123Z] maligned [2019-09-27T15:50:01.123Z] megacheck [2019-09-27T15:50:01.123Z] misspell [2019-09-27T15:50:01.123Z] nakedret [2019-09-27T15:50:01.123Z] safesql [2019-09-27T15:50:01.123Z] staticcheck [2019-09-27T15:50:01.123Z] structcheck [2019-09-27T15:50:01.123Z] unconvert [2019-09-27T15:50:01.123Z] unparam [2019-09-27T15:50:01.123Z] unused [2019-09-27T15:50:01.123Z] varcheck [2019-09-27T15:50:01.240Z] #58 98.16 CC criu/file-ids.o [2019-09-27T15:50:01.497Z] #58 98.46 CC criu/file-lock.o [2019-09-27T15:50:01.709Z] sync [2019-09-27T15:50:01.709Z] io [2019-09-27T15:50:01.709Z] reflect [2019-09-27T15:50:01.709Z] syscall [2019-09-27T15:50:01.709Z] bytes [2019-09-27T15:50:01.709Z] strings [2019-09-27T15:50:01.781Z] #47 201.2 🇩 bin/containerd-shim-runc-v1 [2019-09-27T15:50:02.340Z] bufio [2019-09-27T15:50:02.340Z] path [2019-09-27T15:50:02.428Z] #58 99.11 CC criu/files-ext.o [2019-09-27T15:50:02.428Z] #58 99.37 CC criu/files-reg.o [2019-09-27T15:50:02.633Z] text/tabwriter [2019-09-27T15:50:02.918Z] internal/syscall/unix [2019-09-27T15:50:02.918Z] time [2019-09-27T15:50:03.541Z] sort [2019-09-27T15:50:03.541Z] internal/poll [2019-09-27T15:50:03.797Z] #58 100.6 CC criu/files.o [2019-09-27T15:50:03.823Z] internal/fmtsort [2019-09-27T15:50:03.823Z] os [2019-09-27T15:50:04.106Z] path/filepath [2019-09-27T15:50:04.106Z] fmt [2019-09-27T15:50:04.289Z] #47 203.9 🇩 binaries [2019-09-27T15:50:04.289Z] #47 203.9 + mkdir -p /build [2019-09-27T15:50:04.289Z] #47 203.9 + cp bin/containerd /build/containerd [2019-09-27T15:50:04.289Z] #47 204.0 + cp bin/containerd-shim /build/containerd-shim [2019-09-27T15:50:04.289Z] #47 204.0 + cp bin/ctr /build/ctr [2019-09-27T15:50:04.388Z] io/ioutil [2019-09-27T15:50:04.587Z] #47 DONE 204.7s [2019-09-27T15:50:04.672Z] log [2019-09-27T15:50:04.672Z] flag [2019-09-27T15:50:04.672Z] github.com/BurntSushi/toml [2019-09-27T15:50:05.166Z] #58 101.9 CC criu/filesystems.o [2019-09-27T15:50:05.293Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T15:50:05.423Z] #58 102.3 CC criu/fsnotify.o [2019-09-27T15:50:05.521Z] [2019-09-27T15:50:05.521Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-27T15:50:05.775Z] #48 DONE 0.5s [2019-09-27T15:50:05.775Z] [2019-09-27T15:50:05.775Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-27T15:50:05.988Z] #58 103.1 CC criu/image-desc.o [2019-09-27T15:50:06.030Z] #51 DONE 0.1s [2019-09-27T15:50:06.030Z] [2019-09-27T15:50:06.030Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-27T15:50:06.246Z] #58 103.2 CC criu/image.o [2019-09-27T15:50:06.284Z] #54 DONE 0.4s [2019-09-27T15:50:06.538Z] [2019-09-27T15:50:06.538Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-27T15:50:06.792Z] #56 DONE 0.4s [2019-09-27T15:50:06.792Z] [2019-09-27T15:50:06.792Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-27T15:50:06.792Z] #59 DONE 0.1s [2019-09-27T15:50:07.090Z] [2019-09-27T15:50:07.090Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-27T15:50:07.090Z] #63 DONE 0.2s [2019-09-27T15:50:07.090Z] [2019-09-27T15:50:07.090Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-27T15:50:07.179Z] #58 103.8 CC criu/ipc_ns.o [2019-09-27T15:50:07.330Z] Removing intermediate container 9e10171f1e26 [2019-09-27T15:50:07.331Z] ---> 25770474f90a [2019-09-27T15:50:07.331Z] Step 44/125 : FROM base AS vndr [2019-09-27T15:50:07.331Z] ---> 6df6146a01a9 [2019-09-27T15:50:07.331Z] Step 45/125 : ENV INSTALL_BINARY_NAME=vndr [2019-09-27T15:50:07.331Z] ---> Running in b366aa676886 [2019-09-27T15:50:07.331Z] Removing intermediate container b366aa676886 [2019-09-27T15:50:07.331Z] ---> 940ad426f9be [2019-09-27T15:50:07.331Z] Step 46/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:50:07.331Z] ---> 127b17423e67 [2019-09-27T15:50:07.331Z] Step 47/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:50:07.331Z] ---> 57b9eec342fd [2019-09-27T15:50:07.331Z] Step 48/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:50:07.331Z] ---> Running in bca944789b01 [2019-09-27T15:50:07.344Z] #65 DONE 0.2s [2019-09-27T15:50:07.344Z] [2019-09-27T15:50:07.344Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-27T15:50:07.344Z] #66 DONE 0.0s [2019-09-27T15:50:07.344Z] [2019-09-27T15:50:07.344Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-27T15:50:07.628Z] + RM_GOPATH=0 [2019-09-27T15:50:07.628Z] + TMP_GOPATH= [2019-09-27T15:50:07.628Z] + : /build [2019-09-27T15:50:07.628Z] + '[' -z '' ']' [2019-09-27T15:50:07.628Z] ++ mktemp -d [2019-09-27T15:50:07.628Z] + export GOPATH=/tmp/tmp.3in9ILQ33j [2019-09-27T15:50:07.628Z] + GOPATH=/tmp/tmp.3in9ILQ33j [2019-09-27T15:50:07.628Z] + RM_GOPATH=1 [2019-09-27T15:50:07.628Z] ++ dirname ./install.sh [2019-09-27T15:50:07.628Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T15:50:07.628Z] + dir=. [2019-09-27T15:50:07.628Z] + bin=vndr [2019-09-27T15:50:07.628Z] + shift [2019-09-27T15:50:07.628Z] + '[' '!' -f ./vndr.installer ']' [2019-09-27T15:50:07.628Z] + . ./vndr.installer [2019-09-27T15:50:07.628Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T15:50:07.628Z] + install_vndr [2019-09-27T15:50:07.628Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-27T15:50:07.628Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.3in9ILQ33j/src/github.com/LK4D4/vndr [2019-09-27T15:50:07.628Z] Cloning into '/tmp/tmp.3in9ILQ33j/src/github.com/LK4D4/vndr'... [2019-09-27T15:50:07.745Z] #58 104.5 CC criu/irmap.o [2019-09-27T15:50:08.003Z] #58 105.0 CC criu/kcmp-ids.o [2019-09-27T15:50:08.250Z] + cd /tmp/tmp.3in9ILQ33j/src/github.com/LK4D4/vndr [2019-09-27T15:50:08.250Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T15:50:08.250Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-27T15:50:08.250Z] errors [2019-09-27T15:50:08.250Z] runtime/internal/atomic [2019-09-27T15:50:08.250Z] internal/cpu [2019-09-27T15:50:08.250Z] internal/race [2019-09-27T15:50:08.250Z] runtime/internal/sys [2019-09-27T15:50:08.250Z] sync/atomic [2019-09-27T15:50:08.250Z] runtime/internal/math [2019-09-27T15:50:08.263Z] #58 105.1 CC criu/kerndat.o [2019-09-27T15:50:08.312Z] #67 DONE 0.8s [2019-09-27T15:50:08.312Z] [2019-09-27T15:50:08.312Z] #68 exporting to image [2019-09-27T15:50:08.312Z] #68 exporting layers [2019-09-27T15:50:08.538Z] unicode [2019-09-27T15:50:08.538Z] internal/bytealg [2019-09-27T15:50:08.538Z] unicode/utf8 [2019-09-27T15:50:08.538Z] math/bits [2019-09-27T15:50:08.538Z] internal/testlog [2019-09-27T15:50:08.538Z] math [2019-09-27T15:50:08.538Z] encoding [2019-09-27T15:50:08.538Z] runtime [2019-09-27T15:50:08.538Z] unicode/utf16 [2019-09-27T15:50:08.538Z] container/list [2019-09-27T15:50:08.825Z] crypto/internal/subtle [2019-09-27T15:50:08.826Z] crypto/subtle [2019-09-27T15:50:08.826Z] internal/x/crypto/cryptobyte/asn1 [2019-09-27T15:50:08.826Z] internal/nettrace [2019-09-27T15:50:08.826Z] internal/x/net/dns/dnsmessage [2019-09-27T15:50:08.829Z] #58 105.8 CC criu/libnetlink.o [2019-09-27T15:50:09.112Z] runtime/cgo [2019-09-27T15:50:09.395Z] #58 106.1 CC criu/log.o [2019-09-27T15:50:09.404Z] strconv [2019-09-27T15:50:09.652Z] #58 106.5 CC criu/lsm.o [2019-09-27T15:50:09.910Z] #58 106.8 CC criu/mem.o [2019-09-27T15:50:10.033Z] crypto/rc4 [2019-09-27T15:50:11.282Z] #58 107.9 CC criu/mount.o [2019-09-27T15:50:12.725Z] sync [2019-09-27T15:50:12.725Z] io [2019-09-27T15:50:12.725Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-27T15:50:12.725Z] reflect [2019-09-27T15:50:12.725Z] syscall [2019-09-27T15:50:13.010Z] math/rand [2019-09-27T15:50:13.010Z] bytes [2019-09-27T15:50:13.010Z] strings [2019-09-27T15:50:13.638Z] bufio [2019-09-27T15:50:13.821Z] #58 110.6 CC criu/namespaces.o [2019-09-27T15:50:13.935Z] hash [2019-09-27T15:50:13.935Z] path [2019-09-27T15:50:13.935Z] hash/crc32 [2019-09-27T15:50:13.935Z] crypto [2019-09-27T15:50:14.220Z] crypto/internal/randutil [2019-09-27T15:50:14.220Z] crypto/sha512 [2019-09-27T15:50:14.220Z] crypto/hmac [2019-09-27T15:50:14.220Z] crypto/sha1 [2019-09-27T15:50:14.513Z] crypto/sha256 [2019-09-27T15:50:14.513Z] internal/singleflight [2019-09-27T15:50:14.513Z] internal/x/crypto/hkdf [2019-09-27T15:50:14.513Z] internal/x/text/transform [2019-09-27T15:50:14.513Z] time [2019-09-27T15:50:14.803Z] internal/syscall/unix [2019-09-27T15:50:15.089Z] encoding/binary [2019-09-27T15:50:15.089Z] sort [2019-09-27T15:50:15.196Z] #58 111.8 CC criu/net.o [2019-09-27T15:50:15.378Z] internal/fmtsort [2019-09-27T15:50:15.378Z] regexp/syntax [2019-09-27T15:50:15.378Z] internal/poll [2019-09-27T15:50:15.669Z] encoding/base64 [2019-09-27T15:50:15.669Z] crypto/cipher [2019-09-27T15:50:15.669Z] crypto/md5 [2019-09-27T15:50:15.958Z] os [2019-09-27T15:50:15.958Z] crypto/aes [2019-09-27T15:50:15.958Z] crypto/des [2019-09-27T15:50:16.250Z] encoding/pem [2019-09-27T15:50:16.250Z] internal/x/crypto/internal/chacha20 [2019-09-27T15:50:16.250Z] internal/x/crypto/poly1305 [2019-09-27T15:50:16.250Z] internal/x/crypto/curve25519 [2019-09-27T15:50:16.538Z] internal/x/crypto/chacha20poly1305 [2019-09-27T15:50:16.538Z] regexp [2019-09-27T15:50:16.538Z] fmt [2019-09-27T15:50:16.538Z] path/filepath [2019-09-27T15:50:16.824Z] io/ioutil [2019-09-27T15:50:17.095Z] #58 114.0 CC criu/netfilter.o [2019-09-27T15:50:17.353Z] #58 114.3 CC criu/page-pipe.o [2019-09-27T15:50:17.451Z] net/url [2019-09-27T15:50:17.452Z] go/token [2019-09-27T15:50:17.452Z] flag [2019-09-27T15:50:17.452Z] text/template/parse [2019-09-27T15:50:17.452Z] go/scanner [2019-09-27T15:50:17.739Z] log [2019-09-27T15:50:17.739Z] encoding/json [2019-09-27T15:50:17.919Z] #58 114.8 CC criu/page-xfer.o [2019-09-27T15:50:18.027Z] Removing intermediate container 650e821f75b8 [2019-09-27T15:50:18.027Z] ---> 05bee015a0f3 [2019-09-27T15:50:18.027Z] Step 66/125 : FROM base AS gotestsum [2019-09-27T15:50:18.027Z] ---> 70ed6c3c5106 [2019-09-27T15:50:18.027Z] Step 67/125 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-27T15:50:18.027Z] ---> Running in 6483001d6247 [2019-09-27T15:50:18.027Z] Removing intermediate container 6483001d6247 [2019-09-27T15:50:18.027Z] ---> a01b202e457f [2019-09-27T15:50:18.027Z] Step 68/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:50:18.032Z] go/ast [2019-09-27T15:50:18.032Z] encoding/xml [2019-09-27T15:50:18.318Z] text/template [2019-09-27T15:50:18.427Z] ---> f5856c9278b6 [2019-09-27T15:50:18.427Z] Step 69/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:50:18.427Z] ---> e1d964b4091d [2019-09-27T15:50:18.427Z] Step 70/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:50:18.427Z] ---> Running in 92a2b95022bb [2019-09-27T15:50:18.852Z] #58 115.7 CC criu/pagemap-cache.o [2019-09-27T15:50:19.110Z] #58 116.0 CC criu/pagemap.o [2019-09-27T15:50:19.210Z] + RM_GOPATH=0 [2019-09-27T15:50:19.210Z] + TMP_GOPATH= [2019-09-27T15:50:19.210Z] + : /build [2019-09-27T15:50:19.210Z] + '[' -z '' ']' [2019-09-27T15:50:19.210Z] ++ mktemp -d [2019-09-27T15:50:19.210Z] + export GOPATH=/tmp/tmp.ugAJNXfYHy [2019-09-27T15:50:19.210Z] + GOPATH=/tmp/tmp.ugAJNXfYHy [2019-09-27T15:50:19.210Z] + RM_GOPATH=1 [2019-09-27T15:50:19.210Z] ++ dirname ./install.sh [2019-09-27T15:50:19.210Z] + dir=. [2019-09-27T15:50:19.210Z] + bin=gotestsum [2019-09-27T15:50:19.210Z] + shift [2019-09-27T15:50:19.210Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-27T15:50:19.210Z] + . ./gotestsum.installer [2019-09-27T15:50:19.210Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-27T15:50:19.210Z] + install_gotestsum [2019-09-27T15:50:19.210Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-27T15:50:19.210Z] + go get -d gotest.tools/gotestsum [2019-09-27T15:50:19.210Z] Installing gotestsum version v0.3.5 [2019-09-27T15:50:19.338Z] go/parser [2019-09-27T15:50:19.628Z] compress/flate [2019-09-27T15:50:19.913Z] go/doc [2019-09-27T15:50:19.913Z] context [2019-09-27T15:50:20.042Z] #58 116.8 CC criu/parasite-syscall.o [2019-09-27T15:50:20.198Z] math/big [2019-09-27T15:50:20.198Z] compress/gzip [2019-09-27T15:50:20.198Z] encoding/hex [2019-09-27T15:50:20.489Z] internal/x/text/unicode/bidi [2019-09-27T15:50:20.489Z] net [2019-09-27T15:50:20.546Z] #68 exporting layers 10.6s done [2019-09-27T15:50:20.546Z] #68 writing image sha256:2087cf8570098a7ef3d2788545e485110765f3dad21a08472bc6d572e9cb3eb5 done [2019-09-27T15:50:20.546Z] #68 naming to docker.io/library/docker:3136dea250b22e35d47b1ccda744645a86231aa7 done [2019-09-27T15:50:20.546Z] #68 DONE 10.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-09-27T15:50:20.608Z] #58 117.6 CC criu/path.o [2019-09-27T15:50:20.785Z] github.com/LK4D4/vndr/build [2019-09-27T15:50:20.866Z] #58 117.8 CC criu/pie-util-vdso-elf32.o [2019-09-27T15:50:20.869Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-385/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/engine_PR-385/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 -e DOCKER_GRAPHDRIVER docker:3136dea250b22e35d47b1ccda744645a86231aa7 hack/validate/default [2019-09-27T15:50:21.073Z] internal/x/text/secure/bidirule [2019-09-27T15:50:21.124Z] #58 118.2 CC criu/pie-util-vdso.o [2019-09-27T15:50:21.364Z] internal/x/text/unicode/norm [2019-09-27T15:50:21.690Z] #58 118.5 CC criu/pie-util.o [2019-09-27T15:50:21.947Z] #58 118.7 CC criu/pipes.o [2019-09-27T15:50:21.989Z] internal/x/net/http2/hpack [2019-09-27T15:50:22.276Z] mime [2019-09-27T15:50:22.276Z] crypto/rand [2019-09-27T15:50:22.565Z] crypto/elliptic [2019-09-27T15:50:22.565Z] encoding/asn1 [2019-09-27T15:50:22.565Z] crypto/rsa [2019-09-27T15:50:22.881Z] #58 119.6 CC criu/plugin.o [2019-09-27T15:50:23.139Z] #58 119.9 CC criu/proc_parse.o [2019-09-27T15:50:23.190Z] crypto/dsa [2019-09-27T15:50:23.190Z] internal/x/net/idna [2019-09-27T15:50:23.190Z] mime/quotedprintable [2019-09-27T15:50:23.295Z] + cd /tmp/tmp.ugAJNXfYHy/src/gotest.tools/gotestsum [2019-09-27T15:50:23.295Z] + git checkout -q v0.3.5 [2019-09-27T15:50:23.295Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-27T15:50:23.482Z] net/http/internal [2019-09-27T15:50:23.482Z] crypto/ecdsa [2019-09-27T15:50:23.482Z] crypto/x509/pkix [2019-09-27T15:50:23.780Z] internal/x/crypto/cryptobyte [2019-09-27T15:50:23.780Z] os/exec [2019-09-27T15:50:24.511Z] #58 ... [2019-09-27T15:50:24.511Z] [2019-09-27T15:50:24.511Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T15:50:24.511Z] #55 173.6 + dpkg --print-architecture [2019-09-27T15:50:24.511Z] #55 173.6 + cd /tmp/tmp.ShjRlrMX10/src/github.com/docker/distribution [2019-09-27T15:50:24.511Z] #55 173.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-27T15:50:24.769Z] #55 173.8 + GOPATH=/tmp/tmp.ShjRlrMX10/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.ShjRlrMX10 [2019-09-27T15:50:24.769Z] #55 173.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-27T15:50:25.809Z] internal/x/net/http/httpproxy [2019-09-27T15:50:25.809Z] net/textproto [2019-09-27T15:50:25.809Z] crypto/x509 [2019-09-27T15:50:25.809Z] internal/x/net/http/httpguts [2019-09-27T15:50:25.809Z] mime/multipart [2019-09-27T15:50:26.188Z] Congratulations! All commits are properly signed with the DCO! [2019-09-27T15:50:26.426Z] crypto/tls [2019-09-27T15:50:28.481Z] net/http/httptrace [2019-09-27T15:50:28.481Z] net/http [2019-09-27T15:50:30.385Z] Congratulations! Seccomp profile generation is done correctly. [2019-09-27T15:50:31.969Z] github.com/LK4D4/vndr/godl [2019-09-27T15:50:31.969Z] github.com/LK4D4/vndr [2019-09-27T15:50:34.733Z] #55 ... [2019-09-27T15:50:34.733Z] [2019-09-27T15:50:34.733Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:50:34.733Z] #58 121.8 CC criu/protobuf-desc.o [2019-09-27T15:50:34.733Z] #58 122.5 CC criu/protobuf.o [2019-09-27T15:50:34.733Z] #58 122.8 CC criu/pstree.o [2019-09-27T15:50:34.733Z] #58 123.7 CC criu/rbtree.o [2019-09-27T15:50:34.733Z] #58 123.9 CC criu/rst-malloc.o [2019-09-27T15:50:34.733Z] #58 124.1 CC criu/seccomp.o [2019-09-27T15:50:34.733Z] #58 124.7 CC criu/seize.o [2019-09-27T15:50:34.733Z] #58 125.3 CC criu/servicefd.o [2019-09-27T15:50:34.733Z] #58 125.7 CC criu/shmem.o [2019-09-27T15:50:34.733Z] #58 126.3 CC criu/sigframe.o [2019-09-27T15:50:34.733Z] #58 126.5 CC criu/signalfd.o [2019-09-27T15:50:34.733Z] #58 126.8 CC criu/sk-inet.o [2019-09-27T15:50:34.733Z] #58 127.5 CC criu/sk-netlink.o [2019-09-27T15:50:34.733Z] #58 127.8 CC criu/sk-packet.o [2019-09-27T15:50:34.733Z] #58 128.2 CC criu/sk-queue.o [2019-09-27T15:50:34.733Z] #58 128.7 CC criu/sk-tcp.o [2019-09-27T15:50:34.733Z] #58 129.1 CC criu/sk-unix.o [2019-09-27T15:50:34.733Z] #58 130.5 CC criu/sockets.o [2019-09-27T15:50:34.733Z] #58 131.2 CC criu/stats.o [2019-09-27T15:50:34.733Z] #58 131.4 CC criu/string.o [2019-09-27T15:50:34.733Z] #58 131.5 CC criu/sysctl.o [2019-09-27T15:50:34.829Z] Removing intermediate container 92a2b95022bb [2019-09-27T15:50:34.829Z] ---> 93286cd86cd3 [2019-09-27T15:50:34.829Z] Step 71/125 : FROM dev-base AS dockercli [2019-09-27T15:50:34.829Z] ---> 70ed6c3c5106 [2019-09-27T15:50:34.829Z] Step 72/125 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-27T15:50:34.829Z] ---> Running in c1db867a0f5c [2019-09-27T15:50:34.829Z] Removing intermediate container c1db867a0f5c [2019-09-27T15:50:34.829Z] ---> 3752bdb6ebda [2019-09-27T15:50:34.829Z] Step 73/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:50:34.829Z] ---> 391c9de434bc [2019-09-27T15:50:34.829Z] Step 74/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:50:34.829Z] ---> 705756c565ee [2019-09-27T15:50:34.829Z] Step 75/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:50:34.829Z] ---> Running in cc7efe9acfdc [2019-09-27T15:50:35.202Z] + RM_GOPATH=0 [2019-09-27T15:50:35.202Z] + TMP_GOPATH= [2019-09-27T15:50:35.202Z] + : /build [2019-09-27T15:50:35.202Z] + '[' -z '' ']' [2019-09-27T15:50:35.202Z] ++ mktemp -d [2019-09-27T15:50:35.202Z] + export GOPATH=/tmp/tmp.2g3X7JE319 [2019-09-27T15:50:35.202Z] + GOPATH=/tmp/tmp.2g3X7JE319 [2019-09-27T15:50:35.202Z] + RM_GOPATH=1 [2019-09-27T15:50:35.202Z] ++ dirname ./install.sh [2019-09-27T15:50:35.202Z] Install docker/cli version 17.06.2-ce from stable [2019-09-27T15:50:35.202Z] + dir=. [2019-09-27T15:50:35.202Z] + bin=dockercli [2019-09-27T15:50:35.202Z] + shift [2019-09-27T15:50:35.202Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-27T15:50:35.202Z] + . ./dockercli.installer [2019-09-27T15:50:35.202Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-27T15:50:35.202Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-27T15:50:35.202Z] + install_dockercli [2019-09-27T15:50:35.202Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-27T15:50:35.202Z] ++ uname -m [2019-09-27T15:50:35.202Z] + arch=s390x [2019-09-27T15:50:35.202Z] + '[' s390x '!=' x86_64 ']' [2019-09-27T15:50:35.202Z] + '[' s390x '!=' s390x ']' [2019-09-27T15:50:35.202Z] + url=https://download.docker.com/linux/static [2019-09-27T15:50:35.202Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-09-27T15:50:35.202Z] + tar -xz docker/docker [2019-09-27T15:50:35.298Z] #58 132.0 CC criu/sysfs_parse.o [2019-09-27T15:50:35.298Z] #58 132.4 CC criu/timerfd.o [2019-09-27T15:50:35.864Z] #58 132.7 CC criu/tty.o [2019-09-27T15:50:36.384Z] Removing intermediate container bca944789b01 [2019-09-27T15:50:36.384Z] ---> bb460dae1ebe [2019-09-27T15:50:36.384Z] Step 49/125 : FROM dev-base AS containerd [2019-09-27T15:50:36.384Z] ---> 6df6146a01a9 [2019-09-27T15:50:36.384Z] Step 50/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:50:36.384Z] ---> Using cache [2019-09-27T15:50:36.384Z] ---> 1f0004298baa [2019-09-27T15:50:36.384Z] Step 51/125 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-27T15:50:36.384Z] ---> Running in ba8100e6b01f [2019-09-27T15:50:36.384Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:50:36.384Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:50:36.384Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:50:36.384Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:50:36.384Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:50:36.384Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-27T15:50:36.472Z] + mkdir -p /build [2019-09-27T15:50:36.472Z] + mv docker/docker /build/ [2019-09-27T15:50:36.472Z] + rmdir docker [2019-09-27T15:50:36.673Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-27T15:50:36.842Z] Removing intermediate container cc7efe9acfdc [2019-09-27T15:50:36.842Z] ---> 02272b97fc52 [2019-09-27T15:50:36.842Z] Step 76/125 : FROM runtime-dev AS runc [2019-09-27T15:50:36.842Z] ---> 5dd588077a00 [2019-09-27T15:50:36.842Z] Step 77/125 : ENV INSTALL_BINARY_NAME=runc [2019-09-27T15:50:36.842Z] ---> Running in 8c9fd592ab19 [2019-09-27T15:50:36.958Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-27T15:50:37.237Z] #58 134.2 CC criu/tun.o [2019-09-27T15:50:37.270Z] Removing intermediate container 8c9fd592ab19 [2019-09-27T15:50:37.270Z] ---> 774d9b51d3a4 [2019-09-27T15:50:37.270Z] Step 78/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:50:37.270Z] ---> c05457c8539b [2019-09-27T15:50:37.270Z] Step 79/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:50:37.670Z] ---> 400afab020db [2019-09-27T15:50:37.670Z] Step 80/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:50:37.670Z] ---> Running in 8f6997c7dc45 [2019-09-27T15:50:37.802Z] #58 134.6 CC criu/uffd.o [2019-09-27T15:50:38.046Z] + RM_GOPATH=0 [2019-09-27T15:50:38.046Z] + TMP_GOPATH= [2019-09-27T15:50:38.046Z] + : /build [2019-09-27T15:50:38.046Z] + '[' -z '' ']' [2019-09-27T15:50:38.046Z] ++ mktemp -d [2019-09-27T15:50:38.046Z] + export GOPATH=/tmp/tmp.l5Q92DMNoS [2019-09-27T15:50:38.046Z] + GOPATH=/tmp/tmp.l5Q92DMNoS [2019-09-27T15:50:38.046Z] + RM_GOPATH=1 [2019-09-27T15:50:38.046Z] ++ dirname ./install.sh [2019-09-27T15:50:38.046Z] + dir=. [2019-09-27T15:50:38.046Z] + bin=runc [2019-09-27T15:50:38.046Z] + shift [2019-09-27T15:50:38.046Z] + '[' '!' -f ./runc.installer ']' [2019-09-27T15:50:38.046Z] + . ./runc.installer [2019-09-27T15:50:38.046Z] ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-27T15:50:38.046Z] + install_runc [2019-09-27T15:50:38.046Z] + uname -r [2019-09-27T15:50:38.046Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-27T15:50:38.046Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-27T15:50:38.046Z] + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-09-27T15:50:38.046Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.l5Q92DMNoS/src/github.com/opencontainers/runc [2019-09-27T15:50:38.046Z] Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-09-27T15:50:38.046Z] Cloning into '/tmp/tmp.l5Q92DMNoS/src/github.com/opencontainers/runc'... [2019-09-27T15:50:38.738Z] #58 135.5 CC criu/util.o [2019-09-27T15:50:39.002Z] Fetched 7717 kB in 2s (2763 kB/s) [2019-09-27T15:50:39.342Z] + cd /tmp/tmp.l5Q92DMNoS/src/github.com/opencontainers/runc [2019-09-27T15:50:39.342Z] + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-27T15:50:39.342Z] + '[' -z '' ']' [2019-09-27T15:50:39.342Z] + target=static [2019-09-27T15:50:39.342Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-27T15:50:39.342Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-09-27T15:50:40.026Z] Reading package lists... [2019-09-27T15:50:40.111Z] #58 136.7 CC criu/uts_ns.o [2019-09-27T15:50:40.111Z] #58 137.0 CC criu/vdso-compat.o [2019-09-27T15:50:40.370Z] #58 137.2 CC criu/vdso.o [2019-09-27T15:50:40.935Z] #58 138.0 LINK criu/built-in.o [2019-09-27T15:50:41.040Z] Reading package lists... [2019-09-27T15:50:41.193Z] #58 138.1 LINK criu/criu [2019-09-27T15:50:41.323Z] Building dependency tree... [2019-09-27T15:50:41.323Z] Reading state information... [2019-09-27T15:50:41.606Z] The following additional packages will be installed: [2019-09-27T15:50:41.606Z] btrfs-progs liblzo2-2 [2019-09-27T15:50:41.606Z] The following NEW packages will be installed: [2019-09-27T15:50:41.606Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-27T15:50:41.606Z] 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:50:41.606Z] Need to get 588 kB of archives. [2019-09-27T15:50:41.606Z] After this operation, 5005 kB of additional disk space will be used. [2019-09-27T15:50:41.606Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-27T15:50:41.606Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-27T15:50:41.606Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-27T15:50:41.759Z] #58 138.4 DEP lib/c/criu.d [2019-09-27T15:50:41.759Z] #58 138.5 CC images/rpc.pb-c.o [2019-09-27T15:50:41.889Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:50:41.889Z] Fetched 588 kB in 0s (5684 kB/s) [2019-09-27T15:50:41.889Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-27T15:50:41.889Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-27T15:50:41.889Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-27T15:50:41.889Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-27T15:50:41.889Z] Selecting previously unselected package btrfs-progs. [2019-09-27T15:50:41.889Z] Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-27T15:50:41.889Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T15:50:42.017Z] #58 139.0 CC lib/c/criu.o [2019-09-27T15:50:42.176Z] Selecting previously unselected package btrfs-tools. [2019-09-27T15:50:42.176Z] Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-27T15:50:42.176Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T15:50:42.176Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:50:42.176Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-27T15:50:42.176Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T15:50:42.176Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T15:50:42.176Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:50:42.799Z] Removing intermediate container ba8100e6b01f [2019-09-27T15:50:42.799Z] ---> 45ca676c3c54 [2019-09-27T15:50:42.799Z] Step 52/125 : ENV INSTALL_BINARY_NAME=containerd [2019-09-27T15:50:42.799Z] ---> Running in 76b6eb7b354b [2019-09-27T15:50:42.799Z] Removing intermediate container 76b6eb7b354b [2019-09-27T15:50:42.799Z] ---> c284b06ade0c [2019-09-27T15:50:42.799Z] Step 53/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:50:42.950Z] #58 140.0 LINK lib/c/built-in.o [2019-09-27T15:50:43.086Z] ---> 8d8e68eafe8b [2019-09-27T15:50:43.086Z] Step 54/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:50:43.086Z] ---> bb91baf0d43f [2019-09-27T15:50:43.086Z] Step 55/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:50:43.086Z] ---> Running in 6bdfc861cf3d [2019-09-27T15:50:43.207Z] #58 140.0 LINK lib/c/libcriu.so [2019-09-27T15:50:43.207Z] #58 140.2 GEN magic.py [2019-09-27T15:50:43.369Z] + RM_GOPATH=0 [2019-09-27T15:50:43.369Z] + TMP_GOPATH= [2019-09-27T15:50:43.369Z] + : /build [2019-09-27T15:50:43.369Z] + '[' -z '' ']' [2019-09-27T15:50:43.369Z] ++ mktemp -d [2019-09-27T15:50:43.369Z] + export GOPATH=/tmp/tmp.FLbUpS0vZz [2019-09-27T15:50:43.369Z] + GOPATH=/tmp/tmp.FLbUpS0vZz [2019-09-27T15:50:43.369Z] + RM_GOPATH=1 [2019-09-27T15:50:43.369Z] ++ dirname ./install.sh [2019-09-27T15:50:43.369Z] + dir=. [2019-09-27T15:50:43.369Z] + bin=containerd [2019-09-27T15:50:43.369Z] + shift [2019-09-27T15:50:43.369Z] + '[' '!' -f ./containerd.installer ']' [2019-09-27T15:50:43.369Z] + . ./containerd.installer [2019-09-27T15:50:43.369Z] ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-27T15:50:43.369Z] + install_containerd [2019-09-27T15:50:43.369Z] + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-09-27T15:50:43.369Z] Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-27T15:50:43.369Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.FLbUpS0vZz/src/github.com/containerd/containerd [2019-09-27T15:50:43.369Z] Cloning into '/tmp/tmp.FLbUpS0vZz/src/github.com/containerd/containerd'... [2019-09-27T15:50:43.465Z] #58 140.3 Note: Building without setproctitle() and strlcpy() support. [2019-09-27T15:50:43.465Z] #58 140.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T15:50:43.722Z] #58 ... [2019-09-27T15:50:43.722Z] [2019-09-27T15:50:43.722Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T15:50:43.722Z] #55 193.0 + rm -rf /tmp/tmp.ShjRlrMX10/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.ShjRlrMX10 [2019-09-27T15:50:44.657Z] #55 DONE 194.0s [2019-09-27T15:50:44.657Z] [2019-09-27T15:50:44.657Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T15:50:44.657Z] #58 140.9 fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T15:50:44.657Z] #58 141.4 make[1]: Nothing to be done for 'all'. [2019-09-27T15:50:45.222Z] #58 142.1 make[1]: 'images/built-in.o' is up to date. [2019-09-27T15:50:45.222Z] #58 142.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-27T15:50:45.222Z] #58 142.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-27T15:50:45.222Z] #58 142.2 make[1]: 'compel/libcompel.a' is up to date. [2019-09-27T15:50:45.222Z] #58 142.3 make[1]: 'compel/compel-host-bin' is up to date. [2019-09-27T15:50:45.222Z] #58 142.3 make[1]: Nothing to be done for 'all'. [2019-09-27T15:50:45.480Z] #58 142.3 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T15:50:45.480Z] #58 142.5 make[2]: Nothing to be done for 'all'. [2019-09-27T15:50:45.480Z] #58 142.6 make[2]: Nothing to be done for 'all'. [2019-09-27T15:50:45.738Z] #58 142.6 make[2]: Nothing to be done for 'all'. [2019-09-27T15:50:45.996Z] #58 142.7 make[2]: Nothing to be done for 'all'. [2019-09-27T15:50:45.996Z] #58 142.8 make[2]: Nothing to be done for 'all'. [2019-09-27T15:50:45.996Z] #58 142.9 make[2]: Nothing to be done for 'all'. [2019-09-27T15:50:45.996Z] #58 143.0 make[2]: Nothing to be done for 'all'. [2019-09-27T15:50:45.996Z] #58 143.1 make[2]: Nothing to be done for 'all'. [2019-09-27T15:50:46.253Z] #58 143.1 INSTALL criu/criu [2019-09-27T15:50:46.511Z] #58 DONE 143.5s [2019-09-27T15:50:46.511Z] [2019-09-27T15:50:46.511Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-27T15:50:48.410Z] #24 DONE 197.2s [2019-09-27T15:50:48.410Z] [2019-09-27T15:50:48.410Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:50:50.225Z] + cd /tmp/tmp.FLbUpS0vZz/src/github.com/containerd/containerd [2019-09-27T15:50:50.225Z] + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-27T15:50:50.225Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-27T15:50:50.225Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-27T15:50:50.225Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-27T15:50:50.225Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-27T15:50:50.225Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-27T15:50:50.225Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-27T15:50:50.225Z] + '[' '' = dynamic ']' [2019-09-27T15:50:50.225Z] + make [2019-09-27T15:50:50.510Z] 🇩 bin/ctr [2019-09-27T15:50:50.936Z] #47 ... [2019-09-27T15:50:50.936Z] [2019-09-27T15:50:50.936Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-27T15:50:51.194Z] #25 DONE 0.8s [2019-09-27T15:50:51.194Z] [2019-09-27T15:50:51.194Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-27T15:50:51.452Z] #28 DONE 0.1s [2019-09-27T15:50:51.452Z] [2019-09-27T15:50:51.452Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-27T15:50:51.711Z] #31 DONE 0.2s [2019-09-27T15:50:51.711Z] [2019-09-27T15:50:51.711Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:50:51.711Z] #47 ... [2019-09-27T15:50:51.711Z] [2019-09-27T15:50:51.711Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-27T15:50:51.711Z] #34 DONE 0.1s [2019-09-27T15:50:51.969Z] [2019-09-27T15:50:51.969Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-27T15:50:51.969Z] #39 DONE 0.1s [2019-09-27T15:50:51.969Z] [2019-09-27T15:50:51.969Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-27T15:50:51.969Z] #43 DONE 0.1s [2019-09-27T15:50:51.969Z] [2019-09-27T15:50:51.969Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T15:50:53.194Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-27T15:50:53.194Z] + mkdir -p /build [2019-09-27T15:50:53.194Z] + cp runc /build/runc [2019-09-27T15:50:54.065Z] Removing intermediate container 8f6997c7dc45 [2019-09-27T15:50:54.066Z] ---> 54fd2bded424 [2019-09-27T15:50:54.066Z] Step 81/125 : FROM dev-base AS tini [2019-09-27T15:50:54.066Z] ---> 70ed6c3c5106 [2019-09-27T15:50:54.066Z] Step 82/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:50:54.066Z] ---> Using cache [2019-09-27T15:50:54.066Z] ---> 3c5de1d63f09 [2019-09-27T15:50:54.066Z] Step 83/125 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-27T15:50:54.066Z] ---> Running in 8e9702c866cc [2019-09-27T15:50:54.464Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:50:54.464Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:50:54.464Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:50:54.464Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:50:54.464Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:50:54.464Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-27T15:50:54.854Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-27T15:50:54.854Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-27T15:50:56.125Z] Fetched 7668 kB in 1s (4541 kB/s) [2019-09-27T15:50:56.506Z] Reading package lists... [2019-09-27T15:50:57.284Z] Reading package lists... [2019-09-27T15:50:57.284Z] Building dependency tree... [2019-09-27T15:50:57.284Z] Reading state information... [2019-09-27T15:50:57.284Z] The following additional packages will be installed: [2019-09-27T15:50:57.284Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-27T15:50:57.284Z] Suggested packages: [2019-09-27T15:50:57.284Z] codeblocks eclipse ninja-build lrzip [2019-09-27T15:50:57.284Z] Recommended packages: [2019-09-27T15:50:57.284Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-27T15:50:57.284Z] The following NEW packages will be installed: [2019-09-27T15:50:57.284Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-27T15:50:57.284Z] vim-common xxd [2019-09-27T15:50:57.284Z] 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:50:57.284Z] Need to get 13.2 MB of archives. [2019-09-27T15:50:57.284Z] After this operation, 59.4 MB of additional disk space will be used. [2019-09-27T15:50:57.284Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-09-27T15:50:57.675Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-27T15:50:57.675Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-09-27T15:50:57.675Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] [2019-09-27T15:50:57.675Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-09-27T15:50:57.675Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-09-27T15:50:57.675Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-09-27T15:50:57.675Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-09-27T15:50:57.675Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T15:50:57.675Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-27T15:50:57.675Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:50:58.164Z] Fetched 13.2 MB in 0s (39.3 MB/s) [2019-09-27T15:50:58.164Z] Selecting previously unselected package cmake-data. [2019-09-27T15:50:58.164Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-27T15:50:58.164Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-27T15:50:58.164Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-27T15:50:58.520Z] #47 170.5 🇩 bin/containerd [2019-09-27T15:50:58.602Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-27T15:50:58.602Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-27T15:50:58.602Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-27T15:50:58.602Z] Selecting previously unselected package libicu57:s390x. [2019-09-27T15:50:58.602Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-09-27T15:50:58.602Z] Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-09-27T15:50:59.391Z] Selecting previously unselected package libxml2:s390x. [2019-09-27T15:50:59.391Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-09-27T15:50:59.391Z] Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T15:50:59.391Z] Selecting previously unselected package libarchive13:s390x. [2019-09-27T15:50:59.391Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-09-27T15:50:59.391Z] Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-27T15:50:59.391Z] Selecting previously unselected package libjsoncpp1:s390x. [2019-09-27T15:50:59.391Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-09-27T15:50:59.391Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-09-27T15:50:59.391Z] Selecting previously unselected package libuv1:s390x. [2019-09-27T15:50:59.391Z] Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-09-27T15:50:59.391Z] Unpacking libuv1:s390x (1.9.1-3) ... [2019-09-27T15:50:59.391Z] Selecting previously unselected package cmake. [2019-09-27T15:50:59.391Z] Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-09-27T15:50:59.391Z] Unpacking cmake (3.7.2-1) ... [2019-09-27T15:50:59.758Z] Selecting previously unselected package xxd. [2019-09-27T15:50:59.758Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-27T15:50:59.758Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:50:59.758Z] Selecting previously unselected package vim-common. [2019-09-27T15:50:59.758Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T15:50:59.758Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:51:00.131Z] Processing triggers for mime-support (3.60) ... [2019-09-27T15:51:00.131Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:51:00.131Z] Setting up libuv1:s390x (1.9.1-3) ... [2019-09-27T15:51:00.131Z] Setting up cmake-data (3.7.2-1) ... [2019-09-27T15:51:00.131Z] Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-09-27T15:51:00.131Z] Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T15:51:00.131Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:51:00.131Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:51:00.131Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-27T15:51:00.131Z] Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-09-27T15:51:00.131Z] Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-27T15:51:00.131Z] Setting up cmake (3.7.2-1) ... [2019-09-27T15:51:00.131Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:51:01.398Z] Removing intermediate container 8e9702c866cc [2019-09-27T15:51:01.398Z] ---> cd2b350c656c [2019-09-27T15:51:01.398Z] Step 84/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:51:01.398Z] ---> 098c1ec23e93 [2019-09-27T15:51:01.398Z] Step 85/125 : ENV INSTALL_BINARY_NAME=tini [2019-09-27T15:51:01.398Z] ---> Running in c966e88ba59f [2019-09-27T15:51:01.855Z] Removing intermediate container c966e88ba59f [2019-09-27T15:51:01.855Z] ---> bf71a11960ca [2019-09-27T15:51:01.855Z] Step 86/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:51:01.855Z] ---> ec3b881ed851 [2019-09-27T15:51:01.855Z] Step 87/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:51:01.855Z] ---> Running in 91fb79f6040c [2019-09-27T15:51:02.293Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T15:51:02.293Z] + RM_GOPATH=0 [2019-09-27T15:51:02.293Z] + TMP_GOPATH= [2019-09-27T15:51:02.293Z] + : /build [2019-09-27T15:51:02.293Z] + '[' -z '' ']' [2019-09-27T15:51:02.293Z] ++ mktemp -d [2019-09-27T15:51:02.293Z] + export GOPATH=/tmp/tmp.SfGnD6hYBe [2019-09-27T15:51:02.293Z] + GOPATH=/tmp/tmp.SfGnD6hYBe [2019-09-27T15:51:02.293Z] + RM_GOPATH=1 [2019-09-27T15:51:02.293Z] ++ dirname ./install.sh [2019-09-27T15:51:02.293Z] + dir=. [2019-09-27T15:51:02.293Z] + bin=tini [2019-09-27T15:51:02.293Z] + shift [2019-09-27T15:51:02.293Z] + '[' '!' -f ./tini.installer ']' [2019-09-27T15:51:02.293Z] + . ./tini.installer [2019-09-27T15:51:02.293Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T15:51:02.293Z] + install_tini [2019-09-27T15:51:02.293Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-27T15:51:02.293Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.SfGnD6hYBe/tini [2019-09-27T15:51:02.293Z] Cloning into '/tmp/tmp.SfGnD6hYBe/tini'... [2019-09-27T15:51:02.655Z] + cd /tmp/tmp.SfGnD6hYBe/tini [2019-09-27T15:51:02.655Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T15:51:02.655Z] + cmake . [2019-09-27T15:51:02.655Z] -- The C compiler identification is GNU 6.3.0 [2019-09-27T15:51:02.655Z] -- Check for working C compiler: /usr/bin/cc [2019-09-27T15:51:02.655Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-27T15:51:02.655Z] -- Detecting C compiler ABI info [2019-09-27T15:51:03.032Z] -- Detecting C compiler ABI info - done [2019-09-27T15:51:03.032Z] -- Detecting C compile features [2019-09-27T15:51:03.032Z] -- Detecting C compile features - done [2019-09-27T15:51:03.032Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-27T15:51:03.032Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-27T15:51:03.032Z] -- Configuring done [2019-09-27T15:51:03.032Z] -- Generating done [2019-09-27T15:51:03.032Z] -- Build files have been written to: /tmp/tmp.SfGnD6hYBe/tini [2019-09-27T15:51:03.032Z] + make tini-static [2019-09-27T15:51:03.032Z] Scanning dependencies of target tini-static [2019-09-27T15:51:03.032Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-27T15:51:03.401Z] [100%] Linking C executable tini-static [2019-09-27T15:51:03.401Z] [100%] Built target tini-static [2019-09-27T15:51:03.401Z] + mkdir -p /build [2019-09-27T15:51:03.401Z] + cp tini-static /build/docker-init [2019-09-27T15:51:04.180Z] Removing intermediate container 91fb79f6040c [2019-09-27T15:51:04.180Z] ---> 9c6f7b9c2388 [2019-09-27T15:51:04.180Z] Step 88/125 : FROM dev-base AS rootlesskit [2019-09-27T15:51:04.180Z] ---> 70ed6c3c5106 [2019-09-27T15:51:04.180Z] Step 89/125 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-27T15:51:04.180Z] ---> Running in f95a4d20e2e2 [2019-09-27T15:51:04.180Z] Removing intermediate container f95a4d20e2e2 [2019-09-27T15:51:04.180Z] ---> 818ba6eadf72 [2019-09-27T15:51:04.180Z] Step 90/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:51:04.543Z] ---> f33689739190 [2019-09-27T15:51:04.543Z] Step 91/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:51:04.543Z] ---> e716481dca5f [2019-09-27T15:51:04.543Z] Step 92/125 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:51:04.968Z] ---> Running in 9ea6d721b92c [2019-09-27T15:51:05.361Z] + RM_GOPATH=0 [2019-09-27T15:51:05.361Z] + TMP_GOPATH= [2019-09-27T15:51:05.361Z] + : /build/ [2019-09-27T15:51:05.361Z] + '[' -z '' ']' [2019-09-27T15:51:05.361Z] ++ mktemp -d [2019-09-27T15:51:05.361Z] + export GOPATH=/tmp/tmp.XUTy2HtDck [2019-09-27T15:51:05.361Z] + GOPATH=/tmp/tmp.XUTy2HtDck [2019-09-27T15:51:05.361Z] + RM_GOPATH=1 [2019-09-27T15:51:05.361Z] ++ dirname ./install.sh [2019-09-27T15:51:05.361Z] + dir=. [2019-09-27T15:51:05.361Z] + bin=rootlesskit [2019-09-27T15:51:05.361Z] + shift [2019-09-27T15:51:05.361Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-27T15:51:05.361Z] + . ./rootlesskit.installer [2019-09-27T15:51:05.361Z] ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-27T15:51:05.361Z] + install_rootlesskit [2019-09-27T15:51:05.361Z] + case "$1" in [2019-09-27T15:51:05.361Z] + export CGO_ENABLED=0 [2019-09-27T15:51:05.361Z] + CGO_ENABLED=0 [2019-09-27T15:51:05.361Z] + _install_rootlesskit [2019-09-27T15:51:05.361Z] + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f' [2019-09-27T15:51:05.361Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.XUTy2HtDck/src/github.com/rootless-containers/rootlesskit [2019-09-27T15:51:05.361Z] Cloning into '/tmp/tmp.XUTy2HtDck/src/github.com/rootless-containers/rootlesskit'... [2019-09-27T15:51:05.361Z] Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-27T15:51:05.930Z] + cd /tmp/tmp.XUTy2HtDck/src/github.com/rootless-containers/rootlesskit [2019-09-27T15:51:05.930Z] + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-27T15:51:05.930Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T15:51:05.930Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-27T15:51:13.798Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T15:51:13.798Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-27T15:51:14.586Z] Removing intermediate container 9ea6d721b92c [2019-09-27T15:51:14.586Z] ---> 5a22cced8995 [2019-09-27T15:51:14.586Z] Step 93/125 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-27T15:51:14.586Z] ---> 198bc159ea24 [2019-09-27T15:51:14.586Z] Step 94/125 : FROM runtime-dev AS dev [2019-09-27T15:51:14.586Z] ---> 5dd588077a00 [2019-09-27T15:51:14.586Z] Step 95/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:51:14.586Z] ---> Running in fba6dcde4241 [2019-09-27T15:51:14.947Z] Removing intermediate container fba6dcde4241 [2019-09-27T15:51:14.947Z] ---> 879668c20f38 [2019-09-27T15:51:14.947Z] Step 96/125 : RUN groupadd -r docker [2019-09-27T15:51:14.947Z] ---> Running in 92212cb5f3ab [2019-09-27T15:51:15.744Z] Removing intermediate container 92212cb5f3ab [2019-09-27T15:51:15.744Z] ---> f60d331e92ed [2019-09-27T15:51:15.744Z] Step 97/125 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-27T15:51:16.105Z] ---> Running in 0488b656ab32 [2019-09-27T15:51:16.930Z] Removing intermediate container 0488b656ab32 [2019-09-27T15:51:16.930Z] ---> cf0c2c1d17ad [2019-09-27T15:51:16.930Z] Step 98/125 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-27T15:51:17.344Z] ---> Running in d487fd9d1706 [2019-09-27T15:51:17.723Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-27T15:51:18.082Z] Removing intermediate container d487fd9d1706 [2019-09-27T15:51:18.082Z] ---> 49851cb8bba0 [2019-09-27T15:51:18.082Z] Step 99/125 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-27T15:51:18.465Z] ---> Running in ae68eedb8731 [2019-09-27T15:51:19.251Z] Removing intermediate container ae68eedb8731 [2019-09-27T15:51:19.251Z] ---> d613e498d632 [2019-09-27T15:51:19.251Z] Step 100/125 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-27T15:51:19.251Z] ---> Running in 273f0845e0f1 [2019-09-27T15:51:20.434Z] #47 192.6 🇩 bin/containerd-stress [2019-09-27T15:51:20.513Z] Removing intermediate container 273f0845e0f1 [2019-09-27T15:51:20.513Z] ---> 9cf9a3a0bb41 [2019-09-27T15:51:20.513Z] Step 101/125 : RUN ldconfig [2019-09-27T15:51:20.513Z] ---> Running in 3350f84707e5 [2019-09-27T15:51:21.803Z] #47 194.2 🇩 bin/containerd-shim [2019-09-27T15:51:21.873Z] Removing intermediate container 3350f84707e5 [2019-09-27T15:51:21.873Z] ---> c72a76660ce1 [2019-09-27T15:51:21.873Z] Step 102/125 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-27T15:51:21.873Z] ---> Running in 5c51931db9b6 [2019-09-27T15:51:22.253Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:51:22.253Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:51:22.253Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:51:22.253Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:51:22.253Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:51:22.253Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-27T15:51:22.618Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-27T15:51:22.618Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-27T15:51:23.875Z] Fetched 7668 kB in 1s (4721 kB/s) [2019-09-27T15:51:24.243Z] Reading package lists... [2019-09-27T15:51:25.200Z] Reading package lists... [2019-09-27T15:51:25.200Z] Building dependency tree... [2019-09-27T15:51:25.200Z] Reading state information... [2019-09-27T15:51:25.200Z] The following additional packages will be installed: [2019-09-27T15:51:25.200Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-27T15:51:25.200Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-27T15:51:25.200Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-27T15:51:25.200Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-27T15:51:25.200Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-27T15:51:25.200Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-27T15:51:25.200Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-27T15:51:25.200Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-27T15:51:25.200Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-27T15:51:25.200Z] Suggested packages: [2019-09-27T15:51:25.200Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-27T15:51:25.200Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-27T15:51:25.200Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-27T15:51:25.200Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-27T15:51:25.200Z] Recommended packages: [2019-09-27T15:51:25.200Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-27T15:51:25.200Z] python3-keyrings.alt python3-xdg unzip [2019-09-27T15:51:25.984Z] The following NEW packages will be installed: [2019-09-27T15:51:25.984Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-27T15:51:25.984Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-27T15:51:25.984Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-27T15:51:25.984Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-27T15:51:25.984Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-27T15:51:25.984Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-27T15:51:25.984Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-27T15:51:25.984Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-27T15:51:25.984Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-27T15:51:25.984Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-27T15:51:25.984Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-27T15:51:25.984Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-27T15:51:25.984Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-27T15:51:25.984Z] xfsprogs xxd xz-utils zip [2019-09-27T15:51:25.984Z] 0 upgraded, 69 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:51:25.984Z] Need to get 88.2 MB of archives. [2019-09-27T15:51:25.984Z] After this operation, 565 MB of additional disk space will be used. [2019-09-27T15:51:25.984Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-09-27T15:51:25.984Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-27T15:51:25.984Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-09-27T15:51:25.984Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-09-27T15:51:25.984Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-09-27T15:51:25.984Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-09-27T15:51:25.984Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-09-27T15:51:25.984Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-09-27T15:51:25.984Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-09-27T15:51:25.984Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-09-27T15:51:26.373Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-09-27T15:51:26.373Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-09-27T15:51:26.373Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-09-27T15:51:26.373Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-09-27T15:51:26.373Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-09-27T15:51:26.373Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-27T15:51:26.373Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-09-27T15:51:26.373Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-09-27T15:51:26.373Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-09-27T15:51:26.373Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-09-27T15:51:26.373Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-09-27T15:51:26.373Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T15:51:26.373Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-27T15:51:26.373Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-09-27T15:51:26.373Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-09-27T15:51:26.373Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-09-27T15:51:26.373Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-09-27T15:51:26.373Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-27T15:51:26.373Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-27T15:51:26.373Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-27T15:51:26.373Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-09-27T15:51:26.373Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-09-27T15:51:26.373Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-27T15:51:26.373Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-27T15:51:26.373Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-27T15:51:26.373Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-09-27T15:51:26.373Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-09-27T15:51:26.373Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-event1.02.1 s390x 2:1.02.137-2 [41.0 kB] [2019-09-27T15:51:26.373Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-09-27T15:51:26.373Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-09-27T15:51:26.374Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-09-27T15:51:26.374Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-09-27T15:51:26.374Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-09-27T15:51:26.374Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-09-27T15:51:26.374Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-27T15:51:26.374Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-27T15:51:26.374Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-09-27T15:51:26.374Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-09-27T15:51:26.374Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-09-27T15:51:26.374Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-27T15:51:26.374Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-27T15:51:26.374Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-27T15:51:26.374Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-09-27T15:51:26.374Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-27T15:51:26.374Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-09-27T15:51:26.374Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-27T15:51:26.756Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-09-27T15:51:26.756Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-09-27T15:51:26.756Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-09-27T15:51:26.756Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-09-27T15:51:26.756Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-09-27T15:51:26.756Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-i686 s390x 2.28-5+7.4+b4 [2151 kB] [2019-09-27T15:51:26.756Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-x86-64 s390x 2.28-5+7.4+b4 [2722 kB] [2019-09-27T15:51:26.756Z] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-27T15:51:26.756Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-27T15:51:26.756Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-27T15:51:26.756Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-base s390x 6.3.0-18+19.3+b3 [170 kB] [2019-09-27T15:51:26.756Z] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [31.4 MB] [2019-09-27T15:51:27.149Z] Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main s390x g++-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [21.7 MB] [2019-09-27T15:51:27.538Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:51:27.538Z] Fetched 88.2 MB in 1s (52.3 MB/s) [2019-09-27T15:51:27.905Z] Selecting previously unselected package bash-completion. [2019-09-27T15:51:27.905Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14898 files and directories currently installed.) [2019-09-27T15:51:27.905Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-27T15:51:28.356Z] #47 200.2 🇩 bin/containerd-shim-runc-v1 [2019-09-27T15:51:28.471Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-27T15:51:28.471Z] Selecting previously unselected package libnet1:s390x. [2019-09-27T15:51:28.471Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-27T15:51:28.471Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-27T15:51:28.471Z] Selecting previously unselected package libnfnetlink0:s390x. [2019-09-27T15:51:28.471Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-09-27T15:51:28.471Z] Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-09-27T15:51:28.471Z] Selecting previously unselected package libpcrecpp0v5:s390x. [2019-09-27T15:51:28.471Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-09-27T15:51:28.471Z] Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-27T15:51:28.471Z] Selecting previously unselected package libudev-dev:s390x. [2019-09-27T15:51:28.471Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-09-27T15:51:28.471Z] Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-09-27T15:51:28.471Z] Selecting previously unselected package libpython3.5-minimal:s390x. [2019-09-27T15:51:28.471Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-27T15:51:28.471Z] Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-27T15:51:28.856Z] Selecting previously unselected package python3.5-minimal. [2019-09-27T15:51:28.856Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-27T15:51:28.856Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-27T15:51:28.856Z] Selecting previously unselected package python3-minimal. [2019-09-27T15:51:28.856Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-09-27T15:51:28.856Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-27T15:51:28.856Z] Selecting previously unselected package libmpdec2:s390x. [2019-09-27T15:51:28.856Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-09-27T15:51:28.856Z] Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-09-27T15:51:28.856Z] Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-09-27T15:51:28.856Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-09-27T15:51:28.856Z] Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-27T15:51:29.227Z] Selecting previously unselected package python3.5. [2019-09-27T15:51:29.227Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-09-27T15:51:29.227Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-27T15:51:29.227Z] Selecting previously unselected package libpython3-stdlib:s390x. [2019-09-27T15:51:29.227Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-09-27T15:51:29.227Z] Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-27T15:51:29.227Z] Selecting previously unselected package dh-python. [2019-09-27T15:51:29.227Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-27T15:51:29.227Z] Unpacking dh-python (2.20170125) ... [2019-09-27T15:51:29.227Z] Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-27T15:51:29.227Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-27T15:51:29.632Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-27T15:51:30.012Z] Selecting previously unselected package python3. [2019-09-27T15:51:30.012Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16484 files and directories currently installed.) [2019-09-27T15:51:30.012Z] Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-09-27T15:51:30.012Z] Unpacking python3 (3.5.3-1) ... [2019-09-27T15:51:30.012Z] Selecting previously unselected package pigz. [2019-09-27T15:51:30.012Z] Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-09-27T15:51:30.012Z] Unpacking pigz (2.3.4-1) ... [2019-09-27T15:51:30.012Z] Selecting previously unselected package libip4tc0:s390x. [2019-09-27T15:51:30.012Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-27T15:51:30.012Z] Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T15:51:30.012Z] Selecting previously unselected package libip6tc0:s390x. [2019-09-27T15:51:30.012Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-27T15:51:30.012Z] Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T15:51:30.012Z] Selecting previously unselected package libiptc0:s390x. [2019-09-27T15:51:30.012Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-27T15:51:30.012Z] Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T15:51:30.012Z] Selecting previously unselected package libxtables12:s390x. [2019-09-27T15:51:30.012Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-27T15:51:30.012Z] Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T15:51:30.012Z] Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-09-27T15:51:30.012Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-09-27T15:51:30.012Z] Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-27T15:51:30.012Z] Selecting previously unselected package iptables. [2019-09-27T15:51:30.012Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-27T15:51:30.012Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-27T15:51:30.254Z] #47 202.8 🇩 binaries [2019-09-27T15:51:30.254Z] #47 202.8 + mkdir -p /build [2019-09-27T15:51:30.254Z] #47 202.8 + cp bin/containerd /build/containerd [2019-09-27T15:51:30.254Z] #47 202.9 + cp bin/containerd-shim /build/containerd-shim [2019-09-27T15:51:30.254Z] #47 202.9 + cp bin/ctr /build/ctr [2019-09-27T15:51:30.388Z] Selecting previously unselected package xxd. [2019-09-27T15:51:30.388Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-27T15:51:30.388Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:51:30.388Z] Selecting previously unselected package vim-common. [2019-09-27T15:51:30.388Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T15:51:30.388Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:51:30.388Z] Selecting previously unselected package bzip2. [2019-09-27T15:51:30.388Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-09-27T15:51:30.388Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-27T15:51:30.388Z] Selecting previously unselected package libgpm2:s390x. [2019-09-27T15:51:30.388Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-09-27T15:51:30.388Z] Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-27T15:51:30.388Z] Selecting previously unselected package xz-utils. [2019-09-27T15:51:30.388Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-09-27T15:51:30.388Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-27T15:51:30.388Z] Selecting previously unselected package aufs-tools. [2019-09-27T15:51:30.388Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-09-27T15:51:30.388Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-27T15:51:30.388Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-27T15:51:30.388Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-27T15:51:30.388Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-27T15:51:30.388Z] Selecting previously unselected package btrfs-progs. [2019-09-27T15:51:30.388Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-27T15:51:30.388Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T15:51:30.754Z] Selecting previously unselected package btrfs-tools. [2019-09-27T15:51:30.754Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-27T15:51:30.754Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T15:51:30.754Z] Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-09-27T15:51:30.754Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-27T15:51:30.754Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-27T15:51:30.754Z] Selecting previously unselected package dmsetup. [2019-09-27T15:51:30.754Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-09-27T15:51:30.754Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-27T15:51:30.754Z] Selecting previously unselected package libonig4:s390x. [2019-09-27T15:51:30.754Z] Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-09-27T15:51:30.754Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-27T15:51:30.754Z] Selecting previously unselected package libjq1:s390x. [2019-09-27T15:51:30.754Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-27T15:51:30.754Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-27T15:51:30.754Z] Selecting previously unselected package jq. [2019-09-27T15:51:30.754Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-27T15:51:30.754Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-27T15:51:30.754Z] Selecting previously unselected package libaio1:s390x. [2019-09-27T15:51:30.754Z] Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-09-27T15:51:30.754Z] Unpacking libaio1:s390x (0.3.110-3) ... [2019-09-27T15:51:30.754Z] Selecting previously unselected package libcap2-bin. [2019-09-27T15:51:30.754Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-09-27T15:51:30.754Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-27T15:51:30.754Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-09-27T15:51:30.754Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-27T15:51:30.754Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-27T15:51:30.754Z] Selecting previously unselected package libsepol1-dev:s390x. [2019-09-27T15:51:30.754Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-09-27T15:51:30.754Z] Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-09-27T15:51:31.122Z] Selecting previously unselected package libpcre16-3:s390x. [2019-09-27T15:51:31.122Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-09-27T15:51:31.122Z] Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-09-27T15:51:31.122Z] Selecting previously unselected package libpcre32-3:s390x. [2019-09-27T15:51:31.122Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-09-27T15:51:31.122Z] Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-09-27T15:51:31.122Z] Selecting previously unselected package libpcre3-dev:s390x. [2019-09-27T15:51:31.122Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-09-27T15:51:31.122Z] Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-09-27T15:51:31.122Z] Selecting previously unselected package libselinux1-dev:s390x. [2019-09-27T15:51:31.122Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-09-27T15:51:31.122Z] Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-27T15:51:31.122Z] Selecting previously unselected package libdevmapper-dev:s390x. [2019-09-27T15:51:31.122Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-09-27T15:51:31.122Z] Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-27T15:51:31.122Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-27T15:51:31.122Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-27T15:51:31.122Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-27T15:51:31.122Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-27T15:51:31.122Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-27T15:51:31.122Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-27T15:51:31.183Z] #47 DONE 203.7s [2019-09-27T15:51:31.496Z] Selecting previously unselected package libreadline5:s390x. [2019-09-27T15:51:31.496Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-09-27T15:51:31.496Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-27T15:51:31.496Z] Selecting previously unselected package libsystemd-dev:s390x. [2019-09-27T15:51:31.496Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-09-27T15:51:31.496Z] Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-27T15:51:31.496Z] Selecting previously unselected package net-tools. [2019-09-27T15:51:31.496Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-09-27T15:51:31.496Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-27T15:51:31.496Z] Selecting previously unselected package python-pip-whl. [2019-09-27T15:51:31.496Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-27T15:51:31.496Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-27T15:51:31.952Z] Selecting previously unselected package python3-pip. [2019-09-27T15:51:31.952Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-27T15:51:31.952Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-27T15:51:31.952Z] Selecting previously unselected package python3-pkg-resources. [2019-09-27T15:51:31.952Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T15:51:31.952Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-27T15:51:31.952Z] Selecting previously unselected package python3-setuptools. [2019-09-27T15:51:31.952Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-27T15:51:31.952Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-27T15:51:31.952Z] Selecting previously unselected package python3-wheel. [2019-09-27T15:51:31.952Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-27T15:51:31.952Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-27T15:51:31.952Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-27T15:51:31.952Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-09-27T15:51:31.952Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-27T15:51:31.952Z] Selecting previously unselected package vim-runtime. [2019-09-27T15:51:31.952Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T15:51:31.952Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-27T15:51:31.952Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-27T15:51:31.952Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:51:32.114Z] [2019-09-27T15:51:32.114Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-27T15:51:32.114Z] #48 DONE 0.4s [2019-09-27T15:51:32.372Z] [2019-09-27T15:51:32.372Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-27T15:51:32.372Z] #51 DONE 0.1s [2019-09-27T15:51:32.372Z] [2019-09-27T15:51:32.372Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-27T15:51:32.628Z] #54 DONE 0.2s [2019-09-27T15:51:32.628Z] [2019-09-27T15:51:32.628Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-27T15:51:32.781Z] Selecting previously unselected package vim. [2019-09-27T15:51:32.781Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-27T15:51:32.781Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:51:32.885Z] #56 DONE 0.2s [2019-09-27T15:51:32.885Z] [2019-09-27T15:51:32.885Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-27T15:51:32.885Z] #59 DONE 0.1s [2019-09-27T15:51:32.885Z] [2019-09-27T15:51:32.885Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-27T15:51:33.141Z] #63 DONE 0.3s [2019-09-27T15:51:33.142Z] [2019-09-27T15:51:33.142Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-27T15:51:33.172Z] Selecting previously unselected package xfsprogs. [2019-09-27T15:51:33.172Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-09-27T15:51:33.172Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-27T15:51:33.172Z] Selecting previously unselected package zip. [2019-09-27T15:51:33.172Z] Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-09-27T15:51:33.172Z] Unpacking zip (3.0-11+b1) ... [2019-09-27T15:51:33.172Z] Selecting previously unselected package libapparmor-perl. [2019-09-27T15:51:33.172Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-09-27T15:51:33.172Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-27T15:51:33.172Z] Selecting previously unselected package apparmor. [2019-09-27T15:51:33.172Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-09-27T15:51:33.172Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-27T15:51:33.399Z] #65 DONE 0.2s [2019-09-27T15:51:33.399Z] [2019-09-27T15:51:33.399Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-27T15:51:33.399Z] #66 DONE 0.0s [2019-09-27T15:51:33.399Z] [2019-09-27T15:51:33.399Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-27T15:51:33.552Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-27T15:51:33.552Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-09-27T15:51:33.552Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-27T15:51:33.552Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-27T15:51:33.552Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-09-27T15:51:33.552Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-27T15:51:33.917Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-27T15:51:33.917Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-27T15:51:33.917Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-27T15:51:34.297Z] Selecting previously unselected package mingw-w64-common. [2019-09-27T15:51:34.297Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-27T15:51:34.297Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-27T15:51:34.328Z] #67 DONE 1.0s [2019-09-27T15:51:34.585Z] [2019-09-27T15:51:34.585Z] #68 exporting to image [2019-09-27T15:51:34.585Z] #68 exporting layers [2019-09-27T15:51:34.677Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-27T15:51:34.677Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-27T15:51:34.677Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-27T15:51:35.514Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-27T15:51:35.514Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-27T15:51:35.514Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-27T15:51:35.514Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-27T15:51:35.514Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-27T15:51:35.514Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T15:51:38.747Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-27T15:51:38.747Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-27T15:51:38.747Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T15:51:41.355Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-27T15:51:41.355Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-27T15:51:41.355Z] Setting up libsepol1-dev:s390x (2.6-2) ... [2019-09-27T15:51:41.355Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-27T15:51:41.355Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-27T15:51:41.355Z] Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T15:51:41.355Z] Processing triggers for mime-support (3.60) ... [2019-09-27T15:51:41.355Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:51:41.355Z] Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-27T15:51:41.355Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-27T15:51:41.719Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-27T15:51:41.719Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-27T15:51:41.719Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-27T15:51:42.094Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-27T15:51:42.094Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-27T15:51:42.094Z] Setting up zip (3.0-11+b1) ... [2019-09-27T15:51:42.094Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-27T15:51:42.094Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-27T15:51:42.094Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-27T15:51:42.094Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:51:42.094Z] Setting up libaio1:s390x (0.3.110-3) ... [2019-09-27T15:51:42.094Z] Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T15:51:42.094Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-27T15:51:42.094Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-27T15:51:42.094Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-27T15:51:42.094Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:51:42.094Z] Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-27T15:51:42.094Z] Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-09-27T15:51:42.094Z] Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-09-27T15:51:42.094Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:51:42.470Z] Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-27T15:51:42.470Z] Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-09-27T15:51:42.470Z] Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-27T15:51:42.470Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-27T15:51:42.470Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-27T15:51:42.470Z] Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-09-27T15:51:42.470Z] Setting up pigz (2.3.4-1) ... [2019-09-27T15:51:42.470Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-27T15:51:42.470Z] Setting up libmpdec2:s390x (2.4.2-1) ... [2019-09-27T15:51:42.470Z] Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T15:51:42.470Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-27T15:51:42.470Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-27T15:51:42.470Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-27T15:51:42.470Z] Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-09-27T15:51:42.470Z] Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-27T15:51:42.470Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-27T15:51:42.470Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:51:42.470Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-27T15:51:42.470Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-27T15:51:42.470Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-27T15:51:42.470Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-27T15:51:42.470Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-27T15:51:42.470Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-27T15:51:42.470Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-27T15:51:42.470Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-27T15:51:42.470Z] Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-27T15:51:42.470Z] Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T15:51:42.470Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-27T15:51:42.470Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-27T15:51:42.470Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T15:51:42.470Z] Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-27T15:51:42.470Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-27T15:51:43.739Z] Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-27T15:51:43.739Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T15:51:43.739Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-27T15:51:43.739Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-27T15:51:43.739Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-27T15:51:43.739Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-27T15:51:43.739Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T15:51:43.739Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T15:51:43.739Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-27T15:51:43.739Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-27T15:51:43.739Z] Setting up python3 (3.5.3-1) ... [2019-09-27T15:51:43.739Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-27T15:51:44.547Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-27T15:51:44.547Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-27T15:51:44.547Z] Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-27T15:51:44.547Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-27T15:51:44.547Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-27T15:51:44.972Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-27T15:51:44.972Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-27T15:51:44.972Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-27T15:51:44.972Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-27T15:51:45.361Z] Setting up dh-python (2.20170125) ... [2019-09-27T15:51:45.361Z] Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-27T15:51:45.361Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:51:47.431Z] 🇩 bin/containerd [2019-09-27T15:51:49.493Z] #68 exporting layers 13.0s done [2019-09-27T15:51:49.493Z] #68 writing image sha256:8cb9bae804494242e3187bee50d49527165ad2a299034cc8cecbdce9fb0e9cfa done [2019-09-27T15:51:49.493Z] #68 naming to docker.io/library/docker:3136dea250b22e35d47b1ccda744645a86231aa7 done [2019-09-27T15:51:49.493Z] #68 DONE 13.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-09-27T15:51:50.497Z] [2019-09-27T15:51:50.497Z] Removing bundles/ [2019-09-27T15:51:50.497Z] [2019-09-27T15:51:50.497Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-27T15:51:50.497Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T15:51:50.497Z] GOOS="" GOARCH="" GOARM="" [2019-09-27T15:51:50.564Z] Removing intermediate container 5c51931db9b6 [2019-09-27T15:51:50.564Z] ---> ee46bcff2dfd [2019-09-27T15:51:50.564Z] Step 103/125 : RUN pip3 install yamllint==1.16.0 [2019-09-27T15:51:50.564Z] ---> Running in 0b7baf430241 [2019-09-27T15:51:51.062Z] Collecting yamllint==1.16.0 [2019-09-27T15:51:51.434Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-27T15:51:51.434Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-27T15:51:51.814Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-27T15:51:51.814Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-09-27T15:51:52.178Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-27T15:51:52.178Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-27T15:51:52.798Z] Building wheels for collected packages: pyyaml, pathspec [2019-09-27T15:51:52.798Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-27T15:51:53.186Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-27T15:51:53.186Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-27T15:51:53.186Z] Running setup.py bdist_wheel for pathspec: started [2019-09-27T15:51:53.186Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-27T15:51:53.186Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-27T15:51:53.186Z] Successfully built pyyaml pathspec [2019-09-27T15:51:53.186Z] Installing collected packages: pyyaml, pathspec, yamllint [2019-09-27T15:51:53.186Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-27T15:51:53.708Z] The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2019-09-27T15:51:53.989Z] Removing intermediate container 0b7baf430241 [2019-09-27T15:51:53.990Z] ---> 567294556057 [2019-09-27T15:51:53.990Z] Step 104/125 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-27T15:51:54.447Z] ---> d127d31fc2da [2019-09-27T15:51:54.447Z] Step 105/125 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-27T15:51:55.110Z] Congratulations! All api changes are done the right way. [2019-09-27T15:51:55.365Z] Congratulations! No testing.T found. [2019-09-27T15:51:55.365Z] Congratulations! All toml source files changed here have valid syntax. [2019-09-27T15:51:55.365Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-09-27T15:51:55.365Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-09-27T15:51:55.972Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-385/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 -e DOCKER_GRAPHDRIVER docker:3136dea250b22e35d47b1ccda744645a86231aa7 hack/make.sh dynbinary-daemon test-docker-py [2019-09-27T15:51:56.318Z] ---> 60f0e07defb5 [2019-09-27T15:51:56.319Z] Step 106/125 : COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-27T15:51:56.532Z] [2019-09-27T15:51:56.787Z] Removing bundles/ [2019-09-27T15:51:56.787Z] [2019-09-27T15:51:56.787Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-27T15:51:56.787Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T15:51:56.787Z] GOOS="" GOARCH="" GOARM="" [2019-09-27T15:51:57.590Z] ---> d38b1f33049b [2019-09-27T15:51:57.590Z] Step 107/125 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-27T15:51:57.959Z] ---> ae4ebbdd5768 [2019-09-27T15:51:57.959Z] Step 108/125 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-27T15:51:57.959Z] ---> dd71dfcada41 [2019-09-27T15:51:57.959Z] Step 109/125 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-27T15:51:58.328Z] ---> 6d53a10804fe [2019-09-27T15:51:58.328Z] Step 110/125 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-27T15:51:58.752Z] ---> 55d9af60045e [2019-09-27T15:51:58.752Z] Step 111/125 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-27T15:51:59.123Z] ---> 504f360ab8e9 [2019-09-27T15:51:59.123Z] Step 112/125 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-27T15:51:59.912Z] ---> c9342bb16c86 [2019-09-27T15:51:59.912Z] Step 113/125 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-27T15:51:59.912Z] ---> 939a7e2e9a39 [2019-09-27T15:51:59.912Z] Step 114/125 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-27T15:52:00.283Z] ---> f299f669d929 [2019-09-27T15:52:00.283Z] Step 115/125 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-27T15:52:01.654Z] ---> 914eed05b473 [2019-09-27T15:52:01.654Z] Step 116/125 : COPY --from=criu /build/ /usr/local/ [2019-09-27T15:52:01.654Z] ---> c5fb5b088aa8 [2019-09-27T15:52:01.654Z] Step 117/125 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-27T15:52:02.477Z] ---> 2958bc6ddfa0 [2019-09-27T15:52:02.477Z] Step 118/125 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-27T15:52:02.477Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-27T15:52:02.477Z] bad55c542dc9: Pulling fs layer [2019-09-27T15:52:02.968Z] bad55c542dc9: Verifying Checksum [2019-09-27T15:52:02.968Z] bad55c542dc9: Download complete [2019-09-27T15:52:03.342Z] bad55c542dc9: Pull complete [2019-09-27T15:52:03.342Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-27T15:52:03.342Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-27T15:52:03.710Z] ---> 579357d0b804 [2019-09-27T15:52:03.710Z] Step 119/125 : ENV PATH=/usr/local/cli:$PATH [2019-09-27T15:52:03.710Z] ---> Running in dce76567529d [2019-09-27T15:52:03.710Z] Removing intermediate container dce76567529d [2019-09-27T15:52:03.710Z] ---> d4bc4ed0f8ac [2019-09-27T15:52:03.710Z] Step 120/125 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-27T15:52:04.080Z] ---> Running in c48ae3962427 [2019-09-27T15:52:04.080Z] Removing intermediate container c48ae3962427 [2019-09-27T15:52:04.080Z] ---> 8b04cdd8602c [2019-09-27T15:52:04.080Z] Step 121/125 : WORKDIR /go/src/github.com/docker/docker [2019-09-27T15:52:04.080Z] ---> Running in 769110351f45 [2019-09-27T15:52:04.447Z] Removing intermediate container 769110351f45 [2019-09-27T15:52:04.447Z] ---> 7f57c0d12b0b [2019-09-27T15:52:04.447Z] Step 122/125 : VOLUME /var/lib/docker [2019-09-27T15:52:04.447Z] ---> Running in 0b73e74a7c05 [2019-09-27T15:52:04.447Z] Removing intermediate container 0b73e74a7c05 [2019-09-27T15:52:04.447Z] ---> f42cc701ff2f [2019-09-27T15:52:04.447Z] Step 123/125 : ENTRYPOINT ["hack/dind"] [2019-09-27T15:52:04.809Z] ---> Running in 50c0d8efc1cb [2019-09-27T15:52:04.809Z] Removing intermediate container 50c0d8efc1cb [2019-09-27T15:52:04.809Z] ---> ac6073065fbd [2019-09-27T15:52:04.809Z] Step 124/125 : FROM dev AS final [2019-09-27T15:52:04.809Z] ---> ac6073065fbd [2019-09-27T15:52:04.809Z] Step 125/125 : COPY . /go/src/github.com/docker/docker [2019-09-27T15:52:07.382Z] ---> cf1eaa154669 [2019-09-27T15:52:07.774Z] Successfully built cf1eaa154669 [2019-09-27T15:52:07.774Z] Successfully tagged docker:3136dea250b22e35d47b1ccda744645a86231aa7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-27T15:52:08.618Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/engine_PR-385/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 -e DOCKER_GRAPHDRIVER docker:3136dea250b22e35d47b1ccda744645a86231aa7 hack/test/unit [2019-09-27T15:52:11.194Z] ? github.com/docker/docker/api [no test files] [2019-09-27T15:52:19.689Z] 65014b3c3121: Pull complete [2019-09-27T15:52:20.048Z] 🇩 bin/containerd-stress [2019-09-27T15:52:22.666Z] ok github.com/docker/docker/api/server 0.004s coverage: 7.9% of statements [2019-09-27T15:52:22.739Z] 🇩 bin/containerd-shim [2019-09-27T15:52:33.065Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-27T15:52:37.600Z] 🇩 binaries [2019-09-27T15:52:37.600Z] + mkdir -p /build [2019-09-27T15:52:37.600Z] + cp bin/containerd /build/containerd [2019-09-27T15:52:37.600Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-27T15:52:37.600Z] + cp bin/ctr /build/ctr [2019-09-27T15:52:43.112Z] Removing intermediate container 6bdfc861cf3d [2019-09-27T15:52:43.112Z] ---> e36268e65271 [2019-09-27T15:52:43.112Z] Step 56/125 : FROM dev-base AS proxy [2019-09-27T15:52:43.112Z] ---> 6df6146a01a9 [2019-09-27T15:52:43.112Z] Step 57/125 : ENV INSTALL_BINARY_NAME=proxy [2019-09-27T15:52:43.112Z] ---> Running in 58a7999a96eb [2019-09-27T15:52:43.112Z] Removing intermediate container 58a7999a96eb [2019-09-27T15:52:43.112Z] ---> 1c496f0b71b1 [2019-09-27T15:52:43.112Z] Step 58/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:52:43.112Z] ---> 517308328796 [2019-09-27T15:52:43.112Z] Step 59/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:52:43.399Z] ---> 8896d562f219 [2019-09-27T15:52:43.399Z] Step 60/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:52:43.399Z] ---> Running in ba3b351a7284 [2019-09-27T15:52:43.686Z] + RM_GOPATH=0 [2019-09-27T15:52:43.686Z] + TMP_GOPATH= [2019-09-27T15:52:43.686Z] + : /build [2019-09-27T15:52:43.686Z] + '[' -z '' ']' [2019-09-27T15:52:43.686Z] ++ mktemp -d [2019-09-27T15:52:43.686Z] + export GOPATH=/tmp/tmp.1zGqXtb0qL [2019-09-27T15:52:43.686Z] + GOPATH=/tmp/tmp.1zGqXtb0qL [2019-09-27T15:52:43.686Z] + RM_GOPATH=1 [2019-09-27T15:52:43.686Z] ++ dirname ./install.sh [2019-09-27T15:52:43.686Z] Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T15:52:43.686Z] + dir=. [2019-09-27T15:52:43.686Z] + bin=proxy [2019-09-27T15:52:43.686Z] + shift [2019-09-27T15:52:43.686Z] + '[' '!' -f ./proxy.installer ']' [2019-09-27T15:52:43.686Z] + . ./proxy.installer [2019-09-27T15:52:43.686Z] ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T15:52:43.686Z] + install_proxy [2019-09-27T15:52:43.686Z] + case "$1" in [2019-09-27T15:52:43.686Z] + export CGO_ENABLED=0 [2019-09-27T15:52:43.686Z] + CGO_ENABLED=0 [2019-09-27T15:52:43.686Z] + _install_proxy [2019-09-27T15:52:43.686Z] + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-27T15:52:43.686Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.1zGqXtb0qL/src/github.com/docker/libnetwork [2019-09-27T15:52:43.686Z] Cloning into '/tmp/tmp.1zGqXtb0qL/src/github.com/docker/libnetwork'... [2019-09-27T15:52:47.144Z] + cd /tmp/tmp.1zGqXtb0qL/src/github.com/docker/libnetwork [2019-09-27T15:52:47.144Z] + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T15:52:47.144Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-27T15:52:50.639Z] Removing intermediate container ba3b351a7284 [2019-09-27T15:52:50.639Z] ---> d4edb0e9d323 [2019-09-27T15:52:50.639Z] Step 61/125 : FROM base AS gometalinter [2019-09-27T15:52:50.639Z] ---> 6df6146a01a9 [2019-09-27T15:52:50.639Z] Step 62/125 : ENV INSTALL_BINARY_NAME=gometalinter [2019-09-27T15:52:50.639Z] ---> Running in d2260019bcaa [2019-09-27T15:52:50.639Z] Removing intermediate container d2260019bcaa [2019-09-27T15:52:50.639Z] ---> c5ef152d707c [2019-09-27T15:52:50.639Z] Step 63/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:52:50.928Z] ---> 40cdb96268dc [2019-09-27T15:52:50.928Z] Step 64/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:52:50.928Z] ---> 0e2d1e43b48c [2019-09-27T15:52:50.928Z] Step 65/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:52:50.928Z] ---> Running in 6e02f69ffe55 [2019-09-27T15:52:51.215Z] + RM_GOPATH=0 [2019-09-27T15:52:51.215Z] + TMP_GOPATH= [2019-09-27T15:52:51.215Z] + : /build [2019-09-27T15:52:51.215Z] + '[' -z '' ']' [2019-09-27T15:52:51.215Z] ++ mktemp -d [2019-09-27T15:52:51.500Z] + export GOPATH=/tmp/tmp.NTt6rtGJV6 [2019-09-27T15:52:51.500Z] + GOPATH=/tmp/tmp.NTt6rtGJV6 [2019-09-27T15:52:51.500Z] + RM_GOPATH=1 [2019-09-27T15:52:51.500Z] ++ dirname ./install.sh [2019-09-27T15:52:51.500Z] + dir=. [2019-09-27T15:52:51.500Z] + bin=gometalinter [2019-09-27T15:52:51.500Z] + shift [2019-09-27T15:52:51.500Z] + '[' '!' -f ./gometalinter.installer ']' [2019-09-27T15:52:51.500Z] + . ./gometalinter.installer [2019-09-27T15:52:51.500Z] ++ GOMETALINTER_COMMIT=v2.0.6 [2019-09-27T15:52:51.500Z] + install_gometalinter [2019-09-27T15:52:51.500Z] Installing gometalinter version v2.0.6 [2019-09-27T15:52:51.500Z] + echo 'Installing gometalinter version v2.0.6' [2019-09-27T15:52:51.500Z] + go get -d github.com/alecthomas/gometalinter [2019-09-27T15:52:52.981Z] + cd /tmp/tmp.NTt6rtGJV6/src/github.com/alecthomas/gometalinter [2019-09-27T15:52:52.981Z] + git checkout -q v2.0.6 [2019-09-27T15:52:52.981Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-09-27T15:53:11.485Z] + GOBIN=/build [2019-09-27T15:53:11.485Z] + /build/gometalinter --install [2019-09-27T15:53:11.485Z] Installing: [2019-09-27T15:53:11.485Z] deadcode [2019-09-27T15:53:11.485Z] dupl [2019-09-27T15:53:11.485Z] errcheck [2019-09-27T15:53:11.485Z] gas [2019-09-27T15:53:11.485Z] gochecknoglobals [2019-09-27T15:53:11.485Z] gochecknoinits [2019-09-27T15:53:11.485Z] goconst [2019-09-27T15:53:11.485Z] gocyclo [2019-09-27T15:53:11.485Z] goimports [2019-09-27T15:53:11.485Z] golint [2019-09-27T15:53:11.485Z] gosimple [2019-09-27T15:53:11.485Z] gotype [2019-09-27T15:53:11.485Z] gotypex [2019-09-27T15:53:11.485Z] ineffassign [2019-09-27T15:53:11.485Z] interfacer [2019-09-27T15:53:11.485Z] lll [2019-09-27T15:53:11.485Z] maligned [2019-09-27T15:53:11.485Z] megacheck [2019-09-27T15:53:11.485Z] misspell [2019-09-27T15:53:11.485Z] nakedret [2019-09-27T15:53:11.485Z] safesql [2019-09-27T15:53:11.485Z] staticcheck [2019-09-27T15:53:11.485Z] structcheck [2019-09-27T15:53:11.485Z] unconvert [2019-09-27T15:53:11.485Z] unparam [2019-09-27T15:53:11.485Z] unused [2019-09-27T15:53:11.485Z] varcheck [2019-09-27T15:53:11.909Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T15:53:11.909Z] [2019-09-27T15:53:11.909Z] [2019-09-27T15:53:11.909Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-27T15:53:11.909Z] Skipping integration tests since TESTFLAGS includes integration-cli only flags [2019-09-27T15:53:11.909Z] [2019-09-27T15:53:11.909Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-09-27T15:53:11.909Z] [2019-09-27T15:53:11.909Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-27T15:53:11.909Z] Skipping integration tests since TESTFLAGS includes integration-cli only flags [2019-09-27T15:53:11.909Z] PKG_CONFIG=pkg-config [2019-09-27T15:53:11.909Z] GOLANG_VERSION=1.12.9 [2019-09-27T15:53:11.909Z] HOSTNAME=529f8621f986 [2019-09-27T15:53:11.909Z] KEEPBUNDLE=1 [2019-09-27T15:53:11.909Z] container=docker [2019-09-27T15:53:11.909Z] TEST_SKIP_INTEGRATION=1 [2019-09-27T15:53:11.909Z] GOPATH=/go [2019-09-27T15:53:11.909Z] PWD=/go/src/github.com/docker/docker [2019-09-27T15:53:11.909Z] HOME=/root [2019-09-27T15:53:11.909Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-27T15:53:11.909Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-27T15:53:11.909Z] DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:53:11.909Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-27T15:53:11.909Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-27T15:53:11.909Z] TERM=xterm [2019-09-27T15:53:11.909Z] DEST=bundles/test-integration [2019-09-27T15:53:11.909Z] SHLVL=1 [2019-09-27T15:53:11.909Z] TIMEOUT=120m [2019-09-27T15:53:11.909Z] TESTFLAGS=-check.f ^(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite) [2019-09-27T15:53:11.909Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-27T15:53:11.909Z] DOCKER_PKG=github.com/docker/docker [2019-09-27T15:53:11.909Z] TESTDEBUG=0 [2019-09-27T15:53:11.909Z] _=/usr/bin/env [2019-09-27T15:53:11.909Z] Building test suite binary ./integration-cli/test.main [2019-09-27T15:53:11.909Z] PKG_CONFIG=pkg-config [2019-09-27T15:53:11.909Z] GOLANG_VERSION=1.12.9 [2019-09-27T15:53:11.909Z] HOSTNAME=a2c85cf47c23 [2019-09-27T15:53:11.909Z] KEEPBUNDLE=1 [2019-09-27T15:53:11.909Z] container=docker [2019-09-27T15:53:11.909Z] TEST_SKIP_INTEGRATION=1 [2019-09-27T15:53:11.909Z] GOPATH=/go [2019-09-27T15:53:11.909Z] PWD=/go/src/github.com/docker/docker [2019-09-27T15:53:11.909Z] HOME=/root [2019-09-27T15:53:11.909Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-27T15:53:11.909Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-27T15:53:11.909Z] DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:53:11.909Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-27T15:53:11.909Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-27T15:53:11.909Z] TERM=xterm [2019-09-27T15:53:11.909Z] DEST=bundles/test-integration [2019-09-27T15:53:11.909Z] SHLVL=1 [2019-09-27T15:53:11.909Z] TIMEOUT=120m [2019-09-27T15:53:11.909Z] TESTFLAGS=-check.f ^(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite) [2019-09-27T15:53:11.909Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-27T15:53:11.909Z] DOCKER_PKG=github.com/docker/docker [2019-09-27T15:53:11.909Z] TESTDEBUG=0 [2019-09-27T15:53:11.909Z] _=/usr/bin/env [2019-09-27T15:53:11.909Z] Building test suite binary ./integration-cli/test.main [2019-09-27T15:53:11.909Z] [2019-09-27T15:53:11.909Z] Found new integrations tests: [2019-09-27T15:53:11.909Z] +func TestBuildMultiStageCopy(t *testing.T) { [2019-09-27T15:53:11.909Z] +func TestBuildPlatformInvalid(t *testing.T) { [2019-09-27T15:53:11.909Z] +func TestConfigDaemonLibtrustID(t *testing.T) { [2019-09-27T15:53:11.909Z] +func TestCopyFromContainer(t *testing.T) { [2019-09-27T15:53:11.909Z] +func TestCreateLinkToNonExistingContainer(t *testing.T) { [2019-09-27T15:53:11.909Z] +func TestHealthKillContainer(t *testing.T) { [2019-09-27T15:53:11.909Z] +func TestImagePullPlatformInvalid(t *testing.T) { [2019-09-27T15:53:11.909Z] +func TestDockerNetworkReConnect(t *testing.T) { [2019-09-27T15:53:11.909Z] +func TestServiceUpdateNetwork(t *testing.T) { [2019-09-27T15:53:11.909Z] Running stress test for them. [2019-09-27T15:53:11.909Z] Using test flags: -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:53:11.909Z] Skipping integration-cli tests since TESTFLAGS includes integration only flags [2019-09-27T15:53:12.475Z] PKG_CONFIG=pkg-config [2019-09-27T15:53:12.475Z] GOLANG_VERSION=1.12.9 [2019-09-27T15:53:12.475Z] HOSTNAME=8c1c09bd1990 [2019-09-27T15:53:12.475Z] KEEPBUNDLE=1 [2019-09-27T15:53:12.475Z] container=docker [2019-09-27T15:53:12.475Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-27T15:53:12.475Z] GOPATH=/go [2019-09-27T15:53:12.475Z] PWD=/go/src/github.com/docker/docker [2019-09-27T15:53:12.475Z] HOME=/root [2019-09-27T15:53:12.475Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-27T15:53:12.475Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-27T15:53:12.475Z] DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:53:12.475Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-27T15:53:12.475Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-27T15:53:12.475Z] TERM=xterm [2019-09-27T15:53:12.475Z] DEST=bundles/test-integration-flaky [2019-09-27T15:53:12.475Z] SHLVL=1 [2019-09-27T15:53:12.475Z] TIMEOUT=120m [2019-09-27T15:53:12.475Z] TESTFLAGS=-test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:53:12.475Z] TEST_REPEAT=5 [2019-09-27T15:53:12.475Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-27T15:53:12.475Z] DOCKER_PKG=github.com/docker/docker [2019-09-27T15:53:12.475Z] TESTDEBUG=0 [2019-09-27T15:53:12.475Z] _=/usr/bin/env [2019-09-27T15:53:12.475Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-27T15:53:18.513Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T15:53:18.513Z] [2019-09-27T15:53:18.513Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-09-27T15:53:18.513Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-09-27T15:53:18.513Z] Using test binary docker [2019-09-27T15:53:18.513Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-27T15:53:18.513Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T15:53:18.513Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T15:53:18.513Z] Warning failed to create cache: (null) [2019-09-27T15:53:18.513Z] . [2019-09-27T15:53:18.513Z] INFO: Waiting for daemon to start... [2019-09-27T15:53:18.513Z] Starting dockerd [2019-09-27T15:53:18.513Z] . [2019-09-27T15:53:18.513Z] INFO: Building docker-sdk-python3:4.0.2... [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-27T15:53:21.638Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2019-09-27T15:53:21.638Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-27T15:53:21.638Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 3.1% of statements [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-27T15:53:21.638Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2019-09-27T15:53:21.638Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 95.2% of statements [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-27T15:53:21.638Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2019-09-27T15:53:21.638Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 75.0% of statements [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/builder [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-27T15:53:21.638Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-27T15:53:21.638Z] ok github.com/docker/docker/builder/dockerignore 0.003s coverage: 96.8% of statements [2019-09-27T15:53:25.083Z] ok github.com/docker/docker/builder/fscache 0.119s coverage: 69.2% of statements [2019-09-27T15:53:25.480Z] ok github.com/docker/docker/builder/dockerfile 0.924s coverage: 45.1% of statements [2019-09-27T15:53:27.558Z] ok github.com/docker/docker/builder/remotecontext/git 0.582s coverage: 85.1% of statements [2019-09-27T15:53:27.558Z] ok github.com/docker/docker/builder/remotecontext 0.321s coverage: 13.6% of statements [2019-09-27T15:53:27.976Z] ? github.com/docker/docker/cli [no test files] [2019-09-27T15:53:27.976Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-27T15:53:27.976Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-09-27T15:53:33.172Z] ok github.com/docker/docker/client 0.262s coverage: 75.7% of statements [2019-09-27T15:53:44.074Z] Removing intermediate container 6e02f69ffe55 [2019-09-27T15:53:44.074Z] ---> 8d89821f28f1 [2019-09-27T15:53:44.074Z] Step 66/125 : FROM base AS gotestsum [2019-09-27T15:53:44.074Z] ---> 6df6146a01a9 [2019-09-27T15:53:44.074Z] Step 67/125 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-27T15:53:44.074Z] ---> Running in 1af64cd4cd0f [2019-09-27T15:53:44.074Z] Removing intermediate container 1af64cd4cd0f [2019-09-27T15:53:44.074Z] ---> d537d2fee995 [2019-09-27T15:53:44.074Z] Step 68/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:53:44.074Z] ---> 39de9f40ea6a [2019-09-27T15:53:44.074Z] Step 69/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:53:44.074Z] ---> 6a567f77bf54 [2019-09-27T15:53:44.074Z] Step 70/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:53:44.074Z] ---> Running in 4117ef372ddf [2019-09-27T15:53:44.074Z] + RM_GOPATH=0 [2019-09-27T15:53:44.074Z] + TMP_GOPATH= [2019-09-27T15:53:44.074Z] + : /build [2019-09-27T15:53:44.074Z] + '[' -z '' ']' [2019-09-27T15:53:44.074Z] ++ mktemp -d [2019-09-27T15:53:44.074Z] + export GOPATH=/tmp/tmp.WSsiStVU5C [2019-09-27T15:53:44.074Z] + GOPATH=/tmp/tmp.WSsiStVU5C [2019-09-27T15:53:44.074Z] + RM_GOPATH=1 [2019-09-27T15:53:44.074Z] ++ dirname ./install.sh [2019-09-27T15:53:44.074Z] + dir=. [2019-09-27T15:53:44.074Z] + bin=gotestsum [2019-09-27T15:53:44.074Z] + shift [2019-09-27T15:53:44.074Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-27T15:53:44.074Z] + . ./gotestsum.installer [2019-09-27T15:53:44.074Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-27T15:53:44.074Z] + install_gotestsum [2019-09-27T15:53:44.074Z] Installing gotestsum version v0.3.5 [2019-09-27T15:53:44.074Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-27T15:53:44.074Z] + go get -d gotest.tools/gotestsum [2019-09-27T15:53:52.477Z] + cd /tmp/tmp.WSsiStVU5C/src/gotest.tools/gotestsum [2019-09-27T15:53:52.477Z] + git checkout -q v0.3.5 [2019-09-27T15:53:52.477Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-27T15:54:02.005Z] ok github.com/docker/docker/cmd/dockerd/hack 0.003s coverage: 72.9% of statements [2019-09-27T15:54:02.848Z] ok github.com/docker/docker/cmd/dockerd 0.070s coverage: 29.8% of statements [2019-09-27T15:54:05.465Z] ok github.com/docker/docker/container 0.118s coverage: 35.6% of statements [2019-09-27T15:54:05.465Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-27T15:54:05.465Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-27T15:54:05.465Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-27T15:54:05.465Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-27T15:54:13.345Z] ok github.com/docker/docker/daemon/cluster 0.029s coverage: 0.5% of statements [2019-09-27T15:54:14.890Z] Removing intermediate container 4117ef372ddf [2019-09-27T15:54:14.890Z] ---> 3e2b263c7df6 [2019-09-27T15:54:14.890Z] Step 71/125 : FROM dev-base AS dockercli [2019-09-27T15:54:14.890Z] ---> 6df6146a01a9 [2019-09-27T15:54:14.890Z] Step 72/125 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-27T15:54:14.890Z] ---> Running in 4e3640b167b6 [2019-09-27T15:54:14.890Z] Removing intermediate container 4e3640b167b6 [2019-09-27T15:54:14.890Z] ---> 325603accf14 [2019-09-27T15:54:14.890Z] Step 73/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:54:14.890Z] ---> d6e9fcf6223e [2019-09-27T15:54:14.890Z] Step 74/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:54:14.890Z] ---> f04266564be8 [2019-09-27T15:54:14.890Z] Step 75/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:54:14.890Z] ---> Running in 6c8e52948c52 [2019-09-27T15:54:14.890Z] + RM_GOPATH=0 [2019-09-27T15:54:14.890Z] + TMP_GOPATH= [2019-09-27T15:54:14.890Z] + : /build [2019-09-27T15:54:14.890Z] + '[' -z '' ']' [2019-09-27T15:54:14.890Z] ++ mktemp -d [2019-09-27T15:54:14.890Z] + export GOPATH=/tmp/tmp.5hq3p4lL3Q [2019-09-27T15:54:14.890Z] + GOPATH=/tmp/tmp.5hq3p4lL3Q [2019-09-27T15:54:14.890Z] + RM_GOPATH=1 [2019-09-27T15:54:14.890Z] ++ dirname ./install.sh [2019-09-27T15:54:14.890Z] + dir=. [2019-09-27T15:54:14.890Z] + bin=dockercli [2019-09-27T15:54:14.890Z] + shift [2019-09-27T15:54:14.890Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-27T15:54:14.890Z] + . ./dockercli.installer [2019-09-27T15:54:14.890Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-27T15:54:14.890Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-27T15:54:14.890Z] + install_dockercli [2019-09-27T15:54:14.890Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-27T15:54:14.890Z] Install docker/cli version 17.06.2-ce from stable [2019-09-27T15:54:14.890Z] ++ uname -m [2019-09-27T15:54:14.890Z] + arch=ppc64le [2019-09-27T15:54:14.890Z] + '[' ppc64le '!=' x86_64 ']' [2019-09-27T15:54:14.890Z] + '[' ppc64le '!=' s390x ']' [2019-09-27T15:54:14.890Z] + '[' ppc64le '!=' armhf ']' [2019-09-27T15:54:14.890Z] + build_dockercli [2019-09-27T15:54:14.890Z] + git clone https://github.com/docker/docker-ce /tmp/tmp.5hq3p4lL3Q/tmp/docker-ce [2019-09-27T15:54:14.890Z] Cloning into '/tmp/tmp.5hq3p4lL3Q/tmp/docker-ce'... [2019-09-27T15:54:15.806Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.017s coverage: 65.3% of statements [2019-09-27T15:54:17.543Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.8% of statements [2019-09-27T15:54:25.315Z] ok github.com/docker/docker/daemon 12.243s coverage: 17.5% of statements [2019-09-27T15:54:25.315Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-27T15:54:25.693Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 13.6% of statements [2019-09-27T15:54:25.693Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-27T15:54:26.234Z] sha256:8b5f696a5600d261405d6d4830a59f6cbd64cc0c341fed08b54ebacc8fadc912 [2019-09-27T15:54:26.234Z] INFO: Starting docker-py tests... [2019-09-27T15:54:26.234Z] ============================= test session starts ============================== [2019-09-27T15:54:26.234Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.13.0 [2019-09-27T15:54:26.234Z] rootdir: /src, inifile: pytest.ini [2019-09-27T15:54:26.234Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-09-27T15:54:26.837Z] collected 385 items / 6 deselected [2019-09-27T15:54:26.837Z] [2019-09-27T15:54:27.637Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.4% of statements [2019-09-27T15:54:28.020Z] ok github.com/docker/docker/daemon/config 0.079s coverage: 84.7% of statements [2019-09-27T15:54:29.136Z] ok github.com/docker/docker/daemon/events 0.062s coverage: 50.0% of statements [2019-09-27T15:54:29.136Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-27T15:54:29.136Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-27T15:54:29.980Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2019-09-27T15:54:31.385Z] 2945147eda09: Pull complete [2019-09-27T15:54:31.385Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-09-27T15:54:31.385Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T15:54:31.385Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-09-27T15:54:31.385Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-09-27T15:54:31.385Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.737' [2019-09-27T15:54:31.385Z] WARN: Skipping validation tests [2019-09-27T15:54:31.385Z] INFO: Running unit tests at 09/27/2019 15:54:28... [2019-09-27T15:54:33.302Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2019-09-27T15:54:33.572Z] INFO: make.ps1 starting at 09/27/2019 15:54:33 [2019-09-27T15:54:33.775Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.363s coverage: 57.8% of statements [2019-09-27T15:54:34.032Z] INFO: Git commit (3136dea25) assumed from DOCKER_GITCOMMIT environment variable [2019-09-27T15:54:34.032Z] INFO: Invoking autogen... [2019-09-27T15:54:35.003Z] INFO: Running unit tests... [2019-09-27T15:54:41.529Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.540s coverage: 46.1% of statements [2019-09-27T15:54:41.903Z] + cd /tmp/tmp.5hq3p4lL3Q/tmp/docker-ce [2019-09-27T15:54:41.903Z] + git checkout -q v17.06.2-ce [2019-09-27T15:54:41.903Z] + mkdir -p /tmp/tmp.5hq3p4lL3Q/src/github.com/docker [2019-09-27T15:54:41.903Z] + mv components/cli /tmp/tmp.5hq3p4lL3Q/src/github.com/docker/cli [2019-09-27T15:54:41.903Z] + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-09-27T15:54:43.992Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.093s coverage: 50.8% of statements [2019-09-27T15:54:43.992Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.743s coverage: 72.3% of statements [2019-09-27T15:54:43.992Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-27T15:54:46.553Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.618s coverage: 76.1% of statements [2019-09-27T15:54:47.352Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2019-09-27T15:54:48.675Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 3.0% of statements [2019-09-27T15:54:51.258Z] ok github.com/docker/docker/daemon/images 0.011s coverage: 4.9% of statements [2019-09-27T15:54:51.670Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.272s coverage: 57.0% of statements [2019-09-27T15:54:51.670Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-27T15:54:51.670Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-27T15:54:51.670Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-27T15:54:51.670Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2019-09-27T15:54:51.670Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-27T15:54:52.139Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-09-27T15:54:52.784Z] tests/integration/api_client_test.py ..... [ 7%] [2019-09-27T15:54:53.536Z] ok github.com/docker/docker/daemon/logger 0.218s coverage: 43.7% of statements [2019-09-27T15:54:53.924Z] ok github.com/docker/docker/daemon/logger/awslogs 0.101s coverage: 78.6% of statements [2019-09-27T15:54:53.924Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-27T15:54:53.924Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-27T15:54:55.307Z] tests/integration/api_config_test.py ..... [ 8%] [2019-09-27T15:54:55.481Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 68.2% of statements [2019-09-27T15:54:55.481Z] ok github.com/docker/docker/daemon/logger/journald 0.009s coverage: 26.2% of statements [2019-09-27T15:54:56.338Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 88.3% of statements [2019-09-27T15:54:57.178Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2019-09-27T15:54:57.589Z] ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 74.7% of statements [2019-09-27T15:54:57.589Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-27T15:54:59.052Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.030s coverage: 20.0% of statements [2019-09-27T15:55:00.539Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 47.8% of statements [2019-09-27T15:55:00.923Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2019-09-27T15:55:01.308Z] ok github.com/docker/docker/daemon/logger/splunk 1.845s coverage: 84.5% of statements [2019-09-27T15:55:01.308Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-27T15:55:02.140Z] ok github.com/docker/docker/daemon/network 0.018s coverage: 63.8% of statements [2019-09-27T15:55:02.140Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-27T15:55:03.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-27T15:55:03.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-27T15:55:04.277Z] ok github.com/docker/docker/distribution/metadata 0.027s coverage: 48.2% of statements [2019-09-27T15:55:04.468Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-27T15:55:04.660Z] ok github.com/docker/docker/distribution 0.418s coverage: 22.6% of statements [2019-09-27T15:55:04.660Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-27T15:55:04.988Z] ? github.com/docker/docker/api [no test files] [2019-09-27T15:55:05.991Z] ok github.com/docker/docker/errdefs 0.005s coverage: 48.2% of statements [2019-09-27T15:55:07.271Z] ok github.com/docker/docker/image 0.018s coverage: 86.4% of statements [2019-09-27T15:55:07.271Z] ok github.com/docker/docker/distribution/xfer 1.494s coverage: 83.4% of statements [2019-09-27T15:55:07.271Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-27T15:55:08.651Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-27T15:55:08.867Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2019-09-27T15:55:08.867Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-27T15:55:09.274Z] ok github.com/docker/docker/image/v1 0.018s coverage: 25.0% of statements [2019-09-27T15:55:09.274Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-27T15:55:10.622Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-27T15:55:10.622Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-27T15:55:10.622Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-27T15:55:10.622Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-27T15:55:10.622Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-27T15:55:10.622Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-27T15:55:10.622Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-27T15:55:10.622Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-27T15:55:10.622Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-27T15:55:10.622Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-27T15:55:11.453Z] ok github.com/docker/docker/internal/testutil 0.015s coverage: 62.5% of statements [2019-09-27T15:55:11.925Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-27T15:55:12.371Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2019-09-27T15:55:13.688Z] ok github.com/docker/docker/opts 0.028s coverage: 66.9% of statements [2019-09-27T15:55:14.074Z] ok github.com/docker/docker/pkg/aaparser 0.003s coverage: 50.0% of statements [2019-09-27T15:55:15.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-27T15:55:15.940Z] ok github.com/docker/docker/pkg/archive 0.497s coverage: 76.7% of statements [2019-09-27T15:55:17.983Z] ok github.com/docker/docker/pkg/authorization 0.650s coverage: 66.7% of statements [2019-09-27T15:55:17.983Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements [2019-09-27T15:55:18.355Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2019-09-27T15:55:18.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-27T15:55:19.050Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-27T15:55:20.209Z] ok github.com/docker/docker/layer 7.225s coverage: 72.0% of statements [2019-09-27T15:55:20.209Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-27T15:55:20.209Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-27T15:55:20.209Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-27T15:55:20.209Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-27T15:55:20.209Z] ? github.com/docker/docker/oci [no test files] [2019-09-27T15:55:20.209Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-27T15:55:20.614Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2019-09-27T15:55:21.611Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2019-09-27T15:55:22.016Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2019-09-27T15:55:22.725Z] ok github.com/docker/docker/api/server 0.089s coverage: 7.9% of statements [2019-09-27T15:55:22.832Z] ok github.com/docker/docker/pkg/chrootarchive 3.552s coverage: 43.2% of statements [2019-09-27T15:55:22.832Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-27T15:55:22.832Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-27T15:55:23.644Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2019-09-27T15:55:24.046Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2019-09-27T15:55:24.924Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2019-09-27T15:55:25.609Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-27T15:55:26.294Z] ok github.com/docker/docker/pkg/discovery/kv 3.138s coverage: 84.1% of statements [2019-09-27T15:55:26.294Z] ok github.com/docker/docker/pkg/filenotify 0.618s coverage: 66.3% of statements [2019-09-27T15:55:27.108Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 89.5% of statements [2019-09-27T15:55:27.723Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 10.2% of statements [2019-09-27T15:55:27.723Z] ok github.com/docker/docker/pkg/fsutils 0.430s coverage: 85.1% of statements [2019-09-27T15:55:28.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-27T15:55:28.568Z] ok github.com/docker/docker/pkg/idtools 0.265s coverage: 70.1% of statements [2019-09-27T15:55:28.971Z] ok github.com/docker/docker/pkg/ioutils 0.517s coverage: 70.4% of statements [2019-09-27T15:55:29.525Z] ok github.com/docker/docker/pkg/jsonmessage 0.017s coverage: 91.7% of statements [2019-09-27T15:55:29.993Z] ok github.com/docker/docker/pkg/locker 0.030s coverage: 88.9% of statements [2019-09-27T15:55:29.993Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2019-09-27T15:55:29.993Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-27T15:55:30.395Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2019-09-27T15:55:30.781Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2019-09-27T15:55:31.586Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2019-09-27T15:55:31.586Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 90.0% of statements [2019-09-27T15:55:31.964Z] ok github.com/docker/docker/pkg/pidfile 0.013s coverage: 82.4% of statements [2019-09-27T15:55:32.360Z] ok github.com/docker/docker/pkg/mount 1.317s coverage: 70.8% of statements [2019-09-27T15:55:32.360Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-27T15:55:32.360Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-27T15:55:32.360Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-27T15:55:33.787Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.014s coverage: 56.8% of statements [2019-09-27T15:55:34.185Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2019-09-27T15:55:34.567Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 87.9% of statements [2019-09-27T15:55:34.963Z] ok github.com/docker/docker/pkg/progress 0.003s coverage: 75.9% of statements [2019-09-27T15:55:35.015Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-09-27T15:55:36.227Z] ok github.com/docker/docker/pkg/pubsub 1.036s coverage: 72.7% of statements [2019-09-27T15:55:36.616Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-09-27T15:55:38.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-27T15:55:40.823Z] ok github.com/docker/docker/pkg/signal 2.960s coverage: 61.0% of statements [2019-09-27T15:55:40.823Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2019-09-27T15:55:41.191Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2019-09-27T15:55:41.567Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2019-09-27T15:55:42.005Z] ok github.com/docker/docker/pkg/symlink 0.009s coverage: 87.7% of statements [2019-09-27T15:55:42.899Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 81.4% of statements [2019-09-27T15:55:43.715Z] ok github.com/docker/docker/pkg/system 0.035s coverage: 35.8% of statements [2019-09-27T15:55:44.098Z] ok github.com/docker/docker/pkg/tailfile 0.053s coverage: 88.6% of statements [2019-09-27T15:55:44.927Z] ok github.com/docker/docker/pkg/tarsum 0.048s coverage: 89.3% of statements [2019-09-27T15:55:45.324Z] ok github.com/docker/docker/pkg/term 0.005s coverage: 84.8% of statements [2019-09-27T15:55:46.213Z] testing: warning: no tests to run [2019-09-27T15:55:46.213Z] ok github.com/docker/docker/pkg/term/windows 0.013s coverage: 0.0% of statements [no tests to run] [2019-09-27T15:55:46.620Z] ok github.com/docker/docker/pkg/truncindex 0.103s coverage: 91.5% of statements [2019-09-27T15:55:46.999Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2019-09-27T15:55:46.999Z] ok github.com/docker/docker/pkg/useragent 0.003s coverage: 88.9% of statements [2019-09-27T15:55:49.502Z] ok github.com/docker/docker/plugin 0.578s coverage: 27.3% of statements [2019-09-27T15:55:50.227Z] + return [2019-09-27T15:55:50.227Z] Removing intermediate container 6c8e52948c52 [2019-09-27T15:55:50.227Z] ---> 426baeabc088 [2019-09-27T15:55:50.227Z] Step 76/125 : FROM runtime-dev AS runc [2019-09-27T15:55:50.227Z] ---> b38141756168 [2019-09-27T15:55:50.227Z] Step 77/125 : ENV INSTALL_BINARY_NAME=runc [2019-09-27T15:55:50.227Z] ---> Running in 0f31c631f94b [2019-09-27T15:55:50.227Z] Removing intermediate container 0f31c631f94b [2019-09-27T15:55:50.227Z] ---> 759307974d93 [2019-09-27T15:55:50.227Z] Step 78/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:55:50.227Z] ---> 478db8e5b297 [2019-09-27T15:55:50.227Z] Step 79/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:55:50.227Z] ---> bad7d8f2ba7c [2019-09-27T15:55:50.227Z] Step 80/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:55:50.227Z] ---> Running in 96a58302fe5c [2019-09-27T15:55:50.227Z] + RM_GOPATH=0 [2019-09-27T15:55:50.227Z] + TMP_GOPATH= [2019-09-27T15:55:50.227Z] + : /build [2019-09-27T15:55:50.227Z] + '[' -z '' ']' [2019-09-27T15:55:50.227Z] ++ mktemp -d [2019-09-27T15:55:50.227Z] + export GOPATH=/tmp/tmp.RFRFDSL44d [2019-09-27T15:55:50.227Z] + GOPATH=/tmp/tmp.RFRFDSL44d [2019-09-27T15:55:50.227Z] + RM_GOPATH=1 [2019-09-27T15:55:50.227Z] ++ dirname ./install.sh [2019-09-27T15:55:50.227Z] + dir=. [2019-09-27T15:55:50.227Z] + bin=runc [2019-09-27T15:55:50.227Z] + shift [2019-09-27T15:55:50.227Z] + '[' '!' -f ./runc.installer ']' [2019-09-27T15:55:50.227Z] + . ./runc.installer [2019-09-27T15:55:50.227Z] ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-27T15:55:50.227Z] + install_runc [2019-09-27T15:55:50.227Z] + uname -r [2019-09-27T15:55:50.227Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-27T15:55:50.227Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-27T15:55:50.227Z] + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-09-27T15:55:50.227Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.RFRFDSL44d/src/github.com/opencontainers/runc [2019-09-27T15:55:50.227Z] Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-09-27T15:55:50.227Z] Cloning into '/tmp/tmp.RFRFDSL44d/src/github.com/opencontainers/runc'... [2019-09-27T15:55:50.227Z] + cd /tmp/tmp.RFRFDSL44d/src/github.com/opencontainers/runc [2019-09-27T15:55:50.227Z] + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-27T15:55:50.227Z] + '[' -z '' ']' [2019-09-27T15:55:50.227Z] + target=static [2019-09-27T15:55:50.227Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-27T15:55:50.227Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-09-27T15:55:50.370Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2019-09-27T15:55:51.718Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 76.5% of statements [2019-09-27T15:55:52.132Z] ok github.com/docker/docker/reference 0.008s coverage: 84.4% of statements [2019-09-27T15:55:54.033Z] ok github.com/docker/docker/registry 0.159s coverage: 56.4% of statements [2019-09-27T15:55:54.955Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2019-09-27T15:55:54.955Z] ok github.com/docker/docker/restartmanager 0.003s coverage: 47.1% of statements [2019-09-27T15:55:56.293Z] ok github.com/docker/docker/runconfig 0.010s coverage: 68.2% of statements [2019-09-27T15:55:57.085Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2019-09-27T15:55:57.916Z] ok github.com/docker/docker/volume/local 0.036s coverage: 73.0% of statements [2019-09-27T15:55:58.793Z] ok github.com/docker/docker/volume/mounts 0.036s coverage: 67.0% of statements [2019-09-27T15:56:00.031Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-27T15:56:00.277Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2019-09-27T15:56:03.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-27T15:56:06.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-27T15:56:07.888Z] ok github.com/docker/docker/pkg/plugins 33.634s coverage: 76.8% of statements [2019-09-27T15:56:07.888Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-27T15:56:07.888Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-27T15:56:07.888Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-27T15:56:07.888Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-27T15:56:07.888Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-27T15:56:07.888Z] ? github.com/docker/docker/rootless [no test files] [2019-09-27T15:56:07.888Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-27T15:56:07.888Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-27T15:56:07.888Z] ? github.com/docker/docker/volume [no test files] [2019-09-27T15:56:07.888Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-27T15:56:07.888Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === Skipped [2019-09-27T15:56:07.888Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-27T15:56:07.888Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-27T15:56:07.888Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T15:56:07.888Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T15:56:07.888Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T15:56:07.888Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T15:56:07.888Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T15:56:07.888Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:73: No driver to put! [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-27T15:56:07.888Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-27T15:56:07.888Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-27T15:56:07.888Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T15:56:07.888Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T15:56:07.888Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T15:56:07.888Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T15:56:07.888Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T15:56:07.888Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-27T15:56:07.888Z] graphtest_unix.go:73: No driver to put! [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-27T15:56:07.888Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] [2019-09-27T15:56:07.888Z] DONE 2038 tests, 19 skipped in 237.199s Post stage [Pipeline] junit [2019-09-27T15:56:08.023Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-27T15:56:10.495Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/engine_PR-385/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:3136dea250b22e35d47b1ccda744645a86231aa7 hack/make.sh dynbinary test-integration [2019-09-27T15:56:10.877Z] [2019-09-27T15:56:10.877Z] Removing bundles/ [2019-09-27T15:56:10.877Z] [2019-09-27T15:56:10.877Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-27T15:56:10.877Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T15:56:10.877Z] GOOS="" GOARCH="" GOARM="" [2019-09-27T15:56:11.856Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-27T15:56:12.624Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-27T15:56:13.632Z] + mkdir -p /build [2019-09-27T15:56:13.632Z] + cp runc /build/runc [2019-09-27T15:56:15.114Z] Removing intermediate container 96a58302fe5c [2019-09-27T15:56:15.114Z] ---> a751e7b90287 [2019-09-27T15:56:15.114Z] Step 81/125 : FROM dev-base AS tini [2019-09-27T15:56:15.114Z] ---> 6df6146a01a9 [2019-09-27T15:56:15.114Z] Step 82/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:56:15.114Z] ---> Using cache [2019-09-27T15:56:15.114Z] ---> 1f0004298baa [2019-09-27T15:56:15.114Z] Step 83/125 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-27T15:56:15.114Z] ---> Running in 1999283a03ac [2019-09-27T15:56:15.136Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-27T15:56:15.729Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:56:15.729Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:56:15.729Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:56:15.729Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:56:15.729Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:56:16.017Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-27T15:56:16.299Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-27T15:56:16.299Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-27T15:56:18.334Z] Fetched 7717 kB in 2s (2976 kB/s) [2019-09-27T15:56:18.419Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-27T15:56:19.346Z] Reading package lists... [2019-09-27T15:56:20.558Z] Reading package lists... [2019-09-27T15:56:20.840Z] Building dependency tree... [2019-09-27T15:56:20.840Z] Reading state information... [2019-09-27T15:56:20.840Z] The following additional packages will be installed: [2019-09-27T15:56:20.840Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-27T15:56:20.840Z] Suggested packages: [2019-09-27T15:56:20.840Z] codeblocks eclipse ninja-build lrzip [2019-09-27T15:56:20.840Z] Recommended packages: [2019-09-27T15:56:20.840Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-27T15:56:21.123Z] The following NEW packages will be installed: [2019-09-27T15:56:21.123Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-27T15:56:21.123Z] vim-common xxd [2019-09-27T15:56:21.123Z] 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:56:21.123Z] Need to get 13.4 MB of archives. [2019-09-27T15:56:21.123Z] After this operation, 60.4 MB of additional disk space will be used. [2019-09-27T15:56:21.123Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-09-27T15:56:21.123Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-27T15:56:21.123Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-09-27T15:56:21.409Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] [2019-09-27T15:56:21.409Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-09-27T15:56:21.409Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-09-27T15:56:21.409Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-09-27T15:56:21.409Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-09-27T15:56:21.409Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T15:56:21.409Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-27T15:56:21.696Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:56:21.696Z] Fetched 13.4 MB in 0s (26.1 MB/s) [2019-09-27T15:56:21.696Z] Selecting previously unselected package cmake-data. [2019-09-27T15:56:21.979Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-27T15:56:21.979Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-27T15:56:21.979Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-27T15:56:22.595Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-27T15:56:22.595Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-27T15:56:22.595Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-27T15:56:22.595Z] Selecting previously unselected package libicu57:ppc64el. [2019-09-27T15:56:22.595Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-09-27T15:56:22.595Z] Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-09-27T15:56:22.609Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration-flaky) [2019-09-27T15:56:22.609Z] Using test binary docker [2019-09-27T15:56:22.609Z] ++++ /etc/init.d/apparmor start [2019-09-27T15:56:22.609Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T15:56:22.609Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T15:56:22.609Z] Warning failed to create cache: (null) [2019-09-27T15:56:22.609Z] . [2019-09-27T15:56:22.609Z] INFO: Waiting for daemon to start... [2019-09-27T15:56:22.609Z] Starting dockerd [2019-09-27T15:56:22.609Z] ++++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration-flaky/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration-flaky/docker.pid --userland-proxy=true [2019-09-27T15:56:23.267Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-27T15:56:23.267Z] ok github.com/docker/docker/api/server/httputils 0.138s coverage: 14.7% of statements [2019-09-27T15:56:23.267Z] ok github.com/docker/docker/api/server/middleware 0.165s coverage: 37.7% of statements [2019-09-27T15:56:23.267Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-27T15:56:23.267Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-27T15:56:23.267Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-27T15:56:23.267Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-27T15:56:23.267Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-27T15:56:23.267Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-27T15:56:23.267Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-27T15:56:23.267Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-27T15:56:23.267Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-27T15:56:23.267Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-27T15:56:23.267Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-27T15:56:23.606Z] Selecting previously unselected package libxml2:ppc64el. [2019-09-27T15:56:23.606Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-09-27T15:56:23.606Z] Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T15:56:23.606Z] Selecting previously unselected package libarchive13:ppc64el. [2019-09-27T15:56:23.606Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-09-27T15:56:23.606Z] Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-27T15:56:23.606Z] Selecting previously unselected package libjsoncpp1:ppc64el. [2019-09-27T15:56:23.727Z] ok github.com/docker/docker/api/server/router/swarm 0.202s coverage: 3.1% of statements [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/types [no test files] [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-27T15:56:23.727Z] ok github.com/docker/docker/api/types/filters 0.091s coverage: 95.2% of statements [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-27T15:56:23.727Z] ok github.com/docker/docker/api/types/strslice 0.045s coverage: 90.0% of statements [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-27T15:56:23.727Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-27T15:56:23.890Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-09-27T15:56:23.890Z] Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-27T15:56:23.890Z] Selecting previously unselected package libuv1:ppc64el. [2019-09-27T15:56:23.890Z] Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-09-27T15:56:23.890Z] Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-09-27T15:56:23.890Z] Selecting previously unselected package cmake. [2019-09-27T15:56:23.890Z] Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-09-27T15:56:23.890Z] Unpacking cmake (3.7.2-1) ... [2019-09-27T15:56:24.173Z] Selecting previously unselected package xxd. [2019-09-27T15:56:24.173Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-27T15:56:24.188Z] ok github.com/docker/docker/api/types/time 0.427s coverage: 100.0% of statements [2019-09-27T15:56:24.188Z] ok github.com/docker/docker/api/types/versions 0.039s coverage: 75.0% of statements [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/autogen/winresources/docker [no test files] [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/builder [no test files] [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-27T15:56:24.188Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-27T15:56:24.456Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:56:24.456Z] Selecting previously unselected package vim-common. [2019-09-27T15:56:24.456Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T15:56:24.456Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:56:24.456Z] Processing triggers for mime-support (3.60) ... [2019-09-27T15:56:24.456Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:56:24.456Z] Setting up libuv1:ppc64el (1.9.1-3) ... [2019-09-27T15:56:24.456Z] Setting up cmake-data (3.7.2-1) ... [2019-09-27T15:56:24.456Z] Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-09-27T15:56:24.456Z] Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T15:56:24.456Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:56:24.456Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:56:24.456Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-27T15:56:24.456Z] Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-27T15:56:24.456Z] Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-27T15:56:24.456Z] Setting up cmake (3.7.2-1) ... [2019-09-27T15:56:24.456Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:56:24.510Z] . [2019-09-27T15:56:24.510Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration-flaky) [2019-09-27T15:56:24.510Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration-flaky) [2019-09-27T15:56:24.510Z] Error: No such image: emptyfs [2019-09-27T15:56:24.510Z] +++++ docker load [2019-09-27T15:56:24.510Z] +++++ tar -cC bundles/test-integration-flaky/emptyfs . [2019-09-27T15:56:24.767Z] Running integration-test (iteration 1) [2019-09-27T15:56:24.767Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:56:24.767Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:56:24.767Z] +++ set -e [2019-09-27T15:56:24.767Z] +++ '[' -n 0 ']' [2019-09-27T15:56:24.767Z] +++ set -x [2019-09-27T15:56:24.767Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:56:26.488Z] Removing intermediate container 1999283a03ac [2019-09-27T15:56:26.488Z] ---> 65558ed343f9 [2019-09-27T15:56:26.488Z] Step 84/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:56:26.488Z] ---> c71d5fad39f5 [2019-09-27T15:56:26.488Z] Step 85/125 : ENV INSTALL_BINARY_NAME=tini [2019-09-27T15:56:26.488Z] ---> Running in 0a24ba59ffce [2019-09-27T15:56:26.488Z] Removing intermediate container 0a24ba59ffce [2019-09-27T15:56:26.488Z] ---> 681856242fae [2019-09-27T15:56:26.488Z] Step 86/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:56:26.769Z] ---> 568d06538d71 [2019-09-27T15:56:26.769Z] Step 87/125 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:56:26.769Z] ---> Running in 57828f0c66f4 [2019-09-27T15:56:27.052Z] + RM_GOPATH=0 [2019-09-27T15:56:27.052Z] + TMP_GOPATH= [2019-09-27T15:56:27.052Z] + : /build [2019-09-27T15:56:27.052Z] + '[' -z '' ']' [2019-09-27T15:56:27.052Z] ++ mktemp -d [2019-09-27T15:56:27.052Z] + export GOPATH=/tmp/tmp.Oo5ALESfMH [2019-09-27T15:56:27.052Z] + GOPATH=/tmp/tmp.Oo5ALESfMH [2019-09-27T15:56:27.052Z] + RM_GOPATH=1 [2019-09-27T15:56:27.052Z] ++ dirname ./install.sh [2019-09-27T15:56:27.052Z] + dir=. [2019-09-27T15:56:27.052Z] + bin=tini [2019-09-27T15:56:27.052Z] + shift [2019-09-27T15:56:27.052Z] + '[' '!' -f ./tini.installer ']' [2019-09-27T15:56:27.052Z] + . ./tini.installer [2019-09-27T15:56:27.052Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T15:56:27.052Z] + install_tini [2019-09-27T15:56:27.052Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-27T15:56:27.052Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.Oo5ALESfMH/tini [2019-09-27T15:56:27.052Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T15:56:27.052Z] Cloning into '/tmp/tmp.Oo5ALESfMH/tini'... [2019-09-27T15:56:27.670Z] + cd /tmp/tmp.Oo5ALESfMH/tini [2019-09-27T15:56:27.670Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T15:56:27.670Z] + cmake . [2019-09-27T15:56:27.670Z] -- The C compiler identification is GNU 6.3.0 [2019-09-27T15:56:27.670Z] -- Check for working C compiler: /usr/bin/cc [2019-09-27T15:56:27.670Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-27T15:56:27.670Z] -- Detecting C compiler ABI info [2019-09-27T15:56:27.954Z] -- Detecting C compiler ABI info - done [2019-09-27T15:56:27.954Z] -- Detecting C compile features [2019-09-27T15:56:28.239Z] -- Detecting C compile features - done [2019-09-27T15:56:28.239Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-27T15:56:28.239Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-27T15:56:28.520Z] -- Configuring done [2019-09-27T15:56:28.520Z] -- Generating done [2019-09-27T15:56:28.520Z] -- Build files have been written to: /tmp/tmp.Oo5ALESfMH/tini [2019-09-27T15:56:28.520Z] + make tini-static [2019-09-27T15:56:28.520Z] Scanning dependencies of target tini-static [2019-09-27T15:56:28.520Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-27T15:56:28.805Z] [100%] Linking C executable tini-static [2019-09-27T15:56:29.089Z] [100%] Built target tini-static [2019-09-27T15:56:29.089Z] + mkdir -p /build [2019-09-27T15:56:29.089Z] + cp tini-static /build/docker-init [2019-09-27T15:56:29.718Z] Removing intermediate container 57828f0c66f4 [2019-09-27T15:56:29.718Z] ---> 9472acf53ee5 [2019-09-27T15:56:29.718Z] Step 88/125 : FROM dev-base AS rootlesskit [2019-09-27T15:56:29.718Z] ---> 6df6146a01a9 [2019-09-27T15:56:29.718Z] Step 89/125 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-27T15:56:29.718Z] ---> Running in 3c509dcc66b9 [2019-09-27T15:56:29.718Z] Removing intermediate container 3c509dcc66b9 [2019-09-27T15:56:29.718Z] ---> f76c2e0e67e9 [2019-09-27T15:56:29.718Z] Step 90/125 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T15:56:29.718Z] ---> 4dce9deeee9e [2019-09-27T15:56:29.718Z] Step 91/125 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T15:56:30.005Z] ---> 2fd516009f05 [2019-09-27T15:56:30.005Z] Step 92/125 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-27T15:56:30.005Z] ---> Running in 079fc1e16f1d [2019-09-27T15:56:30.289Z] + RM_GOPATH=0 [2019-09-27T15:56:30.289Z] + TMP_GOPATH= [2019-09-27T15:56:30.289Z] + : /build/ [2019-09-27T15:56:30.289Z] + '[' -z '' ']' [2019-09-27T15:56:30.289Z] ++ mktemp -d [2019-09-27T15:56:30.289Z] + export GOPATH=/tmp/tmp.HM1VIhXCYc [2019-09-27T15:56:30.289Z] + GOPATH=/tmp/tmp.HM1VIhXCYc [2019-09-27T15:56:30.289Z] + RM_GOPATH=1 [2019-09-27T15:56:30.289Z] ++ dirname ./install.sh [2019-09-27T15:56:30.289Z] + dir=. [2019-09-27T15:56:30.289Z] + bin=rootlesskit [2019-09-27T15:56:30.289Z] + shift [2019-09-27T15:56:30.289Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-27T15:56:30.289Z] + . ./rootlesskit.installer [2019-09-27T15:56:30.289Z] ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-27T15:56:30.289Z] + install_rootlesskit [2019-09-27T15:56:30.289Z] + case "$1" in [2019-09-27T15:56:30.289Z] + export CGO_ENABLED=0 [2019-09-27T15:56:30.289Z] + CGO_ENABLED=0 [2019-09-27T15:56:30.289Z] + _install_rootlesskit [2019-09-27T15:56:30.289Z] + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f' [2019-09-27T15:56:30.289Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.HM1VIhXCYc/src/github.com/rootless-containers/rootlesskit [2019-09-27T15:56:30.289Z] Cloning into '/tmp/tmp.HM1VIhXCYc/src/github.com/rootless-containers/rootlesskit'... [2019-09-27T15:56:30.289Z] Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-27T15:56:31.275Z] ok github.com/docker/docker/builder/dockerfile 0.621s coverage: 43.2% of statements [2019-09-27T15:56:31.275Z] ok github.com/docker/docker/builder/dockerignore 0.075s coverage: 96.8% of statements [2019-09-27T15:56:31.275Z] ok github.com/docker/docker/builder/fscache 1.515s coverage: 69.2% of statements [2019-09-27T15:56:31.275Z] ok github.com/docker/docker/builder/remotecontext 0.508s coverage: 9.2% of statements [2019-09-27T15:56:31.300Z] + cd /tmp/tmp.HM1VIhXCYc/src/github.com/rootless-containers/rootlesskit [2019-09-27T15:56:31.300Z] + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-27T15:56:31.582Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T15:56:31.582Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-27T15:56:44.179Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T15:56:44.179Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-27T15:56:46.207Z] Removing intermediate container 079fc1e16f1d [2019-09-27T15:56:46.207Z] ---> 98f698a7c5a4 [2019-09-27T15:56:46.207Z] Step 93/125 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-27T15:56:46.495Z] ---> 59b81d8db789 [2019-09-27T15:56:46.495Z] Step 94/125 : FROM runtime-dev AS dev [2019-09-27T15:56:46.495Z] ---> b38141756168 [2019-09-27T15:56:46.495Z] Step 95/125 : ARG DEBIAN_FRONTEND [2019-09-27T15:56:46.495Z] ---> Running in 8211306b862c [2019-09-27T15:56:46.495Z] Removing intermediate container 8211306b862c [2019-09-27T15:56:46.495Z] ---> c4fdf01ae17f [2019-09-27T15:56:46.495Z] Step 96/125 : RUN groupadd -r docker [2019-09-27T15:56:46.495Z] ---> Running in c5ab48980bd7 [2019-09-27T15:56:47.508Z] Removing intermediate container c5ab48980bd7 [2019-09-27T15:56:47.508Z] ---> 4cb406ac54ad [2019-09-27T15:56:47.508Z] Step 97/125 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-27T15:56:47.508Z] ---> Running in 7e7fd44c46ec [2019-09-27T15:56:48.138Z] Removing intermediate container 7e7fd44c46ec [2019-09-27T15:56:48.138Z] ---> 84277c5e0de6 [2019-09-27T15:56:48.138Z] Step 98/125 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-27T15:56:48.138Z] ---> Running in 49ddc3266da7 [2019-09-27T15:56:48.426Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-27T15:56:48.620Z] ................................................ [ 29%] [2019-09-27T15:56:48.710Z] Removing intermediate container 49ddc3266da7 [2019-09-27T15:56:48.710Z] ---> f92fab6fdd55 [2019-09-27T15:56:48.710Z] Step 99/125 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-27T15:56:49.000Z] ---> Running in 22bbe5d9a50b [2019-09-27T15:56:49.634Z] Removing intermediate container 22bbe5d9a50b [2019-09-27T15:56:49.634Z] ---> d4f0526f2c1d [2019-09-27T15:56:49.634Z] Step 100/125 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-27T15:56:49.634Z] ---> Running in d20a4197aaa4 [2019-09-27T15:56:50.252Z] Removing intermediate container d20a4197aaa4 [2019-09-27T15:56:50.252Z] ---> c9e40f13ab63 [2019-09-27T15:56:50.252Z] Step 101/125 : RUN ldconfig [2019-09-27T15:56:50.550Z] ---> Running in 12cd81366966 [2019-09-27T15:56:51.167Z] Removing intermediate container 12cd81366966 [2019-09-27T15:56:51.167Z] ---> 9841a19d4783 [2019-09-27T15:56:51.167Z] Step 102/125 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-27T15:56:51.167Z] ---> Running in 2db32d73b276 [2019-09-27T15:56:51.453Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T15:56:51.453Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T15:56:51.453Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T15:56:51.453Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T15:56:51.737Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T15:56:51.737Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-27T15:56:52.019Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-27T15:56:52.306Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-27T15:56:54.347Z] Fetched 7717 kB in 2s (3117 kB/s) [2019-09-27T15:56:54.963Z] Reading package lists... [2019-09-27T15:56:56.267Z] Reading package lists... [2019-09-27T15:56:56.550Z] Building dependency tree... [2019-09-27T15:56:56.550Z] Reading state information... [2019-09-27T15:56:56.550Z] The following additional packages will be installed: [2019-09-27T15:56:56.550Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-27T15:56:56.550Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-27T15:56:56.550Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-27T15:56:56.550Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-27T15:56:56.550Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-27T15:56:56.550Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-27T15:56:56.550Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-27T15:56:56.550Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-27T15:56:56.550Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-27T15:56:56.550Z] Suggested packages: [2019-09-27T15:56:56.550Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-27T15:56:56.550Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-27T15:56:56.550Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-27T15:56:56.550Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-27T15:56:56.550Z] Recommended packages: [2019-09-27T15:56:56.550Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-27T15:56:56.550Z] python3-keyrings.alt python3-xdg unzip [2019-09-27T15:56:56.864Z] Loaded image: buildpack-deps:jessie [2019-09-27T15:56:56.864Z] Loaded image: busybox:latest [2019-09-27T15:56:56.864Z] Loaded image: busybox:glibc [2019-09-27T15:56:56.864Z] Loaded image: debian:jessie [2019-09-27T15:56:56.864Z] Loaded image: hello-world:latest [2019-09-27T15:56:56.864Z] INFO: Testing against a local daemon [2019-09-27T15:56:56.864Z] === RUN TestBuildMultiStageCopy [2019-09-27T15:56:56.864Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T15:56:57.563Z] The following NEW packages will be installed: [2019-09-27T15:56:57.563Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-27T15:56:57.563Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-27T15:56:57.563Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-27T15:56:57.563Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-27T15:56:57.563Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-27T15:56:57.563Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-27T15:56:57.563Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-27T15:56:57.563Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-27T15:56:57.563Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-27T15:56:57.564Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-27T15:56:57.564Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-27T15:56:57.564Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-27T15:56:57.564Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-27T15:56:57.564Z] xfsprogs xxd xz-utils zip [2019-09-27T15:56:57.564Z] 0 upgraded, 69 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T15:56:57.564Z] Need to get 87.3 MB of archives. [2019-09-27T15:56:57.564Z] After this operation, 585 MB of additional disk space will be used. [2019-09-27T15:56:57.564Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-09-27T15:56:57.859Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-27T15:56:57.859Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-09-27T15:56:57.859Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-09-27T15:56:57.859Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-09-27T15:56:57.859Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-09-27T15:56:57.859Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-09-27T15:56:57.859Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-09-27T15:56:57.859Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-09-27T15:56:57.859Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-09-27T15:56:57.859Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-09-27T15:56:57.859Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-09-27T15:56:57.859Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-09-27T15:56:57.859Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-09-27T15:56:57.859Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-09-27T15:56:57.859Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-09-27T15:56:57.859Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-27T15:56:57.859Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-09-27T15:56:57.859Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-09-27T15:56:57.859Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-09-27T15:56:57.859Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-09-27T15:56:57.859Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T15:56:57.859Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-27T15:56:57.859Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-09-27T15:56:57.859Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-09-27T15:56:57.859Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-09-27T15:56:57.859Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-09-27T15:56:57.859Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-27T15:56:57.859Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-27T15:56:57.859Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-27T15:56:57.859Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-09-27T15:56:57.859Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-09-27T15:56:57.859Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-27T15:56:58.152Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-27T15:56:58.152Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-27T15:56:58.152Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-09-27T15:56:58.152Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-09-27T15:56:58.152Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.137-2 [41.0 kB] [2019-09-27T15:56:58.152Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-09-27T15:56:58.152Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-09-27T15:56:58.152Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-09-27T15:56:58.152Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-09-27T15:56:58.152Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-09-27T15:56:58.152Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-09-27T15:56:58.152Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-09-27T15:56:58.152Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-27T15:56:58.152Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-09-27T15:56:58.152Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-09-27T15:56:58.152Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-09-27T15:56:58.152Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-27T15:56:58.152Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-27T15:56:58.152Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-27T15:56:58.152Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-09-27T15:56:58.152Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-27T15:56:58.152Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-09-27T15:56:58.152Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-27T15:56:58.436Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-09-27T15:56:58.436Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-09-27T15:56:58.436Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-09-27T15:56:58.436Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-09-27T15:56:58.436Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-09-27T15:56:58.436Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-i686 ppc64el 2.28-5+7.4+b4 [1957 kB] [2019-09-27T15:56:58.436Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.28-5+7.4+b4 [2454 kB] [2019-09-27T15:56:58.731Z] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-27T15:56:58.731Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-27T15:56:58.731Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-27T15:56:58.731Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-base ppc64el 6.3.0-18+19.3+b3 [170 kB] [2019-09-27T15:56:58.731Z] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [31.0 MB] [2019-09-27T15:56:59.757Z] Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el g++-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [21.6 MB] [2019-09-27T15:57:00.386Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T15:57:00.676Z] Fetched 87.3 MB in 2s (32.6 MB/s) [2019-09-27T15:57:00.676Z] Selecting previously unselected package bash-completion. [2019-09-27T15:57:00.676Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15020 files and directories currently installed.) [2019-09-27T15:57:00.676Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-27T15:57:01.070Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T15:57:01.633Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T15:57:01.701Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-27T15:57:01.701Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-27T15:57:01.701Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-27T15:57:01.701Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-27T15:57:01.701Z] Selecting previously unselected package libnfnetlink0:ppc64el. [2019-09-27T15:57:01.701Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-09-27T15:57:01.701Z] Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-27T15:57:01.988Z] Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-09-27T15:57:01.988Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-09-27T15:57:01.988Z] Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-27T15:57:01.988Z] Selecting previously unselected package libudev-dev:ppc64el. [2019-09-27T15:57:01.988Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-09-27T15:57:01.988Z] Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-09-27T15:57:01.988Z] Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-09-27T15:57:01.988Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-27T15:57:01.988Z] Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-27T15:57:01.988Z] Selecting previously unselected package python3.5-minimal. [2019-09-27T15:57:01.988Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-27T15:57:01.988Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-27T15:57:02.270Z] Selecting previously unselected package python3-minimal. [2019-09-27T15:57:02.270Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-09-27T15:57:02.270Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-27T15:57:02.270Z] Selecting previously unselected package libmpdec2:ppc64el. [2019-09-27T15:57:02.270Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-09-27T15:57:02.270Z] Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-09-27T15:57:02.270Z] Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-09-27T15:57:02.270Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-27T15:57:02.270Z] Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-27T15:57:02.564Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T15:57:02.887Z] Selecting previously unselected package python3.5. [2019-09-27T15:57:02.887Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-27T15:57:02.887Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-27T15:57:02.887Z] Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-09-27T15:57:02.887Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-09-27T15:57:02.887Z] Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-27T15:57:02.887Z] Selecting previously unselected package dh-python. [2019-09-27T15:57:02.887Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-27T15:57:02.887Z] Unpacking dh-python (2.20170125) ... [2019-09-27T15:57:02.887Z] Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-27T15:57:02.887Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-27T15:57:03.129Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T15:57:03.694Z] --- PASS: TestBuildMultiStageCopy (7.80s) [2019-09-27T15:57:03.694Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (5.11s) [2019-09-27T15:57:03.694Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.58s) [2019-09-27T15:57:03.694Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.75s) [2019-09-27T15:57:03.694Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.67s) [2019-09-27T15:57:03.694Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.69s) [2019-09-27T15:57:03.694Z] === RUN TestBuildPlatformInvalid [2019-09-27T15:57:03.900Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-27T15:57:03.952Z] --- PASS: TestBuildPlatformInvalid (0.26s) [2019-09-27T15:57:03.952Z] === RUN TestBuildMultiStageCopy [2019-09-27T15:57:03.952Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T15:57:04.186Z] Selecting previously unselected package python3. [2019-09-27T15:57:04.186Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16606 files and directories currently installed.) [2019-09-27T15:57:04.186Z] Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-09-27T15:57:04.186Z] Unpacking python3 (3.5.3-1) ... [2019-09-27T15:57:04.186Z] Selecting previously unselected package pigz. [2019-09-27T15:57:04.186Z] Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-09-27T15:57:04.186Z] Unpacking pigz (2.3.4-1) ... [2019-09-27T15:57:04.186Z] Selecting previously unselected package libip4tc0:ppc64el. [2019-09-27T15:57:04.186Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-27T15:57:04.186Z] Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T15:57:04.186Z] Selecting previously unselected package libip6tc0:ppc64el. [2019-09-27T15:57:04.186Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-27T15:57:04.186Z] Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T15:57:04.186Z] Selecting previously unselected package libiptc0:ppc64el. [2019-09-27T15:57:04.186Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-27T15:57:04.186Z] Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T15:57:04.186Z] Selecting previously unselected package libxtables12:ppc64el. [2019-09-27T15:57:04.186Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-27T15:57:04.186Z] Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T15:57:04.186Z] Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-09-27T15:57:04.186Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-09-27T15:57:04.186Z] Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-27T15:57:04.186Z] Selecting previously unselected package iptables. [2019-09-27T15:57:04.186Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-27T15:57:04.186Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-27T15:57:04.469Z] Selecting previously unselected package xxd. [2019-09-27T15:57:04.469Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-27T15:57:04.469Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:57:04.469Z] Selecting previously unselected package vim-common. [2019-09-27T15:57:04.469Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T15:57:04.469Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:57:04.469Z] Selecting previously unselected package bzip2. [2019-09-27T15:57:04.469Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-09-27T15:57:04.469Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-27T15:57:04.469Z] Selecting previously unselected package libgpm2:ppc64el. [2019-09-27T15:57:04.469Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-09-27T15:57:04.469Z] Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-27T15:57:04.469Z] Selecting previously unselected package xz-utils. [2019-09-27T15:57:04.469Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-09-27T15:57:04.469Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-27T15:57:04.753Z] Selecting previously unselected package aufs-tools. [2019-09-27T15:57:04.753Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-09-27T15:57:04.753Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-27T15:57:04.753Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-27T15:57:04.753Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-27T15:57:04.753Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-27T15:57:04.753Z] Selecting previously unselected package btrfs-progs. [2019-09-27T15:57:04.753Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-27T15:57:04.753Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T15:57:04.753Z] Selecting previously unselected package btrfs-tools. [2019-09-27T15:57:04.753Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-27T15:57:04.753Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T15:57:04.753Z] Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-09-27T15:57:04.753Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-27T15:57:04.753Z] Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-27T15:57:04.753Z] Selecting previously unselected package dmsetup. [2019-09-27T15:57:04.753Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-09-27T15:57:04.753Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-27T15:57:05.036Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-27T15:57:05.036Z] Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-09-27T15:57:05.036Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-27T15:57:05.036Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-27T15:57:05.036Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-27T15:57:05.036Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-27T15:57:05.036Z] Selecting previously unselected package jq. [2019-09-27T15:57:05.036Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-27T15:57:05.036Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-27T15:57:05.036Z] Selecting previously unselected package libaio1:ppc64el. [2019-09-27T15:57:05.036Z] Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-09-27T15:57:05.036Z] Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-09-27T15:57:05.036Z] Selecting previously unselected package libcap2-bin. [2019-09-27T15:57:05.036Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-09-27T15:57:05.036Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-27T15:57:05.036Z] Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-09-27T15:57:05.036Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-27T15:57:05.036Z] Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-27T15:57:05.036Z] Selecting previously unselected package libsepol1-dev:ppc64el. [2019-09-27T15:57:05.036Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-09-27T15:57:05.036Z] Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-09-27T15:57:05.319Z] Selecting previously unselected package libpcre16-3:ppc64el. [2019-09-27T15:57:05.319Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-09-27T15:57:05.319Z] Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-27T15:57:05.319Z] Selecting previously unselected package libpcre32-3:ppc64el. [2019-09-27T15:57:05.319Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-09-27T15:57:05.319Z] Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-27T15:57:05.319Z] Selecting previously unselected package libpcre3-dev:ppc64el. [2019-09-27T15:57:05.319Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-09-27T15:57:05.319Z] Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-27T15:57:05.319Z] Selecting previously unselected package libselinux1-dev:ppc64el. [2019-09-27T15:57:05.319Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-09-27T15:57:05.319Z] Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-27T15:57:05.612Z] Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-09-27T15:57:05.612Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-09-27T15:57:05.612Z] Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-27T15:57:05.612Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-27T15:57:05.612Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-27T15:57:05.612Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-27T15:57:05.612Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-27T15:57:05.612Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-27T15:57:05.612Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-27T15:57:05.612Z] Selecting previously unselected package libreadline5:ppc64el. [2019-09-27T15:57:05.612Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-09-27T15:57:05.612Z] Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-27T15:57:05.612Z] Selecting previously unselected package libsystemd-dev:ppc64el. [2019-09-27T15:57:05.612Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-09-27T15:57:05.612Z] Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-09-27T15:57:05.849Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T15:57:05.849Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T15:57:06.106Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T15:57:06.229Z] Selecting previously unselected package net-tools. [2019-09-27T15:57:06.229Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-09-27T15:57:06.229Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-27T15:57:06.229Z] Selecting previously unselected package python-pip-whl. [2019-09-27T15:57:06.230Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-27T15:57:06.230Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-27T15:57:06.230Z] Selecting previously unselected package python3-pip. [2019-09-27T15:57:06.230Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-27T15:57:06.230Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-27T15:57:06.230Z] Selecting previously unselected package python3-pkg-resources. [2019-09-27T15:57:06.230Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T15:57:06.230Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-27T15:57:06.230Z] Selecting previously unselected package python3-setuptools. [2019-09-27T15:57:06.230Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-27T15:57:06.230Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-27T15:57:06.364Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T15:57:06.513Z] Selecting previously unselected package python3-wheel. [2019-09-27T15:57:06.513Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-27T15:57:06.513Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-27T15:57:06.513Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-27T15:57:06.513Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-09-27T15:57:06.513Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-27T15:57:06.513Z] Selecting previously unselected package vim-runtime. [2019-09-27T15:57:06.513Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T15:57:06.513Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-27T15:57:06.513Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-27T15:57:06.513Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:57:06.621Z] --- PASS: TestBuildMultiStageCopy (2.69s) [2019-09-27T15:57:06.622Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.58s) [2019-09-27T15:57:06.622Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s) [2019-09-27T15:57:06.622Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.27s) [2019-09-27T15:57:06.622Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.31s) [2019-09-27T15:57:06.622Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.28s) [2019-09-27T15:57:06.622Z] === RUN TestBuildPlatformInvalid [2019-09-27T15:57:06.879Z] --- PASS: TestBuildPlatformInvalid (0.22s) [2019-09-27T15:57:06.879Z] === RUN TestBuildMultiStageCopy [2019-09-27T15:57:06.879Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T15:57:07.007Z] ok github.com/docker/docker/builder/remotecontext/git 36.446s coverage: 85.1% of statements [2019-09-27T15:57:07.007Z] ? github.com/docker/docker/cli [no test files] [2019-09-27T15:57:07.007Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-27T15:57:07.007Z] ok github.com/docker/docker/cli/debug 0.054s coverage: 100.0% of statements [2019-09-27T15:57:07.007Z] ok github.com/docker/docker/client 0.856s coverage: 75.2% of statements [2019-09-27T15:57:07.528Z] Selecting previously unselected package vim. [2019-09-27T15:57:07.528Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-27T15:57:07.528Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:57:07.528Z] Selecting previously unselected package xfsprogs. [2019-09-27T15:57:07.528Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-09-27T15:57:07.528Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-27T15:57:07.819Z] Selecting previously unselected package zip. [2019-09-27T15:57:07.819Z] Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-09-27T15:57:07.819Z] Unpacking zip (3.0-11+b1) ... [2019-09-27T15:57:07.819Z] Selecting previously unselected package libapparmor-perl. [2019-09-27T15:57:07.819Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-27T15:57:07.819Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-27T15:57:07.819Z] Selecting previously unselected package apparmor. [2019-09-27T15:57:07.819Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-27T15:57:07.819Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-27T15:57:08.112Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-27T15:57:08.112Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-27T15:57:08.112Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-27T15:57:08.397Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-27T15:57:08.397Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-27T15:57:08.397Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-27T15:57:08.776Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T15:57:08.776Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T15:57:09.032Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-27T15:57:09.032Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-27T15:57:09.032Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-27T15:57:09.032Z] Selecting previously unselected package mingw-w64-common. [2019-09-27T15:57:09.032Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-27T15:57:09.032Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-27T15:57:09.034Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T15:57:09.291Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T15:57:09.549Z] --- PASS: TestBuildMultiStageCopy (2.78s) [2019-09-27T15:57:09.549Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.67s) [2019-09-27T15:57:09.549Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.25s) [2019-09-27T15:57:09.549Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.29s) [2019-09-27T15:57:09.549Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s) [2019-09-27T15:57:09.549Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.33s) [2019-09-27T15:57:09.549Z] === RUN TestBuildPlatformInvalid [2019-09-27T15:57:09.807Z] --- PASS: TestBuildPlatformInvalid (0.22s) [2019-09-27T15:57:09.807Z] === RUN TestBuildMultiStageCopy [2019-09-27T15:57:09.807Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T15:57:10.043Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-27T15:57:10.043Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-27T15:57:10.043Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-27T15:57:11.062Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-27T15:57:11.062Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-27T15:57:11.062Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-27T15:57:11.062Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-27T15:57:11.062Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-27T15:57:11.062Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T15:57:11.210Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-09-27T15:57:11.703Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T15:57:11.704Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T15:57:11.961Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T15:57:12.219Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T15:57:12.784Z] --- PASS: TestBuildMultiStageCopy (2.77s) [2019-09-27T15:57:12.784Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.68s) [2019-09-27T15:57:12.784Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.25s) [2019-09-27T15:57:12.784Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.28s) [2019-09-27T15:57:12.784Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.28s) [2019-09-27T15:57:12.784Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.29s) [2019-09-27T15:57:12.784Z] === RUN TestBuildPlatformInvalid [2019-09-27T15:57:12.784Z] --- PASS: TestBuildPlatformInvalid (0.24s) [2019-09-27T15:57:12.784Z] === RUN TestBuildMultiStageCopy [2019-09-27T15:57:12.784Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T15:57:12.825Z] ok github.com/docker/docker/cmd/dockerd 0.642s coverage: 18.8% of statements [2019-09-27T15:57:14.682Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T15:57:14.940Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T15:57:15.197Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T15:57:15.454Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-27T15:57:15.454Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-27T15:57:15.454Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T15:57:15.455Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T15:57:15.712Z] --- PASS: TestBuildMultiStageCopy (2.89s) [2019-09-27T15:57:15.713Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.79s) [2019-09-27T15:57:15.713Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s) [2019-09-27T15:57:15.713Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2019-09-27T15:57:15.713Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s) [2019-09-27T15:57:15.713Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.32s) [2019-09-27T15:57:15.713Z] === RUN TestBuildPlatformInvalid [2019-09-27T15:57:15.970Z] --- PASS: TestBuildPlatformInvalid (0.27s) [2019-09-27T15:57:15.970Z] PASS [2019-09-27T15:57:15.970Z] [2019-09-27T15:57:15.970Z] DONE 35 tests in 51.155s [2019-09-27T15:57:16.228Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:57:16.228Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:57:16.228Z] +++ set -e [2019-09-27T15:57:16.228Z] +++ '[' -n 0 ']' [2019-09-27T15:57:16.228Z] +++ set -x [2019-09-27T15:57:16.228Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:57:16.228Z] INFO: Testing against a local daemon [2019-09-27T15:57:16.228Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T15:57:16.570Z] ok github.com/docker/docker/container 0.529s coverage: 42.8% of statements [2019-09-27T15:57:16.570Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-27T15:57:16.570Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-27T15:57:16.570Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-27T15:57:16.570Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-27T15:57:16.793Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2019-09-27T15:57:16.793Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T15:57:16.793Z] daemon.go:325: [dbf698c846202] waiting for daemon to start [2019-09-27T15:57:16.793Z] daemon.go:325: [dbf698c846202] waiting for daemon to start [2019-09-27T15:57:16.793Z] daemon.go:353: [dbf698c846202] daemon started [2019-09-27T15:57:16.793Z] daemon.go:461: [dbf698c846202] Stopping daemon [2019-09-27T15:57:16.793Z] daemon.go:296: [dbf698c846202] exiting daemon [2019-09-27T15:57:16.793Z] daemon.go:448: [dbf698c846202] Daemon stopped [2019-09-27T15:57:16.793Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T15:57:17.358Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2019-09-27T15:57:17.358Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T15:57:17.358Z] daemon.go:325: [d93e0c54b513b] waiting for daemon to start [2019-09-27T15:57:17.358Z] daemon.go:325: [d93e0c54b513b] waiting for daemon to start [2019-09-27T15:57:17.358Z] daemon.go:353: [d93e0c54b513b] daemon started [2019-09-27T15:57:17.358Z] daemon.go:461: [d93e0c54b513b] Stopping daemon [2019-09-27T15:57:17.358Z] daemon.go:296: [d93e0c54b513b] exiting daemon [2019-09-27T15:57:17.358Z] daemon.go:448: [d93e0c54b513b] Daemon stopped [2019-09-27T15:57:17.358Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T15:57:17.923Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2019-09-27T15:57:17.923Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T15:57:17.923Z] daemon.go:325: [d28f450bb4db3] waiting for daemon to start [2019-09-27T15:57:17.923Z] daemon.go:325: [d28f450bb4db3] waiting for daemon to start [2019-09-27T15:57:17.923Z] daemon.go:353: [d28f450bb4db3] daemon started [2019-09-27T15:57:17.923Z] daemon.go:461: [d28f450bb4db3] Stopping daemon [2019-09-27T15:57:17.923Z] daemon.go:296: [d28f450bb4db3] exiting daemon [2019-09-27T15:57:17.923Z] daemon.go:448: [d28f450bb4db3] Daemon stopped [2019-09-27T15:57:17.923Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T15:57:18.488Z] --- PASS: TestConfigDaemonLibtrustID (0.65s) [2019-09-27T15:57:18.488Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T15:57:18.488Z] daemon.go:325: [d20f2b4390f9a] waiting for daemon to start [2019-09-27T15:57:18.488Z] daemon.go:325: [d20f2b4390f9a] waiting for daemon to start [2019-09-27T15:57:18.488Z] daemon.go:353: [d20f2b4390f9a] daemon started [2019-09-27T15:57:18.488Z] daemon.go:461: [d20f2b4390f9a] Stopping daemon [2019-09-27T15:57:18.488Z] daemon.go:296: [d20f2b4390f9a] exiting daemon [2019-09-27T15:57:18.488Z] daemon.go:448: [d20f2b4390f9a] Daemon stopped [2019-09-27T15:57:18.488Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T15:57:18.940Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-27T15:57:18.940Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-27T15:57:18.940Z] Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-09-27T15:57:18.940Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-27T15:57:18.940Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-27T15:57:18.940Z] Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T15:57:18.940Z] Processing triggers for mime-support (3.60) ... [2019-09-27T15:57:18.940Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:57:18.940Z] Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-27T15:57:18.940Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-27T15:57:18.940Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-27T15:57:18.940Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-27T15:57:18.940Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-27T15:57:19.053Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-09-27T15:57:19.053Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T15:57:19.053Z] daemon.go:325: [d4fd30155b975] waiting for daemon to start [2019-09-27T15:57:19.053Z] daemon.go:325: [d4fd30155b975] waiting for daemon to start [2019-09-27T15:57:19.053Z] daemon.go:353: [d4fd30155b975] daemon started [2019-09-27T15:57:19.053Z] daemon.go:461: [d4fd30155b975] Stopping daemon [2019-09-27T15:57:19.053Z] daemon.go:296: [d4fd30155b975] exiting daemon [2019-09-27T15:57:19.053Z] daemon.go:448: [d4fd30155b975] Daemon stopped [2019-09-27T15:57:19.053Z] PASS [2019-09-27T15:57:19.053Z] [2019-09-27T15:57:19.053Z] DONE 5 tests in 3.005s [2019-09-27T15:57:19.054Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:57:19.054Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:57:19.054Z] +++ set -e [2019-09-27T15:57:19.054Z] +++ '[' -n 0 ']' [2019-09-27T15:57:19.054Z] +++ set -x [2019-09-27T15:57:19.054Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:57:19.311Z] INFO: Testing against a local daemon [2019-09-27T15:57:19.311Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T15:57:19.311Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-09-27T15:57:19.311Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T15:57:19.570Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-27T15:57:19.570Z] === RUN TestCopyFromContainer [2019-09-27T15:57:19.748Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-09-27T15:57:19.951Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-27T15:57:19.951Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-27T15:57:19.951Z] Setting up zip (3.0-11+b1) ... [2019-09-27T15:57:19.951Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-27T15:57:19.951Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-27T15:57:19.951Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-27T15:57:20.236Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:57:20.236Z] Setting up libaio1:ppc64el (0.3.110-3) ... [2019-09-27T15:57:20.236Z] Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T15:57:20.236Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-27T15:57:20.236Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-27T15:57:20.236Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-27T15:57:20.236Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:57:20.236Z] Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-27T15:57:20.236Z] Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-27T15:57:20.236Z] Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-27T15:57:20.236Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:57:20.236Z] Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-09-27T15:57:20.236Z] Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-27T15:57:20.236Z] Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-27T15:57:20.236Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-27T15:57:20.236Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-27T15:57:20.236Z] Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-09-27T15:57:20.236Z] Setting up pigz (2.3.4-1) ... [2019-09-27T15:57:20.236Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-27T15:57:20.236Z] Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-09-27T15:57:20.236Z] Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T15:57:20.236Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-27T15:57:20.237Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-27T15:57:20.237Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-27T15:57:20.237Z] Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-27T15:57:20.237Z] Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-27T15:57:20.237Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-27T15:57:20.519Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-27T15:57:20.519Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-27T15:57:20.519Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-27T15:57:20.519Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-27T15:57:20.519Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-27T15:57:20.519Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-27T15:57:20.519Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-27T15:57:20.519Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-27T15:57:20.519Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-27T15:57:20.519Z] Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-27T15:57:20.519Z] Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T15:57:20.519Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-27T15:57:20.519Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-27T15:57:20.519Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T15:57:20.519Z] Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-27T15:57:20.519Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-27T15:57:21.403Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T15:57:21.403Z] [2019-09-27T15:57:21.403Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-27T15:57:21.403Z] PKG_CONFIG=pkg-config [2019-09-27T15:57:21.403Z] GOLANG_VERSION=1.12.9 [2019-09-27T15:57:21.403Z] HOSTNAME=db86412506cf [2019-09-27T15:57:21.403Z] DOCKER_EXPERIMENTAL=1 [2019-09-27T15:57:21.403Z] container=docker [2019-09-27T15:57:21.403Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-27T15:57:21.403Z] GOPATH=/go [2019-09-27T15:57:21.403Z] PWD=/go/src/github.com/docker/docker [2019-09-27T15:57:21.403Z] HOME=/root [2019-09-27T15:57:21.403Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-27T15:57:21.403Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-27T15:57:21.403Z] DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T15:57:21.403Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-27T15:57:21.403Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-27T15:57:21.403Z] TERM=xterm [2019-09-27T15:57:21.403Z] DEST=bundles/test-integration [2019-09-27T15:57:21.403Z] SHLVL=1 [2019-09-27T15:57:21.403Z] TIMEOUT=120m [2019-09-27T15:57:21.403Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-27T15:57:21.403Z] DOCKER_PKG=github.com/docker/docker [2019-09-27T15:57:21.403Z] TESTDEBUG=0 [2019-09-27T15:57:21.403Z] _=/usr/bin/env [2019-09-27T15:57:21.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-27T15:57:22.559Z] Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-27T15:57:22.559Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T15:57:22.559Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-27T15:57:22.559Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-27T15:57:22.559Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-27T15:57:22.559Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-27T15:57:22.559Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T15:57:22.559Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T15:57:22.559Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-27T15:57:22.559Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-27T15:57:22.559Z] Setting up python3 (3.5.3-1) ... [2019-09-27T15:57:22.850Z] === RUN TestCopyFromContainer// [2019-09-27T15:57:22.850Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T15:57:22.850Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T15:57:22.850Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T15:57:23.107Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T15:57:23.175Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-27T15:57:23.365Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T15:57:23.365Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T15:57:23.457Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-27T15:57:23.623Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T15:57:23.742Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-27T15:57:23.742Z] Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-27T15:57:23.742Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-27T15:57:23.880Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T15:57:24.036Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-27T15:57:24.138Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T15:57:24.138Z] --- PASS: TestCopyFromContainer (4.75s) [2019-09-27T15:57:24.138Z] --- PASS: TestCopyFromContainer// (0.18s) [2019-09-27T15:57:24.138Z] --- PASS: TestCopyFromContainer//bar/root (0.23s) [2019-09-27T15:57:24.138Z] --- PASS: TestCopyFromContainer//bar/root/ (0.16s) [2019-09-27T15:57:24.138Z] --- PASS: TestCopyFromContainer/bar/quux (0.24s) [2019-09-27T15:57:24.138Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.18s) [2019-09-27T15:57:24.138Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.16s) [2019-09-27T15:57:24.138Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.21s) [2019-09-27T15:57:24.138Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.20s) [2019-09-27T15:57:24.138Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.21s) [2019-09-27T15:57:24.138Z] --- PASS: TestCopyFromContainer/bar/notarget (0.16s) [2019-09-27T15:57:24.138Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T15:57:24.318Z] Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-27T15:57:24.318Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-27T15:57:24.395Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-09-27T15:57:24.395Z] === RUN TestHealthKillContainer [2019-09-27T15:57:24.539Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-09-27T15:57:24.946Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-27T15:57:24.946Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-27T15:57:25.230Z] Setting up dh-python (2.20170125) ... [2019-09-27T15:57:25.514Z] Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-27T15:57:25.514Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T15:57:28.577Z] --- PASS: TestHealthKillContainer (3.76s) [2019-09-27T15:57:28.577Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T15:57:28.577Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-09-27T15:57:28.577Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T15:57:28.577Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-27T15:57:28.577Z] === RUN TestCopyFromContainer [2019-09-27T15:57:31.103Z] === RUN TestCopyFromContainer// [2019-09-27T15:57:31.361Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T15:57:31.361Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T15:57:31.618Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T15:57:31.618Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T15:57:31.876Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T15:57:32.134Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T15:57:32.134Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T15:57:32.392Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T15:57:32.650Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T15:57:32.650Z] --- PASS: TestCopyFromContainer (4.47s) [2019-09-27T15:57:32.650Z] --- PASS: TestCopyFromContainer// (0.18s) [2019-09-27T15:57:32.650Z] --- PASS: TestCopyFromContainer//bar/root (0.16s) [2019-09-27T15:57:32.650Z] --- PASS: TestCopyFromContainer//bar/root/ (0.18s) [2019-09-27T15:57:32.650Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2019-09-27T15:57:32.650Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.17s) [2019-09-27T15:57:32.650Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.17s) [2019-09-27T15:57:32.650Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s) [2019-09-27T15:57:32.650Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.18s) [2019-09-27T15:57:32.650Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.17s) [2019-09-27T15:57:32.650Z] --- PASS: TestCopyFromContainer/bar/notarget (0.17s) [2019-09-27T15:57:32.650Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T15:57:32.908Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-27T15:57:32.908Z] === RUN TestHealthKillContainer [2019-09-27T15:57:35.840Z] Removing intermediate container 2db32d73b276 [2019-09-27T15:57:35.840Z] ---> 6d97893cd3d5 [2019-09-27T15:57:35.840Z] Step 103/125 : RUN pip3 install yamllint==1.16.0 [2019-09-27T15:57:35.840Z] ---> Running in 3495f791644f [2019-09-27T15:57:37.088Z] --- PASS: TestHealthKillContainer (3.78s) [2019-09-27T15:57:37.088Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T15:57:37.088Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2019-09-27T15:57:37.088Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T15:57:37.088Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-09-27T15:57:37.088Z] === RUN TestCopyFromContainer [2019-09-27T15:57:37.873Z] Collecting yamllint==1.16.0 [2019-09-27T15:57:38.505Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-27T15:57:38.789Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-27T15:57:38.789Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-27T15:57:39.615Z] === RUN TestCopyFromContainer// [2019-09-27T15:57:39.615Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T15:57:39.806Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-27T15:57:39.872Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T15:57:40.089Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-27T15:57:40.130Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T15:57:40.388Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T15:57:40.388Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T15:57:40.645Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T15:57:40.645Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T15:57:40.707Z] Building wheels for collected packages: pyyaml, pathspec [2019-09-27T15:57:40.707Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-27T15:57:40.903Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T15:57:41.160Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T15:57:41.160Z] --- PASS: TestCopyFromContainer (4.42s) [2019-09-27T15:57:41.160Z] --- PASS: TestCopyFromContainer// (0.24s) [2019-09-27T15:57:41.160Z] --- PASS: TestCopyFromContainer//bar/root (0.23s) [2019-09-27T15:57:41.160Z] --- PASS: TestCopyFromContainer//bar/root/ (0.16s) [2019-09-27T15:57:41.160Z] --- PASS: TestCopyFromContainer/bar/quux (0.23s) [2019-09-27T15:57:41.160Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2019-09-27T15:57:41.160Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.17s) [2019-09-27T15:57:41.160Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s) [2019-09-27T15:57:41.160Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s) [2019-09-27T15:57:41.160Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.16s) [2019-09-27T15:57:41.160Z] --- PASS: TestCopyFromContainer/bar/notarget (0.15s) [2019-09-27T15:57:41.160Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T15:57:41.322Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-27T15:57:41.322Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-27T15:57:41.322Z] Running setup.py bdist_wheel for pathspec: started [2019-09-27T15:57:41.418Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-27T15:57:41.418Z] === RUN TestHealthKillContainer [2019-09-27T15:57:41.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-27T15:57:41.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-27T15:57:41.747Z] ok github.com/docker/docker/daemon 3.808s coverage: 9.1% of statements [2019-09-27T15:57:41.747Z] ok github.com/docker/docker/daemon/cluster 1.637s coverage: 0.5% of statements [2019-09-27T15:57:41.747Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.397s coverage: 65.3% of statements [2019-09-27T15:57:41.747Z] ok github.com/docker/docker/daemon/cluster/convert 1.065s coverage: 35.8% of statements [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-27T15:57:41.747Z] ok github.com/docker/docker/daemon/cluster/executor/container 2.068s coverage: 10.9% of statements [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-27T15:57:41.747Z] ok github.com/docker/docker/daemon/config 0.572s coverage: 82.3% of statements [2019-09-27T15:57:41.747Z] ok github.com/docker/docker/daemon/discovery 0.208s coverage: 30.4% of statements [2019-09-27T15:57:41.747Z] ok github.com/docker/docker/daemon/events 1.406s coverage: 50.0% of statements [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-27T15:57:41.747Z] ok github.com/docker/docker/daemon/graphdriver 0.237s coverage: 2.3% of statements [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-09-27T15:57:41.747Z] ok github.com/docker/docker/daemon/images 0.445s coverage: 4.9% of statements [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-27T15:57:41.747Z] ok github.com/docker/docker/daemon/links 0.073s coverage: 93.0% of statements [2019-09-27T15:57:41.747Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-27T15:57:41.747Z] ok github.com/docker/docker/daemon/logger 0.551s coverage: 44.0% of statements [2019-09-27T15:57:41.938Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-27T15:57:41.938Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-27T15:57:41.938Z] Successfully built pyyaml pathspec [2019-09-27T15:57:41.938Z] Installing collected packages: pyyaml, pathspec, yamllint [2019-09-27T15:57:42.221Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-27T15:57:42.727Z] ok github.com/docker/docker/daemon/logger/awslogs 0.703s coverage: 78.6% of statements [2019-09-27T15:57:42.727Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-09-27T15:57:42.727Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-27T15:57:42.727Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-27T15:57:42.727Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-09-27T15:57:42.727Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-09-27T15:57:42.727Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.480s coverage: 62.1% of statements [2019-09-27T15:57:42.836Z] Removing intermediate container 3495f791644f [2019-09-27T15:57:42.836Z] ---> 5958280ccf3d [2019-09-27T15:57:42.836Z] Step 104/125 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-27T15:57:43.191Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.447s coverage: 88.3% of statements [2019-09-27T15:57:43.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-27T15:57:43.842Z] ---> 050e946d9ef1 [2019-09-27T15:57:43.842Z] Step 105/125 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-27T15:57:44.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-27T15:57:45.392Z] ok github.com/docker/docker/daemon/logger/local 0.864s coverage: 74.7% of statements [2019-09-27T15:57:45.392Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-27T15:57:45.392Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.293s coverage: 19.5% of statements [2019-09-27T15:57:45.597Z] --- PASS: TestHealthKillContainer (3.62s) [2019-09-27T15:57:45.597Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T15:57:45.597Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-09-27T15:57:45.597Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T15:57:45.597Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-27T15:57:45.597Z] === RUN TestCopyFromContainer [2019-09-27T15:57:46.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-27T15:57:48.122Z] === RUN TestCopyFromContainer// [2019-09-27T15:57:48.122Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T15:57:48.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-27T15:57:48.246Z] ---> 490bc79b7926 [2019-09-27T15:57:48.246Z] Step 106/125 : COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-27T15:57:48.342Z] ok github.com/docker/docker/daemon/logger/splunk 2.564s coverage: 84.5% of statements [2019-09-27T15:57:48.342Z] ok github.com/docker/docker/daemon/logger/syslog 0.158s coverage: 47.8% of statements [2019-09-27T15:57:48.342Z] ok github.com/docker/docker/daemon/logger/templates 0.085s coverage: 8.3% of statements [2019-09-27T15:57:48.342Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-27T15:57:48.342Z] ? github.com/docker/docker/daemon/network [no test files] [2019-09-27T15:57:48.342Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-27T15:57:48.380Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T15:57:48.380Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T15:57:48.637Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T15:57:48.894Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T15:57:48.894Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T15:57:48.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-27T15:57:49.152Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T15:57:49.152Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T15:57:49.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-27T15:57:49.410Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T15:57:49.668Z] --- PASS: TestCopyFromContainer (4.44s) [2019-09-27T15:57:49.668Z] --- PASS: TestCopyFromContainer// (0.17s) [2019-09-27T15:57:49.668Z] --- PASS: TestCopyFromContainer//bar/root (0.20s) [2019-09-27T15:57:49.668Z] --- PASS: TestCopyFromContainer//bar/root/ (0.16s) [2019-09-27T15:57:49.668Z] --- PASS: TestCopyFromContainer/bar/quux (0.18s) [2019-09-27T15:57:49.668Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.14s) [2019-09-27T15:57:49.668Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.14s) [2019-09-27T15:57:49.668Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.15s) [2019-09-27T15:57:49.668Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s) [2019-09-27T15:57:49.668Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.16s) [2019-09-27T15:57:49.668Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2019-09-27T15:57:49.668Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T15:57:49.668Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-09-27T15:57:49.668Z] === RUN TestHealthKillContainer [2019-09-27T15:57:49.810Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-09-27T15:57:50.938Z] ---> 60c83821ab52 [2019-09-27T15:57:50.938Z] Step 107/125 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-27T15:57:51.224Z] ---> e2a674e82a66 [2019-09-27T15:57:51.224Z] Step 108/125 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-27T15:57:51.273Z] ok github.com/docker/docker/distribution 1.494s coverage: 20.8% of statements [2019-09-27T15:57:51.273Z] ok github.com/docker/docker/distribution/metadata 1.489s coverage: 48.2% of statements [2019-09-27T15:57:51.273Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-27T15:57:51.273Z] ok github.com/docker/docker/distribution/xfer 1.874s coverage: 62.7% of statements [2019-09-27T15:57:51.273Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-27T15:57:51.273Z] ok github.com/docker/docker/errdefs 0.100s coverage: 48.2% of statements [2019-09-27T15:57:51.593Z] ---> e612acef9163 [2019-09-27T15:57:51.593Z] Step 109/125 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-27T15:57:51.878Z] ---> 064e4a3c83a9 [2019-09-27T15:57:51.878Z] Step 110/125 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-27T15:57:51.878Z] ---> 6fbffa0b9cc1 [2019-09-27T15:57:51.878Z] Step 111/125 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-27T15:57:51.944Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-27T15:57:52.162Z] ---> 507956e5db07 [2019-09-27T15:57:52.162Z] Step 112/125 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-27T15:57:53.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-27T15:57:53.637Z] ---> ef91f792e17f [2019-09-27T15:57:53.637Z] Step 113/125 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-27T15:57:53.637Z] ---> 52cf22de9c90 [2019-09-27T15:57:53.637Z] Step 114/125 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-27T15:57:53.864Z] --- PASS: TestHealthKillContainer (3.47s) [2019-09-27T15:57:53.864Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T15:57:53.864Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2019-09-27T15:57:53.864Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T15:57:53.864Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-09-27T15:57:53.864Z] === RUN TestCopyFromContainer [2019-09-27T15:57:54.257Z] ---> 6da5bc74df94 [2019-09-27T15:57:54.257Z] Step 115/125 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-27T15:57:55.045Z] ok github.com/docker/docker/image 1.258s coverage: 86.4% of statements [2019-09-27T15:57:55.045Z] ok github.com/docker/docker/image/cache 0.279s coverage: 19.2% of statements [2019-09-27T15:57:55.045Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-27T15:57:55.045Z] ok github.com/docker/docker/image/v1 0.203s coverage: 25.0% of statements [2019-09-27T15:57:55.045Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-27T15:57:55.045Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-27T15:57:55.045Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-27T15:57:55.045Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-27T15:57:55.045Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-27T15:57:55.045Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-27T15:57:55.045Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-27T15:57:55.045Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-27T15:57:55.045Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-27T15:57:55.045Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-27T15:57:55.045Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-27T15:57:55.751Z] ---> 50cb94b8ddc9 [2019-09-27T15:57:55.751Z] Step 116/125 : COPY --from=criu /build/ /usr/local/ [2019-09-27T15:57:55.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-27T15:57:56.040Z] ---> 08bfe612fa46 [2019-09-27T15:57:56.040Z] Step 117/125 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-27T15:57:56.389Z] === RUN TestCopyFromContainer// [2019-09-27T15:57:56.389Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T15:57:56.389Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T15:57:56.389Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T15:57:56.619Z] ok github.com/docker/docker/internal/testutil 0.161s coverage: 62.5% of statements [2019-09-27T15:57:56.647Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T15:57:56.657Z] ---> 7b7f35836dba [2019-09-27T15:57:56.657Z] Step 118/125 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-27T15:57:56.905Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T15:57:56.949Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-27T15:57:56.949Z] bad55c542dc9: Pulling fs layer [2019-09-27T15:57:57.162Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T15:57:57.162Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T15:57:57.420Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T15:57:57.420Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T15:57:57.566Z] bad55c542dc9: Verifying Checksum [2019-09-27T15:57:57.566Z] bad55c542dc9: Download complete [2019-09-27T15:57:57.677Z] --- PASS: TestCopyFromContainer (4.39s) [2019-09-27T15:57:57.677Z] --- PASS: TestCopyFromContainer// (0.14s) [2019-09-27T15:57:57.677Z] --- PASS: TestCopyFromContainer//bar/root (0.18s) [2019-09-27T15:57:57.677Z] --- PASS: TestCopyFromContainer//bar/root/ (0.15s) [2019-09-27T15:57:57.677Z] --- PASS: TestCopyFromContainer/bar/quux (0.20s) [2019-09-27T15:57:57.677Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.19s) [2019-09-27T15:57:57.677Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.19s) [2019-09-27T15:57:57.677Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s) [2019-09-27T15:57:57.677Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.18s) [2019-09-27T15:57:57.677Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s) [2019-09-27T15:57:57.677Z] --- PASS: TestCopyFromContainer/bar/notarget (0.17s) [2019-09-27T15:57:57.677Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T15:57:57.677Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-27T15:57:57.677Z] === RUN TestHealthKillContainer [2019-09-27T15:57:57.848Z] bad55c542dc9: Pull complete [2019-09-27T15:57:57.848Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-27T15:57:57.848Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-27T15:57:58.164Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-09-27T15:57:58.472Z] ---> 280326079b6d [2019-09-27T15:57:58.472Z] Step 119/125 : ENV PATH=/usr/local/cli:$PATH [2019-09-27T15:57:58.472Z] ---> Running in 3943bac1416f [2019-09-27T15:57:58.472Z] Removing intermediate container 3943bac1416f [2019-09-27T15:57:58.472Z] ---> 56bb187f2d19 [2019-09-27T15:57:58.472Z] Step 120/125 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-27T15:57:58.472Z] ---> Running in f28dd3a21908 [2019-09-27T15:57:58.472Z] Removing intermediate container f28dd3a21908 [2019-09-27T15:57:58.472Z] ---> addcde7344a7 [2019-09-27T15:57:58.472Z] Step 121/125 : WORKDIR /go/src/github.com/docker/docker [2019-09-27T15:57:58.755Z] ---> Running in ff1e960195df [2019-09-27T15:57:58.755Z] Removing intermediate container ff1e960195df [2019-09-27T15:57:58.755Z] ---> 22891aa6b582 [2019-09-27T15:57:58.755Z] Step 122/125 : VOLUME /var/lib/docker [2019-09-27T15:57:58.755Z] ---> Running in 3bb5cf363c39 [2019-09-27T15:57:59.037Z] Removing intermediate container 3bb5cf363c39 [2019-09-27T15:57:59.037Z] ---> fb80f2872dbc [2019-09-27T15:57:59.037Z] Step 123/125 : ENTRYPOINT ["hack/dind"] [2019-09-27T15:57:59.037Z] ---> Running in 90edc5f8aff1 [2019-09-27T15:57:59.037Z] Removing intermediate container 90edc5f8aff1 [2019-09-27T15:57:59.037Z] ---> 5c9dc87d172d [2019-09-27T15:57:59.037Z] Step 124/125 : FROM dev AS final [2019-09-27T15:57:59.037Z] ---> 5c9dc87d172d [2019-09-27T15:57:59.037Z] Step 125/125 : COPY . /go/src/github.com/docker/docker [2019-09-27T15:57:59.552Z] ok github.com/docker/docker/layer 0.494s coverage: 30.4% of statements [2019-09-27T15:57:59.552Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-27T15:58:00.602Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-09-27T15:58:01.108Z] ok github.com/docker/docker/libcontainerd/local 0.420s coverage: 1.0% of statements [2019-09-27T15:58:01.108Z] ok github.com/docker/docker/libcontainerd/queue 0.157s coverage: 100.0% of statements [2019-09-27T15:58:01.108Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-27T15:58:01.108Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-27T15:58:01.108Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-27T15:58:01.108Z] ? github.com/docker/docker/oci [no test files] [2019-09-27T15:58:01.108Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-27T15:58:01.108Z] ok github.com/docker/docker/opts 0.451s coverage: 67.3% of statements [2019-09-27T15:58:01.108Z] ok github.com/docker/docker/pkg/aaparser 0.266s coverage: 50.0% of statements [2019-09-27T15:58:01.855Z] --- PASS: TestHealthKillContainer (3.59s) [2019-09-27T15:58:01.855Z] PASS [2019-09-27T15:58:01.855Z] [2019-09-27T15:58:01.855Z] DONE 75 tests in 42.193s [2019-09-27T15:58:01.855Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:58:01.855Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:01.855Z] +++ set -e [2019-09-27T15:58:01.855Z] +++ '[' -n 0 ']' [2019-09-27T15:58:01.855Z] +++ set -x [2019-09-27T15:58:01.855Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:01.855Z] INFO: Testing against a local daemon [2019-09-27T15:58:01.855Z] === RUN TestImagePullPlatformInvalid [2019-09-27T15:58:01.855Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-27T15:58:01.855Z] === RUN TestImagePullPlatformInvalid [2019-09-27T15:58:01.855Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-27T15:58:01.855Z] === RUN TestImagePullPlatformInvalid [2019-09-27T15:58:01.855Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-27T15:58:01.855Z] === RUN TestImagePullPlatformInvalid [2019-09-27T15:58:01.855Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-09-27T15:58:01.855Z] === RUN TestImagePullPlatformInvalid [2019-09-27T15:58:01.855Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-27T15:58:01.855Z] PASS [2019-09-27T15:58:01.855Z] [2019-09-27T15:58:01.855Z] DONE 5 tests in 0.296s [2019-09-27T15:58:01.855Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:58:01.855Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:01.855Z] +++ set -e [2019-09-27T15:58:01.855Z] +++ '[' -n 0 ']' [2019-09-27T15:58:01.855Z] +++ set -x [2019-09-27T15:58:01.856Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:01.856Z] INFO: Testing against a local daemon [2019-09-27T15:58:01.856Z] testing: warning: no tests to run [2019-09-27T15:58:01.856Z] PASS [2019-09-27T15:58:01.856Z] [2019-09-27T15:58:01.856Z] DONE 0 tests in 0.142s [2019-09-27T15:58:01.856Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:58:01.856Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:01.856Z] +++ set -e [2019-09-27T15:58:01.856Z] +++ '[' -n 0 ']' [2019-09-27T15:58:01.856Z] +++ set -x [2019-09-27T15:58:01.856Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.116Z] INFO: Testing against a local daemon [2019-09-27T15:58:02.116Z] testing: warning: no tests to run [2019-09-27T15:58:02.116Z] PASS [2019-09-27T15:58:02.116Z] [2019-09-27T15:58:02.116Z] DONE 0 tests in 0.120s [2019-09-27T15:58:02.116Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:58:02.116Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.116Z] +++ set -e [2019-09-27T15:58:02.116Z] +++ '[' -n 0 ']' [2019-09-27T15:58:02.116Z] +++ set -x [2019-09-27T15:58:02.116Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.116Z] INFO: Testing against a local daemon [2019-09-27T15:58:02.116Z] testing: warning: no tests to run [2019-09-27T15:58:02.116Z] PASS [2019-09-27T15:58:02.116Z] [2019-09-27T15:58:02.116Z] DONE 0 tests in 0.095s [2019-09-27T15:58:02.374Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:58:02.374Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.374Z] +++ set -e [2019-09-27T15:58:02.374Z] +++ '[' -n 0 ']' [2019-09-27T15:58:02.374Z] +++ set -x [2019-09-27T15:58:02.375Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.375Z] testing: warning: no tests to run [2019-09-27T15:58:02.375Z] PASS [2019-09-27T15:58:02.375Z] [2019-09-27T15:58:02.375Z] DONE 0 tests in 0.031s [2019-09-27T15:58:02.375Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:58:02.375Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.375Z] +++ set -e [2019-09-27T15:58:02.375Z] +++ '[' -n 0 ']' [2019-09-27T15:58:02.375Z] +++ set -x [2019-09-27T15:58:02.375Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.375Z] INFO: Testing against a local daemon [2019-09-27T15:58:02.375Z] testing: warning: no tests to run [2019-09-27T15:58:02.375Z] PASS [2019-09-27T15:58:02.375Z] [2019-09-27T15:58:02.375Z] DONE 0 tests in 0.086s [2019-09-27T15:58:02.375Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:58:02.375Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.375Z] +++ set -e [2019-09-27T15:58:02.375Z] +++ '[' -n 0 ']' [2019-09-27T15:58:02.375Z] +++ set -x [2019-09-27T15:58:02.375Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.632Z] INFO: Testing against a local daemon [2019-09-27T15:58:02.632Z] testing: warning: no tests to run [2019-09-27T15:58:02.632Z] PASS [2019-09-27T15:58:02.632Z] [2019-09-27T15:58:02.632Z] DONE 0 tests in 0.140s [2019-09-27T15:58:02.632Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:58:02.632Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.633Z] +++ set -e [2019-09-27T15:58:02.633Z] +++ '[' -n 0 ']' [2019-09-27T15:58:02.633Z] +++ set -x [2019-09-27T15:58:02.633Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.633Z] INFO: Testing against a local daemon [2019-09-27T15:58:02.633Z] testing: warning: no tests to run [2019-09-27T15:58:02.633Z] PASS [2019-09-27T15:58:02.633Z] [2019-09-27T15:58:02.633Z] DONE 0 tests in 0.103s [2019-09-27T15:58:02.892Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:58:02.892Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.892Z] +++ set -e [2019-09-27T15:58:02.892Z] +++ '[' -n 0 ']' [2019-09-27T15:58:02.892Z] +++ set -x [2019-09-27T15:58:02.892Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.892Z] INFO: Testing against a local daemon [2019-09-27T15:58:02.892Z] testing: warning: no tests to run [2019-09-27T15:58:02.892Z] PASS [2019-09-27T15:58:02.892Z] [2019-09-27T15:58:02.892Z] DONE 0 tests in 0.109s [2019-09-27T15:58:02.892Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:58:02.892Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:02.892Z] +++ set -e [2019-09-27T15:58:02.892Z] +++ '[' -n 0 ']' [2019-09-27T15:58:02.892Z] +++ set -x [2019-09-27T15:58:02.892Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:03.150Z] INFO: Testing against a local daemon [2019-09-27T15:58:03.150Z] testing: warning: no tests to run [2019-09-27T15:58:03.150Z] PASS [2019-09-27T15:58:03.150Z] [2019-09-27T15:58:03.150Z] DONE 0 tests in 0.102s [2019-09-27T15:58:03.150Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:58:03.150Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:03.150Z] +++ set -e [2019-09-27T15:58:03.150Z] +++ '[' -n 0 ']' [2019-09-27T15:58:03.150Z] +++ set -x [2019-09-27T15:58:03.150Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:03.150Z] INFO: Testing against a local daemon [2019-09-27T15:58:03.150Z] testing: warning: no tests to run [2019-09-27T15:58:03.150Z] PASS [2019-09-27T15:58:03.150Z] [2019-09-27T15:58:03.150Z] DONE 0 tests in 0.092s [2019-09-27T15:58:03.150Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T15:58:03.150Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:03.150Z] +++ set -e [2019-09-27T15:58:03.150Z] +++ '[' -n 0 ']' [2019-09-27T15:58:03.150Z] +++ set -x [2019-09-27T15:58:03.150Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T15:58:03.407Z] INFO: Testing against a local daemon [2019-09-27T15:58:03.407Z] === RUN TestDockerNetworkReConnect [2019-09-27T15:58:03.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-27T15:58:05.052Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-27T15:58:05.900Z] ---> a7289d062db6 [2019-09-27T15:58:05.900Z] Successfully built a7289d062db6 [2019-09-27T15:58:05.900Z] Successfully tagged docker:3136dea250b22e35d47b1ccda744645a86231aa7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-27T15:58:06.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-27T15:58:06.330Z] + docker run --rm -t --privileged -v /home/docker/workspace/engine_PR-385/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 -e DOCKER_GRAPHDRIVER docker:3136dea250b22e35d47b1ccda744645a86231aa7 hack/test/unit [2019-09-27T15:58:06.748Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-09-27T15:58:08.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-27T15:58:09.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-27T15:58:10.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-27T15:58:11.511Z] --- PASS: TestDockerNetworkReConnect (7.36s) [2019-09-27T15:58:11.511Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T15:58:11.511Z] daemon.go:325: [d90dc4d18bb21] waiting for daemon to start [2019-09-27T15:58:11.511Z] daemon.go:325: [d90dc4d18bb21] waiting for daemon to start [2019-09-27T15:58:11.511Z] daemon.go:353: [d90dc4d18bb21] daemon started [2019-09-27T15:58:11.511Z] daemon.go:461: [d90dc4d18bb21] Stopping daemon [2019-09-27T15:58:11.511Z] daemon.go:296: [d90dc4d18bb21] exiting daemon [2019-09-27T15:58:11.511Z] daemon.go:448: [d90dc4d18bb21] Daemon stopped [2019-09-27T15:58:11.511Z] === RUN TestServiceUpdateNetwork [2019-09-27T15:58:11.834Z] ? github.com/docker/docker/api [no test files] [2019-09-27T15:58:12.359Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-27T15:58:12.359Z] Using test binary docker [2019-09-27T15:58:12.359Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-27T15:58:12.359Z] +++ /etc/init.d/apparmor start [2019-09-27T15:58:12.359Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T15:58:12.359Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T15:58:12.359Z] Warning failed to create cache: (null) [2019-09-27T15:58:12.359Z] . [2019-09-27T15:58:12.359Z] Starting dockerd [2019-09-27T15:58:12.359Z] INFO: Waiting for daemon to start... [2019-09-27T15:58:12.359Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-09-27T15:58:14.793Z] . [2019-09-27T15:58:14.793Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-27T15:58:14.793Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-27T15:58:14.793Z] Error: No such image: emptyfs [2019-09-27T15:58:14.793Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-27T15:58:14.793Z] ++++ docker load [2019-09-27T15:58:14.793Z] Running integration-test (iteration 1) [2019-09-27T15:58:14.793Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-09-27T15:58:14.793Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-27T15:58:14.793Z] ++ set -e [2019-09-27T15:58:14.793Z] ++ '[' -n 0 ']' [2019-09-27T15:58:14.793Z] ++ set -x [2019-09-27T15:58:14.793Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-27T15:58:18.709Z] ........................ [ 67%] [2019-09-27T15:58:21.474Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-27T15:58:21.474Z] Using test binary docker [2019-09-27T15:58:21.474Z] +++ /etc/init.d/apparmor start [2019-09-27T15:58:21.474Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T15:58:21.474Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T15:58:21.474Z] Warning failed to create cache: (null) [2019-09-27T15:58:21.474Z] . [2019-09-27T15:58:21.474Z] INFO: Waiting for daemon to start... [2019-09-27T15:58:21.474Z] Starting dockerd [2019-09-27T15:58:21.474Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-27T15:58:21.474Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-27T15:58:21.474Z] Using test binary docker [2019-09-27T15:58:21.474Z] +++ /etc/init.d/apparmor start [2019-09-27T15:58:21.474Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T15:58:21.474Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T15:58:21.474Z] Warning failed to create cache: (null) [2019-09-27T15:58:21.474Z] . [2019-09-27T15:58:21.474Z] INFO: Waiting for daemon to start... [2019-09-27T15:58:21.474Z] Starting dockerd [2019-09-27T15:58:21.474Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-27T15:58:22.037Z] . [2019-09-27T15:58:22.037Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-27T15:58:22.037Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-27T15:58:22.037Z] Error: No such image: emptyfs [2019-09-27T15:58:22.037Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-27T15:58:22.037Z] ++++ docker load [2019-09-27T15:58:22.037Z] Running integration-test (iteration 1) [2019-09-27T15:58:22.037Z] Running /go/src/github.com/docker/docker/integration-cli flags=-check.v -check.timeout=120m -test.timeout=360m -check.f ^(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite) [2019-09-27T15:58:22.037Z] ++ 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 ./test.main -check.v -check.timeout=120m -test.timeout=360m -check.f '^(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)' [2019-09-27T15:58:22.967Z] [2019-09-27T15:58:22.967Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-27T15:58:22.967Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-27T15:58:22.967Z] Error: No such image: emptyfs [2019-09-27T15:58:22.967Z] ++++ docker load [2019-09-27T15:58:22.967Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-27T15:58:23.225Z] Running integration-test (iteration 1) [2019-09-27T15:58:23.225Z] Running /go/src/github.com/docker/docker/integration-cli flags=-check.v -check.timeout=120m -test.timeout=360m -check.f ^(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite) [2019-09-27T15:58:23.225Z] ++ 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 ./test.main -check.v -check.timeout=120m -test.timeout=360m -check.f '^(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)' [2019-09-27T15:58:24.388Z] Loaded image: buildpack-deps:jessie [2019-09-27T15:58:24.389Z] Loaded image: busybox:latest [2019-09-27T15:58:24.389Z] Loaded image: busybox:glibc [2019-09-27T15:58:24.389Z] Loaded image: debian:jessie [2019-09-27T15:58:24.389Z] Loaded image: hello-world:latest [2019-09-27T15:58:24.389Z] INFO: Testing against a local daemon [2019-09-27T15:58:24.389Z] === RUN TestBuildWithSession [2019-09-27T15:58:26.335Z] --- PASS: TestBuildWithSession (2.67s) [2019-09-27T15:58:26.335Z] === RUN TestBuildSquashParent [2019-09-27T15:58:28.582Z] --- PASS: TestServiceUpdateNetwork (17.98s) [2019-09-27T15:58:28.582Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T15:58:28.582Z] daemon.go:325: [d19a478f6b48c] waiting for daemon to start [2019-09-27T15:58:28.582Z] daemon.go:325: [d19a478f6b48c] waiting for daemon to start [2019-09-27T15:58:28.582Z] daemon.go:353: [d19a478f6b48c] daemon started [2019-09-27T15:58:28.582Z] daemon.go:461: [d19a478f6b48c] Stopping daemon [2019-09-27T15:58:28.582Z] daemon.go:296: [d19a478f6b48c] exiting daemon [2019-09-27T15:58:28.582Z] daemon.go:448: [d19a478f6b48c] Daemon stopped [2019-09-27T15:58:28.582Z] === RUN TestDockerNetworkReConnect [2019-09-27T15:58:32.728Z] --- PASS: TestBuildSquashParent (6.74s) [2019-09-27T15:58:32.728Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-27T15:58:32.728Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T15:58:32.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T15:58:32.728Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T15:58:32.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T15:58:32.728Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T15:58:32.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T15:58:32.728Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T15:58:32.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T15:58:32.728Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T15:58:32.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T15:58:32.728Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T15:58:32.728Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T15:58:32.728Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T15:58:32.728Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T15:58:35.912Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T15:58:35.912Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/archive 10.603s coverage: 62.2% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/authorization 1.171s coverage: 26.2% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/broadcaster 0.051s coverage: 100.0% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/chrootarchive 0.139s coverage: 15.4% of statements [2019-09-27T15:58:36.874Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-27T15:58:36.874Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/directory 0.314s coverage: 80.0% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/discovery 0.248s coverage: 58.3% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/discovery/file 0.501s coverage: 92.9% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/discovery/kv 3.410s coverage: 84.1% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/discovery/memory 0.043s coverage: 92.3% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/discovery/nodes 0.278s coverage: 93.8% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/filenotify 0.169s coverage: 38.2% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/fileutils 0.156s coverage: 87.7% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/homedir 0.129s coverage: 37.5% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/idtools 0.065s coverage: 6.3% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/ioutils 0.756s coverage: 68.2% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/jsonmessage 0.364s coverage: 91.7% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/locker 0.141s coverage: 88.9% of statements [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/longpath 0.051s coverage: 100.0% of statements [2019-09-27T15:58:36.874Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/namesgenerator 0.093s coverage: 85.7% of statements [2019-09-27T15:58:36.874Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/parsers 0.104s coverage: 97.0% of statements [2019-09-27T15:58:36.874Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-09-27T15:58:36.874Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-09-27T15:58:36.874Z] ok github.com/docker/docker/pkg/pidfile 0.080s coverage: 82.6% of statements [2019-09-27T15:58:36.874Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-27T15:58:36.874Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-27T15:58:38.509Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T15:58:38.509Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T15:58:38.536Z] --- PASS: TestDockerNetworkReConnect (8.43s) [2019-09-27T15:58:38.537Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T15:58:38.537Z] daemon.go:325: [db9c5415ca2c4] waiting for daemon to start [2019-09-27T15:58:38.537Z] daemon.go:325: [db9c5415ca2c4] waiting for daemon to start [2019-09-27T15:58:38.537Z] daemon.go:353: [db9c5415ca2c4] daemon started [2019-09-27T15:58:38.537Z] daemon.go:461: [db9c5415ca2c4] Stopping daemon [2019-09-27T15:58:38.537Z] daemon.go:296: [db9c5415ca2c4] exiting daemon [2019-09-27T15:58:38.537Z] daemon.go:448: [db9c5415ca2c4] Daemon stopped [2019-09-27T15:58:38.537Z] === RUN TestServiceUpdateNetwork [2019-09-27T15:58:38.890Z] ok github.com/docker/docker/api/server 0.038s coverage: 7.9% of statements [2019-09-27T15:58:40.959Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-09-27T15:58:40.959Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.60s) [2019-09-27T15:58:40.959Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.67s) [2019-09-27T15:58:40.959Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.58s) [2019-09-27T15:58:40.959Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.72s) [2019-09-27T15:58:40.959Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.41s) [2019-09-27T15:58:40.959Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.70s) [2019-09-27T15:58:40.959Z] === RUN TestBuildMultiStageCopy [2019-09-27T15:58:40.959Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T15:58:42.713Z] Loaded image: buildpack-deps:jessie [2019-09-27T15:58:42.713Z] Loaded image: busybox:latest [2019-09-27T15:58:42.713Z] Loaded image: busybox:glibc [2019-09-27T15:58:42.713Z] Loaded image: debian:jessie [2019-09-27T15:58:42.971Z] Loaded image: hello-world:latest [2019-09-27T15:58:43.228Z] INFO: Testing against a local daemon [2019-09-27T15:58:43.518Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T15:58:43.912Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T15:58:44.159Z] Loaded image: buildpack-deps:jessie [2019-09-27T15:58:44.159Z] Loaded image: busybox:latest [2019-09-27T15:58:44.285Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T15:58:44.416Z] Loaded image: busybox:glibc [2019-09-27T15:58:44.416Z] Loaded image: debian:jessie [2019-09-27T15:58:44.416Z] Loaded image: hello-world:latest [2019-09-27T15:58:44.668Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T15:58:44.673Z] INFO: Testing against a local daemon [2019-09-27T15:58:44.673Z] PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported 0.000s [2019-09-27T15:58:44.673Z] PASS: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks 0.016s [2019-09-27T15:58:44.673Z] PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON 0.007s [2019-09-27T15:58:44.673Z] PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON 0.001s [2019-09-27T15:58:44.673Z] PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText 0.001s [2019-09-27T15:58:44.673Z] PASS: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText 0.005s [2019-09-27T15:58:44.673Z] PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS 0.004s [2019-09-27T15:58:45.239Z] PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete 0.585s [2019-09-27T15:58:45.450Z] --- PASS: TestBuildMultiStageCopy (4.51s) [2019-09-27T15:58:45.450Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.44s) [2019-09-27T15:58:45.450Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.44s) [2019-09-27T15:58:45.450Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2019-09-27T15:58:45.450Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.50s) [2019-09-27T15:58:45.450Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s) [2019-09-27T15:58:45.450Z] === RUN TestBuildMultiStageParentConfig [2019-09-27T15:58:45.496Z] PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter 0.074s [2019-09-27T15:58:45.753Z] PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory 0.413s [2019-09-27T15:58:45.753Z] PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc 0.021s [2019-09-27T15:58:46.317Z] PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad 0.580s [2019-09-27T15:58:46.574Z] PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType 0.142s [2019-09-27T15:58:46.574Z] PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility 0.003s [2019-09-27T15:58:47.311Z] --- PASS: TestBuildMultiStageParentConfig (1.60s) [2019-09-27T15:58:47.311Z] === RUN TestBuildLabelWithTargets [2019-09-27T15:58:47.943Z] PASS: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect 1.207s [2019-09-27T15:58:48.200Z] PASS: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate 0.074s [2019-09-27T15:58:48.200Z] PASS: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter 0.007s [2019-09-27T15:58:48.200Z] PASS: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults 0.002s [2019-09-27T15:58:48.764Z] PASS: docker_cli_daemon_test.go:1745: DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool 5.704s [2019-09-27T15:58:48.764Z] PASS: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks 0.647s [2019-09-27T15:58:49.116Z] --- PASS: TestBuildLabelWithTargets (2.02s) [2019-09-27T15:58:49.117Z] === RUN TestBuildWithEmptyLayers [2019-09-27T15:58:49.910Z] --- PASS: TestBuildWithEmptyLayers (0.95s) [2019-09-27T15:58:49.910Z] === RUN TestBuildMultiStageOnBuild [2019-09-27T15:58:50.135Z] PASS: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge 0.682s [2019-09-27T15:58:50.136Z] PASS: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork 0.132s [2019-09-27T15:58:50.136Z] PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute 0.001s [2019-09-27T15:58:50.136Z] PASS: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound 0.001s [2019-09-27T15:58:50.394Z] PASS: docker_cli_daemon_test.go:2374: DockerDaemonSuite.TestBuildOnDisabledBridgeNetworkDaemon 1.603s [2019-09-27T15:58:50.960Z] PASS: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock 0.577s [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/plugins 35.130s coverage: 73.6% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.215s coverage: 56.8% of statements [2019-09-27T15:58:51.675Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-27T15:58:51.675Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/plugins/transport 0.140s coverage: 85.7% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/pools 0.077s coverage: 87.9% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/progress 0.046s coverage: 75.9% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/pubsub 1.123s coverage: 72.7% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/reexec 0.149s coverage: 82.4% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/signal 0.090s coverage: 20.3% of statements [2019-09-27T15:58:51.675Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/stdcopy 0.039s coverage: 100.0% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/streamformatter 0.049s coverage: 66.2% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2019-09-27T15:58:51.675Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/sysinfo 0.064s coverage: 38.2% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/system 0.048s coverage: 12.3% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/tailfile 0.068s coverage: 88.6% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/tarsum 0.256s coverage: 89.3% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/term 0.138s coverage: 30.8% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/term/windows 0.039s coverage: 0.0% of statements [no tests to run] [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/truncindex 0.145s coverage: 91.5% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/urlutil 0.039s coverage: 100.0% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/plugin 0.174s coverage: 12.0% of statements [2019-09-27T15:58:51.675Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/plugin/v2 0.094s coverage: 20.1% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/reference 0.169s coverage: 84.4% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/registry 0.433s coverage: 52.3% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/registry/resumable 0.381s coverage: 100.0% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/restartmanager 0.042s coverage: 49.0% of statements [2019-09-27T15:58:51.675Z] ? github.com/docker/docker/rootless [no test files] [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/runconfig 0.188s coverage: 54.5% of statements [2019-09-27T15:58:51.675Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-27T15:58:51.675Z] ? github.com/docker/docker/volume [no test files] [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/volume/drivers 0.320s coverage: 36.1% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/volume/local 0.211s coverage: 37.7% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/volume/mounts 0.200s coverage: 66.2% of statements [2019-09-27T15:58:51.675Z] ok github.com/docker/docker/volume/service 0.487s coverage: 70.3% of statements [2019-09-27T15:58:51.675Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-27T15:58:51.675Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-27T15:58:52.136Z] INFO: make.ps1 ended at 09/27/2019 15:58:51 [2019-09-27T15:58:52.689Z] --- PASS: TestBuildMultiStageOnBuild (2.83s) [2019-09-27T15:58:52.689Z] === RUN TestBuildUncleanTarFilenames [2019-09-27T15:58:53.480Z] PASS: docker_cli_daemon_test.go:1433: DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill 2.333s [2019-09-27T15:58:54.411Z] PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats 4.010s [2019-09-27T15:58:54.501Z] --- PASS: TestBuildUncleanTarFilenames (1.53s) [2019-09-27T15:58:54.501Z] === RUN TestBuildMultiStageLayerLeak [2019-09-27T15:58:55.053Z] INFO: Unit tests ended at 09/27/2019 15:58:53. Duration:00:04:24.7699636 [2019-09-27T15:58:55.053Z] INFO: Building busybox [2019-09-27T15:58:55.053Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-27T15:58:55.053Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-27T15:58:55.053Z] [2019-09-27T15:58:55.053Z] Sending build context to Docker daemon 2.56kB [2019-09-27T15:58:55.053Z] [2019-09-27T15:58:55.053Z] Step 1/6 : FROM microsoft/windowsservercore [2019-09-27T15:58:55.053Z] ---> 1ddfa8bee56a [2019-09-27T15:58:55.053Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-09-27T15:58:55.053Z] ---> Running in 67ad463083fa [2019-09-27T15:58:55.779Z] PASS: docker_cli_daemon_test.go:2005: DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash 2.238s [2019-09-27T15:58:56.345Z] PASS: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning 1.744s [2019-09-27T15:58:56.910Z] --- PASS: TestServiceUpdateNetwork (19.75s) [2019-09-27T15:58:56.910Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T15:58:56.910Z] daemon.go:325: [da6e70e2b3121] waiting for daemon to start [2019-09-27T15:58:56.910Z] daemon.go:325: [da6e70e2b3121] waiting for daemon to start [2019-09-27T15:58:56.910Z] daemon.go:353: [da6e70e2b3121] daemon started [2019-09-27T15:58:56.910Z] daemon.go:461: [da6e70e2b3121] Stopping daemon [2019-09-27T15:58:56.910Z] daemon.go:296: [da6e70e2b3121] exiting daemon [2019-09-27T15:58:56.910Z] daemon.go:448: [da6e70e2b3121] Daemon stopped [2019-09-27T15:58:56.910Z] === RUN TestDockerNetworkReConnect [2019-09-27T15:58:57.473Z] PASS: docker_cli_daemon_test.go:1471: DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown 1.717s [2019-09-27T15:58:57.765Z] --- PASS: TestBuildMultiStageLayerLeak (3.06s) [2019-09-27T15:58:57.765Z] === RUN TestBuildWithHugeFile [2019-09-27T15:58:58.844Z] PASS: docker_cli_daemon_test.go:529: DockerDaemonSuite.TestDaemonAllocatesListeningPort 1.258s [2019-09-27T15:58:59.774Z] PASS: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers 2.766s [2019-09-27T15:59:00.225Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-09-27T15:59:00.384Z] Removing intermediate container 67ad463083fa [2019-09-27T15:59:00.384Z] ---> 822484a8325c [2019-09-27T15:59:00.384Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-09-27T15:59:01.543Z] [2019-09-27T15:59:01.543Z] ---> b34a43dc6457 [2019-09-27T15:59:01.543Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-09-27T15:59:01.543Z] ---> Running in faa148b99baf [2019-09-27T15:59:01.670Z] PASS: docker_cli_daemon_test.go:588: DockerDaemonSuite.TestDaemonBridgeExternal 2.882s [2019-09-27T15:59:02.601Z] --- PASS: TestDockerNetworkReConnect (5.60s) [2019-09-27T15:59:02.601Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T15:59:02.601Z] daemon.go:325: [d37fa48d15c1e] waiting for daemon to start [2019-09-27T15:59:02.601Z] daemon.go:325: [d37fa48d15c1e] waiting for daemon to start [2019-09-27T15:59:02.601Z] daemon.go:353: [d37fa48d15c1e] daemon started [2019-09-27T15:59:02.601Z] daemon.go:461: [d37fa48d15c1e] Stopping daemon [2019-09-27T15:59:02.601Z] daemon.go:296: [d37fa48d15c1e] exiting daemon [2019-09-27T15:59:02.601Z] daemon.go:448: [d37fa48d15c1e] Daemon stopped [2019-09-27T15:59:02.601Z] === RUN TestServiceUpdateNetwork [2019-09-27T15:59:02.601Z] PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu 2.571s [2019-09-27T15:59:03.309Z] [2019-09-27T15:59:03.309Z] SUCCESS: Specified value was saved. [2019-09-27T15:59:03.972Z] PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines 0.955s [2019-09-27T15:59:03.972Z] PASS: docker_cli_daemon_test.go:755: DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork 2.346s [2019-09-27T15:59:04.536Z] PASS: docker_cli_run_test.go:3185: DockerSuite.TestAppArmorDeniesChmodProc 0.848s [2019-09-27T15:59:05.470Z] PASS: docker_cli_run_test.go:3163: DockerSuite.TestAppArmorDeniesPtrace 0.968s [2019-09-27T15:59:05.824Z] Removing intermediate container faa148b99baf [2019-09-27T15:59:05.824Z] ---> f17b9dbb7d64 [2019-09-27T15:59:05.824Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-09-27T15:59:05.824Z] ---> Running in ec69e9a3325b [2019-09-27T15:59:06.401Z] PASS: docker_cli_run_test.go:3175: DockerSuite.TestAppArmorTraceSelf 0.819s [2019-09-27T15:59:07.777Z] PASS: docker_cli_daemon_test.go:708: DockerDaemonSuite.TestDaemonBridgeFixedCidr 3.608s [2019-09-27T15:59:08.340Z] PASS: docker_cli_attach_unix_test.go:61: DockerSuite.TestAttachAfterDetach 1.769s [2019-09-27T15:59:10.863Z] PASS: docker_cli_attach_unix_test.go:18: DockerSuite.TestAttachClosedOnContainerStop 1.908s [2019-09-27T15:59:10.863Z] PASS: docker_cli_daemon_test.go:730: DockerDaemonSuite.TestDaemonBridgeFixedCidr2 3.220s [2019-09-27T15:59:11.429Z] PASS: docker_cli_attach_unix_test.go:126: DockerSuite.TestAttachDetach 0.748s [2019-09-27T15:59:12.360Z] PASS: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect 0.674s [2019-09-27T15:59:13.628Z] Cannot create a file when that file already exists. [2019-09-27T15:59:13.729Z] PASS: docker_cli_daemon_test.go:646: DockerDaemonSuite.TestDaemonBridgeIP 2.742s [2019-09-27T15:59:14.294Z] PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart 1.858s [2019-09-27T15:59:14.859Z] PASS: docker_cli_daemon_test.go:616: DockerDaemonSuite.TestDaemonBridgeNone 1.335s [2019-09-27T15:59:15.196Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-09-27T15:59:15.422Z] PASS: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer 0.713s [2019-09-27T15:59:16.353Z] PASS: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin 0.699s [2019-09-27T15:59:16.917Z] PASS: docker_cli_daemon_test.go:1857: DockerDaemonSuite.TestDaemonCgroupParent 2.049s [2019-09-27T15:59:17.118Z] tests/integration/client_test.py ..... [ 75%] [2019-09-27T15:59:17.480Z] PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF 1.107s [2019-09-27T15:59:17.480Z] PASS: docker_cli_daemon_test.go:1669: DockerDaemonSuite.TestDaemonCorruptedFluentdAddress 0.502s [2019-09-27T15:59:17.677Z] tests/integration/errors_test.py . [ 75%] [2019-09-27T15:59:18.045Z] PASS: docker_cli_daemon_test.go:1661: DockerDaemonSuite.TestDaemonCorruptedLogDriverAddress 0.502s [2019-09-27T15:59:18.611Z] --- PASS: TestServiceUpdateNetwork (15.99s) [2019-09-27T15:59:18.611Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T15:59:18.611Z] daemon.go:325: [d5628ce759c8e] waiting for daemon to start [2019-09-27T15:59:18.611Z] daemon.go:325: [d5628ce759c8e] waiting for daemon to start [2019-09-27T15:59:18.611Z] daemon.go:353: [d5628ce759c8e] daemon started [2019-09-27T15:59:18.611Z] daemon.go:461: [d5628ce759c8e] Stopping daemon [2019-09-27T15:59:18.611Z] daemon.go:296: [d5628ce759c8e] exiting daemon [2019-09-27T15:59:18.611Z] daemon.go:448: [d5628ce759c8e] Daemon stopped [2019-09-27T15:59:18.611Z] === RUN TestDockerNetworkReConnect [2019-09-27T15:59:19.543Z] PASS: docker_cli_daemon_test.go:2389: DockerDaemonSuite.TestDaemonDNSFlagsInHostMode 1.433s [2019-09-27T15:59:19.801Z] PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote 2.403s [2019-09-27T15:59:19.801Z] PASS: docker_cli_daemon_test.go:2185: DockerDaemonSuite.TestDaemonDebugLog 0.518s [2019-09-27T15:59:19.970Z] Removing intermediate container ec69e9a3325b [2019-09-27T15:59:19.970Z] ---> c76f7ec6131e [2019-09-27T15:59:19.970Z] Step 6/6 : CMD ["sh"] [2019-09-27T15:59:19.970Z] ---> Running in 9bb9d92ff399 [2019-09-27T15:59:20.497Z] Removing intermediate container 9bb9d92ff399 [2019-09-27T15:59:20.497Z] ---> 333a6c10fe85 [2019-09-27T15:59:20.497Z] Successfully built 333a6c10fe85 [2019-09-27T15:59:20.497Z] Successfully tagged busybox:latest [2019-09-27T15:59:20.497Z] INFO: Docker images of the daemon under test [2019-09-27T15:59:20.497Z] [2019-09-27T15:59:20.497Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-27T15:59:20.497Z] busybox latest 333a6c10fe85 1 second ago 4.75GB [2019-09-27T15:59:20.497Z] microsoft/windowsservercore latest 1ddfa8bee56a 2 weeks ago 4.71GB [2019-09-27T15:59:20.497Z] mcr.microsoft.com/windows/servercore ltsc2019 1ddfa8bee56a 2 weeks ago 4.71GB [2019-09-27T15:59:20.497Z] [2019-09-27T15:59:20.497Z] INFO: Running integration tests at 09/27/2019 15:59:20... [2019-09-27T15:59:20.497Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-09-27T15:59:20.497Z] INFO: Integration API tests being run from the host: [2019-09-27T15:59:20.497Z] INFO: make.ps1 starting at 09/27/2019 15:59:20 [2019-09-27T15:59:21.173Z] PASS: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile 1.394s [2019-09-27T15:59:22.223Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-09-27T15:59:22.543Z] PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile 1.168s [2019-09-27T15:59:22.543Z] PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext 0.009s [2019-09-27T15:59:22.543Z] PASS: docker_cli_daemon_test.go:794: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit 2.559s [2019-09-27T15:59:23.476Z] PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile 1.135s [2019-09-27T15:59:24.041Z] PASS: docker_cli_daemon_test.go:816: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet 1.618s [2019-09-27T15:59:24.298Z] PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths 0.682s [2019-09-27T15:59:24.862Z] --- PASS: TestDockerNetworkReConnect (6.50s) [2019-09-27T15:59:24.862Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T15:59:24.862Z] daemon.go:325: [db471b8acb80d] waiting for daemon to start [2019-09-27T15:59:24.862Z] daemon.go:325: [db471b8acb80d] waiting for daemon to start [2019-09-27T15:59:24.862Z] daemon.go:353: [db471b8acb80d] daemon started [2019-09-27T15:59:24.862Z] daemon.go:461: [db471b8acb80d] Stopping daemon [2019-09-27T15:59:24.862Z] daemon.go:296: [db471b8acb80d] exiting daemon [2019-09-27T15:59:24.862Z] daemon.go:448: [db471b8acb80d] Daemon stopped [2019-09-27T15:59:24.862Z] === RUN TestServiceUpdateNetwork [2019-09-27T15:59:26.758Z] PASS: docker_cli_daemon_test.go:773: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit 2.500s [2019-09-27T15:59:28.127Z] PASS: docker_cli_daemon_test.go:827: DockerDaemonSuite.TestDaemonDefaultNetworkInvalidClusterConfig 1.236s [2019-09-27T15:59:28.383Z] PASS: docker_cli_daemon_test.go:2205: DockerDaemonSuite.TestDaemonDiscoveryBackendConfigReload 0.532s [2019-09-27T15:59:32.265Z] --- PASS: TestBuildWithHugeFile (29.88s) [2019-09-27T15:59:32.265Z] === RUN TestBuildWithEmptyDockerfile [2019-09-27T15:59:32.265Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T15:59:32.265Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T15:59:32.265Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T15:59:32.265Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T15:59:32.265Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T15:59:32.265Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T15:59:32.265Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T15:59:32.265Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T15:59:32.265Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T15:59:32.265Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2019-09-27T15:59:32.265Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2019-09-27T15:59:32.265Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2019-09-27T15:59:32.265Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2019-09-27T15:59:32.265Z] === RUN TestBuildPreserveOwnership [2019-09-27T15:59:32.265Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-27T15:59:32.265Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-27T15:59:32.555Z] PASS: docker_cli_events_unix_test.go:390: DockerDaemonSuite.TestDaemonEvents 3.539s [2019-09-27T15:59:33.550Z] --- PASS: TestBuildPreserveOwnership (6.03s) [2019-09-27T15:59:33.551Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.91s) [2019-09-27T15:59:33.551Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.11s) [2019-09-27T15:59:33.551Z] === RUN TestBuildPlatformInvalid [2019-09-27T15:59:33.929Z] --- PASS: TestBuildPlatformInvalid (0.20s) [2019-09-27T15:59:33.929Z] PASS [2019-09-27T15:59:33.929Z] [2019-09-27T15:59:33.929Z] DONE 30 tests in 79.143s [2019-09-27T15:59:33.929Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-09-27T15:59:33.929Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-27T15:59:33.929Z] ++ set -e [2019-09-27T15:59:33.929Z] ++ '[' -n 0 ']' [2019-09-27T15:59:33.929Z] ++ set -x [2019-09-27T15:59:33.929Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-27T15:59:34.298Z] INFO: Testing against a local daemon [2019-09-27T15:59:34.298Z] === RUN TestConfigList [2019-09-27T15:59:35.827Z] PASS: docker_cli_events_unix_test.go:458: DockerDaemonSuite.TestDaemonEventsWithFilters 3.596s [2019-09-27T15:59:36.084Z] PASS: docker_cli_daemon_test.go:573: DockerDaemonSuite.TestDaemonExitOnFailure 0.502s [2019-09-27T15:59:36.647Z] PASS: docker_cli_daemon_test.go:502: DockerDaemonSuite.TestDaemonFlagD 0.507s [2019-09-27T15:59:37.212Z] PASS: docker_cli_daemon_test.go:511: DockerDaemonSuite.TestDaemonFlagDebug 0.515s [2019-09-27T15:59:37.591Z] --- PASS: TestConfigList (2.88s) [2019-09-27T15:59:37.591Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-27T15:59:37.591Z] daemon.go:325: [df7de309fb3f9] waiting for daemon to start [2019-09-27T15:59:37.591Z] daemon.go:325: [df7de309fb3f9] waiting for daemon to start [2019-09-27T15:59:37.591Z] daemon.go:353: [df7de309fb3f9] daemon started [2019-09-27T15:59:37.591Z] daemon.go:461: [df7de309fb3f9] Stopping daemon [2019-09-27T15:59:37.591Z] daemon.go:296: [df7de309fb3f9] exiting daemon [2019-09-27T15:59:37.591Z] daemon.go:448: [df7de309fb3f9] Daemon stopped [2019-09-27T15:59:37.591Z] === RUN TestConfigsCreateAndDelete [2019-09-27T15:59:37.776Z] PASS: docker_cli_daemon_test.go:520: DockerDaemonSuite.TestDaemonFlagDebugLogLevelFatal 0.509s [2019-09-27T15:59:39.415Z] --- PASS: TestConfigsCreateAndDelete (2.46s) [2019-09-27T15:59:39.415Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-27T15:59:39.415Z] daemon.go:325: [dc2ed6fd539d7] waiting for daemon to start [2019-09-27T15:59:39.415Z] daemon.go:325: [dc2ed6fd539d7] waiting for daemon to start [2019-09-27T15:59:39.415Z] daemon.go:353: [dc2ed6fd539d7] daemon started [2019-09-27T15:59:39.415Z] daemon.go:461: [dc2ed6fd539d7] Stopping daemon [2019-09-27T15:59:39.415Z] daemon.go:296: [dc2ed6fd539d7] exiting daemon [2019-09-27T15:59:39.415Z] daemon.go:448: [dc2ed6fd539d7] Daemon stopped [2019-09-27T15:59:39.415Z] === RUN TestConfigsUpdate [2019-09-27T15:59:41.049Z] PASS: docker_cli_daemon_test.go:908: DockerDaemonSuite.TestDaemonICCLinkExpose 2.973s [2019-09-27T15:59:41.049Z] SKIP: docker_cli_daemon_test.go:872: DockerDaemonSuite.TestDaemonICCPing (unmatched requirement bridgeNfIptables) [2019-09-27T15:59:41.049Z] --- PASS: TestServiceUpdateNetwork (15.82s) [2019-09-27T15:59:41.049Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T15:59:41.049Z] daemon.go:325: [d7137d7143f27] waiting for daemon to start [2019-09-27T15:59:41.049Z] daemon.go:325: [d7137d7143f27] waiting for daemon to start [2019-09-27T15:59:41.049Z] daemon.go:353: [d7137d7143f27] daemon started [2019-09-27T15:59:41.049Z] daemon.go:461: [d7137d7143f27] Stopping daemon [2019-09-27T15:59:41.049Z] daemon.go:296: [d7137d7143f27] exiting daemon [2019-09-27T15:59:41.049Z] daemon.go:448: [d7137d7143f27] Daemon stopped [2019-09-27T15:59:41.049Z] === RUN TestDockerNetworkReConnect [2019-09-27T15:59:42.664Z] --- PASS: TestConfigsUpdate (2.91s) [2019-09-27T15:59:42.664Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-27T15:59:42.664Z] daemon.go:325: [d426df4ff6d76] waiting for daemon to start [2019-09-27T15:59:42.664Z] daemon.go:325: [d426df4ff6d76] waiting for daemon to start [2019-09-27T15:59:42.664Z] daemon.go:353: [d426df4ff6d76] daemon started [2019-09-27T15:59:42.664Z] daemon.go:461: [d426df4ff6d76] Stopping daemon [2019-09-27T15:59:42.664Z] daemon.go:296: [d426df4ff6d76] exiting daemon [2019-09-27T15:59:42.664Z] daemon.go:448: [d426df4ff6d76] Daemon stopped [2019-09-27T15:59:42.664Z] === RUN TestTemplatedConfig [2019-09-27T15:59:42.947Z] PASS: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace 18.383s [2019-09-27T15:59:43.206Z] PASS: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks 0.610s [2019-09-27T15:59:43.206Z] PASS: docker_cli_daemon_test.go:843: DockerDaemonSuite.TestDaemonIP 2.653s [2019-09-27T15:59:43.206Z] SKIP: docker_cli_daemon_test.go:361: DockerDaemonSuite.TestDaemonIPv6Enabled (unmatched requirement IPv6) [2019-09-27T15:59:44.394Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-09-27T15:59:45.104Z] PASS: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume 1.606s [2019-09-27T15:59:45.104Z] PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar 0.231s [2019-09-27T15:59:45.667Z] PASS: docker_api_build_test.go:476: DockerSuite.TestBuildAddCacheOnFileChange 0.732s [2019-09-27T15:59:45.951Z] --- PASS: TestTemplatedConfig (3.21s) [2019-09-27T15:59:45.951Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-27T15:59:45.951Z] daemon.go:325: [de2f6a99389a0] waiting for daemon to start [2019-09-27T15:59:45.951Z] daemon.go:325: [de2f6a99389a0] waiting for daemon to start [2019-09-27T15:59:45.951Z] daemon.go:353: [de2f6a99389a0] daemon started [2019-09-27T15:59:45.951Z] daemon.go:461: [de2f6a99389a0] Stopping daemon [2019-09-27T15:59:45.951Z] daemon.go:296: [de2f6a99389a0] exiting daemon [2019-09-27T15:59:45.951Z] daemon.go:448: [de2f6a99389a0] Daemon stopped [2019-09-27T15:59:45.951Z] === RUN TestConfigInspect [2019-09-27T15:59:47.079Z] --- PASS: TestDockerNetworkReConnect (6.39s) [2019-09-27T15:59:47.079Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T15:59:47.079Z] daemon.go:325: [da6e8cd77c027] waiting for daemon to start [2019-09-27T15:59:47.079Z] daemon.go:325: [da6e8cd77c027] waiting for daemon to start [2019-09-27T15:59:47.079Z] daemon.go:353: [da6e8cd77c027] daemon started [2019-09-27T15:59:47.079Z] daemon.go:461: [da6e8cd77c027] Stopping daemon [2019-09-27T15:59:47.079Z] daemon.go:296: [da6e8cd77c027] exiting daemon [2019-09-27T15:59:47.079Z] daemon.go:448: [da6e8cd77c027] Daemon stopped [2019-09-27T15:59:47.079Z] === RUN TestServiceUpdateNetwork [2019-09-27T15:59:48.026Z] PASS: docker_cli_build_unix_test.go:88: DockerSuite.TestBuildAddChangeOwnership 2.072s [2019-09-27T15:59:48.404Z] --- PASS: TestConfigInspect (2.87s) [2019-09-27T15:59:48.404Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-27T15:59:48.404Z] daemon.go:325: [d9ac631997f4d] waiting for daemon to start [2019-09-27T15:59:48.405Z] daemon.go:325: [d9ac631997f4d] waiting for daemon to start [2019-09-27T15:59:48.405Z] daemon.go:353: [d9ac631997f4d] daemon started [2019-09-27T15:59:48.405Z] daemon.go:461: [d9ac631997f4d] Stopping daemon [2019-09-27T15:59:48.405Z] daemon.go:296: [d9ac631997f4d] exiting daemon [2019-09-27T15:59:48.405Z] daemon.go:448: [d9ac631997f4d] Daemon stopped [2019-09-27T15:59:48.405Z] === RUN TestConfigCreateWithLabels [2019-09-27T15:59:48.473Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-09-27T15:59:50.547Z] PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache 2.217s [2019-09-27T15:59:50.803Z] PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache 0.746s [2019-09-27T15:59:51.206Z] --- PASS: TestConfigCreateWithLabels (2.55s) [2019-09-27T15:59:51.206Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-27T15:59:51.206Z] daemon.go:325: [dd8d686ee2c8c] waiting for daemon to start [2019-09-27T15:59:51.206Z] daemon.go:325: [dd8d686ee2c8c] waiting for daemon to start [2019-09-27T15:59:51.206Z] daemon.go:353: [dd8d686ee2c8c] daemon started [2019-09-27T15:59:51.206Z] daemon.go:461: [dd8d686ee2c8c] Stopping daemon [2019-09-27T15:59:51.206Z] daemon.go:296: [dd8d686ee2c8c] exiting daemon [2019-09-27T15:59:51.206Z] daemon.go:448: [dd8d686ee2c8c] Daemon stopped [2019-09-27T15:59:51.206Z] === RUN TestConfigCreateResolve [2019-09-27T15:59:52.653Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-09-27T15:59:54.371Z] --- PASS: TestConfigCreateResolve (3.05s) [2019-09-27T15:59:54.371Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-27T15:59:54.371Z] daemon.go:325: [d7dd6de15da8c] waiting for daemon to start [2019-09-27T15:59:54.371Z] daemon.go:325: [d7dd6de15da8c] waiting for daemon to start [2019-09-27T15:59:54.371Z] daemon.go:353: [d7dd6de15da8c] daemon started [2019-09-27T15:59:54.371Z] daemon.go:461: [d7dd6de15da8c] Stopping daemon [2019-09-27T15:59:54.371Z] daemon.go:296: [d7dd6de15da8c] exiting daemon [2019-09-27T15:59:54.371Z] daemon.go:448: [d7dd6de15da8c] Daemon stopped [2019-09-27T15:59:54.371Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T15:59:54.749Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-27T15:59:54.749Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-27T15:59:54.749Z] daemon.go:325: [d224f7d58165e] waiting for daemon to start [2019-09-27T15:59:54.749Z] daemon.go:325: [d224f7d58165e] waiting for daemon to start [2019-09-27T15:59:54.749Z] daemon.go:353: [d224f7d58165e] daemon started [2019-09-27T15:59:54.749Z] daemon.go:461: [d224f7d58165e] Stopping daemon [2019-09-27T15:59:54.749Z] daemon.go:296: [d224f7d58165e] exiting daemon [2019-09-27T15:59:54.749Z] daemon.go:448: [d224f7d58165e] Daemon stopped [2019-09-27T15:59:54.749Z] PASS [2019-09-27T15:59:54.749Z] [2019-09-27T15:59:54.749Z] DONE 8 tests in 20.581s [2019-09-27T15:59:54.749Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-09-27T15:59:54.749Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-27T15:59:54.749Z] ++ set -e [2019-09-27T15:59:54.749Z] ++ '[' -n 0 ']' [2019-09-27T15:59:54.749Z] ++ set -x [2019-09-27T15:59:54.749Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-27T15:59:54.749Z] INFO: Testing against a local daemon [2019-09-27T15:59:54.749Z] === RUN TestCheckpoint [2019-09-27T15:59:54.749Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-27T15:59:54.749Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T15:59:54.749Z] === RUN TestContainerInvalidJSON [2019-09-27T15:59:54.749Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T15:59:54.749Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T15:59:54.749Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T15:59:54.749Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T15:59:54.749Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-27T15:59:54.749Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-27T15:59:54.749Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T15:59:54.749Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-27T15:59:54.749Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T15:59:54.749Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-09-27T15:59:54.749Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-27T15:59:54.749Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-27T15:59:54.749Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-27T15:59:54.749Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T15:59:54.749Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-09-27T15:59:54.749Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T15:59:55.123Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-09-27T15:59:55.243Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-09-27T15:59:55.243Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-27T15:59:55.243Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2019-09-27T15:59:55.243Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-27T15:59:55.243Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2019-09-27T15:59:55.243Z] === RUN TestCopyFromContainer [2019-09-27T15:59:55.779Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-09-27T15:59:56.058Z] PASS: docker_cli_daemon_test.go:420: DockerDaemonSuite.TestDaemonIPv6FixedCIDR 1.702s [2019-09-27T15:59:57.093Z] === RUN TestCopyFromContainer// [2019-09-27T15:59:57.093Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T15:59:57.481Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T15:59:57.481Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T15:59:57.481Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T15:59:57.481Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T15:59:57.481Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T15:59:57.875Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T15:59:57.875Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T15:59:57.875Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T15:59:57.875Z] --- PASS: TestCopyFromContainer (2.77s) [2019-09-27T15:59:57.875Z] --- PASS: TestCopyFromContainer// (0.06s) [2019-09-27T15:59:57.875Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2019-09-27T15:59:57.875Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2019-09-27T15:59:57.875Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-09-27T15:59:57.875Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-27T15:59:57.875Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-09-27T15:59:57.875Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-27T15:59:57.875Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-09-27T15:59:57.875Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-09-27T15:59:57.875Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2019-09-27T15:59:57.875Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-27T15:59:57.875Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T15:59:57.875Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T15:59:57.875Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T15:59:57.875Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T15:59:57.875Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T15:59:57.875Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T15:59:57.875Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T15:59:57.875Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T15:59:57.875Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T15:59:57.875Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-09-27T15:59:57.875Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-27T15:59:57.875Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-27T15:59:57.875Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-27T15:59:57.875Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T15:59:57.875Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2019-09-27T15:59:57.875Z] === RUN TestCreateWithInvalidEnv [2019-09-27T15:59:57.875Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-27T15:59:57.875Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-27T15:59:57.875Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-27T15:59:57.875Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-27T15:59:57.875Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-27T15:59:57.875Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-27T15:59:57.875Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-27T15:59:57.875Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-27T15:59:57.875Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-27T15:59:57.875Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-27T15:59:57.875Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-27T15:59:57.875Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-27T15:59:57.875Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-27T15:59:57.875Z] === RUN TestCreateTmpfsMountsTarget [2019-09-27T15:59:57.875Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-09-27T15:59:57.875Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-27T15:59:58.409Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-27T15:59:59.329Z] PASS: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir 8.010s [2019-09-27T15:59:59.496Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-27T16:00:00.005Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-27T16:00:00.374Z] --- PASS: TestCreateWithCustomMaskedPaths (2.52s) [2019-09-27T16:00:00.374Z] === RUN TestCreateWithCapabilities [2019-09-27T16:00:00.770Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-27T16:00:00.770Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-27T16:00:00.770Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-27T16:00:00.770Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-27T16:00:00.770Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-27T16:00:00.770Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-27T16:00:00.770Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-27T16:00:00.770Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-27T16:00:00.770Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T16:00:00.770Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T16:00:00.770Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T16:00:00.770Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T16:00:00.770Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-27T16:00:00.770Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-27T16:00:00.770Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-27T16:00:00.770Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-27T16:00:00.770Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-27T16:00:00.770Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-27T16:00:00.770Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T16:00:00.770Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T16:00:00.770Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T16:00:00.770Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T16:00:00.770Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-27T16:00:00.770Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T16:00:00.770Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T16:00:00.770Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-27T16:00:00.770Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-27T16:00:00.770Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-27T16:00:00.770Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T16:00:00.770Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T16:00:00.770Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-27T16:00:00.770Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-27T16:00:00.770Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-27T16:00:00.770Z] --- PASS: TestCreateWithCapabilities (0.03s) [2019-09-27T16:00:00.770Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-27T16:00:00.770Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-27T16:00:00.770Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-09-27T16:00:00.770Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2019-09-27T16:00:00.770Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-09-27T16:00:00.770Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-09-27T16:00:00.770Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2019-09-27T16:00:00.770Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-09-27T16:00:00.770Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-27T16:00:00.770Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-09-27T16:00:00.770Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2019-09-27T16:00:00.770Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-27T16:00:01.081Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-27T16:00:02.161Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-27T16:00:02.604Z] --- PASS: TestServiceUpdateNetwork (15.36s) [2019-09-27T16:00:02.604Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:00:02.604Z] daemon.go:325: [da4c6d4f4dcb2] waiting for daemon to start [2019-09-27T16:00:02.604Z] daemon.go:325: [da4c6d4f4dcb2] waiting for daemon to start [2019-09-27T16:00:02.604Z] daemon.go:353: [da4c6d4f4dcb2] daemon started [2019-09-27T16:00:02.604Z] daemon.go:461: [da4c6d4f4dcb2] Stopping daemon [2019-09-27T16:00:02.604Z] daemon.go:296: [da4c6d4f4dcb2] exiting daemon [2019-09-27T16:00:02.604Z] daemon.go:448: [da4c6d4f4dcb2] Daemon stopped [2019-09-27T16:00:02.604Z] PASS [2019-09-27T16:00:02.604Z] [2019-09-27T16:00:02.604Z] DONE 10 tests in 119.258s [2019-09-27T16:00:02.604Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:02.604Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:02.604Z] +++ set -e [2019-09-27T16:00:02.604Z] +++ '[' -n 0 ']' [2019-09-27T16:00:02.604Z] +++ set -x [2019-09-27T16:00:02.604Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:02.604Z] INFO: Testing against a local daemon [2019-09-27T16:00:02.604Z] testing: warning: no tests to run [2019-09-27T16:00:02.604Z] PASS [2019-09-27T16:00:02.604Z] [2019-09-27T16:00:02.604Z] DONE 0 tests in 0.037s [2019-09-27T16:00:02.604Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:02.605Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:02.605Z] +++ set -e [2019-09-27T16:00:02.605Z] +++ '[' -n 0 ']' [2019-09-27T16:00:02.605Z] +++ set -x [2019-09-27T16:00:02.605Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:02.605Z] INFO: Testing against a local daemon [2019-09-27T16:00:02.605Z] testing: warning: no tests to run [2019-09-27T16:00:02.605Z] PASS [2019-09-27T16:00:02.605Z] [2019-09-27T16:00:02.605Z] DONE 0 tests in 0.050s [2019-09-27T16:00:02.605Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=600m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:02.605Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:02.605Z] +++ set -e [2019-09-27T16:00:02.605Z] +++ '[' -n 0 ']' [2019-09-27T16:00:02.605Z] +++ set -x [2019-09-27T16:00:02.605Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=600m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:02.861Z] INFO: Testing against a local daemon [2019-09-27T16:00:02.862Z] testing: warning: no tests to run [2019-09-27T16:00:02.862Z] PASS [2019-09-27T16:00:02.862Z] [2019-09-27T16:00:02.862Z] DONE 0 tests in 0.050s [2019-09-27T16:00:02.862Z] Running integration-test (iteration 2) [2019-09-27T16:00:02.862Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:02.862Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:02.862Z] +++ set -e [2019-09-27T16:00:02.862Z] +++ '[' -n 0 ']' [2019-09-27T16:00:02.862Z] +++ set -x [2019-09-27T16:00:02.862Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:02.862Z] INFO: Testing against a local daemon [2019-09-27T16:00:02.862Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:00:02.862Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:00:03.118Z] PASS: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot 4.110s [2019-09-27T16:00:03.119Z] PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound 0.104s [2019-09-27T16:00:03.985Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.61s) [2019-09-27T16:00:03.985Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-27T16:00:03.985Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T16:00:03.985Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T16:00:03.985Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T16:00:03.985Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T16:00:03.985Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T16:00:03.985Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T16:00:03.985Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T16:00:03.985Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T16:00:03.985Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T16:00:03.985Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T16:00:03.985Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T16:00:03.985Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T16:00:03.985Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T16:00:03.985Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T16:00:03.985Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T16:00:03.985Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-09-27T16:00:03.985Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-27T16:00:03.985Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-27T16:00:03.985Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-27T16:00:03.985Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-27T16:00:03.985Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-27T16:00:03.985Z] === RUN TestContainerStartOnDaemonRestart [2019-09-27T16:00:03.985Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-27T16:00:03.985Z] === RUN TestDaemonRestartIpcMode [2019-09-27T16:00:03.985Z] === PAUSE TestDaemonRestartIpcMode [2019-09-27T16:00:03.985Z] === RUN TestDiff [2019-09-27T16:00:04.051Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:00:04.052Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:00:04.393Z] --- PASS: TestDiff (0.88s) [2019-09-27T16:00:04.393Z] === RUN TestExecWithCloseStdin [2019-09-27T16:00:04.487Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-27T16:00:04.619Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:00:04.619Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:00:04.875Z] PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache 1.741s [2019-09-27T16:00:04.875Z] --- PASS: TestBuildMultiStageCopy (2.06s) [2019-09-27T16:00:04.875Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.16s) [2019-09-27T16:00:04.875Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.16s) [2019-09-27T16:00:04.875Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.31s) [2019-09-27T16:00:04.875Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2019-09-27T16:00:04.875Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2019-09-27T16:00:04.875Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:00:05.133Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2019-09-27T16:00:05.133Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:00:05.133Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:00:05.747Z] --- PASS: TestExecWithCloseStdin (1.15s) [2019-09-27T16:00:05.748Z] === RUN TestExec [2019-09-27T16:00:06.064Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:00:06.321Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:00:06.578Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:00:06.578Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:00:06.836Z] --- PASS: TestBuildMultiStageCopy (1.88s) [2019-09-27T16:00:06.836Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.16s) [2019-09-27T16:00:06.836Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.14s) [2019-09-27T16:00:06.836Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.17s) [2019-09-27T16:00:06.836Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s) [2019-09-27T16:00:06.836Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2019-09-27T16:00:06.836Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:00:07.033Z] --- PASS: TestExec (1.19s) [2019-09-27T16:00:07.033Z] === RUN TestExecUser [2019-09-27T16:00:07.093Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2019-09-27T16:00:07.093Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:00:07.093Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:00:07.658Z] PASS: docker_cli_daemon_test.go:447: DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac 1.823s [2019-09-27T16:00:07.832Z] --- PASS: TestExecUser (1.01s) [2019-09-27T16:00:07.832Z] === RUN TestExportContainerAndImportImage [2019-09-27T16:00:08.226Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:00:08.226Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:00:08.483Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:00:08.741Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:00:08.999Z] --- PASS: TestBuildMultiStageCopy (1.93s) [2019-09-27T16:00:08.999Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.13s) [2019-09-27T16:00:08.999Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2019-09-27T16:00:08.999Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2019-09-27T16:00:08.999Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s) [2019-09-27T16:00:08.999Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2019-09-27T16:00:08.999Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:00:08.999Z] PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache 4.159s [2019-09-27T16:00:08.999Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2019-09-27T16:00:08.999Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:00:08.999Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:00:09.239Z] --- PASS: TestExportContainerAndImportImage (1.25s) [2019-09-27T16:00:09.239Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-27T16:00:09.325Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-27T16:00:10.371Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:00:10.371Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:00:10.371Z] PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar 1.353s [2019-09-27T16:00:10.519Z] --- PASS: TestExportContainerAfterDaemonRestart (1.48s) [2019-09-27T16:00:10.519Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-27T16:00:10.519Z] daemon.go:325: [da2cdcd0d4e51] waiting for daemon to start [2019-09-27T16:00:10.519Z] daemon.go:325: [da2cdcd0d4e51] waiting for daemon to start [2019-09-27T16:00:10.519Z] daemon.go:353: [da2cdcd0d4e51] daemon started [2019-09-27T16:00:10.519Z] daemon.go:461: [da2cdcd0d4e51] Stopping daemon [2019-09-27T16:00:10.519Z] daemon.go:296: [da2cdcd0d4e51] exiting daemon [2019-09-27T16:00:10.519Z] daemon.go:448: [da2cdcd0d4e51] Daemon stopped [2019-09-27T16:00:10.519Z] daemon.go:325: [da2cdcd0d4e51] waiting for daemon to start [2019-09-27T16:00:10.519Z] daemon.go:325: [da2cdcd0d4e51] waiting for daemon to start [2019-09-27T16:00:10.519Z] daemon.go:353: [da2cdcd0d4e51] daemon started [2019-09-27T16:00:10.519Z] daemon.go:461: [da2cdcd0d4e51] Stopping daemon [2019-09-27T16:00:10.519Z] daemon.go:296: [da2cdcd0d4e51] exiting daemon [2019-09-27T16:00:10.519Z] daemon.go:448: [da2cdcd0d4e51] Daemon stopped [2019-09-27T16:00:10.519Z] === RUN TestHealthCheckWorkdir [2019-09-27T16:00:10.628Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:00:10.885Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:00:11.141Z] --- PASS: TestBuildMultiStageCopy (1.96s) [2019-09-27T16:00:11.141Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.13s) [2019-09-27T16:00:11.141Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2019-09-27T16:00:11.141Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2019-09-27T16:00:11.141Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2019-09-27T16:00:11.141Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2019-09-27T16:00:11.141Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:00:11.141Z] PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict 0.617s [2019-09-27T16:00:11.141Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2019-09-27T16:00:11.141Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:00:11.141Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:00:11.815Z] --- PASS: TestHealthCheckWorkdir (1.30s) [2019-09-27T16:00:11.815Z] === RUN TestHealthKillContainer [2019-09-27T16:00:12.512Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:00:12.512Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:00:12.512Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:00:12.769Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:00:13.026Z] --- PASS: TestBuildMultiStageCopy (1.83s) [2019-09-27T16:00:13.026Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.09s) [2019-09-27T16:00:13.026Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.15s) [2019-09-27T16:00:13.026Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2019-09-27T16:00:13.026Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2019-09-27T16:00:13.026Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2019-09-27T16:00:13.026Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:00:13.026Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2019-09-27T16:00:13.026Z] PASS [2019-09-27T16:00:13.026Z] [2019-09-27T16:00:13.026Z] DONE 35 tests in 10.357s [2019-09-27T16:00:13.284Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:13.284Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:13.284Z] +++ set -e [2019-09-27T16:00:13.284Z] +++ '[' -n 0 ']' [2019-09-27T16:00:13.284Z] +++ set -x [2019-09-27T16:00:13.284Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:13.284Z] INFO: Testing against a local daemon [2019-09-27T16:00:13.284Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:00:13.850Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2019-09-27T16:00:13.850Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:00:13.850Z] daemon.go:325: [db030edddc588] waiting for daemon to start [2019-09-27T16:00:13.850Z] daemon.go:325: [db030edddc588] waiting for daemon to start [2019-09-27T16:00:13.850Z] daemon.go:353: [db030edddc588] daemon started [2019-09-27T16:00:13.850Z] daemon.go:461: [db030edddc588] Stopping daemon [2019-09-27T16:00:13.850Z] daemon.go:296: [db030edddc588] exiting daemon [2019-09-27T16:00:13.850Z] daemon.go:448: [db030edddc588] Daemon stopped [2019-09-27T16:00:13.850Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:00:14.414Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2019-09-27T16:00:14.414Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:00:14.414Z] daemon.go:325: [d5e0eac14ccb9] waiting for daemon to start [2019-09-27T16:00:14.414Z] daemon.go:325: [d5e0eac14ccb9] waiting for daemon to start [2019-09-27T16:00:14.414Z] daemon.go:353: [d5e0eac14ccb9] daemon started [2019-09-27T16:00:14.414Z] daemon.go:461: [d5e0eac14ccb9] Stopping daemon [2019-09-27T16:00:14.414Z] daemon.go:296: [d5e0eac14ccb9] exiting daemon [2019-09-27T16:00:14.414Z] daemon.go:448: [d5e0eac14ccb9] Daemon stopped [2019-09-27T16:00:14.414Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:00:14.414Z] PASS: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits 3.372s [2019-09-27T16:00:14.978Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-09-27T16:00:14.978Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:00:14.978Z] daemon.go:325: [d337f9d3176e7] waiting for daemon to start [2019-09-27T16:00:14.978Z] daemon.go:325: [d337f9d3176e7] waiting for daemon to start [2019-09-27T16:00:14.978Z] daemon.go:353: [d337f9d3176e7] daemon started [2019-09-27T16:00:14.978Z] daemon.go:461: [d337f9d3176e7] Stopping daemon [2019-09-27T16:00:14.978Z] daemon.go:296: [d337f9d3176e7] exiting daemon [2019-09-27T16:00:14.978Z] daemon.go:448: [d337f9d3176e7] Daemon stopped [2019-09-27T16:00:14.978Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:00:15.008Z] --- PASS: TestHealthKillContainer (3.16s) [2019-09-27T16:00:15.008Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-27T16:00:15.235Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-09-27T16:00:15.236Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:00:15.236Z] daemon.go:325: [da2f9e8ab986d] waiting for daemon to start [2019-09-27T16:00:15.236Z] daemon.go:325: [da2f9e8ab986d] waiting for daemon to start [2019-09-27T16:00:15.236Z] daemon.go:353: [da2f9e8ab986d] daemon started [2019-09-27T16:00:15.236Z] daemon.go:461: [da2f9e8ab986d] Stopping daemon [2019-09-27T16:00:15.236Z] daemon.go:296: [da2f9e8ab986d] exiting daemon [2019-09-27T16:00:15.236Z] daemon.go:448: [da2f9e8ab986d] Daemon stopped [2019-09-27T16:00:15.236Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:00:15.797Z] --- PASS: TestInspectCpusetInConfigPre120 (0.92s) [2019-09-27T16:00:15.797Z] === RUN TestIpcModeNone [2019-09-27T16:00:15.800Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2019-09-27T16:00:15.800Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:00:15.800Z] daemon.go:325: [d501cfbc4689a] waiting for daemon to start [2019-09-27T16:00:15.800Z] daemon.go:325: [d501cfbc4689a] waiting for daemon to start [2019-09-27T16:00:15.800Z] daemon.go:353: [d501cfbc4689a] daemon started [2019-09-27T16:00:15.800Z] daemon.go:461: [d501cfbc4689a] Stopping daemon [2019-09-27T16:00:15.800Z] daemon.go:296: [d501cfbc4689a] exiting daemon [2019-09-27T16:00:15.800Z] daemon.go:448: [d501cfbc4689a] Daemon stopped [2019-09-27T16:00:15.800Z] PASS [2019-09-27T16:00:15.800Z] [2019-09-27T16:00:15.800Z] DONE 5 tests in 2.706s [2019-09-27T16:00:15.800Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:15.800Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:15.800Z] +++ set -e [2019-09-27T16:00:15.800Z] +++ '[' -n 0 ']' [2019-09-27T16:00:15.800Z] +++ set -x [2019-09-27T16:00:15.800Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:15.800Z] INFO: Testing against a local daemon [2019-09-27T16:00:15.800Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:00:16.057Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2019-09-27T16:00:16.057Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:00:16.057Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-27T16:00:16.057Z] === RUN TestCopyFromContainer [2019-09-27T16:00:16.070Z] ok github.com/docker/docker/api/server/httputils 0.029s coverage: 14.7% of statements [2019-09-27T16:00:16.281Z] ......... [ 85%] [2019-09-27T16:00:16.359Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-27T16:00:16.495Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-27T16:00:16.995Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2019-09-27T16:00:16.995Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-27T16:00:16.995Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-27T16:00:16.995Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-27T16:00:17.155Z] --- PASS: TestIpcModeNone (1.03s) [2019-09-27T16:00:17.156Z] === RUN TestIpcModePrivate [2019-09-27T16:00:17.427Z] PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime 2.781s [2019-09-27T16:00:17.616Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-27T16:00:17.616Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-27T16:00:17.616Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-27T16:00:17.616Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-27T16:00:17.616Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-27T16:00:17.903Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-27T16:00:17.991Z] === RUN TestCopyFromContainer// [2019-09-27T16:00:17.991Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:00:17.991Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:00:17.991Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:00:18.047Z] --- PASS: TestIpcModePrivate (1.23s) [2019-09-27T16:00:18.047Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2019-09-27T16:00:18.047Z] === RUN TestIpcModeShareable [2019-09-27T16:00:18.249Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:00:18.249Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:00:18.507Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:00:18.507Z] PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache 1.108s [2019-09-27T16:00:18.507Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:00:18.507Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:00:18.764Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:00:18.764Z] --- PASS: TestCopyFromContainer (2.71s) [2019-09-27T16:00:18.764Z] --- PASS: TestCopyFromContainer// (0.08s) [2019-09-27T16:00:18.764Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2019-09-27T16:00:18.764Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-09-27T16:00:18.764Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2019-09-27T16:00:18.764Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-09-27T16:00:18.764Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-09-27T16:00:18.764Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2019-09-27T16:00:18.764Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2019-09-27T16:00:18.764Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2019-09-27T16:00:18.764Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2019-09-27T16:00:18.764Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:00:18.764Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-27T16:00:18.764Z] === RUN TestHealthKillContainer [2019-09-27T16:00:19.323Z] --- PASS: TestIpcModeShareable (1.06s) [2019-09-27T16:00:19.323Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2019-09-27T16:00:19.323Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-27T16:00:19.331Z] PASS: docker_cli_daemon_test.go:466: DockerDaemonSuite.TestDaemonIPv6HostMode 1.581s [2019-09-27T16:00:19.895Z] PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress 1.348s [2019-09-27T16:00:20.316Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-09-27T16:00:20.610Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-27T16:00:20.610Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-27T16:00:20.610Z] ok github.com/docker/docker/api/types/filters 0.014s coverage: 95.2% of statements [2019-09-27T16:00:21.231Z] ok github.com/docker/docker/api/types/strslice 0.019s coverage: 90.0% of statements [2019-09-27T16:00:21.264Z] PASS: docker_cli_daemon_test.go:299: DockerDaemonSuite.TestDaemonIptablesClean 1.704s [2019-09-27T16:00:21.517Z] ok github.com/docker/docker/api/types/time 0.037s coverage: 100.0% of statements [2019-09-27T16:00:21.517Z] ok github.com/docker/docker/api/server/router/swarm 0.008s coverage: 3.1% of statements [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/types [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-27T16:00:21.517Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-27T16:00:21.802Z] ok github.com/docker/docker/api/types/versions 0.019s coverage: 75.0% of statements [2019-09-27T16:00:21.802Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-27T16:00:21.802Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-27T16:00:21.802Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-27T16:00:21.802Z] ? github.com/docker/docker/builder [no test files] [2019-09-27T16:00:21.802Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-27T16:00:21.802Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-27T16:00:21.802Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-27T16:00:21.802Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-27T16:00:21.802Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-27T16:00:21.802Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-27T16:00:21.802Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-27T16:00:22.195Z] --- PASS: TestHealthKillContainer (3.27s) [2019-09-27T16:00:22.195Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:00:22.195Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-09-27T16:00:22.195Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:00:22.452Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-09-27T16:00:22.452Z] === RUN TestCopyFromContainer [2019-09-27T16:00:22.560Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.21s) [2019-09-27T16:00:22.560Z] === RUN TestAPIIpcModeHost [2019-09-27T16:00:22.569Z] tests/integration/models_images_test.py ............... [ 89%] [2019-09-27T16:00:22.830Z] ok github.com/docker/docker/builder/dockerignore 0.021s coverage: 96.8% of statements [2019-09-27T16:00:23.234Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-09-27T16:00:23.340Z] --- PASS: TestAPIIpcModeHost (0.82s) [2019-09-27T16:00:23.340Z] === RUN TestDaemonIpcModeShareable [2019-09-27T16:00:23.383Z] PASS: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript 3.547s [2019-09-27T16:00:23.972Z] tests/integration/models_networks_test.py .... [ 90%] [2019-09-27T16:00:24.315Z] === RUN TestCopyFromContainer// [2019-09-27T16:00:24.572Z] PASS: docker_cli_daemon_test.go:317: DockerDaemonSuite.TestDaemonIptablesCreate 3.058s [2019-09-27T16:00:24.572Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:00:24.572Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:00:24.830Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:00:24.830Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:00:24.830Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:00:25.088Z] PASS: docker_cli_daemon_test.go:553: DockerDaemonSuite.TestDaemonKeyGeneration 0.554s [2019-09-27T16:00:25.088Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:00:25.088Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:00:25.168Z] --- PASS: TestDaemonIpcModeShareable (1.85s) [2019-09-27T16:00:25.168Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-27T16:00:25.168Z] daemon.go:325: [d536d1cb2fcfe] waiting for daemon to start [2019-09-27T16:00:25.168Z] daemon.go:325: [d536d1cb2fcfe] waiting for daemon to start [2019-09-27T16:00:25.168Z] daemon.go:353: [d536d1cb2fcfe] daemon started [2019-09-27T16:00:25.168Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-27T16:00:25.168Z] daemon.go:461: [d536d1cb2fcfe] Stopping daemon [2019-09-27T16:00:25.168Z] daemon.go:296: [d536d1cb2fcfe] exiting daemon [2019-09-27T16:00:25.168Z] daemon.go:448: [d536d1cb2fcfe] Daemon stopped [2019-09-27T16:00:25.168Z] === RUN TestDaemonIpcModePrivate [2019-09-27T16:00:25.345Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:00:25.345Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:00:25.602Z] --- PASS: TestCopyFromContainer (3.15s) [2019-09-27T16:00:25.602Z] --- PASS: TestCopyFromContainer// (0.12s) [2019-09-27T16:00:25.602Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-09-27T16:00:25.602Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-09-27T16:00:25.602Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-09-27T16:00:25.602Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-27T16:00:25.602Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-09-27T16:00:25.602Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-09-27T16:00:25.602Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2019-09-27T16:00:25.602Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-09-27T16:00:25.602Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-09-27T16:00:25.602Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:00:25.602Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-27T16:00:25.602Z] === RUN TestHealthKillContainer [2019-09-27T16:00:26.971Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-09-27T16:00:27.116Z] --- PASS: TestDaemonIpcModePrivate (1.91s) [2019-09-27T16:00:27.116Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-27T16:00:27.117Z] daemon.go:325: [dff90ec7b3ea0] waiting for daemon to start [2019-09-27T16:00:27.117Z] daemon.go:325: [dff90ec7b3ea0] waiting for daemon to start [2019-09-27T16:00:27.117Z] daemon.go:353: [dff90ec7b3ea0] daemon started [2019-09-27T16:00:27.117Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-27T16:00:27.117Z] daemon.go:461: [dff90ec7b3ea0] Stopping daemon [2019-09-27T16:00:27.117Z] daemon.go:296: [dff90ec7b3ea0] exiting daemon [2019-09-27T16:00:27.117Z] daemon.go:448: [dff90ec7b3ea0] Daemon stopped [2019-09-27T16:00:27.117Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-27T16:00:28.878Z] PASS: docker_cli_daemon_plugins_test.go:72: DockerDaemonSuite.TestDaemonKillLiveRestoreWithPlugins 3.447s [2019-09-27T16:00:28.878Z] --- PASS: TestHealthKillContainer (3.24s) [2019-09-27T16:00:28.878Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:00:28.878Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2019-09-27T16:00:28.878Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:00:28.927Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s) [2019-09-27T16:00:28.927Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-27T16:00:28.927Z] daemon.go:325: [d4ce544eaa35d] waiting for daemon to start [2019-09-27T16:00:28.927Z] daemon.go:325: [d4ce544eaa35d] waiting for daemon to start [2019-09-27T16:00:28.927Z] daemon.go:353: [d4ce544eaa35d] daemon started [2019-09-27T16:00:28.927Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-27T16:00:28.927Z] daemon.go:461: [d4ce544eaa35d] Stopping daemon [2019-09-27T16:00:28.927Z] daemon.go:296: [d4ce544eaa35d] exiting daemon [2019-09-27T16:00:28.927Z] daemon.go:448: [d4ce544eaa35d] Daemon stopped [2019-09-27T16:00:28.927Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-27T16:00:29.135Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-09-27T16:00:29.135Z] === RUN TestCopyFromContainer [2019-09-27T16:00:29.922Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-09-27T16:00:30.619Z] tests/integration/models_nodes_test.py . [ 91%] [2019-09-27T16:00:30.761Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.78s) [2019-09-27T16:00:30.761Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-27T16:00:30.761Z] daemon.go:325: [d4818acf41295] waiting for daemon to start [2019-09-27T16:00:30.761Z] daemon.go:325: [d4818acf41295] waiting for daemon to start [2019-09-27T16:00:30.761Z] daemon.go:353: [d4818acf41295] daemon started [2019-09-27T16:00:30.761Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-27T16:00:30.761Z] daemon.go:461: [d4818acf41295] Stopping daemon [2019-09-27T16:00:30.761Z] daemon.go:296: [d4818acf41295] exiting daemon [2019-09-27T16:00:30.761Z] daemon.go:448: [d4818acf41295] Daemon stopped [2019-09-27T16:00:30.761Z] === RUN TestIpcModeOlderClient [2019-09-27T16:00:30.761Z] === PAUSE TestIpcModeOlderClient [2019-09-27T16:00:30.761Z] === RUN TestKillContainerInvalidSignal [2019-09-27T16:00:31.028Z] === RUN TestCopyFromContainer// [2019-09-27T16:00:31.029Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:00:31.029Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:00:31.177Z] tests/integration/models_resources_test.py . [ 91%] [2019-09-27T16:00:31.286Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:00:31.286Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:00:31.542Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:00:31.542Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:00:31.556Z] --- PASS: TestKillContainerInvalidSignal (0.94s) [2019-09-27T16:00:31.556Z] === RUN TestKillContainer [2019-09-27T16:00:31.556Z] === RUN TestKillContainer/no_signal [2019-09-27T16:00:31.799Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:00:31.799Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:00:31.799Z] PASS: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir 8.534s [2019-09-27T16:00:31.799Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:00:32.056Z] --- PASS: TestCopyFromContainer (3.01s) [2019-09-27T16:00:32.056Z] --- PASS: TestCopyFromContainer// (0.07s) [2019-09-27T16:00:32.056Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2019-09-27T16:00:32.056Z] --- PASS: TestCopyFromContainer//bar/root/ (0.14s) [2019-09-27T16:00:32.056Z] --- PASS: TestCopyFromContainer/bar/quux (0.16s) [2019-09-27T16:00:32.056Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-09-27T16:00:32.056Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2019-09-27T16:00:32.056Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-27T16:00:32.056Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2019-09-27T16:00:32.056Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-09-27T16:00:32.056Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-09-27T16:00:32.056Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:00:32.056Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-27T16:00:32.056Z] === RUN TestHealthKillContainer [2019-09-27T16:00:32.344Z] === RUN TestKillContainer/non_killing_signal [2019-09-27T16:00:32.619Z] PASS: docker_cli_daemon_plugins_test.go:161: DockerDaemonSuite.TestDaemonKillWithPlugins 4.059s [2019-09-27T16:00:33.124Z] === RUN TestKillContainer/killing_signal [2019-09-27T16:00:33.163Z] ok github.com/docker/docker/builder/fscache 0.152s coverage: 69.2% of statements [2019-09-27T16:00:33.650Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-09-27T16:00:33.786Z] ok github.com/docker/docker/builder/remotecontext/git 4.257s coverage: 85.1% of statements [2019-09-27T16:00:33.786Z] ok github.com/docker/docker/builder/remotecontext 0.363s coverage: 13.6% of statements [2019-09-27T16:00:34.409Z] --- PASS: TestKillContainer (2.84s) [2019-09-27T16:00:34.409Z] --- PASS: TestKillContainer/no_signal (0.94s) [2019-09-27T16:00:34.409Z] --- PASS: TestKillContainer/non_killing_signal (0.65s) [2019-09-27T16:00:34.409Z] --- PASS: TestKillContainer/killing_signal (0.86s) [2019-09-27T16:00:34.409Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-27T16:00:34.409Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-27T16:00:34.847Z] ok github.com/docker/docker/cli/debug 0.014s coverage: 100.0% of statements [2019-09-27T16:00:35.330Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-27T16:00:35.469Z] ok github.com/docker/docker/builder/dockerfile 1.123s coverage: 45.1% of statements [2019-09-27T16:00:35.469Z] ? github.com/docker/docker/cli [no test files] [2019-09-27T16:00:35.469Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-27T16:00:35.846Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-09-27T16:00:35.846Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:00:35.846Z] INFO: Testing against a local daemon [2019-09-27T16:00:35.846Z] === RUN TestBuildWithSession [2019-09-27T16:00:35.846Z] --- SKIP: TestBuildWithSession (0.00s) [2019-09-27T16:00:35.846Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:00:35.846Z] === RUN TestBuildSquashParent [2019-09-27T16:00:35.846Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-09-27T16:00:35.846Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:00:35.846Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-27T16:00:35.846Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-09-27T16:00:35.846Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T16:00:35.846Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:00:35.846Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:00:35.894Z] --- PASS: TestHealthKillContainer (3.29s) [2019-09-27T16:00:35.894Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:00:35.894Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2019-09-27T16:00:35.894Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:00:35.894Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-09-27T16:00:35.894Z] === RUN TestCopyFromContainer [2019-09-27T16:00:36.128Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.85s) [2019-09-27T16:00:36.128Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.00s) [2019-09-27T16:00:36.128Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2019-09-27T16:00:36.128Z] === RUN TestKillStoppedContainer [2019-09-27T16:00:36.128Z] --- PASS: TestKillStoppedContainer (0.11s) [2019-09-27T16:00:36.128Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-27T16:00:36.152Z] PASS: docker_cli_daemon_test.go:934: DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink 3.439s [2019-09-27T16:00:36.494Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-09-27T16:00:36.494Z] === RUN TestKillDifferentUserContainer [2019-09-27T16:00:36.717Z] PASS: docker_cli_daemon_test.go:483: DockerDaemonSuite.TestDaemonLogLevelDebug 0.515s [2019-09-27T16:00:37.282Z] PASS: docker_cli_daemon_test.go:492: DockerDaemonSuite.TestDaemonLogLevelFatal 0.515s [2019-09-27T16:00:37.282Z] --- PASS: TestKillDifferentUserContainer (0.88s) [2019-09-27T16:00:37.282Z] === RUN TestInspectOomKilledTrue [2019-09-27T16:00:37.282Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-27T16:00:37.282Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:00:37.282Z] === RUN TestInspectOomKilledFalse [2019-09-27T16:00:37.282Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-27T16:00:37.282Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:00:37.282Z] === RUN TestLinksEtcHostsContentMatch [2019-09-27T16:00:37.302Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-09-27T16:00:37.540Z] PASS: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir 5.590s [2019-09-27T16:00:37.540Z] === RUN TestCopyFromContainer// [2019-09-27T16:00:37.540Z] PASS: docker_cli_daemon_test.go:479: DockerDaemonSuite.TestDaemonLogLevelWrong 0.501s [2019-09-27T16:00:37.540Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:00:37.798Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:00:37.798Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:00:38.056Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:00:38.056Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:00:38.056Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:00:38.073Z] --- PASS: TestLinksEtcHostsContentMatch (0.70s) [2019-09-27T16:00:38.073Z] === RUN TestLinksContainerNames [2019-09-27T16:00:38.313Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:00:38.313Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:00:38.571Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:00:38.571Z] --- PASS: TestCopyFromContainer (3.06s) [2019-09-27T16:00:38.571Z] --- PASS: TestCopyFromContainer// (0.10s) [2019-09-27T16:00:38.571Z] --- PASS: TestCopyFromContainer//bar/root (0.17s) [2019-09-27T16:00:38.571Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-09-27T16:00:38.571Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2019-09-27T16:00:38.571Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-27T16:00:38.571Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2019-09-27T16:00:38.571Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2019-09-27T16:00:38.571Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2019-09-27T16:00:38.571Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2019-09-27T16:00:38.571Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-09-27T16:00:38.571Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:00:38.827Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s) [2019-09-27T16:00:38.827Z] === RUN TestHealthKillContainer [2019-09-27T16:00:39.392Z] PASS: docker_cli_daemon_test.go:2251: DockerDaemonSuite.TestDaemonLogOptions 1.572s [2019-09-27T16:00:39.997Z] --- PASS: TestLinksContainerNames (1.74s) [2019-09-27T16:00:39.997Z] === RUN TestLogsFollowTailEmpty [2019-09-27T16:00:40.778Z] --- PASS: TestLogsFollowTailEmpty (0.93s) [2019-09-27T16:00:40.778Z] === RUN TestContainerNetworkMountsNoChown [2019-09-27T16:00:41.108Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-09-27T16:00:41.287Z] PASS: docker_cli_daemon_test.go:1032: DockerDaemonSuite.TestDaemonLoggingDriverDefault 1.519s [2019-09-27T16:00:41.287Z] PASS: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot 3.521s [2019-09-27T16:00:41.362Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-09-27T16:00:41.544Z] PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir 0.441s [2019-09-27T16:00:41.584Z] --- PASS: TestContainerNetworkMountsNoChown (0.93s) [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/default [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/default [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/private [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/private [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/rprivate [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/slave [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/slave [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/rslave [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/shared [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/shared [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/rshared [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-27T16:00:41.584Z] === CONT TestMountDaemonRoot/default [2019-09-27T16:00:41.584Z] === CONT TestMountDaemonRoot/rslave [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T16:00:41.584Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-27T16:00:41.584Z] === CONT TestMountDaemonRoot/rshared [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T16:00:41.584Z] === CONT TestMountDaemonRoot/shared [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-27T16:00:41.584Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-27T16:00:41.584Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-27T16:00:41.584Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T16:00:41.584Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-27T16:00:41.584Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T16:00:41.801Z] --- PASS: TestHealthKillContainer (3.17s) [2019-09-27T16:00:41.801Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:00:42.059Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2019-09-27T16:00:42.059Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:00:42.059Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-27T16:00:42.059Z] === RUN TestCopyFromContainer [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/rprivate [2019-09-27T16:00:42.061Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-27T16:00:42.061Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-27T16:00:42.061Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T16:00:42.061Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T16:00:42.061Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-27T16:00:42.061Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-27T16:00:42.061Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T16:00:42.061Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/slave [2019-09-27T16:00:42.061Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-27T16:00:42.061Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-27T16:00:42.061Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-27T16:00:42.061Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-27T16:00:42.061Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-27T16:00:42.061Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-27T16:00:42.061Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-27T16:00:42.061Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/private [2019-09-27T16:00:42.061Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-27T16:00:42.061Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-27T16:00:42.061Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-27T16:00:42.061Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-27T16:00:42.061Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-27T16:00:42.061Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-27T16:00:42.061Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-27T16:00:42.061Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-27T16:00:42.061Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-27T16:00:42.467Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T16:00:42.467Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-27T16:00:42.467Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T16:00:42.467Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-27T16:00:42.467Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-27T16:00:42.467Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-27T16:00:42.467Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-27T16:00:42.467Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-27T16:00:42.467Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-27T16:00:42.467Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot (0.03s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.12s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.12s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-09-27T16:00:42.467Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-09-27T16:00:42.467Z] === RUN TestContainerBindMountNonRecursive [2019-09-27T16:00:42.991Z] PASS: docker_cli_daemon_test.go:1070: DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride 1.836s [2019-09-27T16:00:43.924Z] === RUN TestCopyFromContainer// [2019-09-27T16:00:44.181Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:00:44.181Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:00:44.181Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:00:44.355Z] --- PASS: TestContainerBindMountNonRecursive (1.95s) [2019-09-27T16:00:44.355Z] === RUN TestNetworkNat [2019-09-27T16:00:44.438Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:00:44.695Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:00:44.696Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:00:44.696Z] PASS: docker_cli_daemon_test.go:1087: DockerDaemonSuite.TestDaemonLoggingDriverNone 1.774s [2019-09-27T16:00:44.696Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:00:44.952Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:00:44.952Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:00:45.209Z] --- PASS: TestCopyFromContainer (3.00s) [2019-09-27T16:00:45.209Z] --- PASS: TestCopyFromContainer// (0.10s) [2019-09-27T16:00:45.209Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2019-09-27T16:00:45.209Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-09-27T16:00:45.209Z] --- PASS: TestCopyFromContainer/bar/quux (0.18s) [2019-09-27T16:00:45.209Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-09-27T16:00:45.209Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-27T16:00:45.209Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s) [2019-09-27T16:00:45.209Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-09-27T16:00:45.209Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-09-27T16:00:45.209Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-09-27T16:00:45.209Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:00:45.209Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2019-09-27T16:00:45.209Z] === RUN TestHealthKillContainer [2019-09-27T16:00:45.628Z] --- PASS: TestNetworkNat (0.99s) [2019-09-27T16:00:45.628Z] === RUN TestNetworkLocalhostTCPNat [2019-09-27T16:00:46.167Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:00:46.355Z] tests/integration/regression_test.py ...... [ 98%] [2019-09-27T16:00:46.411Z] --- PASS: TestNetworkLocalhostTCPNat (0.92s) [2019-09-27T16:00:46.411Z] === RUN TestNetworkLoopbackNat [2019-09-27T16:00:46.578Z] PASS: docker_cli_daemon_test.go:1144: DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError 1.820s [2019-09-27T16:00:47.118Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-09-27T16:00:47.118Z] tests/integration/credentials/utils_test.py . [100%] [2019-09-27T16:00:47.118Z] [2019-09-27T16:00:47.118Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-09-27T16:00:47.118Z] =========================== short test summary info ============================ [2019-09-27T16:00:47.118Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-09-27T16:00:47.118Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-09-27T16:00:47.118Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-09-27T16:00:47.118Z] Not supported on most drivers [2019-09-27T16:00:47.118Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-09-27T16:00:47.118Z] This doesn't seem to be taken into account by the engine [2019-09-27T16:00:47.118Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME [2019-09-27T16:00:47.118Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38) [2019-09-27T16:00:47.118Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-09-27T16:00:47.119Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-09-27T16:00:47.119Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-09-27T16:00:47.119Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-09-27T16:00:47.119Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-09-27T16:00:47.119Z] = 367 passed, 7 skipped, 6 deselected, 3 xfailed, 2 xpassed in 381.38 seconds == [2019-09-27T16:00:47.132Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:00:47.373Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-09-27T16:00:47.728Z] --- PASS: TestNetworkLoopbackNat (1.33s) [2019-09-27T16:00:47.728Z] === RUN TestPause [2019-09-27T16:00:48.098Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:00:48.476Z] --- PASS: TestHealthKillContainer (3.11s) [2019-09-27T16:00:48.476Z] PASS [2019-09-27T16:00:48.476Z] [2019-09-27T16:00:48.476Z] DONE 75 tests in 32.343s [2019-09-27T16:00:48.476Z] PASS: docker_cli_daemon_test.go:1104: DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride 1.711s [2019-09-27T16:00:48.476Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:48.476Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.476Z] +++ set -e [2019-09-27T16:00:48.476Z] +++ '[' -n 0 ']' [2019-09-27T16:00:48.476Z] +++ set -x [2019-09-27T16:00:48.476Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.476Z] INFO: Testing against a local daemon [2019-09-27T16:00:48.476Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:00:48.476Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-27T16:00:48.476Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:00:48.476Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2019-09-27T16:00:48.476Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:00:48.476Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-27T16:00:48.476Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:00:48.476Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2019-09-27T16:00:48.476Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:00:48.476Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2019-09-27T16:00:48.476Z] PASS [2019-09-27T16:00:48.476Z] [2019-09-27T16:00:48.476Z] DONE 5 tests in 0.165s [2019-09-27T16:00:48.476Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:48.476Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.476Z] +++ set -e [2019-09-27T16:00:48.476Z] +++ '[' -n 0 ']' [2019-09-27T16:00:48.476Z] +++ set -x [2019-09-27T16:00:48.476Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.476Z] INFO: Testing against a local daemon [2019-09-27T16:00:48.476Z] testing: warning: no tests to run [2019-09-27T16:00:48.476Z] PASS [2019-09-27T16:00:48.476Z] [2019-09-27T16:00:48.476Z] DONE 0 tests in 0.055s [2019-09-27T16:00:48.476Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:48.476Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.476Z] +++ set -e [2019-09-27T16:00:48.476Z] +++ '[' -n 0 ']' [2019-09-27T16:00:48.476Z] +++ set -x [2019-09-27T16:00:48.476Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.535Z] --- PASS: TestPause (0.97s) [2019-09-27T16:00:48.535Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-27T16:00:48.535Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-27T16:00:48.535Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-27T16:00:48.535Z] === RUN TestPauseStopPausedContainer [2019-09-27T16:00:48.734Z] INFO: Testing against a local daemon [2019-09-27T16:00:48.734Z] testing: warning: no tests to run [2019-09-27T16:00:48.734Z] PASS [2019-09-27T16:00:48.734Z] [2019-09-27T16:00:48.734Z] DONE 0 tests in 0.056s [2019-09-27T16:00:48.734Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:48.734Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.734Z] +++ set -e [2019-09-27T16:00:48.734Z] +++ '[' -n 0 ']' [2019-09-27T16:00:48.734Z] +++ set -x [2019-09-27T16:00:48.734Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.734Z] INFO: Testing against a local daemon [2019-09-27T16:00:48.734Z] testing: warning: no tests to run [2019-09-27T16:00:48.734Z] PASS [2019-09-27T16:00:48.734Z] [2019-09-27T16:00:48.734Z] DONE 0 tests in 0.035s [2019-09-27T16:00:48.734Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:48.734Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.734Z] +++ set -e [2019-09-27T16:00:48.734Z] +++ '[' -n 0 ']' [2019-09-27T16:00:48.734Z] +++ set -x [2019-09-27T16:00:48.734Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.734Z] testing: warning: no tests to run [2019-09-27T16:00:48.734Z] PASS [2019-09-27T16:00:48.734Z] [2019-09-27T16:00:48.734Z] DONE 0 tests in 0.009s [2019-09-27T16:00:48.734Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:48.734Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.734Z] +++ set -e [2019-09-27T16:00:48.734Z] +++ '[' -n 0 ']' [2019-09-27T16:00:48.734Z] +++ set -x [2019-09-27T16:00:48.734Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.734Z] INFO: Testing against a local daemon [2019-09-27T16:00:48.734Z] testing: warning: no tests to run [2019-09-27T16:00:48.734Z] PASS [2019-09-27T16:00:48.734Z] [2019-09-27T16:00:48.734Z] DONE 0 tests in 0.110s [2019-09-27T16:00:48.992Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:48.992Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.992Z] +++ set -e [2019-09-27T16:00:48.992Z] +++ '[' -n 0 ']' [2019-09-27T16:00:48.992Z] +++ set -x [2019-09-27T16:00:48.992Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.992Z] INFO: Testing against a local daemon [2019-09-27T16:00:48.992Z] testing: warning: no tests to run [2019-09-27T16:00:48.992Z] PASS [2019-09-27T16:00:48.992Z] [2019-09-27T16:00:48.992Z] DONE 0 tests in 0.087s [2019-09-27T16:00:48.992Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:48.992Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.992Z] +++ set -e [2019-09-27T16:00:48.992Z] +++ '[' -n 0 ']' [2019-09-27T16:00:48.992Z] +++ set -x [2019-09-27T16:00:48.992Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:48.992Z] INFO: Testing against a local daemon [2019-09-27T16:00:48.992Z] testing: warning: no tests to run [2019-09-27T16:00:48.992Z] PASS [2019-09-27T16:00:48.992Z] [2019-09-27T16:00:48.992Z] DONE 0 tests in 0.071s [2019-09-27T16:00:49.250Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:49.250Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:49.250Z] +++ set -e [2019-09-27T16:00:49.250Z] +++ '[' -n 0 ']' [2019-09-27T16:00:49.250Z] +++ set -x [2019-09-27T16:00:49.250Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:49.250Z] INFO: Testing against a local daemon [2019-09-27T16:00:49.250Z] testing: warning: no tests to run [2019-09-27T16:00:49.250Z] PASS [2019-09-27T16:00:49.250Z] [2019-09-27T16:00:49.250Z] DONE 0 tests in 0.092s [2019-09-27T16:00:49.250Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:49.250Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:49.250Z] +++ set -e [2019-09-27T16:00:49.250Z] +++ '[' -n 0 ']' [2019-09-27T16:00:49.250Z] +++ set -x [2019-09-27T16:00:49.250Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:49.250Z] INFO: Testing against a local daemon [2019-09-27T16:00:49.250Z] testing: warning: no tests to run [2019-09-27T16:00:49.250Z] PASS [2019-09-27T16:00:49.250Z] [2019-09-27T16:00:49.250Z] DONE 0 tests in 0.069s [2019-09-27T16:00:49.250Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:49.250Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:49.250Z] +++ set -e [2019-09-27T16:00:49.250Z] +++ '[' -n 0 ']' [2019-09-27T16:00:49.250Z] +++ set -x [2019-09-27T16:00:49.250Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:49.507Z] INFO: Testing against a local daemon [2019-09-27T16:00:49.507Z] testing: warning: no tests to run [2019-09-27T16:00:49.507Z] PASS [2019-09-27T16:00:49.507Z] [2019-09-27T16:00:49.507Z] DONE 0 tests in 0.048s [2019-09-27T16:00:49.507Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:00:49.507Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:49.507Z] +++ set -e [2019-09-27T16:00:49.507Z] +++ '[' -n 0 ']' [2019-09-27T16:00:49.507Z] +++ set -x [2019-09-27T16:00:49.507Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:00:49.507Z] INFO: Testing against a local daemon [2019-09-27T16:00:49.507Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:00:49.630Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:00:49.795Z] --- PASS: TestPauseStopPausedContainer (0.98s) [2019-09-27T16:00:49.795Z] === RUN TestPsFilter [2019-09-27T16:00:49.795Z] --- PASS: TestPsFilter (0.26s) [2019-09-27T16:00:49.795Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-27T16:00:50.438Z] PASS: docker_cli_daemon_test.go:1156: DockerDaemonSuite.TestDaemonLoggingDriverShouldBeIgnoredForBuild 2.183s [2019-09-27T16:00:50.655Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s) [2019-09-27T16:00:50.655Z] === RUN TestRemoveContainerWithVolume [2019-09-27T16:00:50.768Z] ok github.com/docker/docker/client 0.929s coverage: 75.7% of statements [2019-09-27T16:00:51.002Z] PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar 9.383s [2019-09-27T16:00:51.002Z] PASS: docker_cli_daemon_test.go:2264: DockerDaemonSuite.TestDaemonMaxConcurrency 0.518s [2019-09-27T16:00:51.165Z] --- PASS: TestBuildMultiStageCopy (15.16s) [2019-09-27T16:00:51.165Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (10.11s) [2019-09-27T16:00:51.165Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.95s) [2019-09-27T16:00:51.165Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.16s) [2019-09-27T16:00:51.165Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.44s) [2019-09-27T16:00:51.165Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.50s) [2019-09-27T16:00:51.165Z] === RUN TestBuildMultiStageParentConfig [2019-09-27T16:00:51.165Z] --- SKIP: TestBuildMultiStageParentConfig (0.01s) [2019-09-27T16:00:51.165Z] build_test.go:193: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T16:00:51.165Z] === RUN TestBuildLabelWithTargets [2019-09-27T16:00:51.165Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2019-09-27T16:00:51.165Z] build_test.go:237: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T16:00:51.165Z] === RUN TestBuildWithEmptyLayers [2019-09-27T16:00:51.947Z] --- PASS: TestRemoveContainerWithVolume (1.03s) [2019-09-27T16:00:51.947Z] === RUN TestRemoveContainerRunning [2019-09-27T16:00:52.373Z] PASS: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz 1.514s [2019-09-27T16:00:52.699Z] --- PASS: TestBuildWithEmptyLayers (1.25s) [2019-09-27T16:00:52.699Z] === RUN TestBuildMultiStageOnBuild [2019-09-27T16:00:52.699Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-09-27T16:00:52.699Z] build_test.go:344: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T16:00:52.699Z] === RUN TestBuildUncleanTarFilenames [2019-09-27T16:00:52.699Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-09-27T16:00:52.699Z] build_test.go:391: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T16:00:52.699Z] === RUN TestBuildMultiStageLayerLeak [2019-09-27T16:00:52.699Z] --- SKIP: TestBuildMultiStageLayerLeak (0.01s) [2019-09-27T16:00:52.699Z] build_test.go:451: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T16:00:52.699Z] === RUN TestBuildWithHugeFile [2019-09-27T16:00:52.699Z] --- SKIP: TestBuildWithHugeFile (0.01s) [2019-09-27T16:00:52.699Z] build_test.go:492: testEnv.OSType == "windows" [2019-09-27T16:00:52.699Z] === RUN TestBuildWithEmptyDockerfile [2019-09-27T16:00:52.699Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T16:00:52.699Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T16:00:52.699Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T16:00:52.699Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T16:00:52.699Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T16:00:52.699Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T16:00:52.736Z] --- PASS: TestRemoveContainerRunning (0.89s) [2019-09-27T16:00:52.736Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-27T16:00:53.156Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T16:00:53.156Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T16:00:53.156Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T16:00:53.156Z] --- PASS: TestBuildWithEmptyDockerfile (0.56s) [2019-09-27T16:00:53.156Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2019-09-27T16:00:53.156Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-09-27T16:00:53.156Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2019-09-27T16:00:53.156Z] === RUN TestBuildPreserveOwnership [2019-09-27T16:00:53.156Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-09-27T16:00:53.156Z] build_test.go:580: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T16:00:53.156Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:00:53.156Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2019-09-27T16:00:53.156Z] PASS [2019-09-27T16:00:53.156Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-09-27T16:00:53.156Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:00:53.156Z] INFO: Testing against a local daemon [2019-09-27T16:00:53.156Z] === RUN TestConfigList [2019-09-27T16:00:53.156Z] --- SKIP: TestConfigList (0.00s) [2019-09-27T16:00:53.156Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:00:53.156Z] === RUN TestConfigsCreateAndDelete [2019-09-27T16:00:53.156Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-09-27T16:00:53.156Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:00:53.156Z] === RUN TestConfigsUpdate [2019-09-27T16:00:53.156Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-09-27T16:00:53.156Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:00:53.156Z] === RUN TestTemplatedConfig [2019-09-27T16:00:53.156Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-09-27T16:00:53.156Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:00:53.156Z] === RUN TestConfigInspect [2019-09-27T16:00:53.156Z] --- SKIP: TestConfigInspect (0.00s) [2019-09-27T16:00:53.156Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:00:53.156Z] === RUN TestConfigCreateWithLabels [2019-09-27T16:00:53.156Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-09-27T16:00:53.156Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:00:53.156Z] === RUN TestConfigCreateResolve [2019-09-27T16:00:53.156Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-09-27T16:00:53.156Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:00:53.156Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:00:53.156Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-09-27T16:00:53.156Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:00:53.156Z] PASS [2019-09-27T16:00:53.156Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-09-27T16:00:53.156Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:00:53.156Z] INFO: Testing against a local daemon [2019-09-27T16:00:53.156Z] === RUN TestCheckpoint [2019-09-27T16:00:53.156Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-27T16:00:53.156Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T16:00:53.156Z] === RUN TestContainerInvalidJSON [2019-09-27T16:00:53.156Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T16:00:53.156Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T16:00:53.156Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T16:00:53.156Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T16:00:53.156Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-27T16:00:53.156Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-27T16:00:53.156Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T16:00:53.156Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-27T16:00:53.157Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T16:00:53.157Z] --- PASS: TestContainerInvalidJSON (0.05s) [2019-09-27T16:00:53.157Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-27T16:00:53.157Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-27T16:00:53.157Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-09-27T16:00:53.157Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:00:53.157Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.03s) [2019-09-27T16:00:53.157Z] copy_test.go:25: testEnv.OSType == "windows" [2019-09-27T16:00:53.157Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:00:53.535Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.90s) [2019-09-27T16:00:53.535Z] === RUN TestRemoveInvalidContainer [2019-09-27T16:00:53.535Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-09-27T16:00:53.535Z] === RUN TestRenameLinkedContainer [2019-09-27T16:00:53.615Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2019-09-27T16:00:53.615Z] copy_test.go:39: testEnv.OSType == "windows" [2019-09-27T16:00:53.615Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-27T16:00:53.615Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.03s) [2019-09-27T16:00:53.615Z] copy_test.go:51: testEnv.OSType == "windows" [2019-09-27T16:00:53.615Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-27T16:00:53.615Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2019-09-27T16:00:53.615Z] copy_test.go:65: testEnv.OSType == "windows" [2019-09-27T16:00:53.615Z] === RUN TestCopyFromContainer [2019-09-27T16:00:53.615Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-09-27T16:00:53.615Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:00:53.615Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-27T16:00:53.615Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T16:00:53.615Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T16:00:53.615Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T16:00:53.615Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T16:00:53.615Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T16:00:53.615Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T16:00:53.615Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T16:00:53.615Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T16:00:53.615Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T16:00:53.615Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-27T16:00:53.615Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-27T16:00:53.615Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-27T16:00:53.615Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-27T16:00:53.615Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:00:53.615Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-09-27T16:00:53.615Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-09-27T16:00:53.615Z] === RUN TestCreateWithInvalidEnv [2019-09-27T16:00:53.615Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-27T16:00:53.615Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-27T16:00:53.615Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-27T16:00:53.615Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-27T16:00:53.615Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-27T16:00:53.615Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-27T16:00:53.615Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-27T16:00:53.615Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-27T16:00:53.615Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-27T16:00:53.615Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2019-09-27T16:00:53.615Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-27T16:00:53.615Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-09-27T16:00:53.615Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-09-27T16:00:53.615Z] === RUN TestCreateTmpfsMountsTarget [2019-09-27T16:00:53.615Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-09-27T16:00:53.615Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:00:53.615Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-27T16:00:53.615Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-09-27T16:00:53.615Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:00:53.615Z] === RUN TestCreateWithCapabilities [2019-09-27T16:00:53.615Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-09-27T16:00:53.615Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-09-27T16:00:53.615Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-27T16:00:53.615Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-09-27T16:00:53.615Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:00:53.615Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-27T16:00:53.615Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T16:00:53.615Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T16:00:53.615Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T16:00:53.615Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T16:00:53.615Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T16:00:53.615Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T16:00:53.615Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T16:00:53.615Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T16:00:53.615Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T16:00:53.615Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T16:00:53.615Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T16:00:53.615Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T16:00:53.615Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T16:00:53.615Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T16:00:53.615Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T16:00:53.615Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-09-27T16:00:53.615Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-27T16:00:53.615Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-27T16:00:53.615Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-27T16:00:53.615Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-27T16:00:53.615Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-27T16:00:53.615Z] === RUN TestDiff [2019-09-27T16:00:53.615Z] --- SKIP: TestDiff (0.00s) [2019-09-27T16:00:53.615Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-09-27T16:00:53.615Z] === RUN TestExecWithCloseStdin [2019-09-27T16:00:53.743Z] PASS: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz 1.275s [2019-09-27T16:00:54.676Z] PASS: docker_cli_daemon_test.go:2276: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFile 3.508s [2019-09-27T16:00:55.606Z] --- PASS: TestDockerNetworkReConnect (5.92s) [2019-09-27T16:00:55.606Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:00:55.606Z] daemon.go:325: [d3d45c7838fee] waiting for daemon to start [2019-09-27T16:00:55.606Z] daemon.go:325: [d3d45c7838fee] waiting for daemon to start [2019-09-27T16:00:55.606Z] daemon.go:353: [d3d45c7838fee] daemon started [2019-09-27T16:00:55.606Z] daemon.go:461: [d3d45c7838fee] Stopping daemon [2019-09-27T16:00:55.606Z] daemon.go:296: [d3d45c7838fee] exiting daemon [2019-09-27T16:00:55.606Z] daemon.go:448: [d3d45c7838fee] Daemon stopped [2019-09-27T16:00:55.606Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:00:55.805Z] --- PASS: TestExecWithCloseStdin (2.34s) [2019-09-27T16:00:55.805Z] === RUN TestExec [2019-09-27T16:00:55.805Z] --- SKIP: TestExec (0.00s) [2019-09-27T16:00:55.805Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-27T16:00:55.805Z] === RUN TestExecUser [2019-09-27T16:00:55.805Z] --- SKIP: TestExecUser (0.00s) [2019-09-27T16:00:55.805Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-27T16:00:55.805Z] === RUN TestExportContainerAndImportImage [2019-09-27T16:00:55.805Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-09-27T16:00:55.805Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:00:55.805Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-27T16:00:55.805Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-09-27T16:00:55.805Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:00:55.805Z] === RUN TestHealthCheckWorkdir [2019-09-27T16:00:55.805Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-09-27T16:00:55.805Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-27T16:00:55.805Z] === RUN TestHealthKillContainer [2019-09-27T16:00:55.805Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-09-27T16:00:55.805Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-09-27T16:00:55.805Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-27T16:00:55.805Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-09-27T16:00:55.805Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-09-27T16:00:55.805Z] === RUN TestKillContainerInvalidSignal [2019-09-27T16:00:57.716Z] --- PASS: TestRenameLinkedContainer (3.64s) [2019-09-27T16:00:57.716Z] === RUN TestRenameStoppedContainer [2019-09-27T16:00:57.976Z] --- PASS: TestKillContainerInvalidSignal (1.83s) [2019-09-27T16:00:57.976Z] === RUN TestKillContainer [2019-09-27T16:00:57.976Z] --- SKIP: TestKillContainer (0.00s) [2019-09-27T16:00:57.976Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-09-27T16:00:57.976Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-27T16:00:57.976Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-09-27T16:00:57.976Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-27T16:00:57.976Z] === RUN TestKillStoppedContainer [2019-09-27T16:00:57.976Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-09-27T16:00:57.976Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-27T16:00:57.976Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-27T16:00:57.976Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-09-27T16:00:57.976Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-27T16:00:57.976Z] === RUN TestKillDifferentUserContainer [2019-09-27T16:00:57.976Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-09-27T16:00:57.976Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-09-27T16:00:57.976Z] === RUN TestInspectOomKilledTrue [2019-09-27T16:00:57.976Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-27T16:00:57.976Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:00:57.976Z] === RUN TestInspectOomKilledFalse [2019-09-27T16:00:57.976Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-27T16:00:57.976Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:00:57.976Z] === RUN TestLogsFollowTailEmpty [2019-09-27T16:00:58.081Z] --- PASS: TestRenameStoppedContainer (0.89s) [2019-09-27T16:00:58.081Z] === RUN TestRenameRunningContainerAndReuse [2019-09-27T16:00:58.178Z] PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest 4.195s [2019-09-27T16:00:59.510Z] --- PASS: TestLogsFollowTailEmpty (1.85s) [2019-09-27T16:00:59.510Z] === RUN TestNetworkNat [2019-09-27T16:00:59.510Z] --- SKIP: TestNetworkNat (0.00s) [2019-09-27T16:00:59.510Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-09-27T16:00:59.510Z] === RUN TestNetworkLocalhostTCPNat [2019-09-27T16:00:59.510Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-09-27T16:00:59.510Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T16:00:59.510Z] === RUN TestNetworkLoopbackNat [2019-09-27T16:00:59.510Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-09-27T16:00:59.510Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-09-27T16:00:59.510Z] === RUN TestPause [2019-09-27T16:00:59.510Z] --- SKIP: TestPause (0.00s) [2019-09-27T16:00:59.510Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-09-27T16:00:59.510Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-27T16:00:59.603Z] umount: bundles/test-docker-py/root: mountpoint not found [2019-09-27T16:00:59.603Z] Clearing AppArmor profiles cache:. [2019-09-27T16:00:59.603Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T16:00:59.603Z] Unloading profiles will leave already running processes permanently [2019-09-27T16:00:59.603Z] unconfined, which can lead to unexpected situations. [2019-09-27T16:00:59.603Z] [2019-09-27T16:00:59.603Z] To set a process to complain mode, use the command line tool [2019-09-27T16:00:59.603Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T16:00:59.603Z] with the 'teardown' option." [2019-09-27T16:00:59.603Z] [2019-09-27T16:00:59.905Z] --- PASS: TestRenameRunningContainerAndReuse (1.84s) [2019-09-27T16:00:59.905Z] === RUN TestRenameInvalidName Post stage [Pipeline] junit [2019-09-27T16:01:00.171Z] Recording test results [Pipeline] sh [2019-09-27T16:01:00.584Z] + echo Ensuring container killed. [2019-09-27T16:01:00.584Z] Ensuring container killed. [2019-09-27T16:01:00.584Z] + docker rm -vf docker-pr2 [2019-09-27T16:01:00.584Z] Error: No such container: docker-pr2 [2019-09-27T16:01:00.584Z] + true [Pipeline] sh [2019-09-27T16:01:00.783Z] --- PASS: TestRenameInvalidName (1.05s) [2019-09-27T16:01:00.783Z] === RUN TestRenameAnonymousContainer [2019-09-27T16:01:00.949Z] + echo Chowning /workspace to jenkins user [2019-09-27T16:01:00.950Z] Chowning /workspace to jenkins user [2019-09-27T16:01:00.950Z] + id -u [2019-09-27T16:01:00.950Z] + id -g [2019-09-27T16:01:00.950Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-385:/workspace busybox chown -R 1000:1000 /workspace [2019-09-27T16:01:01.458Z] PASS: docker_cli_daemon_test.go:2317: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFileReload 6.515s [2019-09-27T16:01:01.683Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.97s) [2019-09-27T16:01:01.683Z] === RUN TestPauseStopPausedContainer [2019-09-27T16:01:01.683Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-09-27T16:01:01.683Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:01.683Z] === RUN TestPsFilter [2019-09-27T16:01:01.683Z] --- PASS: TestPsFilter (0.19s) [2019-09-27T16:01:01.683Z] === RUN TestRemoveContainerWithRemovedVolume [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-27T16:01:02.676Z] + bundleName=docker-py [2019-09-27T16:01:02.676Z] + echo Creating docker-py-bundles.tar.gz [2019-09-27T16:01:02.676Z] Creating docker-py-bundles.tar.gz [2019-09-27T16:01:02.676Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2019-09-27T16:01:02.684Z] Archiving artifacts [2019-09-27T16:01:02.987Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-385/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-09-27T16:01:03.364Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-385/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 -e DOCKER_GRAPHDRIVER docker:3136dea250b22e35d47b1ccda744645a86231aa7 hack/make.sh binary-daemon [2019-09-27T16:01:03.864Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.19s) [2019-09-27T16:01:03.864Z] === RUN TestRemoveContainerWithVolume [2019-09-27T16:01:03.924Z] [2019-09-27T16:01:03.997Z] --- PASS: TestRenameAnonymousContainer (3.16s) [2019-09-27T16:01:03.997Z] === RUN TestRenameContainerWithSameName [2019-09-27T16:01:04.181Z] Removing bundles/ [2019-09-27T16:01:04.181Z] [2019-09-27T16:01:04.181Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-09-27T16:01:04.181Z] Building: bundles/binary-daemon/dockerd-dev [2019-09-27T16:01:04.181Z] GOOS="" GOARCH="" GOARM="" [2019-09-27T16:01:04.856Z] --- PASS: TestRenameContainerWithSameName (0.86s) [2019-09-27T16:01:04.856Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-27T16:01:05.638Z] PASS: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot 7.106s [2019-09-27T16:01:05.638Z] PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName 0.383s [2019-09-27T16:01:06.045Z] --- PASS: TestRemoveContainerWithVolume (2.16s) [2019-09-27T16:01:06.045Z] === RUN TestRemoveContainerRunning [2019-09-27T16:01:06.569Z] PASS: docker_cli_daemon_test.go:1772: DockerDaemonSuite.TestDaemonNoSpaceLeftOnDeviceError 5.392s [2019-09-27T16:01:06.705Z] --- PASS: TestRenameContainerWithLinkedContainer (1.84s) [2019-09-27T16:01:06.705Z] === RUN TestResize [2019-09-27T16:01:07.496Z] --- PASS: TestResize (0.91s) [2019-09-27T16:01:07.496Z] === RUN TestResizeWithInvalidSize [2019-09-27T16:01:07.940Z] PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg 2.573s [2019-09-27T16:01:08.249Z] --- PASS: TestRemoveContainerRunning (1.88s) [2019-09-27T16:01:08.249Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-27T16:01:08.769Z] --- PASS: TestResizeWithInvalidSize (0.87s) [2019-09-27T16:01:08.769Z] === RUN TestResizeWhenContainerNotStarted [2019-09-27T16:01:08.870Z] PASS: docker_cli_daemon_test.go:1503: DockerDaemonSuite.TestDaemonRestartCleanupNetns 2.278s [2019-09-27T16:01:09.670Z] --- PASS: TestResizeWhenContainerNotStarted (1.02s) [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T16:01:09.670Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T16:01:09.670Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T16:01:09.670Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T16:01:09.670Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T16:01:09.670Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T16:01:09.670Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T16:01:09.670Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T16:01:09.670Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:01:09.670Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:01:09.670Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:01:09.670Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:01:09.670Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:01:09.670Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:01:09.670Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T16:01:09.670Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T16:01:10.241Z] --- PASS: TestServiceUpdateNetwork (14.70s) [2019-09-27T16:01:10.241Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:01:10.241Z] daemon.go:325: [d37c32134f943] waiting for daemon to start [2019-09-27T16:01:10.241Z] daemon.go:325: [d37c32134f943] waiting for daemon to start [2019-09-27T16:01:10.241Z] daemon.go:353: [d37c32134f943] daemon started [2019-09-27T16:01:10.241Z] daemon.go:461: [d37c32134f943] Stopping daemon [2019-09-27T16:01:10.241Z] daemon.go:296: [d37c32134f943] exiting daemon [2019-09-27T16:01:10.241Z] daemon.go:448: [d37c32134f943] Daemon stopped [2019-09-27T16:01:10.241Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:01:10.421Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.05s) [2019-09-27T16:01:10.421Z] === RUN TestRemoveInvalidContainer [2019-09-27T16:01:10.421Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-27T16:01:10.421Z] === RUN TestRenameLinkedContainer [2019-09-27T16:01:10.421Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-09-27T16:01:10.421Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-09-27T16:01:10.421Z] === RUN TestRenameStoppedContainer [2019-09-27T16:01:10.500Z] PASS: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg 2.344s [2019-09-27T16:01:11.507Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T16:01:11.912Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T16:01:12.596Z] --- PASS: TestRenameStoppedContainer (2.37s) [2019-09-27T16:01:12.596Z] === RUN TestRenameRunningContainerAndReuse [2019-09-27T16:01:13.025Z] PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit 2.429s [2019-09-27T16:01:13.912Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T16:01:15.207Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T16:01:16.305Z] PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg 3.063s [2019-09-27T16:01:16.492Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T16:01:16.563Z] --- PASS: TestDockerNetworkReConnect (6.50s) [2019-09-27T16:01:16.563Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:01:16.563Z] daemon.go:325: [d9999debdeca6] waiting for daemon to start [2019-09-27T16:01:16.563Z] daemon.go:325: [d9999debdeca6] waiting for daemon to start [2019-09-27T16:01:16.563Z] daemon.go:353: [d9999debdeca6] daemon started [2019-09-27T16:01:16.563Z] daemon.go:461: [d9999debdeca6] Stopping daemon [2019-09-27T16:01:16.563Z] daemon.go:296: [d9999debdeca6] exiting daemon [2019-09-27T16:01:16.563Z] daemon.go:448: [d9999debdeca6] Daemon stopped [2019-09-27T16:01:16.563Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:01:17.294Z] --- PASS: TestRenameRunningContainerAndReuse (4.16s) [2019-09-27T16:01:17.294Z] === RUN TestRenameInvalidName [2019-09-27T16:01:17.318Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:01:18.259Z] --- PASS: TestRenameInvalidName (1.87s) [2019-09-27T16:01:18.259Z] === RUN TestRenameAnonymousContainer [2019-09-27T16:01:18.259Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-09-27T16:01:18.717Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-09-27T16:01:18.717Z] === RUN TestRenameContainerWithSameName [2019-09-27T16:01:18.808Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:01:18.808Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:01:19.842Z] PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal 3.331s [2019-09-27T16:01:20.103Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:01:20.491Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T16:01:20.890Z] --- PASS: TestRenameContainerWithSameName (2.04s) [2019-09-27T16:01:20.890Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-27T16:01:20.890Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-09-27T16:01:20.890Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-09-27T16:01:20.890Z] === RUN TestResize [2019-09-27T16:01:20.890Z] --- SKIP: TestResize (0.00s) [2019-09-27T16:01:20.890Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-27T16:01:20.890Z] === RUN TestResizeWithInvalidSize [2019-09-27T16:01:20.890Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-09-27T16:01:20.890Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-09-27T16:01:20.890Z] === RUN TestResizeWhenContainerNotStarted [2019-09-27T16:01:22.368Z] PASS: docker_cli_daemon_test.go:1799: DockerDaemonSuite.TestDaemonRestartContainerLinksRestart 11.811s [2019-09-27T16:01:22.627Z] PASS: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride 3.198s [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.08s) [2019-09-27T16:01:23.120Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d5b57f7c53778] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d5b57f7c53778] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d5b57f7c53778] daemon started [2019-09-27T16:01:23.120Z] daemon.go:325: [d5b57f7c53778] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:296: [d5b57f7c53778] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d5b57f7c53778] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d5b57f7c53778] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d5b57f7c53778] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d5b57f7c53778] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d5b57f7c53778] Daemon stopped [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.40s) [2019-09-27T16:01:23.120Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d8133a14da87d] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d8133a14da87d] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d8133a14da87d] daemon started [2019-09-27T16:01:23.120Z] daemon.go:325: [d8133a14da87d] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:296: [d8133a14da87d] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d8133a14da87d] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d8133a14da87d] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d8133a14da87d] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d8133a14da87d] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d8133a14da87d] Daemon stopped [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.05s) [2019-09-27T16:01:23.120Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d744e19e6a39d] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d744e19e6a39d] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d744e19e6a39d] daemon started [2019-09-27T16:01:23.120Z] daemon.go:325: [d744e19e6a39d] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:296: [d744e19e6a39d] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d744e19e6a39d] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d744e19e6a39d] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d744e19e6a39d] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d744e19e6a39d] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d744e19e6a39d] Daemon stopped [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.33s) [2019-09-27T16:01:23.120Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d227eb4b0fa54] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d227eb4b0fa54] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d227eb4b0fa54] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d227eb4b0fa54] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d227eb4b0fa54] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d227eb4b0fa54] Daemon stopped [2019-09-27T16:01:23.120Z] daemon.go:325: [d227eb4b0fa54] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d227eb4b0fa54] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d227eb4b0fa54] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d227eb4b0fa54] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d227eb4b0fa54] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d227eb4b0fa54] Daemon stopped [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.52s) [2019-09-27T16:01:23.120Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d6d09b5b2c98b] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d6d09b5b2c98b] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d6d09b5b2c98b] daemon started [2019-09-27T16:01:23.120Z] daemon.go:296: [d6d09b5b2c98b] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d6d09b5b2c98b] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d6d09b5b2c98b] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d6d09b5b2c98b] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d6d09b5b2c98b] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d6d09b5b2c98b] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d6d09b5b2c98b] Daemon stopped [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.21s) [2019-09-27T16:01:23.120Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [dc844cb8a5b52] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [dc844cb8a5b52] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [dc844cb8a5b52] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [dc844cb8a5b52] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [dc844cb8a5b52] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [dc844cb8a5b52] Daemon stopped [2019-09-27T16:01:23.120Z] daemon.go:325: [dc844cb8a5b52] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [dc844cb8a5b52] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [dc844cb8a5b52] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [dc844cb8a5b52] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [dc844cb8a5b52] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [dc844cb8a5b52] Daemon stopped [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.52s) [2019-09-27T16:01:23.120Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d5cab467ba2d0] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d5cab467ba2d0] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d5cab467ba2d0] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d5cab467ba2d0] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d5cab467ba2d0] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d5cab467ba2d0] Daemon stopped [2019-09-27T16:01:23.120Z] daemon.go:325: [d5cab467ba2d0] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d5cab467ba2d0] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d5cab467ba2d0] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d5cab467ba2d0] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d5cab467ba2d0] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d5cab467ba2d0] Daemon stopped [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.37s) [2019-09-27T16:01:23.120Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d05345295d94a] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d05345295d94a] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d05345295d94a] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d05345295d94a] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d05345295d94a] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d05345295d94a] Daemon stopped [2019-09-27T16:01:23.120Z] daemon.go:325: [d05345295d94a] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d05345295d94a] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d05345295d94a] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d05345295d94a] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d05345295d94a] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d05345295d94a] Daemon stopped [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.44s) [2019-09-27T16:01:23.120Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d938cb4aa3210] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d938cb4aa3210] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d938cb4aa3210] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d938cb4aa3210] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d938cb4aa3210] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d938cb4aa3210] Daemon stopped [2019-09-27T16:01:23.120Z] daemon.go:325: [d938cb4aa3210] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d938cb4aa3210] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d938cb4aa3210] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d938cb4aa3210] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d938cb4aa3210] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d938cb4aa3210] Daemon stopped [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.48s) [2019-09-27T16:01:23.120Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [dcec601616482] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [dcec601616482] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [dcec601616482] daemon started [2019-09-27T16:01:23.120Z] daemon.go:325: [dcec601616482] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:296: [dcec601616482] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [dcec601616482] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [dcec601616482] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [dcec601616482] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [dcec601616482] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [dcec601616482] Daemon stopped [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.49s) [2019-09-27T16:01:23.120Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d6ee1514be128] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d6ee1514be128] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d6ee1514be128] daemon started [2019-09-27T16:01:23.120Z] daemon.go:325: [d6ee1514be128] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:296: [d6ee1514be128] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d6ee1514be128] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d6ee1514be128] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d6ee1514be128] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d6ee1514be128] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d6ee1514be128] Daemon stopped [2019-09-27T16:01:23.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.29s) [2019-09-27T16:01:23.120Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T16:01:23.120Z] daemon.go:325: [d373ddbf92828] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d373ddbf92828] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d373ddbf92828] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d373ddbf92828] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d373ddbf92828] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d373ddbf92828] Daemon stopped [2019-09-27T16:01:23.120Z] daemon.go:325: [d373ddbf92828] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:325: [d373ddbf92828] waiting for daemon to start [2019-09-27T16:01:23.120Z] daemon.go:353: [d373ddbf92828] daemon started [2019-09-27T16:01:23.120Z] daemon.go:461: [d373ddbf92828] Stopping daemon [2019-09-27T16:01:23.120Z] daemon.go:296: [d373ddbf92828] exiting daemon [2019-09-27T16:01:23.120Z] daemon.go:448: [d373ddbf92828] Daemon stopped [2019-09-27T16:01:23.120Z] === RUN TestKernelTCPMemory [2019-09-27T16:01:23.120Z] --- PASS: TestResizeWhenContainerNotStarted (2.32s) [2019-09-27T16:01:23.121Z] === RUN TestDaemonRestartKillContainers [2019-09-27T16:01:23.121Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-09-27T16:01:23.121Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:23.121Z] === RUN TestStats [2019-09-27T16:01:23.121Z] --- SKIP: TestStats (0.00s) [2019-09-27T16:01:23.121Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-09-27T16:01:23.121Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-27T16:01:23.911Z] --- PASS: TestKernelTCPMemory (1.11s) [2019-09-27T16:01:23.911Z] === RUN TestNISDomainname [2019-09-27T16:01:23.997Z] PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection 1.514s [2019-09-27T16:01:24.927Z] PASS: docker_cli_daemon_test.go:1245: DockerDaemonSuite.TestDaemonRestartKillWait 2.423s [2019-09-27T16:01:25.189Z] --- PASS: TestNISDomainname (1.26s) [2019-09-27T16:01:25.189Z] === RUN TestStats [2019-09-27T16:01:25.864Z] PASS: docker_cli_daemon_test.go:1649: DockerDaemonSuite.TestDaemonRestartLocalVolumes 1.088s [2019-09-27T16:01:27.758Z] PASS: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants 3.686s [2019-09-27T16:01:28.497Z] --- PASS: TestStats (2.99s) [2019-09-27T16:01:28.497Z] === RUN TestStopContainerWithTimeout [2019-09-27T16:01:28.497Z] === RUN TestStopContainerWithTimeout/0 [2019-09-27T16:01:28.497Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-27T16:01:28.497Z] === RUN TestStopContainerWithTimeout/1 [2019-09-27T16:01:28.497Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-27T16:01:28.497Z] === RUN TestStopContainerWithTimeout/3 [2019-09-27T16:01:28.497Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-27T16:01:28.497Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-27T16:01:28.497Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-27T16:01:28.497Z] === CONT TestStopContainerWithTimeout/0 [2019-09-27T16:01:28.497Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-27T16:01:28.880Z] === CONT TestStopContainerWithTimeout/3 [2019-09-27T16:01:29.019Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.05s) [2019-09-27T16:01:29.019Z] === RUN TestStopContainerWithTimeout [2019-09-27T16:01:29.019Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-09-27T16:01:29.019Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-09-27T16:01:29.019Z] === RUN TestUpdateRestartPolicy [2019-09-27T16:01:31.032Z] PASS: docker_cli_daemon_test.go:176: DockerDaemonSuite.TestDaemonRestartOnFailure 4.996s [2019-09-27T16:01:31.348Z] === CONT TestStopContainerWithTimeout/1 [2019-09-27T16:01:32.964Z] --- PASS: TestServiceUpdateNetwork (16.21s) [2019-09-27T16:01:32.964Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:01:32.964Z] daemon.go:325: [d903aeabf0bc5] waiting for daemon to start [2019-09-27T16:01:32.964Z] daemon.go:325: [d903aeabf0bc5] waiting for daemon to start [2019-09-27T16:01:32.964Z] daemon.go:353: [d903aeabf0bc5] daemon started [2019-09-27T16:01:32.964Z] daemon.go:461: [d903aeabf0bc5] Stopping daemon [2019-09-27T16:01:32.964Z] daemon.go:296: [d903aeabf0bc5] exiting daemon [2019-09-27T16:01:32.964Z] daemon.go:448: [d903aeabf0bc5] Daemon stopped [2019-09-27T16:01:32.964Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:01:33.178Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-09-27T16:01:33.178Z] --- PASS: TestStopContainerWithTimeout/0 (0.93s) [2019-09-27T16:01:33.178Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2019-09-27T16:01:33.178Z] --- PASS: TestStopContainerWithTimeout/3 (2.90s) [2019-09-27T16:01:33.178Z] --- PASS: TestStopContainerWithTimeout/1 (1.96s) [2019-09-27T16:01:33.178Z] === RUN TestDeleteDevicemapper [2019-09-27T16:01:33.178Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-27T16:01:33.178Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-27T16:01:33.178Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-27T16:01:33.896Z] PASS: docker_cli_daemon_test.go:1014: DockerDaemonSuite.TestDaemonRestartRenameContainer 2.951s [2019-09-27T16:01:36.466Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.45s) [2019-09-27T16:01:36.466Z] === RUN TestUpdateMemory [2019-09-27T16:01:36.466Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-27T16:01:36.466Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:01:36.466Z] === RUN TestUpdateCPUQuota [2019-09-27T16:01:38.081Z] ok github.com/docker/docker/cmd/dockerd/hack 0.005s coverage: 72.9% of statements [2019-09-27T16:01:38.082Z] ok github.com/docker/docker/cmd/dockerd 0.161s coverage: 29.8% of statements [2019-09-27T16:01:38.301Z] --- PASS: TestUpdateCPUQuota (1.82s) [2019-09-27T16:01:38.301Z] === RUN TestUpdatePidsLimit [2019-09-27T16:01:38.301Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-27T16:01:38.669Z] === RUN TestUpdatePidsLimit/no_change [2019-09-27T16:01:39.093Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-27T16:01:39.152Z] --- PASS: TestDockerNetworkReConnect (6.09s) [2019-09-27T16:01:39.152Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:01:39.152Z] daemon.go:325: [dc18305333f96] waiting for daemon to start [2019-09-27T16:01:39.152Z] daemon.go:325: [dc18305333f96] waiting for daemon to start [2019-09-27T16:01:39.152Z] daemon.go:353: [dc18305333f96] daemon started [2019-09-27T16:01:39.152Z] daemon.go:461: [dc18305333f96] Stopping daemon [2019-09-27T16:01:39.152Z] daemon.go:296: [dc18305333f96] exiting daemon [2019-09-27T16:01:39.152Z] daemon.go:448: [dc18305333f96] Daemon stopped [2019-09-27T16:01:39.152Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:01:39.410Z] PASS: docker_cli_network_unix_test.go:1666: DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork 5.277s [2019-09-27T16:01:39.491Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-27T16:01:40.336Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-27T16:01:40.340Z] PASS: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv 12.532s [2019-09-27T16:01:40.905Z] PASS: docker_cli_daemon_test.go:1636: DockerDaemonSuite.TestDaemonRestartRmVolumeInUse 1.471s [2019-09-27T16:01:40.906Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-27T16:01:41.295Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-27T16:01:43.127Z] --- PASS: TestUpdatePidsLimit (4.54s) [2019-09-27T16:01:43.127Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.46s) [2019-09-27T16:01:43.127Z] --- PASS: TestUpdatePidsLimit/no_change (0.46s) [2019-09-27T16:01:43.127Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2019-09-27T16:01:43.127Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.49s) [2019-09-27T16:01:43.127Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.54s) [2019-09-27T16:01:43.127Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.45s) [2019-09-27T16:01:43.127Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.42s) [2019-09-27T16:01:43.127Z] === RUN TestUpdateRestartPolicy [2019-09-27T16:01:43.429Z] PASS: docker_cli_daemon_test.go:2604: DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode 2.299s [2019-09-27T16:01:43.992Z] PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion 3.588s [2019-09-27T16:01:44.929Z] ok github.com/docker/docker/container 0.211s coverage: 35.6% of statements [2019-09-27T16:01:44.929Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-27T16:01:44.929Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-27T16:01:44.929Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-27T16:01:44.929Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-27T16:01:47.266Z] PASS: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride 3.026s [2019-09-27T16:01:47.266Z] PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory 0.287s [2019-09-27T16:01:49.380Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.061s coverage: 65.3% of statements [2019-09-27T16:01:50.099Z] --- PASS: TestUpdateRestartPolicy (21.11s) [2019-09-27T16:01:50.099Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-27T16:01:50.539Z] PASS: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv 2.778s [2019-09-27T16:01:52.281Z] --- PASS: TestUpdateRestartWithAutoRemove (1.88s) [2019-09-27T16:01:52.281Z] === RUN TestWaitNonBlocked [2019-09-27T16:01:52.281Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T16:01:52.281Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T16:01:52.281Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T16:01:52.281Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T16:01:52.281Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T16:01:52.281Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T16:01:53.062Z] PASS: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg 2.926s [2019-09-27T16:01:53.062Z] PASS: docker_cli_daemon_test.go:117: DockerDaemonSuite.TestDaemonRestartUnlessStopped 9.556s [2019-09-27T16:01:55.587Z] --- PASS: TestServiceUpdateNetwork (16.43s) [2019-09-27T16:01:55.587Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:01:55.587Z] daemon.go:325: [da224fd83413d] waiting for daemon to start [2019-09-27T16:01:55.587Z] daemon.go:325: [da224fd83413d] waiting for daemon to start [2019-09-27T16:01:55.587Z] daemon.go:353: [da224fd83413d] daemon started [2019-09-27T16:01:55.587Z] daemon.go:461: [da224fd83413d] Stopping daemon [2019-09-27T16:01:55.587Z] daemon.go:296: [da224fd83413d] exiting daemon [2019-09-27T16:01:55.587Z] daemon.go:448: [da224fd83413d] Daemon stopped [2019-09-27T16:01:55.587Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:01:56.007Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-27T16:01:56.007Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.59s) [2019-09-27T16:01:56.007Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.62s) [2019-09-27T16:01:56.007Z] === RUN TestWaitBlocked [2019-09-27T16:01:56.007Z] --- SKIP: TestWaitBlocked (0.00s) [2019-09-27T16:01:56.007Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:01:56.007Z] PASS [2019-09-27T16:01:56.007Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-09-27T16:01:56.007Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:01:56.007Z] INFO: Testing against a local daemon [2019-09-27T16:01:56.007Z] === RUN TestCommitInheritsEnv [2019-09-27T16:01:56.007Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-09-27T16:01:56.007Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T16:01:56.007Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-27T16:01:56.007Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-09-27T16:01:56.007Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-09-27T16:01:56.007Z] === RUN TestImagesFilterMultiReference [2019-09-27T16:01:56.007Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2019-09-27T16:01:56.007Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:01:56.007Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-27T16:01:56.007Z] === RUN TestRemoveImageOrphaning [2019-09-27T16:01:56.007Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-09-27T16:01:56.007Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T16:01:56.007Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-27T16:01:56.007Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2019-09-27T16:01:56.007Z] === RUN TestTagInvalidReference [2019-09-27T16:01:56.007Z] --- PASS: TestTagInvalidReference (0.04s) [2019-09-27T16:01:56.007Z] === RUN TestTagValidPrefixedRepo [2019-09-27T16:01:56.007Z] --- PASS: TestTagValidPrefixedRepo (0.10s) [2019-09-27T16:01:56.007Z] === RUN TestTagExistedNameWithoutForce [2019-09-27T16:01:56.007Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-09-27T16:01:56.007Z] === RUN TestTagOfficialNames [2019-09-27T16:01:56.007Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-09-27T16:01:56.007Z] tag_test.go:98: testEnv.OSType == "windows" [2019-09-27T16:01:56.007Z] === RUN TestTagMatchesDigest [2019-09-27T16:01:56.007Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-09-27T16:01:56.007Z] PASS [2019-09-27T16:01:56.007Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-09-27T16:01:56.007Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:01:56.007Z] INFO: Testing against a local daemon [2019-09-27T16:01:56.007Z] === RUN TestNetworkCreateDelete [2019-09-27T16:01:56.007Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-09-27T16:01:56.008Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:01:56.008Z] === RUN TestDockerNetworkDeletePreferID [2019-09-27T16:01:56.008Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-09-27T16:01:56.008Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2019-09-27T16:01:56.008Z] === RUN TestInspectNetwork [2019-09-27T16:01:56.008Z] --- SKIP: TestInspectNetwork (0.00s) [2019-09-27T16:01:56.008Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-09-27T16:01:56.008Z] === RUN TestRunContainerWithBridgeNone [2019-09-27T16:01:56.008Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-09-27T16:01:56.008Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:01:56.008Z] === RUN TestNetworkInvalidJSON [2019-09-27T16:01:56.008Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-27T16:01:56.008Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-27T16:01:56.008Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T16:01:56.008Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T16:01:56.008Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T16:01:56.008Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T16:01:56.008Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-27T16:01:56.008Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T16:01:56.008Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T16:01:56.008Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-09-27T16:01:56.008Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2019-09-27T16:01:56.008Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2019-09-27T16:01:56.008Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-09-27T16:01:56.008Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-27T16:01:56.008Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-09-27T16:01:56.008Z] service_test.go:29: testEnv.OSType == "windows" [2019-09-27T16:01:56.008Z] === RUN TestDaemonDefaultNetworkPools [2019-09-27T16:01:56.008Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-09-27T16:01:56.008Z] service_test.go:51: testEnv.OSType == "windows" [2019-09-27T16:01:56.008Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-27T16:01:56.008Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-09-27T16:01:56.008Z] service_test.go:94: testEnv.OSType == "windows" [2019-09-27T16:01:56.008Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-27T16:01:56.008Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-09-27T16:01:56.008Z] service_test.go:127: testEnv.OSType == "windows" [2019-09-27T16:01:56.008Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-27T16:01:56.008Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-09-27T16:01:56.008Z] service_test.go:177: testEnv.OSType == "windows" [2019-09-27T16:01:56.008Z] === RUN TestServiceWithPredefinedNetwork [2019-09-27T16:01:56.008Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-09-27T16:01:56.008Z] service_test.go:201: testEnv.OSType == "windows" [2019-09-27T16:01:56.008Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-27T16:01:56.008Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T16:01:56.008Z] service_test.go:230: FLAKY_TEST [2019-09-27T16:01:56.008Z] === RUN TestServiceWithDataPathPortInit [2019-09-27T16:01:56.008Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-09-27T16:01:56.008Z] service_test.go:319: testEnv.OSType == "windows" [2019-09-27T16:01:56.008Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-27T16:01:56.008Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-09-27T16:01:56.008Z] service_test.go:386: testEnv.OSType == "windows" [2019-09-27T16:01:56.008Z] PASS [2019-09-27T16:01:56.008Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-27T16:01:56.008Z] PASS [2019-09-27T16:01:56.008Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-27T16:01:56.008Z] PASS [2019-09-27T16:01:56.008Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-27T16:01:56.008Z] PASS [2019-09-27T16:01:56.008Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-27T16:01:56.151Z] PASS: docker_cli_daemon_test.go:2580: DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer 3.042s [2019-09-27T16:01:56.466Z] PASS [2019-09-27T16:01:56.466Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-27T16:01:56.466Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:01:56.466Z] INFO: Testing against a local daemon [2019-09-27T16:01:56.466Z] === RUN TestPluginInvalidJSON [2019-09-27T16:01:56.466Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T16:01:56.466Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T16:01:56.466Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T16:01:56.466Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-27T16:01:56.466Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-27T16:01:56.466Z] PASS [2019-09-27T16:01:56.466Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-27T16:01:56.466Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:01:56.466Z] INFO: Testing against a local daemon [2019-09-27T16:01:56.466Z] === RUN TestExternalGraphDriver [2019-09-27T16:01:56.466Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-09-27T16:01:56.466Z] external_test.go:48: runtime.GOOS == "windows" [2019-09-27T16:01:56.466Z] === RUN TestGraphdriverPluginV2 [2019-09-27T16:01:56.466Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-09-27T16:01:56.466Z] external_test.go:407: runtime.GOOS == "windows" [2019-09-27T16:01:56.466Z] PASS [2019-09-27T16:01:56.466Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-27T16:01:56.466Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:01:56.466Z] INFO: Testing against a local daemon [2019-09-27T16:01:56.466Z] PASS [2019-09-27T16:01:56.466Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-27T16:01:56.466Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:01:56.466Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-09-27T16:01:56.466Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:01:56.466Z] INFO: Testing against a local daemon [2019-09-27T16:01:56.466Z] === RUN TestSecretInspect [2019-09-27T16:01:56.466Z] --- SKIP: TestSecretInspect (0.00s) [2019-09-27T16:01:56.466Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.466Z] === RUN TestSecretList [2019-09-27T16:01:56.466Z] --- SKIP: TestSecretList (0.00s) [2019-09-27T16:01:56.466Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.466Z] === RUN TestSecretsCreateAndDelete [2019-09-27T16:01:56.466Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-09-27T16:01:56.466Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.466Z] === RUN TestSecretsUpdate [2019-09-27T16:01:56.466Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-09-27T16:01:56.466Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.466Z] === RUN TestTemplatedSecret [2019-09-27T16:01:56.466Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-09-27T16:01:56.466Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.466Z] === RUN TestSecretCreateResolve [2019-09-27T16:01:56.466Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-09-27T16:01:56.466Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:01:56.466Z] PASS [2019-09-27T16:01:56.466Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-09-27T16:01:56.752Z] --- PASS: TestUpdateRestartPolicy (12.99s) [2019-09-27T16:01:56.752Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-27T16:01:56.752Z] --- PASS: TestUpdateRestartWithAutoRemove (0.95s) [2019-09-27T16:01:56.752Z] === RUN TestWaitNonBlocked [2019-09-27T16:01:56.752Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T16:01:56.752Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T16:01:56.752Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T16:01:56.752Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T16:01:56.752Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T16:01:56.752Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T16:01:56.924Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:01:56.924Z] INFO: Testing against a local daemon [2019-09-27T16:01:56.924Z] === RUN TestServiceCreateInit [2019-09-27T16:01:56.924Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-27T16:01:56.924Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-27T16:01:56.924Z] --- PASS: TestServiceCreateInit (0.03s) [2019-09-27T16:01:56.924Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-09-27T16:01:56.924Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-09-27T16:01:56.924Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestCreateServiceMultipleTimes [2019-09-27T16:01:56.924Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-09-27T16:01:56.924Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestCreateServiceConflict [2019-09-27T16:01:56.924Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-09-27T16:01:56.924Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestCreateServiceMaxReplicas [2019-09-27T16:01:56.924Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-09-27T16:01:56.924Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-27T16:01:56.924Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-09-27T16:01:56.924Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestCreateServiceSecretFileMode [2019-09-27T16:01:56.924Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-09-27T16:01:56.924Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestCreateServiceConfigFileMode [2019-09-27T16:01:56.924Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-09-27T16:01:56.924Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestCreateServiceSysctls [2019-09-27T16:01:56.924Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-09-27T16:01:56.924Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestInspect [2019-09-27T16:01:56.924Z] --- SKIP: TestInspect (0.00s) [2019-09-27T16:01:56.924Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestDockerNetworkConnectAlias [2019-09-27T16:01:56.924Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-09-27T16:01:56.924Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:01:56.924Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-09-27T16:01:56.924Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestServicePlugin [2019-09-27T16:01:56.924Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-27T16:01:56.924Z] plugin_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestServiceUpdateLabel [2019-09-27T16:01:56.924Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-09-27T16:01:56.924Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:01:56.924Z] === RUN TestServiceUpdateSecrets [2019-09-27T16:01:56.924Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-09-27T16:01:56.924Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:01:56.924Z] === RUN TestServiceUpdateConfigs [2019-09-27T16:01:56.924Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-09-27T16:01:56.924Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:01:56.924Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:01:56.924Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2019-09-27T16:01:56.924Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T16:01:56.924Z] PASS [2019-09-27T16:01:56.924Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-09-27T16:01:56.924Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:01:56.924Z] INFO: Testing against a local daemon [2019-09-27T16:01:56.924Z] === RUN TestSessionCreate [2019-09-27T16:01:56.924Z] --- SKIP: TestSessionCreate (0.00s) [2019-09-27T16:01:56.924Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-09-27T16:01:56.924Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-27T16:01:56.924Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-09-27T16:01:56.924Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-09-27T16:01:56.924Z] PASS [2019-09-27T16:01:56.924Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-09-27T16:01:56.924Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:01:56.924Z] INFO: Testing against a local daemon [2019-09-27T16:01:56.924Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-27T16:01:56.924Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T16:01:56.924Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T16:01:56.924Z] === RUN TestEventsExecDie [2019-09-27T16:01:56.924Z] --- SKIP: TestEventsExecDie (0.00s) [2019-09-27T16:01:56.924Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-09-27T16:01:56.924Z] === RUN TestEventsBackwardsCompatible [2019-09-27T16:01:56.924Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-09-27T16:01:56.924Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-09-27T16:01:56.924Z] === RUN TestInfoAPI [2019-09-27T16:01:56.924Z] --- PASS: TestInfoAPI (0.04s) [2019-09-27T16:01:56.924Z] === RUN TestInfoAPIWarnings [2019-09-27T16:01:56.924Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-09-27T16:01:56.924Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T16:01:56.924Z] === RUN TestLoginFailsWithBadCredentials [2019-09-27T16:01:57.819Z] ok github.com/docker/docker/daemon/cluster/convert 0.063s coverage: 35.8% of statements [2019-09-27T16:01:57.889Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2019-09-27T16:01:57.889Z] === RUN TestPingCacheHeaders [2019-09-27T16:01:57.889Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-27T16:01:57.889Z] === RUN TestPingGet [2019-09-27T16:01:57.889Z] --- PASS: TestPingGet (0.03s) [2019-09-27T16:01:57.889Z] === RUN TestPingHead [2019-09-27T16:01:57.889Z] --- PASS: TestPingHead (0.03s) [2019-09-27T16:01:57.889Z] === RUN TestVersion [2019-09-27T16:01:58.052Z] PASS: docker_cli_daemon_test.go:688: DockerDaemonSuite.TestDaemonRestartWithBridgeIPChange 1.593s [2019-09-27T16:01:58.161Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-09-27T16:01:58.161Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.18s) [2019-09-27T16:01:58.161Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.24s) [2019-09-27T16:01:58.161Z] === RUN TestWaitBlocked [2019-09-27T16:01:58.161Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T16:01:58.161Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T16:01:58.161Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T16:01:58.161Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T16:01:58.161Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T16:01:58.161Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T16:01:58.346Z] --- PASS: TestVersion (0.03s) [2019-09-27T16:01:58.347Z] PASS [2019-09-27T16:01:58.347Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-09-27T16:01:58.347Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:01:58.347Z] INFO: Testing against a local daemon [2019-09-27T16:01:58.347Z] === RUN TestVolumesCreateAndList [2019-09-27T16:01:58.347Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-09-27T16:01:58.347Z] === RUN TestVolumesRemove [2019-09-27T16:01:58.347Z] --- SKIP: TestVolumesRemove (0.00s) [2019-09-27T16:01:58.347Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-09-27T16:01:58.347Z] === RUN TestVolumesInspect [2019-09-27T16:01:58.347Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-27T16:01:58.347Z] === RUN TestVolumesInvalidJSON [2019-09-27T16:01:58.347Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-27T16:01:58.347Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-27T16:01:58.347Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-27T16:01:58.347Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-27T16:01:58.347Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-27T16:01:58.347Z] PASS [2019-09-27T16:01:58.347Z] INFO: make.ps1 ended at 09/27/2019 16:01:58 [2019-09-27T16:01:58.347Z] INFO: Integration CLI tests being run from the host: [2019-09-27T16:01:58.347Z] INFO: go test "-check.v" "-tags" "autogen" "-check.timeout" "10m" "-test.timeout" "200m" [2019-09-27T16:01:58.984Z] PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants 5.998s [2019-09-27T16:01:59.492Z] --- PASS: TestWaitBlocked (0.02s) [2019-09-27T16:01:59.492Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.19s) [2019-09-27T16:01:59.492Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.25s) [2019-09-27T16:01:59.492Z] === CONT TestContainerStartOnDaemonRestart [2019-09-27T16:01:59.492Z] === CONT TestIpcModeOlderClient [2019-09-27T16:01:59.492Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-09-27T16:01:59.492Z] === CONT TestDaemonRestartIpcMode [2019-09-27T16:02:00.354Z] PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg 1.179s [2019-09-27T16:02:00.354Z] PASS: docker_cli_daemon_test.go:1490: DockerDaemonSuite.TestDaemonRestartWithContainerRunning 2.531s [2019-09-27T16:02:02.251Z] --- PASS: TestDockerNetworkReConnect (6.50s) [2019-09-27T16:02:02.251Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:02:02.251Z] daemon.go:325: [de8876547eb6e] waiting for daemon to start [2019-09-27T16:02:02.251Z] daemon.go:325: [de8876547eb6e] waiting for daemon to start [2019-09-27T16:02:02.251Z] daemon.go:353: [de8876547eb6e] daemon started [2019-09-27T16:02:02.251Z] daemon.go:461: [de8876547eb6e] Stopping daemon [2019-09-27T16:02:02.251Z] daemon.go:296: [de8876547eb6e] exiting daemon [2019-09-27T16:02:02.251Z] daemon.go:448: [de8876547eb6e] Daemon stopped [2019-09-27T16:02:02.251Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:02:02.251Z] PASS: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse 1.624s [2019-09-27T16:02:02.811Z] --- PASS: TestContainerStartOnDaemonRestart (3.51s) [2019-09-27T16:02:02.811Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-27T16:02:02.811Z] daemon.go:325: [da6f3c661a006] waiting for daemon to start [2019-09-27T16:02:02.811Z] daemon.go:325: [da6f3c661a006] waiting for daemon to start [2019-09-27T16:02:02.811Z] daemon.go:353: [da6f3c661a006] daemon started [2019-09-27T16:02:02.811Z] daemon.go:325: [da6f3c661a006] waiting for daemon to start [2019-09-27T16:02:02.811Z] daemon.go:296: [da6f3c661a006] exiting daemon [2019-09-27T16:02:02.811Z] daemon.go:325: [da6f3c661a006] waiting for daemon to start [2019-09-27T16:02:02.811Z] daemon.go:353: [da6f3c661a006] daemon started [2019-09-27T16:02:02.812Z] daemon.go:461: [da6f3c661a006] Stopping daemon [2019-09-27T16:02:02.812Z] daemon.go:296: [da6f3c661a006] exiting daemon [2019-09-27T16:02:02.812Z] daemon.go:448: [da6f3c661a006] Daemon stopped [2019-09-27T16:02:02.814Z] PASS: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd 0.798s [2019-09-27T16:02:03.357Z] ok github.com/docker/docker/daemon/cluster 0.229s coverage: 0.5% of statements [2019-09-27T16:02:03.595Z] --- PASS: TestDaemonRestartIpcMode (4.06s) [2019-09-27T16:02:03.595Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-27T16:02:03.595Z] daemon.go:325: [d59716788d0ad] waiting for daemon to start [2019-09-27T16:02:03.595Z] daemon.go:325: [d59716788d0ad] waiting for daemon to start [2019-09-27T16:02:03.595Z] daemon.go:353: [d59716788d0ad] daemon started [2019-09-27T16:02:03.595Z] daemon.go:461: [d59716788d0ad] Stopping daemon [2019-09-27T16:02:03.595Z] daemon.go:296: [d59716788d0ad] exiting daemon [2019-09-27T16:02:03.595Z] daemon.go:448: [d59716788d0ad] Daemon stopped [2019-09-27T16:02:03.595Z] daemon.go:325: [d59716788d0ad] waiting for daemon to start [2019-09-27T16:02:03.595Z] daemon.go:325: [d59716788d0ad] waiting for daemon to start [2019-09-27T16:02:03.595Z] daemon.go:353: [d59716788d0ad] daemon started [2019-09-27T16:02:03.595Z] daemon.go:461: [d59716788d0ad] Stopping daemon [2019-09-27T16:02:03.595Z] daemon.go:296: [d59716788d0ad] exiting daemon [2019-09-27T16:02:03.595Z] daemon.go:448: [d59716788d0ad] Daemon stopped [2019-09-27T16:02:03.595Z] PASS [2019-09-27T16:02:03.595Z] [2019-09-27T16:02:03.595Z] === Skipped [2019-09-27T16:02:03.595Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-09-27T16:02:03.595Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T16:02:03.595Z] [2019-09-27T16:02:03.595Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2019-09-27T16:02:03.595Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:02:03.595Z] [2019-09-27T16:02:03.595Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-27T16:02:03.595Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:02:03.595Z] [2019-09-27T16:02:03.595Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-27T16:02:03.595Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-27T16:02:03.595Z] [2019-09-27T16:02:03.595Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-09-27T16:02:03.595Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-27T16:02:03.595Z] [2019-09-27T16:02:03.595Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-09-27T16:02:03.595Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:02:03.595Z] [2019-09-27T16:02:03.595Z] [2019-09-27T16:02:03.595Z] DONE 188 tests, 6 skipped in 128.899s [2019-09-27T16:02:03.595Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-09-27T16:02:03.595Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:02:03.595Z] ++ set -e [2019-09-27T16:02:03.595Z] ++ '[' -n 0 ']' [2019-09-27T16:02:03.595Z] ++ set -x [2019-09-27T16:02:03.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-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:02:03.746Z] PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink 0.938s [2019-09-27T16:02:03.976Z] INFO: Testing against a local daemon [2019-09-27T16:02:03.976Z] === RUN TestCommitInheritsEnv [2019-09-27T16:02:04.004Z] PASS: docker_cli_daemon_test.go:1564: DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways 3.349s [2019-09-27T16:02:04.004Z] SKIP: docker_cli_daemon_test.go:230: DockerDaemonSuite.TestDaemonRestartWithIncreasedBasesize (unmatched requirement Devicemapper) [2019-09-27T16:02:04.004Z] SKIP: docker_cli_daemon_test.go:210: DockerDaemonSuite.TestDaemonRestartWithInvalidBasesize (unmatched requirement Devicemapper) [2019-09-27T16:02:04.346Z] --- PASS: TestCommitInheritsEnv (0.55s) [2019-09-27T16:02:04.346Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-27T16:02:04.346Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-27T16:02:04.346Z] === RUN TestImagesFilterMultiReference [2019-09-27T16:02:04.346Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-09-27T16:02:04.346Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:02:04.346Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-09-27T16:02:04.346Z] === RUN TestRemoveImageOrphaning [2019-09-27T16:02:05.155Z] --- PASS: TestRemoveImageOrphaning (0.60s) [2019-09-27T16:02:05.155Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-27T16:02:05.155Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2019-09-27T16:02:05.155Z] === RUN TestTagInvalidReference [2019-09-27T16:02:05.155Z] --- PASS: TestTagInvalidReference (0.01s) [2019-09-27T16:02:05.155Z] === RUN TestTagValidPrefixedRepo [2019-09-27T16:02:05.155Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2019-09-27T16:02:05.155Z] === RUN TestTagExistedNameWithoutForce [2019-09-27T16:02:05.155Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-27T16:02:05.155Z] === RUN TestTagOfficialNames [2019-09-27T16:02:05.155Z] --- PASS: TestTagOfficialNames (0.04s) [2019-09-27T16:02:05.155Z] === RUN TestTagMatchesDigest [2019-09-27T16:02:05.155Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-09-27T16:02:05.155Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-27T16:02:08.181Z] PASS: docker_cli_daemon_test.go:1955: DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer 3.451s [2019-09-27T16:02:08.668Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T16:02:08.668Z] INFO: Testing against a local daemon [2019-09-27T16:02:08.668Z] PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported 0.003s [2019-09-27T16:02:08.668Z] SKIP: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks (unmatched requirement DaemonIsLinux) [2019-09-27T16:02:08.668Z] PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON 0.007s [2019-09-27T16:02:08.668Z] PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON 0.001s [2019-09-27T16:02:08.668Z] PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText 0.002s [2019-09-27T16:02:08.668Z] SKIP: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText (unmatched requirement DaemonIsLinux) [2019-09-27T16:02:08.668Z] PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS 0.002s [2019-09-27T16:02:08.668Z] PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete 0.615s [2019-09-27T16:02:08.910Z] ok github.com/docker/docker/daemon/discovery 0.030s coverage: 30.4% of statements [2019-09-27T16:02:09.127Z] PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter 0.232s [2019-09-27T16:02:09.550Z] PASS: docker_cli_build_test.go:5432: DockerSuite.TestBuildCacheFrom 5.786s [2019-09-27T16:02:09.585Z] PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory 0.563s [2019-09-27T16:02:10.042Z] PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc 0.342s [2019-09-27T16:02:10.921Z] PASS: docker_cli_build_test.go:5410: DockerSuite.TestBuildCacheFromEqualDiffIDsLength 1.327s [2019-09-27T16:02:10.962Z] ok github.com/docker/docker/daemon/config 0.103s coverage: 84.7% of statements [2019-09-27T16:02:11.250Z] ok github.com/docker/docker/daemon/events 0.093s coverage: 50.0% of statements [2019-09-27T16:02:11.485Z] PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource 0.708s [2019-09-27T16:02:12.416Z] PASS: docker_cli_daemon_test.go:1884: DockerDaemonSuite.TestDaemonRestartWithLinks 4.670s [2019-09-27T16:02:12.416Z] PASS: docker_cli_build_unix_test.go:134: DockerSuite.TestBuildCancellationKillsSleep 0.796s [2019-09-27T16:02:15.677Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2019-09-27T16:02:15.689Z] PASS: docker_cli_daemon_test.go:1907: DockerDaemonSuite.TestDaemonRestartWithNames 3.120s [2019-09-27T16:02:18.212Z] --- PASS: TestServiceUpdateNetwork (15.82s) [2019-09-27T16:02:18.212Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:02:18.212Z] daemon.go:325: [d51b003575455] waiting for daemon to start [2019-09-27T16:02:18.212Z] daemon.go:325: [d51b003575455] waiting for daemon to start [2019-09-27T16:02:18.212Z] daemon.go:353: [d51b003575455] daemon started [2019-09-27T16:02:18.212Z] daemon.go:461: [d51b003575455] Stopping daemon [2019-09-27T16:02:18.212Z] daemon.go:296: [d51b003575455] exiting daemon [2019-09-27T16:02:18.212Z] daemon.go:448: [d51b003575455] Daemon stopped [2019-09-27T16:02:18.212Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:02:18.388Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.503s coverage: 13.7% of statements [2019-09-27T16:02:18.776Z] PASS: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy 6.086s [2019-09-27T16:02:18.776Z] PASS: docker_cli_daemon_test.go:1603: DockerDaemonSuite.TestDaemonRestartWithPausedContainer 2.828s [2019-09-27T16:02:19.886Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.012s coverage: 2.9% of statements [2019-09-27T16:02:21.303Z] PASS: docker_cli_daemon_plugins_test.go:45: DockerDaemonSuite.TestDaemonRestartWithPluginDisabled 2.433s [2019-09-27T16:02:21.303Z] PASS: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile 2.722s [2019-09-27T16:02:21.935Z] ok github.com/docker/docker/daemon 12.460s coverage: 17.5% of statements [2019-09-27T16:02:21.935Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-27T16:02:21.935Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-27T16:02:21.935Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-27T16:02:21.935Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-27T16:02:22.232Z] PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint 0.773s [2019-09-27T16:02:22.565Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.986s coverage: 57.8% of statements [2019-09-27T16:02:22.796Z] PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd 0.729s [2019-09-27T16:02:23.359Z] PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd 0.344s [2019-09-27T16:02:23.636Z] PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC 0.372s [2019-09-27T16:02:23.903Z] PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC 0.391s [2019-09-27T16:02:24.169Z] SKIP: docker_cli_build_test.go:5341: DockerSuite.TestBuildCmdShellArgsEscaped (unmatched requirement DaemonIsWindows) [2019-09-27T16:02:24.429Z] --- PASS: TestDockerNetworkReConnect (6.74s) [2019-09-27T16:02:24.429Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:02:24.429Z] daemon.go:325: [d1d3afda06f79] waiting for daemon to start [2019-09-27T16:02:24.429Z] daemon.go:325: [d1d3afda06f79] waiting for daemon to start [2019-09-27T16:02:24.429Z] daemon.go:353: [d1d3afda06f79] daemon started [2019-09-27T16:02:24.429Z] daemon.go:461: [d1d3afda06f79] Stopping daemon [2019-09-27T16:02:24.429Z] daemon.go:296: [d1d3afda06f79] exiting daemon [2019-09-27T16:02:24.429Z] daemon.go:448: [d1d3afda06f79] Daemon stopped [2019-09-27T16:02:24.429Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:02:25.360Z] PASS: docker_cli_daemon_plugins_test.go:16: DockerDaemonSuite.TestDaemonRestartWithPluginEnabled 4.245s [2019-09-27T16:02:25.617Z] PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces 1.609s [2019-09-27T16:02:25.690Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-09-27T16:02:25.690Z] Copying nested executables into bundles/binary-daemon [2019-09-27T16:02:25.690Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-09-27T16:02:26.070Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-385/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 -e DOCKER_GRAPHDRIVER docker:3136dea250b22e35d47b1ccda744645a86231aa7 hack/make.sh cross [2019-09-27T16:02:26.672Z] [2019-09-27T16:02:26.672Z] Removing bundles/ [2019-09-27T16:02:26.927Z] [2019-09-27T16:02:26.927Z] ---> Making bundle: cross (in bundles/cross) [2019-09-27T16:02:26.927Z] Cross building: bundles/cross/linux/amd64 [2019-09-27T16:02:26.927Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-09-27T16:02:26.927Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-09-27T16:02:27.001Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.376s coverage: 68.5% of statements [2019-09-27T16:02:29.701Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.046s coverage: 50.8% of statements [2019-09-27T16:02:29.791Z] PASS: docker_cli_daemon_test.go:57: DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts 4.087s [2019-09-27T16:02:30.329Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.494s coverage: 45.9% of statements [2019-09-27T16:02:30.330Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-27T16:02:31.350Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.607s coverage: 76.1% of statements [2019-09-27T16:02:32.312Z] PASS: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs 6.260s [2019-09-27T16:02:32.852Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.651s coverage: 52.5% of statements [2019-09-27T16:02:32.852Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-27T16:02:32.852Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-27T16:02:32.877Z] PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache 0.933s [2019-09-27T16:02:34.771Z] PASS: docker_cli_daemon_test.go:1421: DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume 4.124s [2019-09-27T16:02:34.912Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.049s coverage: 58.0% of statements [2019-09-27T16:02:34.912Z] ok github.com/docker/docker/daemon/links 0.019s coverage: 93.0% of statements [2019-09-27T16:02:35.935Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.047s coverage: 3.0% of statements [2019-09-27T16:02:36.669Z] PASS: docker_cli_build_test.go:5621: DockerSuite.TestBuildContChar 3.591s [2019-09-27T16:02:36.926Z] PASS: docker_cli_daemon_test.go:2052: DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer 2.268s [2019-09-27T16:02:37.490Z] PASS: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent 0.996s [2019-09-27T16:02:37.747Z] PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup 0.378s [2019-09-27T16:02:38.678Z] PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild 0.858s [2019-09-27T16:02:39.243Z] PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip 0.594s [2019-09-27T16:02:39.500Z] --- PASS: TestServiceUpdateNetwork (15.11s) [2019-09-27T16:02:39.501Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:02:39.501Z] daemon.go:325: [dc9ed772abf6b] waiting for daemon to start [2019-09-27T16:02:39.501Z] daemon.go:325: [dc9ed772abf6b] waiting for daemon to start [2019-09-27T16:02:39.501Z] daemon.go:353: [dc9ed772abf6b] daemon started [2019-09-27T16:02:39.501Z] daemon.go:461: [dc9ed772abf6b] Stopping daemon [2019-09-27T16:02:39.501Z] daemon.go:296: [dc9ed772abf6b] exiting daemon [2019-09-27T16:02:39.501Z] daemon.go:448: [dc9ed772abf6b] Daemon stopped [2019-09-27T16:02:39.501Z] PASS [2019-09-27T16:02:39.501Z] [2019-09-27T16:02:39.501Z] DONE 10 tests in 110.113s [2019-09-27T16:02:39.501Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:02:39.501Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:02:39.501Z] +++ set -e [2019-09-27T16:02:39.501Z] +++ '[' -n 0 ']' [2019-09-27T16:02:39.501Z] +++ set -x [2019-09-27T16:02:39.501Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:02:39.761Z] INFO: Testing against a local daemon [2019-09-27T16:02:39.761Z] testing: warning: no tests to run [2019-09-27T16:02:39.761Z] PASS [2019-09-27T16:02:39.761Z] [2019-09-27T16:02:39.761Z] DONE 0 tests in 0.079s [2019-09-27T16:02:39.761Z] PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression 0.383s [2019-09-27T16:02:39.761Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:02:39.761Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:02:39.761Z] +++ set -e [2019-09-27T16:02:39.761Z] +++ '[' -n 0 ']' [2019-09-27T16:02:39.761Z] +++ set -x [2019-09-27T16:02:39.761Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:02:39.761Z] INFO: Testing against a local daemon [2019-09-27T16:02:39.761Z] testing: warning: no tests to run [2019-09-27T16:02:39.761Z] PASS [2019-09-27T16:02:39.761Z] [2019-09-27T16:02:39.761Z] DONE 0 tests in 0.062s [2019-09-27T16:02:39.761Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=3000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:02:39.761Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:02:39.761Z] +++ set -e [2019-09-27T16:02:39.761Z] +++ '[' -n 0 ']' [2019-09-27T16:02:39.761Z] +++ set -x [2019-09-27T16:02:39.761Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=3000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:02:40.018Z] INFO: Testing against a local daemon [2019-09-27T16:02:40.018Z] testing: warning: no tests to run [2019-09-27T16:02:40.018Z] PASS [2019-09-27T16:02:40.018Z] [2019-09-27T16:02:40.018Z] DONE 0 tests in 0.090s [2019-09-27T16:02:40.018Z] Running integration-test (iteration 3) [2019-09-27T16:02:40.018Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:02:40.018Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:02:40.018Z] +++ set -e [2019-09-27T16:02:40.018Z] +++ '[' -n 0 ']' [2019-09-27T16:02:40.018Z] +++ set -x [2019-09-27T16:02:40.018Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:02:40.018Z] INFO: Testing against a local daemon [2019-09-27T16:02:40.018Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:02:40.018Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:02:40.275Z] PASS: docker_cli_daemon_test.go:91: DockerDaemonSuite.TestDaemonRestartWithVolumesRefs 3.393s [2019-09-27T16:02:41.207Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:02:41.466Z] ok github.com/docker/docker/daemon/logger 0.299s coverage: 43.7% of statements [2019-09-27T16:02:41.466Z] ok github.com/docker/docker/daemon/logger/gelf 0.032s coverage: 68.2% of statements [2019-09-27T16:02:41.467Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:02:41.724Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:02:41.982Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:02:42.238Z] --- PASS: TestBuildMultiStageCopy (2.12s) [2019-09-27T16:02:42.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.21s) [2019-09-27T16:02:42.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2019-09-27T16:02:42.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.28s) [2019-09-27T16:02:42.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2019-09-27T16:02:42.238Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2019-09-27T16:02:42.238Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:02:42.238Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2019-09-27T16:02:42.238Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:02:42.238Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:02:42.491Z] ok github.com/docker/docker/daemon/logger/awslogs 0.665s coverage: 78.6% of statements [2019-09-27T16:02:43.609Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:02:43.609Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:02:43.866Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:02:43.866Z] PASS: docker_cli_daemon_plugins_test.go:98: DockerDaemonSuite.TestDaemonShutdownLiveRestoreWithPlugins 3.436s [2019-09-27T16:02:43.984Z] ok github.com/docker/docker/daemon/images 0.078s coverage: 4.9% of statements [2019-09-27T16:02:43.984Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-27T16:02:43.984Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-27T16:02:43.984Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-27T16:02:43.984Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-27T16:02:44.123Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:02:44.380Z] --- PASS: TestBuildMultiStageCopy (1.99s) [2019-09-27T16:02:44.380Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.10s) [2019-09-27T16:02:44.380Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.13s) [2019-09-27T16:02:44.380Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.24s) [2019-09-27T16:02:44.380Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.28s) [2019-09-27T16:02:44.380Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2019-09-27T16:02:44.380Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:02:44.380Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2019-09-27T16:02:44.380Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:02:44.380Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:02:45.027Z] ok github.com/docker/docker/daemon/logger/journald 0.036s coverage: 26.2% of statements [2019-09-27T16:02:45.027Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.033s coverage: 88.3% of statements [2019-09-27T16:02:45.751Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:02:45.751Z] PASS: docker_cli_daemon_test.go:2676: DockerDaemonSuite.TestDaemonShutdownTimeout 1.873s [2019-09-27T16:02:45.751Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:02:46.008Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:02:46.046Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.040s coverage: 62.1% of statements [2019-09-27T16:02:46.264Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:02:46.521Z] --- PASS: TestBuildMultiStageCopy (2.12s) [2019-09-27T16:02:46.521Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.25s) [2019-09-27T16:02:46.521Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.15s) [2019-09-27T16:02:46.521Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2019-09-27T16:02:46.521Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2019-09-27T16:02:46.521Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.31s) [2019-09-27T16:02:46.521Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:02:46.521Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2019-09-27T16:02:46.521Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:02:46.521Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:02:47.890Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:02:47.890Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:02:47.890Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:02:48.147Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:02:48.404Z] --- PASS: TestBuildMultiStageCopy (1.71s) [2019-09-27T16:02:48.404Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.96s) [2019-09-27T16:02:48.404Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.13s) [2019-09-27T16:02:48.404Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2019-09-27T16:02:48.404Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s) [2019-09-27T16:02:48.404Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2019-09-27T16:02:48.404Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:02:48.404Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2019-09-27T16:02:48.404Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:02:48.404Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:02:49.336Z] PASS: docker_cli_daemon_test.go:2697: DockerDaemonSuite.TestDaemonShutdownTimeoutWithConfigFile 3.510s [2019-09-27T16:02:49.531Z] ok github.com/docker/docker/daemon/logger/local 0.080s coverage: 74.7% of statements [2019-09-27T16:02:49.531Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-27T16:02:49.593Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:02:49.849Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:02:50.106Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:02:50.106Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:02:50.162Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.109s coverage: 20.0% of statements [2019-09-27T16:02:50.670Z] --- PASS: TestBuildMultiStageCopy (2.06s) [2019-09-27T16:02:50.670Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.18s) [2019-09-27T16:02:50.670Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.13s) [2019-09-27T16:02:50.670Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.24s) [2019-09-27T16:02:50.670Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.17s) [2019-09-27T16:02:50.670Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.34s) [2019-09-27T16:02:50.670Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:02:50.670Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2019-09-27T16:02:50.670Z] PASS [2019-09-27T16:02:50.670Z] [2019-09-27T16:02:50.670Z] DONE 35 tests in 10.688s [2019-09-27T16:02:50.670Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:02:50.670Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:02:50.670Z] +++ set -e [2019-09-27T16:02:50.670Z] +++ '[' -n 0 ']' [2019-09-27T16:02:50.670Z] +++ set -x [2019-09-27T16:02:50.670Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:02:50.670Z] INFO: Testing against a local daemon [2019-09-27T16:02:50.670Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:02:51.187Z] ok github.com/docker/docker/daemon/logger/templates 0.018s coverage: 8.3% of statements [2019-09-27T16:02:51.235Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-27T16:02:51.235Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:02:51.235Z] daemon.go:325: [d9ffd61c4b2f1] waiting for daemon to start [2019-09-27T16:02:51.235Z] daemon.go:325: [d9ffd61c4b2f1] waiting for daemon to start [2019-09-27T16:02:51.235Z] daemon.go:353: [d9ffd61c4b2f1] daemon started [2019-09-27T16:02:51.235Z] daemon.go:461: [d9ffd61c4b2f1] Stopping daemon [2019-09-27T16:02:51.235Z] daemon.go:296: [d9ffd61c4b2f1] exiting daemon [2019-09-27T16:02:51.235Z] daemon.go:448: [d9ffd61c4b2f1] Daemon stopped [2019-09-27T16:02:51.235Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:02:51.477Z] ok github.com/docker/docker/daemon/logger/syslog 0.011s coverage: 47.8% of statements [2019-09-27T16:02:51.800Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-27T16:02:51.801Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:02:51.801Z] daemon.go:325: [d892abc245a5b] waiting for daemon to start [2019-09-27T16:02:51.801Z] daemon.go:325: [d892abc245a5b] waiting for daemon to start [2019-09-27T16:02:51.801Z] daemon.go:353: [d892abc245a5b] daemon started [2019-09-27T16:02:51.801Z] daemon.go:461: [d892abc245a5b] Stopping daemon [2019-09-27T16:02:51.801Z] daemon.go:296: [d892abc245a5b] exiting daemon [2019-09-27T16:02:51.801Z] daemon.go:448: [d892abc245a5b] Daemon stopped [2019-09-27T16:02:51.801Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:02:52.366Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-09-27T16:02:52.366Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:02:52.366Z] daemon.go:325: [db5df99ad48df] waiting for daemon to start [2019-09-27T16:02:52.366Z] daemon.go:325: [db5df99ad48df] waiting for daemon to start [2019-09-27T16:02:52.366Z] daemon.go:353: [db5df99ad48df] daemon started [2019-09-27T16:02:52.366Z] daemon.go:461: [db5df99ad48df] Stopping daemon [2019-09-27T16:02:52.366Z] daemon.go:296: [db5df99ad48df] exiting daemon [2019-09-27T16:02:52.366Z] daemon.go:448: [db5df99ad48df] Daemon stopped [2019-09-27T16:02:52.366Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:02:52.929Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-09-27T16:02:52.929Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:02:52.929Z] daemon.go:325: [d7527db51862b] waiting for daemon to start [2019-09-27T16:02:52.929Z] daemon.go:325: [d7527db51862b] waiting for daemon to start [2019-09-27T16:02:52.929Z] daemon.go:353: [d7527db51862b] daemon started [2019-09-27T16:02:52.929Z] daemon.go:461: [d7527db51862b] Stopping daemon [2019-09-27T16:02:52.929Z] daemon.go:296: [d7527db51862b] exiting daemon [2019-09-27T16:02:52.929Z] daemon.go:448: [d7527db51862b] Daemon stopped [2019-09-27T16:02:52.929Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:02:53.493Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-27T16:02:53.493Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:02:53.493Z] daemon.go:325: [de6d3cf84b7de] waiting for daemon to start [2019-09-27T16:02:53.493Z] daemon.go:325: [de6d3cf84b7de] waiting for daemon to start [2019-09-27T16:02:53.493Z] daemon.go:353: [de6d3cf84b7de] daemon started [2019-09-27T16:02:53.493Z] daemon.go:461: [de6d3cf84b7de] Stopping daemon [2019-09-27T16:02:53.493Z] daemon.go:296: [de6d3cf84b7de] exiting daemon [2019-09-27T16:02:53.493Z] daemon.go:448: [de6d3cf84b7de] Daemon stopped [2019-09-27T16:02:53.493Z] PASS [2019-09-27T16:02:53.493Z] [2019-09-27T16:02:53.493Z] DONE 5 tests in 2.767s [2019-09-27T16:02:53.493Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:02:53.493Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:02:53.493Z] +++ set -e [2019-09-27T16:02:53.493Z] +++ '[' -n 0 ']' [2019-09-27T16:02:53.493Z] +++ set -x [2019-09-27T16:02:53.493Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:02:53.493Z] INFO: Testing against a local daemon [2019-09-27T16:02:53.493Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:02:53.528Z] ok github.com/docker/docker/daemon/logger/splunk 2.923s coverage: 84.5% of statements [2019-09-27T16:02:53.528Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-27T16:02:53.528Z] ok github.com/docker/docker/daemon/network 0.012s coverage: 63.8% of statements [2019-09-27T16:02:53.528Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-27T16:02:53.750Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-09-27T16:02:53.750Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:02:53.750Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-27T16:02:53.750Z] === RUN TestCopyFromContainer [2019-09-27T16:02:53.750Z] PASS: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles 14.134s [2019-09-27T16:02:54.681Z] PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange 0.873s [2019-09-27T16:02:54.681Z] PASS: docker_cli_daemon_plugins_test.go:123: DockerDaemonSuite.TestDaemonShutdownWithPlugins 5.560s [2019-09-27T16:02:55.613Z] PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile 0.611s [2019-09-27T16:02:55.871Z] PASS: docker_cli_daemon_test.go:283: DockerDaemonSuite.TestDaemonStartBridgeWithoutIPAssociation 1.037s [2019-09-27T16:02:55.871Z] === RUN TestCopyFromContainer// [2019-09-27T16:02:56.128Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:02:56.128Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:02:56.128Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:02:56.385Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:02:56.385Z] PASS: docker_cli_daemon_test.go:205: DockerDaemonSuite.TestDaemonStartIptablesFalse 0.522s [2019-09-27T16:02:56.385Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:02:56.643Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:02:56.643Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:02:56.643Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:02:56.900Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:02:56.900Z] PASS: docker_cli_daemon_test.go:1686: DockerDaemonSuite.TestDaemonStartWithDefaultTLSHost 0.563s [2019-09-27T16:02:56.900Z] --- PASS: TestCopyFromContainer (3.17s) [2019-09-27T16:02:56.900Z] --- PASS: TestCopyFromContainer// (0.08s) [2019-09-27T16:02:56.900Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-09-27T16:02:56.900Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2019-09-27T16:02:56.900Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-09-27T16:02:56.900Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-09-27T16:02:56.900Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.14s) [2019-09-27T16:02:56.900Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-09-27T16:02:56.900Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-09-27T16:02:56.900Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-09-27T16:02:56.900Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-09-27T16:02:56.900Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:02:57.157Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-09-27T16:02:57.157Z] === RUN TestHealthKillContainer [2019-09-27T16:02:57.963Z] ok github.com/docker/docker/distribution/metadata 0.196s coverage: 48.2% of statements [2019-09-27T16:02:58.987Z] ok github.com/docker/docker/errdefs 0.013s coverage: 48.2% of statements [2019-09-27T16:02:59.050Z] PASS: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir 3.507s [2019-09-27T16:02:59.980Z] --- PASS: TestHealthKillContainer (3.02s) [2019-09-27T16:02:59.980Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:03:00.002Z] ok github.com/docker/docker/distribution 0.826s coverage: 22.6% of statements [2019-09-27T16:03:00.002Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-27T16:03:00.237Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2019-09-27T16:03:00.237Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:03:00.237Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-09-27T16:03:00.237Z] === RUN TestCopyFromContainer [2019-09-27T16:03:01.513Z] ok github.com/docker/docker/distribution/xfer 1.468s coverage: 83.4% of statements [2019-09-27T16:03:01.513Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-27T16:03:02.132Z] PASS: docker_cli_daemon_test.go:2941: DockerDaemonSuite.TestDaemonStartWithIpcModes 5.104s [2019-09-27T16:03:02.132Z] === RUN TestCopyFromContainer// [2019-09-27T16:03:02.132Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:03:02.389Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:03:02.389Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:03:02.646Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:03:02.646Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:03:02.903Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:03:02.903Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:03:02.903Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:03:03.160Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:03:03.160Z] PASS: docker_cli_daemon_test.go:2135: DockerDaemonSuite.TestDaemonStartWithoutColors 1.128s [2019-09-27T16:03:03.160Z] --- PASS: TestCopyFromContainer (2.93s) [2019-09-27T16:03:03.160Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-27T16:03:03.160Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-09-27T16:03:03.160Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-09-27T16:03:03.160Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2019-09-27T16:03:03.160Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2019-09-27T16:03:03.160Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2019-09-27T16:03:03.160Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2019-09-27T16:03:03.161Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-09-27T16:03:03.161Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-09-27T16:03:03.161Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2019-09-27T16:03:03.161Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:03:03.417Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-27T16:03:03.417Z] === RUN TestHealthKillContainer [2019-09-27T16:03:03.417Z] PASS: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot 4.567s [2019-09-27T16:03:03.674Z] PASS: docker_cli_daemon_test.go:1677: DockerDaemonSuite.TestDaemonStartWithoutHost 0.531s [2019-09-27T16:03:04.226Z] ok github.com/docker/docker/image/cache 0.021s coverage: 19.2% of statements [2019-09-27T16:03:04.237Z] PASS: docker_cli_daemon_test.go:1541: DockerDaemonSuite.TestDaemonTLSVerifyIssue13964 0.517s [2019-09-27T16:03:04.514Z] ok github.com/docker/docker/image 0.120s coverage: 86.4% of statements [2019-09-27T16:03:04.514Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-27T16:03:05.167Z] PASS: docker_cli_build_test.go:6045: DockerSuite.TestBuildCopyFileDotWithWorkdir 1.652s [2019-09-27T16:03:05.167Z] SKIP: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows (unmatched requirement DaemonIsWindows) [2019-09-27T16:03:05.167Z] SKIP: docker_cli_build_test.go:5918: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths (unmatched requirement DaemonIsWindows) [2019-09-27T16:03:05.167Z] SKIP: docker_cli_build_test.go:5901: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths (unmatched requirement DaemonIsWindows) [2019-09-27T16:03:05.167Z] SKIP: docker_cli_build_test.go:5936: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive (unmatched requirement DaemonIsWindows) [2019-09-27T16:03:05.533Z] ok github.com/docker/docker/image/v1 0.046s coverage: 25.0% of statements [2019-09-27T16:03:05.533Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-27T16:03:07.063Z] --- PASS: TestHealthKillContainer (3.42s) [2019-09-27T16:03:07.063Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:03:07.063Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-09-27T16:03:07.063Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:03:07.063Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-09-27T16:03:07.063Z] === RUN TestCopyFromContainer [2019-09-27T16:03:07.575Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-27T16:03:07.575Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-27T16:03:07.575Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-27T16:03:07.575Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-27T16:03:07.575Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-27T16:03:07.575Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-27T16:03:07.575Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-27T16:03:07.575Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-27T16:03:07.575Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-27T16:03:07.575Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-27T16:03:07.575Z] ok github.com/docker/docker/internal/testutil 0.024s coverage: 62.5% of statements [2019-09-27T16:03:07.626Z] PASS: docker_cli_daemon_test.go:967: DockerDaemonSuite.TestDaemonUlimitDefaults 3.260s [2019-09-27T16:03:08.190Z] PASS: docker_cli_daemon_test.go:1171: DockerDaemonSuite.TestDaemonUnixSockCleanedUp 0.537s [2019-09-27T16:03:09.072Z] ok github.com/docker/docker/libcontainerd/queue 0.044s coverage: 100.0% of statements [2019-09-27T16:03:09.122Z] === RUN TestCopyFromContainer// [2019-09-27T16:03:09.122Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:03:09.379Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:03:09.379Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:03:09.379Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:03:09.638Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:03:09.638Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:03:09.701Z] ok github.com/docker/docker/pkg/aaparser 0.021s coverage: 50.0% of statements [2019-09-27T16:03:09.895Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:03:09.895Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:03:10.152Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:03:10.152Z] PASS: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir 4.871s [2019-09-27T16:03:10.152Z] --- PASS: TestCopyFromContainer (3.28s) [2019-09-27T16:03:10.152Z] --- PASS: TestCopyFromContainer// (0.08s) [2019-09-27T16:03:10.152Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-09-27T16:03:10.152Z] --- PASS: TestCopyFromContainer//bar/root/ (0.12s) [2019-09-27T16:03:10.152Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-09-27T16:03:10.152Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.15s) [2019-09-27T16:03:10.152Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-27T16:03:10.152Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s) [2019-09-27T16:03:10.152Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s) [2019-09-27T16:03:10.152Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-09-27T16:03:10.152Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-09-27T16:03:10.152Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:03:10.411Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-27T16:03:10.411Z] === RUN TestHealthKillContainer [2019-09-27T16:03:13.685Z] --- PASS: TestHealthKillContainer (3.12s) [2019-09-27T16:03:13.685Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:03:13.685Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2019-09-27T16:03:13.685Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:03:13.685Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-27T16:03:13.685Z] === RUN TestCopyFromContainer [2019-09-27T16:03:14.202Z] ok github.com/docker/docker/opts 0.072s coverage: 66.9% of statements [2019-09-27T16:03:15.580Z] PASS: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir 5.213s [2019-09-27T16:03:15.580Z] === RUN TestCopyFromContainer// [2019-09-27T16:03:15.580Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:03:15.580Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:03:15.580Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:03:15.687Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements [2019-09-27T16:03:15.687Z] ok github.com/docker/docker/pkg/authorization 1.208s coverage: 66.7% of statements [2019-09-27T16:03:15.837Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:03:15.837Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:03:15.837Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:03:16.095Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:03:16.095Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:03:16.311Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2019-09-27T16:03:16.352Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:03:16.352Z] --- PASS: TestCopyFromContainer (2.74s) [2019-09-27T16:03:16.352Z] --- PASS: TestCopyFromContainer// (0.08s) [2019-09-27T16:03:16.352Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-09-27T16:03:16.352Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-09-27T16:03:16.352Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2019-09-27T16:03:16.352Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-27T16:03:16.352Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2019-09-27T16:03:16.352Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-27T16:03:16.352Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2019-09-27T16:03:16.352Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-09-27T16:03:16.352Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-09-27T16:03:16.352Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:03:16.352Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-27T16:03:16.352Z] === RUN TestHealthKillContainer [2019-09-27T16:03:16.933Z] ok github.com/docker/docker/pkg/archive 1.561s coverage: 76.9% of statements [2019-09-27T16:03:18.105Z] ok github.com/docker/docker/pkg/directory 0.009s coverage: 80.0% of statements [2019-09-27T16:03:18.872Z] PASS: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot 3.226s [2019-09-27T16:03:18.872Z] PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir 0.288s [2019-09-27T16:03:19.435Z] --- PASS: TestHealthKillContainer (3.16s) [2019-09-27T16:03:19.435Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:03:19.600Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2019-09-27T16:03:19.600Z] ok github.com/docker/docker/pkg/discovery/file 0.031s coverage: 97.6% of statements [2019-09-27T16:03:19.692Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2019-09-27T16:03:19.692Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:03:19.692Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-09-27T16:03:19.692Z] === RUN TestCopyFromContainer [2019-09-27T16:03:21.094Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2019-09-27T16:03:21.095Z] ok github.com/docker/docker/layer 7.781s coverage: 72.0% of statements [2019-09-27T16:03:21.095Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-27T16:03:21.095Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-27T16:03:21.095Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-27T16:03:21.095Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-27T16:03:21.095Z] ? github.com/docker/docker/oci [no test files] [2019-09-27T16:03:21.095Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-27T16:03:21.588Z] PASS: docker_cli_userns_test.go:25: DockerDaemonSuite.TestDaemonUserNamespaceRootSetting 2.610s [2019-09-27T16:03:21.588Z] === RUN TestCopyFromContainer// [2019-09-27T16:03:21.846Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:03:22.104Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:03:22.104Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:03:22.118Z] ok github.com/docker/docker/pkg/discovery/nodes 0.036s coverage: 93.8% of statements [2019-09-27T16:03:22.361Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:03:22.361Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:03:22.406Z] ok github.com/docker/docker/pkg/dmesg 0.026s coverage: 83.3% of statements [2019-09-27T16:03:22.619Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:03:22.619Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:03:22.619Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:03:22.877Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:03:22.877Z] --- PASS: TestCopyFromContainer (3.24s) [2019-09-27T16:03:22.877Z] --- PASS: TestCopyFromContainer// (0.18s) [2019-09-27T16:03:22.877Z] --- PASS: TestCopyFromContainer//bar/root (0.16s) [2019-09-27T16:03:22.877Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-09-27T16:03:22.877Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-09-27T16:03:22.877Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2019-09-27T16:03:22.877Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-09-27T16:03:22.877Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2019-09-27T16:03:22.877Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2019-09-27T16:03:22.877Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-09-27T16:03:22.877Z] --- PASS: TestCopyFromContainer/bar/notarget (0.13s) [2019-09-27T16:03:22.877Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:03:23.031Z] ok github.com/docker/docker/pkg/chrootarchive 4.683s coverage: 43.2% of statements [2019-09-27T16:03:23.031Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-27T16:03:23.135Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-27T16:03:23.135Z] === RUN TestHealthKillContainer [2019-09-27T16:03:23.319Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-27T16:03:23.393Z] PASS: docker_cli_daemon_test.go:1587: DockerDaemonSuite.TestDaemonWideLogConfig 1.804s [2019-09-27T16:03:24.336Z] ok github.com/docker/docker/pkg/filenotify 0.632s coverage: 66.3% of statements [2019-09-27T16:03:24.336Z] ok github.com/docker/docker/pkg/fileutils 0.033s coverage: 89.5% of statements [2019-09-27T16:03:24.957Z] ok github.com/docker/docker/pkg/fsutils 0.370s coverage: 85.1% of statements [2019-09-27T16:03:25.594Z] ok github.com/docker/docker/pkg/discovery/kv 3.287s coverage: 84.1% of statements [2019-09-27T16:03:25.917Z] PASS: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot 6.638s [2019-09-27T16:03:26.481Z] --- PASS: TestHealthKillContainer (3.38s) [2019-09-27T16:03:26.481Z] PASS [2019-09-27T16:03:26.481Z] [2019-09-27T16:03:26.481Z] DONE 75 tests in 32.901s [2019-09-27T16:03:26.481Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:03:26.481Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:26.481Z] +++ set -e [2019-09-27T16:03:26.481Z] +++ '[' -n 0 ']' [2019-09-27T16:03:26.481Z] +++ set -x [2019-09-27T16:03:26.481Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:26.481Z] INFO: Testing against a local daemon [2019-09-27T16:03:26.481Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:03:26.481Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-27T16:03:26.481Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:03:26.481Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-27T16:03:26.481Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:03:26.619Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 10.2% of statements [2019-09-27T16:03:26.739Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-27T16:03:26.739Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:03:26.739Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-27T16:03:26.739Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:03:26.739Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-27T16:03:26.739Z] PASS [2019-09-27T16:03:26.739Z] [2019-09-27T16:03:26.739Z] DONE 5 tests in 0.188s [2019-09-27T16:03:26.739Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:03:26.739Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:26.739Z] +++ set -e [2019-09-27T16:03:26.739Z] +++ '[' -n 0 ']' [2019-09-27T16:03:26.739Z] +++ set -x [2019-09-27T16:03:26.739Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:26.739Z] INFO: Testing against a local daemon [2019-09-27T16:03:26.739Z] testing: warning: no tests to run [2019-09-27T16:03:26.739Z] PASS [2019-09-27T16:03:26.739Z] [2019-09-27T16:03:26.739Z] DONE 0 tests in 0.075s [2019-09-27T16:03:26.739Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:03:26.739Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:26.739Z] +++ set -e [2019-09-27T16:03:26.739Z] +++ '[' -n 0 ']' [2019-09-27T16:03:26.739Z] +++ set -x [2019-09-27T16:03:26.739Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:26.997Z] INFO: Testing against a local daemon [2019-09-27T16:03:26.997Z] testing: warning: no tests to run [2019-09-27T16:03:26.997Z] PASS [2019-09-27T16:03:26.997Z] [2019-09-27T16:03:26.997Z] DONE 0 tests in 0.058s [2019-09-27T16:03:26.997Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:03:26.997Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:26.997Z] +++ set -e [2019-09-27T16:03:26.997Z] +++ '[' -n 0 ']' [2019-09-27T16:03:26.997Z] +++ set -x [2019-09-27T16:03:26.997Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:26.997Z] INFO: Testing against a local daemon [2019-09-27T16:03:26.997Z] testing: warning: no tests to run [2019-09-27T16:03:26.997Z] PASS [2019-09-27T16:03:26.997Z] [2019-09-27T16:03:26.997Z] DONE 0 tests in 0.094s [2019-09-27T16:03:26.997Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:03:26.997Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:26.997Z] +++ set -e [2019-09-27T16:03:26.997Z] +++ '[' -n 0 ']' [2019-09-27T16:03:26.997Z] +++ set -x [2019-09-27T16:03:26.997Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:26.997Z] testing: warning: no tests to run [2019-09-27T16:03:26.997Z] PASS [2019-09-27T16:03:26.997Z] [2019-09-27T16:03:26.997Z] DONE 0 tests in 0.013s [2019-09-27T16:03:26.997Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:03:26.997Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:26.997Z] +++ set -e [2019-09-27T16:03:26.997Z] +++ '[' -n 0 ']' [2019-09-27T16:03:26.997Z] +++ set -x [2019-09-27T16:03:26.997Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.256Z] INFO: Testing against a local daemon [2019-09-27T16:03:27.256Z] testing: warning: no tests to run [2019-09-27T16:03:27.256Z] PASS [2019-09-27T16:03:27.256Z] [2019-09-27T16:03:27.256Z] DONE 0 tests in 0.063s [2019-09-27T16:03:27.256Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:03:27.256Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.256Z] +++ set -e [2019-09-27T16:03:27.256Z] +++ '[' -n 0 ']' [2019-09-27T16:03:27.256Z] +++ set -x [2019-09-27T16:03:27.256Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.256Z] INFO: Testing against a local daemon [2019-09-27T16:03:27.256Z] testing: warning: no tests to run [2019-09-27T16:03:27.256Z] PASS [2019-09-27T16:03:27.256Z] [2019-09-27T16:03:27.256Z] DONE 0 tests in 0.053s [2019-09-27T16:03:27.256Z] PASS: docker_cli_daemon_test.go:2645: DockerDaemonSuite.TestDaemonWithUserlandProxyPath 3.932s [2019-09-27T16:03:27.256Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:03:27.256Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.256Z] +++ set -e [2019-09-27T16:03:27.256Z] +++ '[' -n 0 ']' [2019-09-27T16:03:27.256Z] +++ set -x [2019-09-27T16:03:27.256Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.256Z] INFO: Testing against a local daemon [2019-09-27T16:03:27.256Z] testing: warning: no tests to run [2019-09-27T16:03:27.256Z] PASS [2019-09-27T16:03:27.256Z] [2019-09-27T16:03:27.256Z] DONE 0 tests in 0.083s [2019-09-27T16:03:27.256Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:03:27.256Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.256Z] +++ set -e [2019-09-27T16:03:27.256Z] +++ '[' -n 0 ']' [2019-09-27T16:03:27.256Z] +++ set -x [2019-09-27T16:03:27.256Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.514Z] INFO: Testing against a local daemon [2019-09-27T16:03:27.514Z] testing: warning: no tests to run [2019-09-27T16:03:27.514Z] PASS [2019-09-27T16:03:27.514Z] [2019-09-27T16:03:27.514Z] DONE 0 tests in 0.057s [2019-09-27T16:03:27.514Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:03:27.514Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.514Z] +++ set -e [2019-09-27T16:03:27.514Z] +++ '[' -n 0 ']' [2019-09-27T16:03:27.514Z] +++ set -x [2019-09-27T16:03:27.514Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.514Z] INFO: Testing against a local daemon [2019-09-27T16:03:27.514Z] testing: warning: no tests to run [2019-09-27T16:03:27.514Z] PASS [2019-09-27T16:03:27.514Z] [2019-09-27T16:03:27.514Z] DONE 0 tests in 0.081s [2019-09-27T16:03:27.514Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:03:27.514Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.514Z] +++ set -e [2019-09-27T16:03:27.514Z] +++ '[' -n 0 ']' [2019-09-27T16:03:27.514Z] +++ set -x [2019-09-27T16:03:27.514Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.514Z] INFO: Testing against a local daemon [2019-09-27T16:03:27.514Z] testing: warning: no tests to run [2019-09-27T16:03:27.514Z] PASS [2019-09-27T16:03:27.514Z] [2019-09-27T16:03:27.514Z] DONE 0 tests in 0.053s [2019-09-27T16:03:27.771Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:03:27.771Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.771Z] +++ set -e [2019-09-27T16:03:27.771Z] +++ '[' -n 0 ']' [2019-09-27T16:03:27.771Z] +++ set -x [2019-09-27T16:03:27.772Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:03:27.772Z] INFO: Testing against a local daemon [2019-09-27T16:03:27.772Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:03:28.112Z] ok github.com/docker/docker/pkg/locker 0.058s coverage: 88.9% of statements [2019-09-27T16:03:28.335Z] PASS: docker_cli_daemon_test.go:1192: DockerDaemonSuite.TestDaemonWithWrongkey 1.024s [2019-09-27T16:03:28.403Z] ok github.com/docker/docker/pkg/jsonmessage 0.036s coverage: 91.7% of statements [2019-09-27T16:03:28.692Z] ok github.com/docker/docker/pkg/idtools 0.854s coverage: 70.1% of statements [2019-09-27T16:03:29.315Z] ok github.com/docker/docker/pkg/longpath 0.015s coverage: 100.0% of statements [2019-09-27T16:03:29.937Z] ok github.com/docker/docker/pkg/ioutils 2.525s coverage: 70.4% of statements [2019-09-27T16:03:29.937Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-27T16:03:30.227Z] ok github.com/docker/docker/pkg/namesgenerator 0.022s coverage: 85.7% of statements [2019-09-27T16:03:30.847Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2019-09-27T16:03:31.470Z] ok github.com/docker/docker/pkg/parsers/kernel 0.017s coverage: 60.0% of statements [2019-09-27T16:03:31.756Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.017s coverage: 90.0% of statements [2019-09-27T16:03:32.054Z] ok github.com/docker/docker/pkg/mount 0.855s coverage: 70.8% of statements [2019-09-27T16:03:32.054Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-27T16:03:32.512Z] PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard 6.938s [2019-09-27T16:03:32.682Z] ok github.com/docker/docker/pkg/pidfile 0.019s coverage: 82.4% of statements [2019-09-27T16:03:32.682Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-27T16:03:32.682Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-27T16:03:33.076Z] PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache 0.601s [2019-09-27T16:03:33.076Z] PASS: docker_cli_network_unix_test.go:807: DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork 4.891s [2019-09-27T16:03:33.710Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.024s coverage: 56.8% of statements [2019-09-27T16:03:34.470Z] --- PASS: TestDockerNetworkReConnect (6.51s) [2019-09-27T16:03:34.470Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:03:34.470Z] daemon.go:325: [d9f7837010f92] waiting for daemon to start [2019-09-27T16:03:34.470Z] daemon.go:325: [d9f7837010f92] waiting for daemon to start [2019-09-27T16:03:34.470Z] daemon.go:353: [d9f7837010f92] daemon started [2019-09-27T16:03:34.470Z] daemon.go:461: [d9f7837010f92] Stopping daemon [2019-09-27T16:03:34.470Z] daemon.go:296: [d9f7837010f92] exiting daemon [2019-09-27T16:03:34.470Z] daemon.go:448: [d9f7837010f92] Daemon stopped [2019-09-27T16:03:34.470Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:03:34.728Z] PASS: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName 1.565s [2019-09-27T16:03:34.737Z] ok github.com/docker/docker/pkg/pools 0.009s coverage: 87.9% of statements [2019-09-27T16:03:35.032Z] ok github.com/docker/docker/pkg/progress 0.025s coverage: 75.9% of statements [2019-09-27T16:03:35.317Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2019-09-27T16:03:36.333Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2019-09-27T16:03:36.961Z] ok github.com/docker/docker/pkg/pubsub 1.161s coverage: 72.7% of statements [2019-09-27T16:03:37.261Z] PASS: docker_cli_exec_test.go:81: DockerDaemonSuite.TestExecAfterDaemonRestart 3.532s [2019-09-27T16:03:37.591Z] ok github.com/docker/docker/pkg/stdcopy 0.008s coverage: 100.0% of statements [2019-09-27T16:03:39.098Z] ok github.com/docker/docker/pkg/streamformatter 0.021s coverage: 66.2% of statements [2019-09-27T16:03:39.098Z] ok github.com/docker/docker/pkg/stringid 0.017s coverage: 70.6% of statements [2019-09-27T16:03:39.785Z] PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile 4.673s [2019-09-27T16:03:40.041Z] PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin 0.581s [2019-09-27T16:03:40.041Z] PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict 0.009s [2019-09-27T16:03:40.121Z] ok github.com/docker/docker/pkg/symlink 0.030s coverage: 87.7% of statements [2019-09-27T16:03:40.742Z] ok github.com/docker/docker/pkg/sysinfo 0.017s coverage: 80.8% of statements [2019-09-27T16:03:41.410Z] PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore 1.117s [2019-09-27T16:03:42.247Z] ok github.com/docker/docker/pkg/system 0.024s coverage: 35.8% of statements [2019-09-27T16:03:42.247Z] ok github.com/docker/docker/pkg/tailfile 0.098s coverage: 88.6% of statements [2019-09-27T16:03:42.346Z] PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored 1.116s [2019-09-27T16:03:43.266Z] ok github.com/docker/docker/pkg/signal 6.259s coverage: 61.0% of statements [2019-09-27T16:03:43.715Z] PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles 1.186s [2019-09-27T16:03:44.290Z] ok github.com/docker/docker/pkg/term 0.020s coverage: 84.8% of statements [2019-09-27T16:03:44.864Z] --- PASS: TestImportExtremelyLargeImageWorks (94.45s) [2019-09-27T16:03:44.864Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-27T16:03:44.864Z] daemon.go:325: [d75e330943094] waiting for daemon to start [2019-09-27T16:03:44.864Z] daemon.go:325: [d75e330943094] waiting for daemon to start [2019-09-27T16:03:44.864Z] daemon.go:353: [d75e330943094] daemon started [2019-09-27T16:03:44.864Z] daemon.go:461: [d75e330943094] Stopping daemon [2019-09-27T16:03:44.864Z] daemon.go:296: [d75e330943094] exiting daemon [2019-09-27T16:03:44.864Z] daemon.go:448: [d75e330943094] Daemon stopped [2019-09-27T16:03:44.864Z] PASS [2019-09-27T16:03:44.864Z] [2019-09-27T16:03:44.864Z] DONE 11 tests in 96.134s [2019-09-27T16:03:44.864Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-09-27T16:03:44.864Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:03:44.864Z] ++ set -e [2019-09-27T16:03:44.864Z] ++ '[' -n 0 ']' [2019-09-27T16:03:44.864Z] ++ set -x [2019-09-27T16:03:44.865Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:03:44.865Z] INFO: Testing against a local daemon [2019-09-27T16:03:44.865Z] === RUN TestNetworkCreateDelete [2019-09-27T16:03:44.865Z] --- PASS: TestNetworkCreateDelete (0.20s) [2019-09-27T16:03:44.865Z] === RUN TestDockerNetworkDeletePreferID [2019-09-27T16:03:44.865Z] --- PASS: TestDockerNetworkDeletePreferID (0.56s) [2019-09-27T16:03:44.865Z] === RUN TestInspectNetwork [2019-09-27T16:03:44.865Z] === RUN TestInspectNetwork/full_network_id [2019-09-27T16:03:44.865Z] === RUN TestInspectNetwork/partial_network_id [2019-09-27T16:03:44.865Z] === RUN TestInspectNetwork/network_name [2019-09-27T16:03:44.865Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-27T16:03:44.925Z] ok github.com/docker/docker/pkg/tarsum 0.325s coverage: 89.3% of statements [2019-09-27T16:03:44.925Z] testing: warning: no tests to run [2019-09-27T16:03:44.925Z] ok github.com/docker/docker/pkg/term/windows 0.023s coverage: 0.0% of statements [no tests to run] [2019-09-27T16:03:45.554Z] ok github.com/docker/docker/pkg/truncindex 0.138s coverage: 91.5% of statements [2019-09-27T16:03:45.845Z] ok github.com/docker/docker/pkg/urlutil 0.021s coverage: 100.0% of statements [2019-09-27T16:03:45.845Z] ok github.com/docker/docker/pkg/useragent 0.008s coverage: 88.9% of statements [2019-09-27T16:03:48.419Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-09-27T16:03:48.419Z] Copying nested executables into bundles/cross/linux/amd64 [2019-09-27T16:03:48.419Z] Cross building: bundles/cross/windows/amd64 [2019-09-27T16:03:48.419Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-27T16:03:48.419Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-09-27T16:03:48.900Z] --- PASS: TestInspectNetwork (8.31s) [2019-09-27T16:03:48.900Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-27T16:03:48.900Z] daemon.go:325: [dd2c03178dc95] waiting for daemon to start [2019-09-27T16:03:48.900Z] daemon.go:325: [dd2c03178dc95] waiting for daemon to start [2019-09-27T16:03:48.900Z] daemon.go:353: [dd2c03178dc95] daemon started [2019-09-27T16:03:48.900Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-27T16:03:48.900Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-27T16:03:48.900Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-27T16:03:48.900Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-27T16:03:48.900Z] daemon.go:461: [dd2c03178dc95] Stopping daemon [2019-09-27T16:03:48.900Z] daemon.go:296: [dd2c03178dc95] exiting daemon [2019-09-27T16:03:48.900Z] daemon.go:448: [dd2c03178dc95] Daemon stopped [2019-09-27T16:03:48.900Z] === RUN TestRunContainerWithBridgeNone [2019-09-27T16:03:49.345Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2019-09-27T16:03:49.970Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 69.1% of statements [2019-09-27T16:03:50.260Z] --- PASS: TestServiceUpdateNetwork (15.39s) [2019-09-27T16:03:50.261Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:03:50.261Z] daemon.go:325: [d0923ce2c2959] waiting for daemon to start [2019-09-27T16:03:50.261Z] daemon.go:325: [d0923ce2c2959] waiting for daemon to start [2019-09-27T16:03:50.261Z] daemon.go:353: [d0923ce2c2959] daemon started [2019-09-27T16:03:50.261Z] daemon.go:461: [d0923ce2c2959] Stopping daemon [2019-09-27T16:03:50.261Z] daemon.go:296: [d0923ce2c2959] exiting daemon [2019-09-27T16:03:50.261Z] daemon.go:448: [d0923ce2c2959] Daemon stopped [2019-09-27T16:03:50.261Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:03:50.261Z] PASS: docker_cli_daemon_test.go:2731: DockerDaemonSuite.TestExecWithUserAfterLiveRestore 12.943s [2019-09-27T16:03:50.992Z] ok github.com/docker/docker/reference 0.047s coverage: 83.7% of statements [2019-09-27T16:03:52.015Z] ok github.com/docker/docker/plugin 0.626s coverage: 27.3% of statements [2019-09-27T16:03:52.138Z] --- PASS: TestRunContainerWithBridgeNone (2.78s) [2019-09-27T16:03:52.138Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-27T16:03:52.138Z] daemon.go:325: [da4bbd7de7bcb] waiting for daemon to start [2019-09-27T16:03:52.138Z] daemon.go:325: [da4bbd7de7bcb] waiting for daemon to start [2019-09-27T16:03:52.138Z] daemon.go:353: [da4bbd7de7bcb] daemon started [2019-09-27T16:03:52.138Z] daemon.go:461: [da4bbd7de7bcb] Stopping daemon [2019-09-27T16:03:52.138Z] daemon.go:296: [da4bbd7de7bcb] exiting daemon [2019-09-27T16:03:52.138Z] daemon.go:448: [da4bbd7de7bcb] Daemon stopped [2019-09-27T16:03:52.138Z] === RUN TestNetworkInvalidJSON [2019-09-27T16:03:52.138Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-27T16:03:52.138Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-27T16:03:52.138Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T16:03:52.138Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T16:03:52.138Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T16:03:52.138Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T16:03:52.138Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-27T16:03:52.138Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T16:03:52.138Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T16:03:52.138Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-27T16:03:52.138Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-27T16:03:52.138Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-27T16:03:52.138Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-27T16:03:52.138Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-27T16:03:52.157Z] PASS: docker_cli_daemon_test.go:2965: DockerDaemonSuite.TestFailedPluginRemove 1.972s [2019-09-27T16:03:52.721Z] PASS: docker_cli_daemon_test.go:1279: DockerDaemonSuite.TestHTTPSInfo 0.647s [2019-09-27T16:03:52.947Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-09-27T16:03:52.947Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-27T16:03:52.947Z] daemon.go:325: [dbab5657dedfb] waiting for daemon to start [2019-09-27T16:03:52.947Z] daemon.go:325: [dbab5657dedfb] waiting for daemon to start [2019-09-27T16:03:52.947Z] daemon.go:353: [dbab5657dedfb] daemon started [2019-09-27T16:03:52.947Z] daemon.go:461: [dbab5657dedfb] Stopping daemon [2019-09-27T16:03:52.947Z] daemon.go:296: [dbab5657dedfb] exiting daemon [2019-09-27T16:03:52.947Z] daemon.go:448: [dbab5657dedfb] Daemon stopped [2019-09-27T16:03:52.947Z] daemon.go:325: [dbab5657dedfb] waiting for daemon to start [2019-09-27T16:03:52.947Z] daemon.go:325: [dbab5657dedfb] waiting for daemon to start [2019-09-27T16:03:52.947Z] daemon.go:353: [dbab5657dedfb] daemon started [2019-09-27T16:03:52.947Z] daemon.go:461: [dbab5657dedfb] Stopping daemon [2019-09-27T16:03:52.947Z] daemon.go:296: [dbab5657dedfb] exiting daemon [2019-09-27T16:03:52.947Z] daemon.go:448: [dbab5657dedfb] Daemon stopped [2019-09-27T16:03:52.947Z] === RUN TestDaemonDefaultNetworkPools [2019-09-27T16:03:53.037Z] ok github.com/docker/docker/registry/resumable 0.024s coverage: 100.0% of statements [2019-09-27T16:03:53.284Z] PASS: docker_cli_daemon_test.go:1342: DockerDaemonSuite.TestHTTPSInfoRogueCert 0.526s [2019-09-27T16:03:53.848Z] PASS: docker_cli_daemon_test.go:1371: DockerDaemonSuite.TestHTTPSInfoRogueServerCert 0.531s [2019-09-27T16:03:53.883Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2019-09-27T16:03:53.883Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-27T16:03:53.883Z] daemon.go:325: [ddca10a3e2e9a] waiting for daemon to start [2019-09-27T16:03:53.883Z] daemon.go:325: [ddca10a3e2e9a] waiting for daemon to start [2019-09-27T16:03:53.883Z] daemon.go:353: [ddca10a3e2e9a] daemon started [2019-09-27T16:03:53.883Z] daemon.go:461: [ddca10a3e2e9a] Stopping daemon [2019-09-27T16:03:53.883Z] daemon.go:296: [ddca10a3e2e9a] exiting daemon [2019-09-27T16:03:53.883Z] daemon.go:448: [ddca10a3e2e9a] Daemon stopped [2019-09-27T16:03:53.883Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-27T16:03:54.070Z] ok github.com/docker/docker/restartmanager 0.024s coverage: 47.1% of statements [2019-09-27T16:03:54.785Z] PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore 11.362s [2019-09-27T16:03:55.149Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2019-09-27T16:03:55.149Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-27T16:03:55.149Z] daemon.go:325: [d84bc94b314c9] waiting for daemon to start [2019-09-27T16:03:55.149Z] daemon.go:325: [d84bc94b314c9] waiting for daemon to start [2019-09-27T16:03:55.149Z] daemon.go:353: [d84bc94b314c9] daemon started [2019-09-27T16:03:55.149Z] daemon.go:461: [d84bc94b314c9] Stopping daemon [2019-09-27T16:03:55.149Z] daemon.go:296: [d84bc94b314c9] exiting daemon [2019-09-27T16:03:55.149Z] daemon.go:448: [d84bc94b314c9] Daemon stopped [2019-09-27T16:03:55.149Z] daemon.go:325: [d84bc94b314c9] waiting for daemon to start [2019-09-27T16:03:55.149Z] daemon.go:325: [d84bc94b314c9] waiting for daemon to start [2019-09-27T16:03:55.149Z] daemon.go:353: [d84bc94b314c9] daemon started [2019-09-27T16:03:55.149Z] daemon.go:461: [d84bc94b314c9] Stopping daemon [2019-09-27T16:03:55.149Z] daemon.go:296: [d84bc94b314c9] exiting daemon [2019-09-27T16:03:55.149Z] daemon.go:448: [d84bc94b314c9] Daemon stopped [2019-09-27T16:03:55.149Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-27T16:03:55.716Z] PASS: docker_cli_daemon_test.go:1307: DockerDaemonSuite.TestHTTPSRun 1.696s [2019-09-27T16:03:55.716Z] PASS: docker_cli_daemon_test.go:49: DockerDaemonSuite.TestLegacyDaemonCommand 0.000s [2019-09-27T16:03:55.716Z] --- PASS: TestDockerNetworkReConnect (6.03s) [2019-09-27T16:03:55.716Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:03:55.716Z] daemon.go:325: [d7a36f8e6de6e] waiting for daemon to start [2019-09-27T16:03:55.716Z] daemon.go:325: [d7a36f8e6de6e] waiting for daemon to start [2019-09-27T16:03:55.716Z] daemon.go:353: [d7a36f8e6de6e] daemon started [2019-09-27T16:03:55.716Z] daemon.go:461: [d7a36f8e6de6e] Stopping daemon [2019-09-27T16:03:55.716Z] daemon.go:296: [d7a36f8e6de6e] exiting daemon [2019-09-27T16:03:55.716Z] daemon.go:448: [d7a36f8e6de6e] Daemon stopped [2019-09-27T16:03:55.716Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:03:55.974Z] PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths 1.254s [2019-09-27T16:03:56.118Z] ok github.com/docker/docker/runconfig 0.022s coverage: 68.2% of statements [2019-09-27T16:03:56.452Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2019-09-27T16:03:56.452Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-27T16:03:56.452Z] daemon.go:325: [dec63e1660004] waiting for daemon to start [2019-09-27T16:03:56.452Z] daemon.go:325: [dec63e1660004] waiting for daemon to start [2019-09-27T16:03:56.452Z] daemon.go:353: [dec63e1660004] daemon started [2019-09-27T16:03:56.452Z] daemon.go:461: [dec63e1660004] Stopping daemon [2019-09-27T16:03:56.452Z] daemon.go:296: [dec63e1660004] exiting daemon [2019-09-27T16:03:56.452Z] daemon.go:448: [dec63e1660004] Daemon stopped [2019-09-27T16:03:56.452Z] daemon.go:325: [dec63e1660004] waiting for daemon to start [2019-09-27T16:03:56.452Z] daemon.go:325: [dec63e1660004] waiting for daemon to start [2019-09-27T16:03:56.452Z] daemon.go:353: [dec63e1660004] daemon started [2019-09-27T16:03:56.452Z] daemon.go:461: [dec63e1660004] Stopping daemon [2019-09-27T16:03:56.452Z] daemon.go:296: [dec63e1660004] exiting daemon [2019-09-27T16:03:56.452Z] daemon.go:448: [dec63e1660004] Daemon stopped [2019-09-27T16:03:56.452Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-27T16:03:56.745Z] ok github.com/docker/docker/registry 0.513s coverage: 56.4% of statements [2019-09-27T16:03:56.870Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2019-09-27T16:03:56.870Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-27T16:03:56.870Z] daemon.go:325: [d7bbfbece8069] waiting for daemon to start [2019-09-27T16:03:56.870Z] daemon.go:325: [d7bbfbece8069] waiting for daemon to start [2019-09-27T16:03:56.870Z] daemon.go:353: [d7bbfbece8069] daemon started [2019-09-27T16:03:56.870Z] daemon.go:461: [d7bbfbece8069] Stopping daemon [2019-09-27T16:03:56.870Z] daemon.go:296: [d7bbfbece8069] exiting daemon [2019-09-27T16:03:56.870Z] daemon.go:448: [d7bbfbece8069] Daemon stopped [2019-09-27T16:03:56.870Z] === RUN TestServiceWithPredefinedNetwork [2019-09-27T16:03:56.905Z] PASS: docker_cli_daemon_plugins_test.go:303: DockerDaemonSuite.TestPluginListFilterCapability 1.420s [2019-09-27T16:03:57.031Z] ok github.com/docker/docker/volume/drivers 0.042s coverage: 36.1% of statements [2019-09-27T16:03:58.799Z] PASS: docker_cli_daemon_plugins_test.go:275: DockerDaemonSuite.TestPluginListFilterEnabled 1.723s [2019-09-27T16:03:59.449Z] --- PASS: TestServiceWithPredefinedNetwork (2.55s) [2019-09-27T16:03:59.449Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-27T16:03:59.449Z] daemon.go:325: [ddc32257a5db7] waiting for daemon to start [2019-09-27T16:03:59.449Z] daemon.go:325: [ddc32257a5db7] waiting for daemon to start [2019-09-27T16:03:59.449Z] daemon.go:353: [ddc32257a5db7] daemon started [2019-09-27T16:03:59.449Z] daemon.go:461: [ddc32257a5db7] Stopping daemon [2019-09-27T16:03:59.449Z] daemon.go:296: [ddc32257a5db7] exiting daemon [2019-09-27T16:03:59.449Z] daemon.go:448: [ddc32257a5db7] Daemon stopped [2019-09-27T16:03:59.449Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-27T16:03:59.449Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T16:03:59.449Z] service_test.go:230: FLAKY_TEST [2019-09-27T16:03:59.449Z] === RUN TestServiceWithDataPathPortInit [2019-09-27T16:03:59.729Z] PASS: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment 3.729s [2019-09-27T16:03:59.736Z] ok github.com/docker/docker/volume/mounts 0.090s coverage: 67.0% of statements [2019-09-27T16:04:00.027Z] ok github.com/docker/docker/volume/local 0.054s coverage: 73.0% of statements [2019-09-27T16:04:01.509Z] ok github.com/docker/docker/volume/service 0.030s coverage: 73.0% of statements [2019-09-27T16:04:02.251Z] PASS: docker_cli_daemon_plugins_test.go:234: DockerDaemonSuite.TestPluginVolumeRemoveOnRestart 3.542s [2019-09-27T16:04:03.621Z] PASS: docker_cli_prune_unix_test.go:82: DockerDaemonSuite.TestPruneImageDangling 1.176s [2019-09-27T16:04:04.994Z] PASS: docker_cli_prune_unix_test.go:271: DockerDaemonSuite.TestPruneImageLabel 1.539s [2019-09-27T16:04:05.557Z] PASS: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors 0.533s [2019-09-27T16:04:08.832Z] PASS: docker_cli_daemon_test.go:2759: DockerDaemonSuite.TestRemoveContainerAfterLiveRestore 3.146s [2019-09-27T16:04:09.884Z] ok github.com/docker/docker/pkg/plugins 33.650s coverage: 76.8% of statements [2019-09-27T16:04:09.884Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-27T16:04:09.884Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-27T16:04:09.884Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-27T16:04:09.884Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-27T16:04:09.884Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-27T16:04:09.884Z] ? github.com/docker/docker/rootless [no test files] [2019-09-27T16:04:09.884Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-27T16:04:09.884Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-27T16:04:09.884Z] ? github.com/docker/docker/volume [no test files] [2019-09-27T16:04:09.884Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-27T16:04:09.884Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === Skipped [2019-09-27T16:04:09.884Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-27T16:04:09.884Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-27T16:04:09.884Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:04:09.884Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:04:09.884Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:04:09.884Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:04:09.884Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:04:09.884Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:73: No driver to put! [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-27T16:04:09.884Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-27T16:04:09.884Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-27T16:04:09.884Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.01s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:04:09.884Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:04:09.884Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:04:09.884Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:04:09.884Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:04:09.884Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-27T16:04:09.884Z] graphtest_unix.go:73: No driver to put! [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-27T16:04:09.884Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] [2019-09-27T16:04:09.884Z] DONE 2038 tests, 19 skipped in 359.599s Post stage [Pipeline] junit [2019-09-27T16:04:09.933Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-27T16:04:10.703Z] + docker run --rm -t --privileged -v /home/docker/workspace/engine_PR-385/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:3136dea250b22e35d47b1ccda744645a86231aa7 hack/make.sh dynbinary test-integration [2019-09-27T16:04:10.992Z] [2019-09-27T16:04:11.280Z] Removing bundles/ [2019-09-27T16:04:11.280Z] [2019-09-27T16:04:11.280Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-27T16:04:11.280Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T16:04:11.280Z] GOOS="" GOARCH="" GOARM="" [2019-09-27T16:04:11.355Z] --- PASS: TestServiceUpdateNetwork (15.66s) [2019-09-27T16:04:11.355Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:04:11.355Z] daemon.go:325: [d790674489f50] waiting for daemon to start [2019-09-27T16:04:11.355Z] daemon.go:325: [d790674489f50] waiting for daemon to start [2019-09-27T16:04:11.355Z] daemon.go:353: [d790674489f50] daemon started [2019-09-27T16:04:11.355Z] daemon.go:461: [d790674489f50] Stopping daemon [2019-09-27T16:04:11.355Z] daemon.go:296: [d790674489f50] exiting daemon [2019-09-27T16:04:11.355Z] daemon.go:448: [d790674489f50] Daemon stopped [2019-09-27T16:04:11.355Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:04:11.919Z] PASS: docker_cli_daemon_test.go:2792: DockerDaemonSuite.TestRestartPolicyWithLiveRestore 3.080s [2019-09-27T16:04:12.483Z] PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions 12.530s [2019-09-27T16:04:13.414Z] PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile 0.911s [2019-09-27T16:04:13.414Z] PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion 0.018s [2019-09-27T16:04:17.588Z] PASS: docker_cli_daemon_test.go:2109: DockerDaemonSuite.TestRunLinksChanged 5.176s [2019-09-27T16:04:18.519Z] PASS: docker_cli_run_unix_test.go:1444: DockerDaemonSuite.TestRunSeccompJSONNewFormat 1.589s [2019-09-27T16:04:18.519Z] PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile 5.263s [2019-09-27T16:04:19.266Z] --- PASS: TestServiceWithDataPathPortInit (16.82s) [2019-09-27T16:04:19.266Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-27T16:04:19.266Z] daemon.go:325: [d5679880b48da] waiting for daemon to start [2019-09-27T16:04:19.266Z] daemon.go:325: [d5679880b48da] waiting for daemon to start [2019-09-27T16:04:19.266Z] daemon.go:353: [d5679880b48da] daemon started [2019-09-27T16:04:19.266Z] daemon.go:461: [d5679880b48da] Stopping daemon [2019-09-27T16:04:19.266Z] daemon.go:296: [d5679880b48da] exiting daemon [2019-09-27T16:04:19.266Z] daemon.go:448: [d5679880b48da] Daemon stopped [2019-09-27T16:04:19.266Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-27T16:04:19.266Z] daemon.go:325: [d532e95a38c6a] waiting for daemon to start [2019-09-27T16:04:19.266Z] daemon.go:325: [d532e95a38c6a] waiting for daemon to start [2019-09-27T16:04:19.266Z] daemon.go:353: [d532e95a38c6a] daemon started [2019-09-27T16:04:19.266Z] daemon.go:461: [d532e95a38c6a] Stopping daemon [2019-09-27T16:04:19.266Z] daemon.go:296: [d532e95a38c6a] exiting daemon [2019-09-27T16:04:19.266Z] daemon.go:448: [d532e95a38c6a] Daemon stopped [2019-09-27T16:04:19.266Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-27T16:04:19.888Z] PASS: docker_cli_run_unix_test.go:1495: DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap 0.987s [2019-09-27T16:04:20.451Z] PASS: docker_cli_run_unix_test.go:1469: DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames 0.961s [2019-09-27T16:04:21.016Z] PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore 2.349s [2019-09-27T16:04:21.947Z] --- PASS: TestDockerNetworkReConnect (10.54s) [2019-09-27T16:04:21.947Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:04:21.947Z] daemon.go:325: [de864a22a2677] waiting for daemon to start [2019-09-27T16:04:21.947Z] daemon.go:325: [de864a22a2677] waiting for daemon to start [2019-09-27T16:04:21.947Z] daemon.go:353: [de864a22a2677] daemon started [2019-09-27T16:04:21.947Z] daemon.go:461: [de864a22a2677] Stopping daemon [2019-09-27T16:04:21.947Z] daemon.go:296: [de864a22a2677] exiting daemon [2019-09-27T16:04:21.947Z] daemon.go:448: [de864a22a2677] Daemon stopped [2019-09-27T16:04:21.947Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:04:23.316Z] PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles 2.282s [2019-09-27T16:04:23.882Z] PASS: docker_cli_run_unix_test.go:1532: DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile 3.314s [2019-09-27T16:04:25.500Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.26s) [2019-09-27T16:04:25.500Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-27T16:04:25.500Z] daemon.go:325: [dbf1572ec6737] waiting for daemon to start [2019-09-27T16:04:25.500Z] daemon.go:325: [dbf1572ec6737] waiting for daemon to start [2019-09-27T16:04:25.500Z] daemon.go:353: [dbf1572ec6737] daemon started [2019-09-27T16:04:25.500Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:o8ytkojmlmbabrz3lwpumoui7 Created:2019-09-27 16:04:17.67819707 +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[520d6e07b22e7fbf5289628902593893fec7bec48bcb78f2fe812854dce0b4ed:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.lpai1g25zpvn3umujqa47g1ap EndpointID:80473d2414da67c880e388f0cd96bc6ca8fc471840f894b90a412c79892b2a39 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:10f382a9d64a219b4c46e405fbae982971692ae8594c1b88b550660016fa4c49 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:94d0f9e03d09 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.lpai1g25zpvn3umujqa47g1ap EndpointID:80473d2414da67c880e388f0cd96bc6ca8fc471840f894b90a412c79892b2a39 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-27T16:04:25.500Z] daemon.go:461: [dbf1572ec6737] Stopping daemon [2019-09-27T16:04:25.500Z] daemon.go:296: [dbf1572ec6737] exiting daemon [2019-09-27T16:04:25.500Z] daemon.go:448: [dbf1572ec6737] Daemon stopped [2019-09-27T16:04:25.500Z] PASS [2019-09-27T16:04:25.500Z] [2019-09-27T16:04:25.500Z] === Skipped [2019-09-27T16:04:25.500Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T16:04:25.500Z] service_test.go:230: FLAKY_TEST [2019-09-27T16:04:25.500Z] [2019-09-27T16:04:25.500Z] [2019-09-27T16:04:25.500Z] DONE 21 tests, 1 skipped in 44.781s [2019-09-27T16:04:25.500Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-27T16:04:25.500Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:04:25.500Z] ++ set -e [2019-09-27T16:04:25.500Z] ++ '[' -n 0 ']' [2019-09-27T16:04:25.500Z] ++ set -x [2019-09-27T16:04:25.500Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:04:25.500Z] INFO: Testing against a local daemon [2019-09-27T16:04:25.500Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-27T16:04:25.500Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-27T16:04:25.500Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T16:04:25.500Z] === RUN TestDockerNetworkIpvlan [2019-09-27T16:04:25.500Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-27T16:04:25.500Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T16:04:25.500Z] PASS [2019-09-27T16:04:25.500Z] [2019-09-27T16:04:25.500Z] === Skipped [2019-09-27T16:04:25.500Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-27T16:04:25.500Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T16:04:25.500Z] [2019-09-27T16:04:25.500Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-27T16:04:25.500Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T16:04:25.500Z] [2019-09-27T16:04:25.500Z] [2019-09-27T16:04:25.500Z] DONE 2 tests, 2 skipped in 0.205s [2019-09-27T16:04:25.500Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-27T16:04:25.500Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:04:25.500Z] ++ set -e [2019-09-27T16:04:25.500Z] ++ '[' -n 0 ']' [2019-09-27T16:04:25.500Z] ++ set -x [2019-09-27T16:04:25.500Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:04:25.500Z] INFO: Testing against a local daemon [2019-09-27T16:04:25.500Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-27T16:04:26.440Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2019-09-27T16:04:26.440Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-27T16:04:26.440Z] daemon.go:325: [dc2c03572a480] waiting for daemon to start [2019-09-27T16:04:26.440Z] daemon.go:325: [dc2c03572a480] waiting for daemon to start [2019-09-27T16:04:26.440Z] daemon.go:353: [dc2c03572a480] daemon started [2019-09-27T16:04:26.440Z] daemon.go:461: [dc2c03572a480] Stopping daemon [2019-09-27T16:04:26.440Z] daemon.go:296: [dc2c03572a480] exiting daemon [2019-09-27T16:04:26.440Z] daemon.go:448: [dc2c03572a480] Daemon stopped [2019-09-27T16:04:26.440Z] daemon.go:325: [dc2c03572a480] waiting for daemon to start [2019-09-27T16:04:26.440Z] daemon.go:325: [dc2c03572a480] waiting for daemon to start [2019-09-27T16:04:26.440Z] daemon.go:353: [dc2c03572a480] daemon started [2019-09-27T16:04:26.440Z] daemon.go:461: [dc2c03572a480] Stopping daemon [2019-09-27T16:04:26.440Z] daemon.go:296: [dc2c03572a480] exiting daemon [2019-09-27T16:04:26.440Z] daemon.go:448: [dc2c03572a480] Daemon stopped [2019-09-27T16:04:26.440Z] === RUN TestDockerNetworkMacvlan [2019-09-27T16:04:27.260Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-27T16:04:28.057Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-27T16:04:29.348Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-27T16:04:30.434Z] PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile 6.799s [2019-09-27T16:04:31.898Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-27T16:04:32.334Z] PASS: docker_cli_daemon_test.go:2521: DockerDaemonSuite.TestRunWithRuntimeFromCommandLine 8.121s [2019-09-27T16:04:32.593Z] PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir 2.397s [2019-09-27T16:04:35.116Z] PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs 2.360s [2019-09-27T16:04:35.956Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-27T16:04:37.641Z] --- PASS: TestServiceUpdateNetwork (15.52s) [2019-09-27T16:04:37.641Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:04:37.641Z] daemon.go:325: [db194b78e610d] waiting for daemon to start [2019-09-27T16:04:37.641Z] daemon.go:325: [db194b78e610d] waiting for daemon to start [2019-09-27T16:04:37.641Z] daemon.go:353: [db194b78e610d] daemon started [2019-09-27T16:04:37.641Z] daemon.go:461: [db194b78e610d] Stopping daemon [2019-09-27T16:04:37.641Z] daemon.go:296: [db194b78e610d] exiting daemon [2019-09-27T16:04:37.641Z] daemon.go:448: [db194b78e610d] Daemon stopped [2019-09-27T16:04:37.641Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:04:41.816Z] PASS: docker_cli_daemon_test.go:2403: DockerDaemonSuite.TestRunWithRuntimeFromConfigFile 9.300s [2019-09-27T16:04:42.075Z] --- PASS: TestDockerNetworkReConnect (4.75s) [2019-09-27T16:04:42.075Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:04:42.075Z] daemon.go:325: [d971ad37455a1] waiting for daemon to start [2019-09-27T16:04:42.075Z] daemon.go:325: [d971ad37455a1] waiting for daemon to start [2019-09-27T16:04:42.075Z] daemon.go:353: [d971ad37455a1] daemon started [2019-09-27T16:04:42.075Z] daemon.go:461: [d971ad37455a1] Stopping daemon [2019-09-27T16:04:42.075Z] daemon.go:296: [d971ad37455a1] exiting daemon [2019-09-27T16:04:42.075Z] daemon.go:448: [d971ad37455a1] Daemon stopped [2019-09-27T16:04:42.075Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:04:43.970Z] PASS: docker_cli_run_test.go:4114: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault 2.261s [2019-09-27T16:04:46.491Z] PASS: docker_cli_daemon_test.go:2849: DockerDaemonSuite.TestShmSize 2.015s [2019-09-27T16:04:49.012Z] PASS: docker_cli_daemon_test.go:2866: DockerDaemonSuite.TestShmSizeReload 2.765s [2019-09-27T16:04:49.012Z] PASS: docker_cli_daemon_test.go:1333: DockerDaemonSuite.TestTLSVerify 0.052s [2019-09-27T16:04:52.182Z] PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad 150.141s [2019-09-27T16:04:52.182Z] PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType 0.875s [2019-09-27T16:04:52.182Z] PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility 0.107s [2019-09-27T16:04:52.182Z] SKIP: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:52.182Z] SKIP: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:52.182Z] SKIP: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:52.182Z] SKIP: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:52.182Z] SKIP: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:52.182Z] SKIP: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:52.182Z] SKIP: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:52.182Z] PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute 0.002s [2019-09-27T16:04:52.182Z] SKIP: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:52.182Z] PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats 5.607s [2019-09-27T16:04:52.182Z] SKIP: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:52.182Z] SKIP: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:52.315Z] --- PASS: TestDockerNetworkMacvlan (25.51s) [2019-09-27T16:04:52.315Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:04:52.315Z] daemon.go:325: [d3a2a27354ac8] waiting for daemon to start [2019-09-27T16:04:52.315Z] daemon.go:325: [d3a2a27354ac8] waiting for daemon to start [2019-09-27T16:04:52.315Z] daemon.go:353: [d3a2a27354ac8] daemon started [2019-09-27T16:04:52.315Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2019-09-27T16:04:52.315Z] daemon.go:461: [d3a2a27354ac8] Stopping daemon [2019-09-27T16:04:52.315Z] daemon.go:296: [d3a2a27354ac8] exiting daemon [2019-09-27T16:04:52.315Z] daemon.go:448: [d3a2a27354ac8] Daemon stopped [2019-09-27T16:04:52.315Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:04:52.315Z] daemon.go:325: [d77927142c86a] waiting for daemon to start [2019-09-27T16:04:52.315Z] daemon.go:325: [d77927142c86a] waiting for daemon to start [2019-09-27T16:04:52.315Z] daemon.go:353: [d77927142c86a] daemon started [2019-09-27T16:04:52.315Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2019-09-27T16:04:52.315Z] daemon.go:461: [d77927142c86a] Stopping daemon [2019-09-27T16:04:52.315Z] daemon.go:296: [d77927142c86a] exiting daemon [2019-09-27T16:04:52.315Z] daemon.go:448: [d77927142c86a] Daemon stopped [2019-09-27T16:04:52.315Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:04:52.315Z] daemon.go:325: [d07e9b93a506f] waiting for daemon to start [2019-09-27T16:04:52.315Z] daemon.go:325: [d07e9b93a506f] waiting for daemon to start [2019-09-27T16:04:52.315Z] daemon.go:353: [d07e9b93a506f] daemon started [2019-09-27T16:04:52.315Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.41s) [2019-09-27T16:04:52.315Z] daemon.go:461: [d07e9b93a506f] Stopping daemon [2019-09-27T16:04:52.315Z] daemon.go:296: [d07e9b93a506f] exiting daemon [2019-09-27T16:04:52.315Z] daemon.go:448: [d07e9b93a506f] Daemon stopped [2019-09-27T16:04:52.315Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:04:52.315Z] daemon.go:325: [dd037a88ec22d] waiting for daemon to start [2019-09-27T16:04:52.315Z] daemon.go:325: [dd037a88ec22d] waiting for daemon to start [2019-09-27T16:04:52.315Z] daemon.go:353: [dd037a88ec22d] daemon started [2019-09-27T16:04:52.315Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.27s) [2019-09-27T16:04:52.315Z] daemon.go:461: [dd037a88ec22d] Stopping daemon [2019-09-27T16:04:52.315Z] daemon.go:296: [dd037a88ec22d] exiting daemon [2019-09-27T16:04:52.315Z] daemon.go:448: [dd037a88ec22d] Daemon stopped [2019-09-27T16:04:52.315Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:04:52.315Z] daemon.go:325: [d1805adc8e381] waiting for daemon to start [2019-09-27T16:04:52.315Z] daemon.go:325: [d1805adc8e381] waiting for daemon to start [2019-09-27T16:04:52.315Z] daemon.go:353: [d1805adc8e381] daemon started [2019-09-27T16:04:52.315Z] --- PASS: TestDockerNetworkMacvlan/Addressing (15.91s) [2019-09-27T16:04:52.315Z] daemon.go:461: [d1805adc8e381] Stopping daemon [2019-09-27T16:04:52.315Z] daemon.go:296: [d1805adc8e381] exiting daemon [2019-09-27T16:04:52.315Z] daemon.go:448: [d1805adc8e381] Daemon stopped [2019-09-27T16:04:52.315Z] PASS [2019-09-27T16:04:52.315Z] [2019-09-27T16:04:52.315Z] DONE 7 tests in 27.166s [2019-09-27T16:04:52.315Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-27T16:04:52.315Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:04:52.315Z] ++ set -e [2019-09-27T16:04:52.315Z] ++ '[' -n 0 ']' [2019-09-27T16:04:52.315Z] ++ set -x [2019-09-27T16:04:52.315Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:04:52.315Z] testing: warning: no tests to run [2019-09-27T16:04:52.315Z] PASS [2019-09-27T16:04:52.315Z] [2019-09-27T16:04:52.315Z] DONE 0 tests in 0.086s [2019-09-27T16:04:52.315Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-27T16:04:52.315Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:04:52.315Z] ++ set -e [2019-09-27T16:04:52.315Z] ++ '[' -n 0 ']' [2019-09-27T16:04:52.315Z] ++ set -x [2019-09-27T16:04:52.315Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:04:52.315Z] INFO: Testing against a local daemon [2019-09-27T16:04:52.315Z] === RUN TestAuthZPluginAllowRequest [2019-09-27T16:04:53.166Z] PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu 3.531s [2019-09-27T16:04:53.189Z] PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir 17.814s [2019-09-27T16:04:53.189Z] PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile 0.121s [2019-09-27T16:04:54.121Z] PASS: docker_cli_daemon_plugins_test.go:188: DockerDaemonSuite.TestVolumePlugin 4.993s [2019-09-27T16:04:54.298Z] --- PASS: TestAuthZPluginAllowRequest (1.80s) [2019-09-27T16:04:54.298Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-27T16:04:54.298Z] daemon.go:325: [d33bdd2b806ad] waiting for daemon to start [2019-09-27T16:04:54.298Z] daemon.go:325: [d33bdd2b806ad] waiting for daemon to start [2019-09-27T16:04:54.298Z] daemon.go:353: [d33bdd2b806ad] daemon started [2019-09-27T16:04:54.298Z] daemon.go:461: [d33bdd2b806ad] Stopping daemon [2019-09-27T16:04:54.298Z] daemon.go:296: [d33bdd2b806ad] exiting daemon [2019-09-27T16:04:54.298Z] daemon.go:448: [d33bdd2b806ad] Daemon stopped [2019-09-27T16:04:54.298Z] === RUN TestAuthZPluginTLS [2019-09-27T16:04:54.670Z] --- PASS: TestAuthZPluginTLS (0.56s) [2019-09-27T16:04:54.670Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-27T16:04:54.670Z] daemon.go:325: [dc82effabf266] waiting for daemon to start [2019-09-27T16:04:54.670Z] daemon.go:325: [dc82effabf266] waiting for daemon to start [2019-09-27T16:04:54.670Z] daemon.go:353: [dc82effabf266] daemon started [2019-09-27T16:04:54.670Z] daemon.go:461: [dc82effabf266] Stopping daemon [2019-09-27T16:04:54.670Z] daemon.go:296: [dc82effabf266] exiting daemon [2019-09-27T16:04:54.670Z] daemon.go:448: [dc82effabf266] Daemon stopped [2019-09-27T16:04:54.670Z] === RUN TestAuthZPluginDenyRequest [2019-09-27T16:04:55.089Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2019-09-27T16:04:55.089Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-27T16:04:55.089Z] daemon.go:325: [dff8d3765adf2] waiting for daemon to start [2019-09-27T16:04:55.089Z] daemon.go:325: [dff8d3765adf2] waiting for daemon to start [2019-09-27T16:04:55.089Z] daemon.go:353: [dff8d3765adf2] daemon started [2019-09-27T16:04:55.089Z] daemon.go:461: [dff8d3765adf2] Stopping daemon [2019-09-27T16:04:55.089Z] daemon.go:296: [dff8d3765adf2] exiting daemon [2019-09-27T16:04:55.089Z] daemon.go:448: [dff8d3765adf2] Daemon stopped [2019-09-27T16:04:55.089Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-27T16:04:55.368Z] PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines 1.558s [2019-09-27T16:04:55.368Z] SKIP: docker_cli_run_test.go:3185: DockerSuite.TestAppArmorDeniesChmodProc (unmatched requirement Apparmor) [2019-09-27T16:04:55.368Z] SKIP: docker_cli_run_test.go:3163: DockerSuite.TestAppArmorDeniesPtrace (unmatched requirement Apparmor) [2019-09-27T16:04:55.368Z] SKIP: docker_cli_run_test.go:3175: DockerSuite.TestAppArmorTraceSelf (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:55.368Z] SKIP: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:55.866Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2019-09-27T16:04:55.867Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-27T16:04:55.867Z] daemon.go:325: [de0c21cd86ea0] waiting for daemon to start [2019-09-27T16:04:55.867Z] daemon.go:325: [de0c21cd86ea0] waiting for daemon to start [2019-09-27T16:04:55.867Z] daemon.go:353: [de0c21cd86ea0] daemon started [2019-09-27T16:04:55.867Z] daemon.go:461: [de0c21cd86ea0] Stopping daemon [2019-09-27T16:04:55.867Z] daemon.go:296: [de0c21cd86ea0] exiting daemon [2019-09-27T16:04:55.867Z] daemon.go:448: [de0c21cd86ea0] Daemon stopped [2019-09-27T16:04:55.867Z] === RUN TestAuthZPluginDenyResponse [2019-09-27T16:04:56.061Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-27T16:04:56.061Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-09-27T16:04:56.061Z] remote: Enumerating objects: 19, done. [2019-09-27T16:04:56.061Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-09-27T16:04:56.061Z] Unpacking objects: 5% (1/19) Unpacking objects: 10% (2/19) Unpacking objects: 15% (3/19) Unpacking objects: 21% (4/19) Unpacking objects: 26% (5/19) Unpacking objects: 31% (6/19) Unpacking objects: 36% (7/19) Unpacking objects: 42% (8/19) Unpacking objects: 47% (9/19) Unpacking objects: 52% (10/19) Unpacking objects: 57% (11/19) Unpacking objects: 63% (12/19) Unpacking objects: 68% (13/19) Unpacking objects: 73% (14/19) Unpacking objects: 78% (15/19) Unpacking objects: 84% (16/19) Unpacking objects: 89% (17/19) Unpacking objects: 94% (18/19) Unpacking objects: 100% (19/19) Unpacking objects: 100% (19/19), done. [2019-09-27T16:04:56.061Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-09-27T16:04:56.061Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-27T16:04:56.230Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2019-09-27T16:04:56.230Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-27T16:04:56.230Z] daemon.go:325: [d430ca8138ce7] waiting for daemon to start [2019-09-27T16:04:56.230Z] daemon.go:325: [d430ca8138ce7] waiting for daemon to start [2019-09-27T16:04:56.230Z] daemon.go:353: [d430ca8138ce7] daemon started [2019-09-27T16:04:56.230Z] daemon.go:461: [d430ca8138ce7] Stopping daemon [2019-09-27T16:04:56.230Z] daemon.go:296: [d430ca8138ce7] exiting daemon [2019-09-27T16:04:56.230Z] daemon.go:448: [d430ca8138ce7] Daemon stopped [2019-09-27T16:04:56.230Z] === RUN TestAuthZPluginAllowEventStream [2019-09-27T16:04:56.375Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-385/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 -e DOCKER_GRAPHDRIVER docker:3136dea250b22e35d47b1ccda744645a86231aa7 hack/test/unit [2019-09-27T16:04:58.135Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s) [2019-09-27T16:04:58.135Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-27T16:04:58.135Z] daemon.go:325: [d30b5a4ac9dd4] waiting for daemon to start [2019-09-27T16:04:58.135Z] daemon.go:325: [d30b5a4ac9dd4] waiting for daemon to start [2019-09-27T16:04:58.135Z] daemon.go:353: [d30b5a4ac9dd4] daemon started [2019-09-27T16:04:58.135Z] daemon.go:461: [d30b5a4ac9dd4] Stopping daemon [2019-09-27T16:04:58.135Z] daemon.go:296: [d30b5a4ac9dd4] exiting daemon [2019-09-27T16:04:58.135Z] daemon.go:448: [d30b5a4ac9dd4] Daemon stopped [2019-09-27T16:04:58.135Z] === RUN TestAuthZPluginErrorResponse [2019-09-27T16:04:58.295Z] PASS: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine 4.906s [2019-09-27T16:04:58.295Z] --- PASS: TestServiceUpdateNetwork (15.80s) [2019-09-27T16:04:58.295Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:04:58.295Z] daemon.go:325: [d5369f6f29200] waiting for daemon to start [2019-09-27T16:04:58.295Z] daemon.go:325: [d5369f6f29200] waiting for daemon to start [2019-09-27T16:04:58.295Z] daemon.go:353: [d5369f6f29200] daemon started [2019-09-27T16:04:58.295Z] daemon.go:461: [d5369f6f29200] Stopping daemon [2019-09-27T16:04:58.295Z] daemon.go:296: [d5369f6f29200] exiting daemon [2019-09-27T16:04:58.295Z] daemon.go:448: [d5369f6f29200] Daemon stopped [2019-09-27T16:04:58.295Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:04:58.295Z] PASS: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd 0.347s [2019-09-27T16:04:58.295Z] PASS: docker_api_swarm_test.go:902: DockerSwarmSuite.TestAPIDuplicateNetworks 2.485s [2019-09-27T16:04:58.316Z] PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart 3.310s [2019-09-27T16:04:58.527Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2019-09-27T16:04:58.528Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-27T16:04:58.528Z] daemon.go:325: [dc263522e701a] waiting for daemon to start [2019-09-27T16:04:58.528Z] daemon.go:325: [dc263522e701a] waiting for daemon to start [2019-09-27T16:04:58.528Z] daemon.go:353: [dc263522e701a] daemon started [2019-09-27T16:04:58.528Z] daemon.go:461: [dc263522e701a] Stopping daemon [2019-09-27T16:04:58.528Z] daemon.go:296: [dc263522e701a] exiting daemon [2019-09-27T16:04:58.528Z] daemon.go:448: [dc263522e701a] Daemon stopped [2019-09-27T16:04:58.528Z] === RUN TestAuthZPluginErrorRequest [2019-09-27T16:04:58.552Z] PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint 0.386s [2019-09-27T16:04:58.777Z] SKIP: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer (unmatched requirement IsPausable) [2019-09-27T16:04:58.777Z] SKIP: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin (unmatched requirement DaemonIsLinux) [2019-09-27T16:04:58.882Z] ? github.com/docker/docker/api [no test files] [2019-09-27T16:04:58.914Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-09-27T16:04:58.914Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-27T16:04:58.914Z] daemon.go:325: [da6e92b908058] waiting for daemon to start [2019-09-27T16:04:58.914Z] daemon.go:325: [da6e92b908058] waiting for daemon to start [2019-09-27T16:04:58.914Z] daemon.go:353: [da6e92b908058] daemon started [2019-09-27T16:04:58.914Z] daemon.go:461: [da6e92b908058] Stopping daemon [2019-09-27T16:04:58.914Z] daemon.go:296: [da6e92b908058] exiting daemon [2019-09-27T16:04:58.914Z] daemon.go:448: [da6e92b908058] Daemon stopped [2019-09-27T16:04:58.914Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-27T16:04:59.116Z] PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance 0.721s [2019-09-27T16:04:59.373Z] PASS: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch 0.100s [2019-09-27T16:04:59.542Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-09-27T16:04:59.542Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-27T16:04:59.542Z] daemon.go:325: [d0339741679cb] waiting for daemon to start [2019-09-27T16:04:59.542Z] daemon.go:325: [d0339741679cb] waiting for daemon to start [2019-09-27T16:04:59.542Z] daemon.go:353: [d0339741679cb] daemon started [2019-09-27T16:04:59.542Z] daemon.go:461: [d0339741679cb] Stopping daemon [2019-09-27T16:04:59.542Z] daemon.go:296: [d0339741679cb] exiting daemon [2019-09-27T16:04:59.542Z] daemon.go:448: [d0339741679cb] Daemon stopped [2019-09-27T16:04:59.542Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-27T16:04:59.629Z] PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume 0.311s [2019-09-27T16:04:59.886Z] PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint 0.279s [2019-09-27T16:05:01.789Z] PASS: docker_api_swarm_test.go:1028: DockerSwarmSuite.TestAPINetworkInspectWithScope 1.541s [2019-09-27T16:05:01.997Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.06s) [2019-09-27T16:05:01.997Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-27T16:05:01.997Z] daemon.go:325: [d0901ffc27782] waiting for daemon to start [2019-09-27T16:05:01.997Z] daemon.go:325: [d0901ffc27782] waiting for daemon to start [2019-09-27T16:05:01.997Z] daemon.go:353: [d0901ffc27782] daemon started [2019-09-27T16:05:01.997Z] daemon.go:461: [d0901ffc27782] Stopping daemon [2019-09-27T16:05:01.997Z] daemon.go:296: [d0901ffc27782] exiting daemon [2019-09-27T16:05:01.997Z] daemon.go:448: [d0901ffc27782] Daemon stopped [2019-09-27T16:05:01.997Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-27T16:05:03.201Z] PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild 2.904s [2019-09-27T16:05:03.201Z] --- PASS: TestDockerNetworkReConnect (5.37s) [2019-09-27T16:05:03.201Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:05:03.201Z] daemon.go:325: [d27b3f676a80e] waiting for daemon to start [2019-09-27T16:05:03.201Z] daemon.go:325: [d27b3f676a80e] waiting for daemon to start [2019-09-27T16:05:03.201Z] daemon.go:353: [d27b3f676a80e] daemon started [2019-09-27T16:05:03.201Z] daemon.go:461: [d27b3f676a80e] Stopping daemon [2019-09-27T16:05:03.201Z] daemon.go:296: [d27b3f676a80e] exiting daemon [2019-09-27T16:05:03.201Z] daemon.go:448: [d27b3f676a80e] Daemon stopped [2019-09-27T16:05:03.201Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:05:03.925Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.20s) [2019-09-27T16:05:03.925Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-27T16:05:03.925Z] daemon.go:325: [da51a2c9c0744] waiting for daemon to start [2019-09-27T16:05:03.925Z] daemon.go:325: [da51a2c9c0744] waiting for daemon to start [2019-09-27T16:05:03.925Z] daemon.go:353: [da51a2c9c0744] daemon started [2019-09-27T16:05:03.925Z] daemon.go:461: [da51a2c9c0744] Stopping daemon [2019-09-27T16:05:03.925Z] daemon.go:296: [da51a2c9c0744] exiting daemon [2019-09-27T16:05:03.925Z] daemon.go:448: [da51a2c9c0744] Daemon stopped [2019-09-27T16:05:03.925Z] === RUN TestAuthZPluginHeader [2019-09-27T16:05:04.571Z] PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect 1.768s [2019-09-27T16:05:04.757Z] --- PASS: TestAuthZPluginHeader (0.88s) [2019-09-27T16:05:04.757Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-27T16:05:04.757Z] daemon.go:325: [d9d45bc7867a3] waiting for daemon to start [2019-09-27T16:05:04.757Z] daemon.go:325: [d9d45bc7867a3] waiting for daemon to start [2019-09-27T16:05:04.757Z] daemon.go:353: [d9d45bc7867a3] daemon started [2019-09-27T16:05:04.757Z] daemon.go:461: [d9d45bc7867a3] Stopping daemon [2019-09-27T16:05:04.757Z] daemon.go:296: [d9d45bc7867a3] exiting daemon [2019-09-27T16:05:04.757Z] daemon.go:448: [d9d45bc7867a3] Daemon stopped [2019-09-27T16:05:04.757Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-27T16:05:04.757Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-27T16:05:04.757Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:05:04.757Z] === RUN TestAuthZPluginV2Disable [2019-09-27T16:05:04.757Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-27T16:05:04.757Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:05:04.757Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-27T16:05:04.757Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-27T16:05:04.757Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:05:04.757Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-27T16:05:04.757Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-27T16:05:04.757Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:05:04.757Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-27T16:05:05.877Z] PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF 6.386s [2019-09-27T16:05:07.095Z] PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup 2.207s [2019-09-27T16:05:07.096Z] PASS: docker_api_swarm_service_test.go:34: DockerSwarmSuite.TestAPIServiceUpdatePort 4.178s [2019-09-27T16:05:08.469Z] PASS: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv 1.589s [2019-09-27T16:05:09.839Z] PASS: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes 1.451s [2019-09-27T16:05:11.206Z] PASS: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite 1.135s [2019-09-27T16:05:13.705Z] ok github.com/docker/docker/api/server 0.011s coverage: 7.9% of statements [2019-09-27T16:05:17.902Z] PASS: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage 6.852s [2019-09-27T16:05:18.834Z] --- PASS: TestServiceUpdateNetwork (15.36s) [2019-09-27T16:05:18.834Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:05:18.834Z] daemon.go:325: [dc0cd06350d8f] waiting for daemon to start [2019-09-27T16:05:18.834Z] daemon.go:325: [dc0cd06350d8f] waiting for daemon to start [2019-09-27T16:05:18.834Z] daemon.go:353: [dc0cd06350d8f] daemon started [2019-09-27T16:05:18.834Z] daemon.go:461: [dc0cd06350d8f] Stopping daemon [2019-09-27T16:05:18.834Z] daemon.go:296: [dc0cd06350d8f] exiting daemon [2019-09-27T16:05:18.834Z] daemon.go:448: [dc0cd06350d8f] Daemon stopped [2019-09-27T16:05:18.834Z] PASS [2019-09-27T16:05:18.834Z] [2019-09-27T16:05:18.834Z] DONE 10 tests in 110.977s [2019-09-27T16:05:18.834Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:05:18.834Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:05:18.834Z] +++ set -e [2019-09-27T16:05:18.834Z] +++ '[' -n 0 ']' [2019-09-27T16:05:18.834Z] +++ set -x [2019-09-27T16:05:18.834Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:05:18.834Z] INFO: Testing against a local daemon [2019-09-27T16:05:18.834Z] testing: warning: no tests to run [2019-09-27T16:05:18.834Z] PASS [2019-09-27T16:05:18.834Z] [2019-09-27T16:05:18.834Z] DONE 0 tests in 0.035s [2019-09-27T16:05:18.834Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:05:18.834Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:05:18.834Z] +++ set -e [2019-09-27T16:05:18.834Z] +++ '[' -n 0 ']' [2019-09-27T16:05:18.834Z] +++ set -x [2019-09-27T16:05:18.834Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:05:18.834Z] INFO: Testing against a local daemon [2019-09-27T16:05:18.834Z] testing: warning: no tests to run [2019-09-27T16:05:18.834Z] PASS [2019-09-27T16:05:18.834Z] [2019-09-27T16:05:18.834Z] DONE 0 tests in 0.042s [2019-09-27T16:05:18.834Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=15000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:05:18.834Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:05:18.834Z] +++ set -e [2019-09-27T16:05:18.834Z] +++ '[' -n 0 ']' [2019-09-27T16:05:18.834Z] +++ set -x [2019-09-27T16:05:18.834Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=15000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:05:18.834Z] INFO: Testing against a local daemon [2019-09-27T16:05:18.834Z] testing: warning: no tests to run [2019-09-27T16:05:18.834Z] PASS [2019-09-27T16:05:18.834Z] [2019-09-27T16:05:18.834Z] DONE 0 tests in 0.063s [2019-09-27T16:05:18.834Z] Running integration-test (iteration 4) [2019-09-27T16:05:18.834Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:05:18.834Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:05:18.834Z] +++ set -e [2019-09-27T16:05:18.834Z] +++ '[' -n 0 ']' [2019-09-27T16:05:18.834Z] +++ set -x [2019-09-27T16:05:18.834Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:05:18.834Z] INFO: Testing against a local daemon [2019-09-27T16:05:18.834Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:05:18.834Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:05:20.203Z] PASS: docker_api_swarm_test.go:183: DockerSwarmSuite.TestAPISwarmCAHash 12.571s [2019-09-27T16:05:20.203Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:05:20.203Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:05:20.460Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:05:20.716Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:05:20.973Z] PASS: docker_api_swarm_test.go:887: DockerSwarmSuite.TestAPISwarmErrorHandling 0.853s [2019-09-27T16:05:20.973Z] --- PASS: TestBuildMultiStageCopy (2.15s) [2019-09-27T16:05:20.973Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.12s) [2019-09-27T16:05:20.973Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2019-09-27T16:05:20.973Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s) [2019-09-27T16:05:20.973Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.28s) [2019-09-27T16:05:20.973Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.38s) [2019-09-27T16:05:20.973Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:05:21.230Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2019-09-27T16:05:21.230Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:05:21.230Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:05:22.599Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:05:22.856Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:05:22.856Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:05:23.113Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:05:23.677Z] --- PASS: TestBuildMultiStageCopy (2.53s) [2019-09-27T16:05:23.677Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.36s) [2019-09-27T16:05:23.677Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s) [2019-09-27T16:05:23.677Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2019-09-27T16:05:23.677Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.26s) [2019-09-27T16:05:23.677Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.50s) [2019-09-27T16:05:23.677Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:05:23.934Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2019-09-27T16:05:23.934Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:05:23.934Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:05:24.671Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.86s) [2019-09-27T16:05:24.671Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-27T16:05:24.671Z] daemon.go:325: [d38ee7d06067c] waiting for daemon to start [2019-09-27T16:05:24.671Z] daemon.go:325: [d38ee7d06067c] waiting for daemon to start [2019-09-27T16:05:24.671Z] daemon.go:353: [d38ee7d06067c] daemon started [2019-09-27T16:05:24.671Z] daemon.go:461: [d38ee7d06067c] Stopping daemon [2019-09-27T16:05:24.671Z] daemon.go:296: [d38ee7d06067c] exiting daemon [2019-09-27T16:05:24.671Z] daemon.go:448: [d38ee7d06067c] Daemon stopped [2019-09-27T16:05:24.671Z] daemon.go:325: [d38ee7d06067c] waiting for daemon to start [2019-09-27T16:05:24.671Z] daemon.go:325: [d38ee7d06067c] waiting for daemon to start [2019-09-27T16:05:24.671Z] daemon.go:325: [d38ee7d06067c] waiting for daemon to start [2019-09-27T16:05:24.671Z] daemon.go:325: [d38ee7d06067c] waiting for daemon to start [2019-09-27T16:05:24.671Z] daemon.go:339: [d38ee7d06067c] error pinging daemon on start: Get http://d38ee7d06067c.sock/_ping: context deadline exceeded [2019-09-27T16:05:24.671Z] daemon.go:325: [d38ee7d06067c] waiting for daemon to start [2019-09-27T16:05:24.671Z] daemon.go:339: [d38ee7d06067c] error pinging daemon on start: Get http://d38ee7d06067c.sock/_ping: context deadline exceeded [2019-09-27T16:05:24.671Z] daemon.go:325: [d38ee7d06067c] waiting for daemon to start [2019-09-27T16:05:24.671Z] daemon.go:339: [d38ee7d06067c] error pinging daemon on start: Get http://d38ee7d06067c.sock/_ping: context deadline exceeded [2019-09-27T16:05:24.671Z] daemon.go:325: [d38ee7d06067c] waiting for daemon to start [2019-09-27T16:05:24.671Z] daemon.go:339: [d38ee7d06067c] error pinging daemon on start: Get http://d38ee7d06067c.sock/_ping: context deadline exceeded [2019-09-27T16:05:24.671Z] daemon.go:296: [d38ee7d06067c] exiting daemon [2019-09-27T16:05:24.671Z] daemon.go:325: [d38ee7d06067c] waiting for daemon to start [2019-09-27T16:05:24.671Z] daemon.go:325: [d38ee7d06067c] waiting for daemon to start [2019-09-27T16:05:24.671Z] daemon.go:325: [d38ee7d06067c] waiting for daemon to start [2019-09-27T16:05:24.671Z] daemon.go:353: [d38ee7d06067c] daemon started [2019-09-27T16:05:24.671Z] daemon.go:461: [d38ee7d06067c] Stopping daemon [2019-09-27T16:05:24.671Z] daemon.go:296: [d38ee7d06067c] exiting daemon [2019-09-27T16:05:24.671Z] daemon.go:448: [d38ee7d06067c] Daemon stopped [2019-09-27T16:05:24.671Z] PASS [2019-09-27T16:05:24.671Z] [2019-09-27T16:05:24.671Z] === Skipped [2019-09-27T16:05:24.671Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-27T16:05:24.671Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:05:24.671Z] [2019-09-27T16:05:24.671Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-27T16:05:24.671Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:05:24.671Z] [2019-09-27T16:05:24.671Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-27T16:05:24.671Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:05:24.671Z] [2019-09-27T16:05:24.671Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-27T16:05:24.671Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:05:24.671Z] [2019-09-27T16:05:24.671Z] [2019-09-27T16:05:24.671Z] DONE 17 tests, 4 skipped in 29.537s [2019-09-27T16:05:24.671Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-27T16:05:24.671Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:05:24.671Z] ++ set -e [2019-09-27T16:05:24.671Z] ++ '[' -n 0 ']' [2019-09-27T16:05:24.671Z] ++ set -x [2019-09-27T16:05:24.671Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:05:24.671Z] INFO: Testing against a local daemon [2019-09-27T16:05:24.671Z] === RUN TestPluginInvalidJSON [2019-09-27T16:05:24.671Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T16:05:24.671Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T16:05:24.671Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T16:05:24.671Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-27T16:05:24.671Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-27T16:05:24.671Z] PASS [2019-09-27T16:05:24.671Z] [2019-09-27T16:05:24.671Z] DONE 2 tests in 0.242s [2019-09-27T16:05:24.671Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-27T16:05:24.671Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:05:24.671Z] ++ set -e [2019-09-27T16:05:24.671Z] ++ '[' -n 0 ']' [2019-09-27T16:05:24.671Z] ++ set -x [2019-09-27T16:05:24.671Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:05:24.671Z] INFO: Testing against a local daemon [2019-09-27T16:05:24.671Z] === RUN TestExternalGraphDriver [2019-09-27T16:05:24.671Z] === RUN TestExternalGraphDriver/json [2019-09-27T16:05:24.671Z] === RUN TestExternalGraphDriver/spec [2019-09-27T16:05:25.305Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:05:25.562Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:05:25.819Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:05:26.075Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:05:26.332Z] --- PASS: TestBuildMultiStageCopy (2.41s) [2019-09-27T16:05:26.332Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.51s) [2019-09-27T16:05:26.332Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.18s) [2019-09-27T16:05:26.332Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.28s) [2019-09-27T16:05:26.332Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2019-09-27T16:05:26.332Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2019-09-27T16:05:26.332Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:05:26.332Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2019-09-27T16:05:26.332Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:05:26.332Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:05:26.663Z] === RUN TestExternalGraphDriver/pull [2019-09-27T16:05:27.700Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:05:27.956Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:05:28.213Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:05:28.469Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:05:28.489Z] --- PASS: TestExternalGraphDriver (6.58s) [2019-09-27T16:05:28.489Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-27T16:05:28.489Z] daemon.go:325: [d46770b599608] waiting for daemon to start [2019-09-27T16:05:28.489Z] daemon.go:325: [d46770b599608] waiting for daemon to start [2019-09-27T16:05:28.489Z] daemon.go:353: [d46770b599608] daemon started [2019-09-27T16:05:28.489Z] daemon.go:461: [d46770b599608] Stopping daemon [2019-09-27T16:05:28.489Z] daemon.go:296: [d46770b599608] exiting daemon [2019-09-27T16:05:28.489Z] daemon.go:448: [d46770b599608] Daemon stopped [2019-09-27T16:05:28.489Z] daemon.go:325: [d46770b599608] waiting for daemon to start [2019-09-27T16:05:28.489Z] daemon.go:325: [d46770b599608] waiting for daemon to start [2019-09-27T16:05:28.489Z] daemon.go:353: [d46770b599608] daemon started [2019-09-27T16:05:28.489Z] daemon.go:461: [d46770b599608] Stopping daemon [2019-09-27T16:05:28.489Z] daemon.go:296: [d46770b599608] exiting daemon [2019-09-27T16:05:28.489Z] daemon.go:448: [d46770b599608] Daemon stopped [2019-09-27T16:05:28.489Z] --- PASS: TestExternalGraphDriver/json (2.04s) [2019-09-27T16:05:28.489Z] daemon.go:325: [d46770b599608] waiting for daemon to start [2019-09-27T16:05:28.489Z] daemon.go:325: [d46770b599608] waiting for daemon to start [2019-09-27T16:05:28.489Z] daemon.go:353: [d46770b599608] daemon started [2019-09-27T16:05:28.489Z] daemon.go:461: [d46770b599608] Stopping daemon [2019-09-27T16:05:28.489Z] daemon.go:296: [d46770b599608] exiting daemon [2019-09-27T16:05:28.489Z] daemon.go:448: [d46770b599608] Daemon stopped [2019-09-27T16:05:28.489Z] daemon.go:325: [d46770b599608] waiting for daemon to start [2019-09-27T16:05:28.489Z] daemon.go:325: [d46770b599608] waiting for daemon to start [2019-09-27T16:05:28.489Z] daemon.go:353: [d46770b599608] daemon started [2019-09-27T16:05:28.489Z] daemon.go:461: [d46770b599608] Stopping daemon [2019-09-27T16:05:28.489Z] daemon.go:296: [d46770b599608] exiting daemon [2019-09-27T16:05:28.489Z] daemon.go:448: [d46770b599608] Daemon stopped [2019-09-27T16:05:28.489Z] --- PASS: TestExternalGraphDriver/spec (2.27s) [2019-09-27T16:05:28.489Z] daemon.go:325: [d46770b599608] waiting for daemon to start [2019-09-27T16:05:28.489Z] daemon.go:325: [d46770b599608] waiting for daemon to start [2019-09-27T16:05:28.489Z] daemon.go:353: [d46770b599608] daemon started [2019-09-27T16:05:28.489Z] daemon.go:461: [d46770b599608] Stopping daemon [2019-09-27T16:05:28.489Z] daemon.go:296: [d46770b599608] exiting daemon [2019-09-27T16:05:28.489Z] daemon.go:448: [d46770b599608] Daemon stopped [2019-09-27T16:05:28.489Z] --- PASS: TestExternalGraphDriver/pull (2.12s) [2019-09-27T16:05:28.489Z] === RUN TestGraphdriverPluginV2 [2019-09-27T16:05:28.806Z] --- PASS: TestBuildMultiStageCopy (2.35s) [2019-09-27T16:05:28.806Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.29s) [2019-09-27T16:05:28.806Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s) [2019-09-27T16:05:28.806Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2019-09-27T16:05:28.806Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s) [2019-09-27T16:05:28.806Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.33s) [2019-09-27T16:05:28.806Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:05:28.806Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2019-09-27T16:05:28.806Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:05:28.806Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:05:28.989Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2019-09-27T16:05:28.989Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:05:28.989Z] PASS [2019-09-27T16:05:28.989Z] [2019-09-27T16:05:28.989Z] === Skipped [2019-09-27T16:05:28.989Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2019-09-27T16:05:28.989Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:05:28.989Z] [2019-09-27T16:05:28.989Z] [2019-09-27T16:05:28.989Z] DONE 5 tests, 1 skipped in 6.782s [2019-09-27T16:05:28.989Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-27T16:05:28.989Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:05:28.989Z] ++ set -e [2019-09-27T16:05:28.989Z] ++ '[' -n 0 ']' [2019-09-27T16:05:28.989Z] ++ set -x [2019-09-27T16:05:28.989Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:05:28.989Z] INFO: Testing against a local daemon [2019-09-27T16:05:28.989Z] === RUN TestContinueAfterPluginCrash [2019-09-27T16:05:28.989Z] === PAUSE TestContinueAfterPluginCrash [2019-09-27T16:05:28.989Z] === RUN TestDaemonStartWithLogOpt [2019-09-27T16:05:28.989Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-27T16:05:28.989Z] === CONT TestContinueAfterPluginCrash [2019-09-27T16:05:28.989Z] === CONT TestDaemonStartWithLogOpt [2019-09-27T16:05:30.176Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:05:30.176Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:05:30.176Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:05:30.433Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:05:30.690Z] --- PASS: TestBuildMultiStageCopy (1.80s) [2019-09-27T16:05:30.690Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.04s) [2019-09-27T16:05:30.690Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.15s) [2019-09-27T16:05:30.690Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.17s) [2019-09-27T16:05:30.690Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2019-09-27T16:05:30.690Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2019-09-27T16:05:30.690Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:05:30.690Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2019-09-27T16:05:30.690Z] PASS [2019-09-27T16:05:30.690Z] [2019-09-27T16:05:30.690Z] DONE 35 tests in 11.924s [2019-09-27T16:05:30.946Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:05:30.946Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:05:30.946Z] +++ set -e [2019-09-27T16:05:30.946Z] +++ '[' -n 0 ']' [2019-09-27T16:05:30.946Z] +++ set -x [2019-09-27T16:05:30.947Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:05:30.947Z] INFO: Testing against a local daemon [2019-09-27T16:05:30.947Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:05:31.509Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-27T16:05:31.509Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:05:31.509Z] daemon.go:325: [dded01b5602a5] waiting for daemon to start [2019-09-27T16:05:31.509Z] daemon.go:325: [dded01b5602a5] waiting for daemon to start [2019-09-27T16:05:31.509Z] daemon.go:353: [dded01b5602a5] daemon started [2019-09-27T16:05:31.509Z] daemon.go:461: [dded01b5602a5] Stopping daemon [2019-09-27T16:05:31.509Z] daemon.go:296: [dded01b5602a5] exiting daemon [2019-09-27T16:05:31.509Z] daemon.go:448: [dded01b5602a5] Daemon stopped [2019-09-27T16:05:31.509Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:05:32.073Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-27T16:05:32.073Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:05:32.073Z] daemon.go:325: [ddc68b950aa8d] waiting for daemon to start [2019-09-27T16:05:32.073Z] daemon.go:325: [ddc68b950aa8d] waiting for daemon to start [2019-09-27T16:05:32.073Z] daemon.go:353: [ddc68b950aa8d] daemon started [2019-09-27T16:05:32.073Z] daemon.go:461: [ddc68b950aa8d] Stopping daemon [2019-09-27T16:05:32.073Z] daemon.go:296: [ddc68b950aa8d] exiting daemon [2019-09-27T16:05:32.073Z] daemon.go:448: [ddc68b950aa8d] Daemon stopped [2019-09-27T16:05:32.073Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:05:32.636Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-27T16:05:32.636Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:05:32.636Z] daemon.go:325: [dc5920620911e] waiting for daemon to start [2019-09-27T16:05:32.636Z] daemon.go:325: [dc5920620911e] waiting for daemon to start [2019-09-27T16:05:32.636Z] daemon.go:353: [dc5920620911e] daemon started [2019-09-27T16:05:32.636Z] daemon.go:461: [dc5920620911e] Stopping daemon [2019-09-27T16:05:32.636Z] daemon.go:296: [dc5920620911e] exiting daemon [2019-09-27T16:05:32.636Z] daemon.go:448: [dc5920620911e] Daemon stopped [2019-09-27T16:05:32.636Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:05:33.200Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2019-09-27T16:05:33.200Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:05:33.200Z] daemon.go:325: [d05ce3978e708] waiting for daemon to start [2019-09-27T16:05:33.200Z] daemon.go:325: [d05ce3978e708] waiting for daemon to start [2019-09-27T16:05:33.200Z] daemon.go:353: [d05ce3978e708] daemon started [2019-09-27T16:05:33.200Z] daemon.go:461: [d05ce3978e708] Stopping daemon [2019-09-27T16:05:33.201Z] daemon.go:296: [d05ce3978e708] exiting daemon [2019-09-27T16:05:33.201Z] daemon.go:448: [d05ce3978e708] Daemon stopped [2019-09-27T16:05:33.201Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:05:33.458Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-09-27T16:05:33.458Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:05:33.458Z] daemon.go:325: [dc6c230c23e34] waiting for daemon to start [2019-09-27T16:05:33.458Z] daemon.go:325: [dc6c230c23e34] waiting for daemon to start [2019-09-27T16:05:33.458Z] daemon.go:353: [dc6c230c23e34] daemon started [2019-09-27T16:05:33.458Z] daemon.go:461: [dc6c230c23e34] Stopping daemon [2019-09-27T16:05:33.458Z] daemon.go:296: [dc6c230c23e34] exiting daemon [2019-09-27T16:05:33.458Z] daemon.go:448: [dc6c230c23e34] Daemon stopped [2019-09-27T16:05:33.458Z] PASS [2019-09-27T16:05:33.458Z] [2019-09-27T16:05:33.458Z] DONE 5 tests in 2.750s [2019-09-27T16:05:33.718Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:05:33.718Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:05:33.718Z] +++ set -e [2019-09-27T16:05:33.718Z] +++ '[' -n 0 ']' [2019-09-27T16:05:33.718Z] +++ set -x [2019-09-27T16:05:33.718Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:05:33.718Z] INFO: Testing against a local daemon [2019-09-27T16:05:33.718Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:05:33.718Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2019-09-27T16:05:33.718Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:05:33.975Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-27T16:05:33.975Z] === RUN TestCopyFromContainer [2019-09-27T16:05:36.500Z] === RUN TestCopyFromContainer// [2019-09-27T16:05:36.500Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:05:36.500Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:05:36.500Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:05:36.757Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:05:36.757Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:05:36.757Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:05:37.014Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:05:37.014Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:05:37.271Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:05:37.271Z] --- PASS: TestCopyFromContainer (3.47s) [2019-09-27T16:05:37.271Z] --- PASS: TestCopyFromContainer// (0.07s) [2019-09-27T16:05:37.271Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2019-09-27T16:05:37.271Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-09-27T16:05:37.271Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-09-27T16:05:37.271Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-09-27T16:05:37.271Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-27T16:05:37.271Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-09-27T16:05:37.271Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2019-09-27T16:05:37.271Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2019-09-27T16:05:37.271Z] --- PASS: TestCopyFromContainer/bar/notarget (0.17s) [2019-09-27T16:05:37.271Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:05:37.529Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-27T16:05:37.529Z] === RUN TestHealthKillContainer [2019-09-27T16:05:40.596Z] --- PASS: TestDaemonStartWithLogOpt (11.24s) [2019-09-27T16:05:40.596Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-27T16:05:40.596Z] daemon.go:325: [d66c2983b888e] waiting for daemon to start [2019-09-27T16:05:40.596Z] daemon.go:325: [d66c2983b888e] waiting for daemon to start [2019-09-27T16:05:40.596Z] daemon.go:353: [d66c2983b888e] daemon started [2019-09-27T16:05:40.596Z] daemon.go:461: [d66c2983b888e] Stopping daemon [2019-09-27T16:05:40.596Z] daemon.go:296: [d66c2983b888e] exiting daemon [2019-09-27T16:05:40.596Z] daemon.go:448: [d66c2983b888e] Daemon stopped [2019-09-27T16:05:40.596Z] daemon.go:325: [d66c2983b888e] waiting for daemon to start [2019-09-27T16:05:40.596Z] daemon.go:325: [d66c2983b888e] waiting for daemon to start [2019-09-27T16:05:40.596Z] daemon.go:353: [d66c2983b888e] daemon started [2019-09-27T16:05:40.596Z] daemon.go:461: [d66c2983b888e] Stopping daemon [2019-09-27T16:05:40.596Z] daemon.go:296: [d66c2983b888e] exiting daemon [2019-09-27T16:05:40.596Z] daemon.go:448: [d66c2983b888e] Daemon stopped [2019-09-27T16:05:40.804Z] --- PASS: TestHealthKillContainer (3.25s) [2019-09-27T16:05:40.804Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:05:40.804Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.24s) [2019-09-27T16:05:40.804Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:05:41.060Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-09-27T16:05:41.060Z] === RUN TestCopyFromContainer [2019-09-27T16:05:42.959Z] === RUN TestCopyFromContainer// [2019-09-27T16:05:42.959Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:05:42.959Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:05:43.216Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:05:43.216Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:05:43.216Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:05:43.475Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:05:43.475Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:05:43.475Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:05:43.733Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:05:43.733Z] --- PASS: TestCopyFromContainer (2.75s) [2019-09-27T16:05:43.733Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-27T16:05:43.733Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-09-27T16:05:43.733Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-09-27T16:05:43.733Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2019-09-27T16:05:43.733Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-09-27T16:05:43.733Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-27T16:05:43.733Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2019-09-27T16:05:43.733Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-09-27T16:05:43.733Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-09-27T16:05:43.733Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2019-09-27T16:05:43.733Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:05:43.733Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2019-09-27T16:05:43.733Z] === RUN TestHealthKillContainer [2019-09-27T16:05:44.667Z] PASS: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2 26.630s [2019-09-27T16:05:45.632Z] --- PASS: TestContinueAfterPluginCrash (16.15s) [2019-09-27T16:05:45.632Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-27T16:05:45.632Z] daemon.go:325: [dd88cb119fb9b] waiting for daemon to start [2019-09-27T16:05:45.632Z] daemon.go:325: [dd88cb119fb9b] waiting for daemon to start [2019-09-27T16:05:45.632Z] daemon.go:353: [dd88cb119fb9b] daemon started [2019-09-27T16:05:45.632Z] daemon.go:461: [dd88cb119fb9b] Stopping daemon [2019-09-27T16:05:45.632Z] daemon.go:296: [dd88cb119fb9b] exiting daemon [2019-09-27T16:05:45.632Z] daemon.go:448: [dd88cb119fb9b] Daemon stopped [2019-09-27T16:05:45.632Z] PASS [2019-09-27T16:05:45.632Z] [2019-09-27T16:05:45.632Z] DONE 2 tests in 16.311s [2019-09-27T16:05:45.632Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-27T16:05:45.632Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:05:45.632Z] ++ set -e [2019-09-27T16:05:45.632Z] ++ '[' -n 0 ']' [2019-09-27T16:05:45.632Z] ++ set -x [2019-09-27T16:05:45.632Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:05:45.632Z] INFO: Testing against a local daemon [2019-09-27T16:05:45.632Z] === RUN TestPluginWithDevMounts [2019-09-27T16:05:45.632Z] === PAUSE TestPluginWithDevMounts [2019-09-27T16:05:45.632Z] === CONT TestPluginWithDevMounts [2019-09-27T16:05:46.037Z] PASS: docker_api_swarm_test.go:560: DockerSwarmSuite.TestAPISwarmForceNewCluster 17.338s [2019-09-27T16:05:46.037Z] SKIP: docker_api_swarm_test.go:932: DockerSwarmSuite.TestAPISwarmHealthcheckNone (Root cause of Issue #36386 is needed) [2019-09-27T16:05:46.600Z] PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy 1.888s [2019-09-27T16:05:47.164Z] --- PASS: TestHealthKillContainer (3.19s) [2019-09-27T16:05:47.164Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:05:47.164Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2019-09-27T16:05:47.164Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:05:47.164Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-27T16:05:47.164Z] === RUN TestCopyFromContainer [2019-09-27T16:05:47.465Z] --- PASS: TestPluginWithDevMounts (2.03s) [2019-09-27T16:05:47.465Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-27T16:05:47.465Z] daemon.go:325: [d0efbb463c3f8] waiting for daemon to start [2019-09-27T16:05:47.465Z] daemon.go:325: [d0efbb463c3f8] waiting for daemon to start [2019-09-27T16:05:47.465Z] daemon.go:353: [d0efbb463c3f8] daemon started [2019-09-27T16:05:47.465Z] daemon.go:461: [d0efbb463c3f8] Stopping daemon [2019-09-27T16:05:47.465Z] daemon.go:296: [d0efbb463c3f8] exiting daemon [2019-09-27T16:05:47.465Z] daemon.go:448: [d0efbb463c3f8] Daemon stopped [2019-09-27T16:05:47.465Z] PASS [2019-09-27T16:05:47.465Z] [2019-09-27T16:05:47.465Z] DONE 1 tests in 2.267s [2019-09-27T16:05:47.465Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-09-27T16:05:47.465Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:05:47.465Z] ++ set -e [2019-09-27T16:05:47.465Z] ++ '[' -n 0 ']' [2019-09-27T16:05:47.465Z] ++ set -x [2019-09-27T16:05:47.465Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:05:47.465Z] INFO: Testing against a local daemon [2019-09-27T16:05:47.465Z] === RUN TestSecretInspect [2019-09-27T16:05:49.059Z] === RUN TestCopyFromContainer// [2019-09-27T16:05:49.318Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:05:49.576Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:05:49.576Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:05:49.576Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:05:49.833Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:05:49.833Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:05:49.833Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:05:50.090Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:05:50.090Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:05:50.349Z] --- PASS: TestCopyFromContainer (3.03s) [2019-09-27T16:05:50.349Z] --- PASS: TestCopyFromContainer// (0.15s) [2019-09-27T16:05:50.349Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2019-09-27T16:05:50.349Z] --- PASS: TestCopyFromContainer//bar/root/ (0.12s) [2019-09-27T16:05:50.349Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-09-27T16:05:50.349Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-09-27T16:05:50.349Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-27T16:05:50.349Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-09-27T16:05:50.349Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-09-27T16:05:50.349Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-09-27T16:05:50.349Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2019-09-27T16:05:50.349Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:05:50.349Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-27T16:05:50.349Z] === RUN TestHealthKillContainer [2019-09-27T16:05:50.696Z] --- PASS: TestSecretInspect (2.92s) [2019-09-27T16:05:50.696Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-27T16:05:50.696Z] daemon.go:325: [d6e4f9421958a] waiting for daemon to start [2019-09-27T16:05:50.696Z] daemon.go:325: [d6e4f9421958a] waiting for daemon to start [2019-09-27T16:05:50.696Z] daemon.go:353: [d6e4f9421958a] daemon started [2019-09-27T16:05:50.696Z] daemon.go:461: [d6e4f9421958a] Stopping daemon [2019-09-27T16:05:50.696Z] daemon.go:296: [d6e4f9421958a] exiting daemon [2019-09-27T16:05:50.696Z] daemon.go:448: [d6e4f9421958a] Daemon stopped [2019-09-27T16:05:50.696Z] === RUN TestSecretList [2019-09-27T16:05:53.621Z] --- PASS: TestHealthKillContainer (3.08s) [2019-09-27T16:05:53.621Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:05:53.621Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-09-27T16:05:53.621Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:05:53.621Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-27T16:05:53.621Z] === RUN TestCopyFromContainer [2019-09-27T16:05:53.899Z] --- PASS: TestSecretList (2.99s) [2019-09-27T16:05:53.899Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-27T16:05:53.899Z] daemon.go:325: [d3cc13fa0b3b6] waiting for daemon to start [2019-09-27T16:05:53.899Z] daemon.go:325: [d3cc13fa0b3b6] waiting for daemon to start [2019-09-27T16:05:53.899Z] daemon.go:353: [d3cc13fa0b3b6] daemon started [2019-09-27T16:05:53.899Z] daemon.go:461: [d3cc13fa0b3b6] Stopping daemon [2019-09-27T16:05:53.899Z] daemon.go:296: [d3cc13fa0b3b6] exiting daemon [2019-09-27T16:05:53.899Z] daemon.go:448: [d3cc13fa0b3b6] Daemon stopped [2019-09-27T16:05:53.899Z] === RUN TestSecretsCreateAndDelete [2019-09-27T16:05:55.519Z] === RUN TestCopyFromContainer// [2019-09-27T16:05:55.519Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:05:55.519Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:05:55.519Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:05:55.519Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:05:55.776Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:05:55.776Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:05:55.776Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:05:55.778Z] --- PASS: TestSecretsCreateAndDelete (2.26s) [2019-09-27T16:05:55.778Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-27T16:05:55.778Z] daemon.go:325: [d070a7bf5ab6e] waiting for daemon to start [2019-09-27T16:05:55.778Z] daemon.go:325: [d070a7bf5ab6e] waiting for daemon to start [2019-09-27T16:05:55.778Z] daemon.go:353: [d070a7bf5ab6e] daemon started [2019-09-27T16:05:55.778Z] daemon.go:461: [d070a7bf5ab6e] Stopping daemon [2019-09-27T16:05:55.778Z] daemon.go:296: [d070a7bf5ab6e] exiting daemon [2019-09-27T16:05:55.778Z] daemon.go:448: [d070a7bf5ab6e] Daemon stopped [2019-09-27T16:05:55.778Z] === RUN TestSecretsUpdate [2019-09-27T16:05:56.033Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:05:56.033Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:05:56.033Z] --- PASS: TestCopyFromContainer (2.60s) [2019-09-27T16:05:56.033Z] --- PASS: TestCopyFromContainer// (0.06s) [2019-09-27T16:05:56.033Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-09-27T16:05:56.033Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2019-09-27T16:05:56.033Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2019-09-27T16:05:56.033Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-09-27T16:05:56.033Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-27T16:05:56.033Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-09-27T16:05:56.033Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-09-27T16:05:56.033Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-09-27T16:05:56.033Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-09-27T16:05:56.033Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:05:56.290Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-27T16:05:56.290Z] === RUN TestHealthKillContainer [2019-09-27T16:05:57.660Z] PASS: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv 10.808s [2019-09-27T16:05:58.225Z] PASS: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose 0.831s [2019-09-27T16:05:58.788Z] PASS: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser 0.459s [2019-09-27T16:05:58.981Z] --- PASS: TestSecretsUpdate (3.00s) [2019-09-27T16:05:58.981Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-27T16:05:58.981Z] daemon.go:325: [dd191445785b3] waiting for daemon to start [2019-09-27T16:05:58.981Z] daemon.go:325: [dd191445785b3] waiting for daemon to start [2019-09-27T16:05:58.981Z] daemon.go:353: [dd191445785b3] daemon started [2019-09-27T16:05:58.981Z] daemon.go:461: [dd191445785b3] Stopping daemon [2019-09-27T16:05:58.981Z] daemon.go:296: [dd191445785b3] exiting daemon [2019-09-27T16:05:58.981Z] daemon.go:448: [dd191445785b3] Daemon stopped [2019-09-27T16:05:58.981Z] === RUN TestTemplatedSecret [2019-09-27T16:05:59.352Z] PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume 0.468s [2019-09-27T16:05:59.352Z] --- PASS: TestHealthKillContainer (3.03s) [2019-09-27T16:05:59.352Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:05:59.352Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2019-09-27T16:05:59.352Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:05:59.352Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-09-27T16:05:59.352Z] === RUN TestCopyFromContainer [2019-09-27T16:06:01.247Z] PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir 1.821s [2019-09-27T16:06:01.247Z] SKIP: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest (unmatched requirement DaemonIsWindows) [2019-09-27T16:06:01.505Z] === RUN TestCopyFromContainer// [2019-09-27T16:06:01.505Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:06:01.505Z] PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace 0.358s [2019-09-27T16:06:01.505Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:06:01.763Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:06:01.763Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:06:01.763Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:06:02.020Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:06:02.020Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:06:02.020Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:06:02.277Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:06:02.277Z] --- PASS: TestCopyFromContainer (2.91s) [2019-09-27T16:06:02.277Z] --- PASS: TestCopyFromContainer// (0.08s) [2019-09-27T16:06:02.277Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2019-09-27T16:06:02.277Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2019-09-27T16:06:02.277Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-09-27T16:06:02.277Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-27T16:06:02.277Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-27T16:06:02.277Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-09-27T16:06:02.277Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-09-27T16:06:02.277Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-09-27T16:06:02.277Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-09-27T16:06:02.277Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:06:02.367Z] --- PASS: TestTemplatedSecret (3.57s) [2019-09-27T16:06:02.367Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-27T16:06:02.367Z] daemon.go:325: [d241c3bbe88a4] waiting for daemon to start [2019-09-27T16:06:02.367Z] daemon.go:325: [d241c3bbe88a4] waiting for daemon to start [2019-09-27T16:06:02.367Z] daemon.go:353: [d241c3bbe88a4] daemon started [2019-09-27T16:06:02.367Z] daemon.go:461: [d241c3bbe88a4] Stopping daemon [2019-09-27T16:06:02.367Z] daemon.go:296: [d241c3bbe88a4] exiting daemon [2019-09-27T16:06:02.367Z] daemon.go:448: [d241c3bbe88a4] Daemon stopped [2019-09-27T16:06:02.367Z] === RUN TestSecretCreateResolve [2019-09-27T16:06:02.534Z] --- PASS: TestCreateLinkToNonExistingContainer (0.20s) [2019-09-27T16:06:02.534Z] === RUN TestHealthKillContainer [2019-09-27T16:06:05.613Z] --- PASS: TestSecretCreateResolve (3.07s) [2019-09-27T16:06:05.613Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-27T16:06:05.613Z] daemon.go:325: [d090f9ee35213] waiting for daemon to start [2019-09-27T16:06:05.613Z] daemon.go:325: [d090f9ee35213] waiting for daemon to start [2019-09-27T16:06:05.613Z] daemon.go:353: [d090f9ee35213] daemon started [2019-09-27T16:06:05.613Z] daemon.go:461: [d090f9ee35213] Stopping daemon [2019-09-27T16:06:05.613Z] daemon.go:296: [d090f9ee35213] exiting daemon [2019-09-27T16:06:05.613Z] daemon.go:448: [d090f9ee35213] Daemon stopped [2019-09-27T16:06:05.613Z] PASS [2019-09-27T16:06:05.613Z] [2019-09-27T16:06:05.613Z] DONE 6 tests in 17.955s [2019-09-27T16:06:05.613Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-09-27T16:06:05.613Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:06:05.613Z] ++ set -e [2019-09-27T16:06:05.613Z] ++ '[' -n 0 ']' [2019-09-27T16:06:05.613Z] ++ set -x [2019-09-27T16:06:05.613Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:06:05.613Z] INFO: Testing against a local daemon [2019-09-27T16:06:05.613Z] === RUN TestServiceCreateInit [2019-09-27T16:06:05.613Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-27T16:06:05.814Z] --- PASS: TestHealthKillContainer (2.94s) [2019-09-27T16:06:05.814Z] PASS [2019-09-27T16:06:05.814Z] [2019-09-27T16:06:05.814Z] DONE 75 tests in 31.879s [2019-09-27T16:06:05.814Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:06:05.814Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:05.814Z] +++ set -e [2019-09-27T16:06:05.814Z] +++ '[' -n 0 ']' [2019-09-27T16:06:05.814Z] +++ set -x [2019-09-27T16:06:05.814Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:05.814Z] INFO: Testing against a local daemon [2019-09-27T16:06:05.814Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:06:05.814Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2019-09-27T16:06:05.814Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:06:05.814Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2019-09-27T16:06:05.814Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:06:05.814Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-27T16:06:05.814Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:06:05.814Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-27T16:06:05.814Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:06:05.814Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-27T16:06:05.814Z] PASS [2019-09-27T16:06:05.814Z] [2019-09-27T16:06:05.814Z] DONE 5 tests in 0.120s [2019-09-27T16:06:05.814Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:06:05.814Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:05.814Z] +++ set -e [2019-09-27T16:06:05.814Z] +++ '[' -n 0 ']' [2019-09-27T16:06:05.814Z] +++ set -x [2019-09-27T16:06:05.814Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:05.814Z] INFO: Testing against a local daemon [2019-09-27T16:06:05.814Z] testing: warning: no tests to run [2019-09-27T16:06:05.814Z] PASS [2019-09-27T16:06:05.814Z] [2019-09-27T16:06:05.814Z] DONE 0 tests in 0.042s [2019-09-27T16:06:05.814Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:06:05.814Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:05.814Z] +++ set -e [2019-09-27T16:06:05.814Z] +++ '[' -n 0 ']' [2019-09-27T16:06:05.814Z] +++ set -x [2019-09-27T16:06:05.815Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:05.815Z] INFO: Testing against a local daemon [2019-09-27T16:06:05.815Z] testing: warning: no tests to run [2019-09-27T16:06:05.815Z] PASS [2019-09-27T16:06:05.815Z] [2019-09-27T16:06:05.815Z] DONE 0 tests in 0.042s [2019-09-27T16:06:05.815Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:06:05.815Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:05.815Z] +++ set -e [2019-09-27T16:06:05.815Z] +++ '[' -n 0 ']' [2019-09-27T16:06:05.815Z] +++ set -x [2019-09-27T16:06:05.815Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:05.815Z] INFO: Testing against a local daemon [2019-09-27T16:06:05.815Z] testing: warning: no tests to run [2019-09-27T16:06:05.815Z] PASS [2019-09-27T16:06:05.815Z] [2019-09-27T16:06:05.815Z] DONE 0 tests in 0.041s [2019-09-27T16:06:05.815Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:06:05.815Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:05.815Z] +++ set -e [2019-09-27T16:06:05.815Z] +++ '[' -n 0 ']' [2019-09-27T16:06:05.815Z] +++ set -x [2019-09-27T16:06:05.815Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:05.815Z] testing: warning: no tests to run [2019-09-27T16:06:05.815Z] PASS [2019-09-27T16:06:05.815Z] [2019-09-27T16:06:05.815Z] DONE 0 tests in 0.014s [2019-09-27T16:06:05.815Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:06:05.815Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:05.815Z] +++ set -e [2019-09-27T16:06:05.815Z] +++ '[' -n 0 ']' [2019-09-27T16:06:05.815Z] +++ set -x [2019-09-27T16:06:05.815Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.072Z] INFO: Testing against a local daemon [2019-09-27T16:06:06.072Z] testing: warning: no tests to run [2019-09-27T16:06:06.072Z] PASS [2019-09-27T16:06:06.072Z] [2019-09-27T16:06:06.072Z] DONE 0 tests in 0.042s [2019-09-27T16:06:06.072Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:06:06.072Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.072Z] +++ set -e [2019-09-27T16:06:06.072Z] +++ '[' -n 0 ']' [2019-09-27T16:06:06.072Z] +++ set -x [2019-09-27T16:06:06.072Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.072Z] INFO: Testing against a local daemon [2019-09-27T16:06:06.072Z] testing: warning: no tests to run [2019-09-27T16:06:06.072Z] PASS [2019-09-27T16:06:06.072Z] [2019-09-27T16:06:06.072Z] DONE 0 tests in 0.041s [2019-09-27T16:06:06.072Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:06:06.072Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.072Z] +++ set -e [2019-09-27T16:06:06.072Z] +++ '[' -n 0 ']' [2019-09-27T16:06:06.072Z] +++ set -x [2019-09-27T16:06:06.072Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.072Z] INFO: Testing against a local daemon [2019-09-27T16:06:06.072Z] testing: warning: no tests to run [2019-09-27T16:06:06.072Z] PASS [2019-09-27T16:06:06.072Z] [2019-09-27T16:06:06.072Z] DONE 0 tests in 0.032s [2019-09-27T16:06:06.072Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:06:06.073Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.073Z] +++ set -e [2019-09-27T16:06:06.073Z] +++ '[' -n 0 ']' [2019-09-27T16:06:06.073Z] +++ set -x [2019-09-27T16:06:06.073Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.073Z] INFO: Testing against a local daemon [2019-09-27T16:06:06.073Z] testing: warning: no tests to run [2019-09-27T16:06:06.073Z] PASS [2019-09-27T16:06:06.073Z] [2019-09-27T16:06:06.073Z] DONE 0 tests in 0.075s [2019-09-27T16:06:06.330Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:06:06.330Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.330Z] +++ set -e [2019-09-27T16:06:06.330Z] +++ '[' -n 0 ']' [2019-09-27T16:06:06.330Z] +++ set -x [2019-09-27T16:06:06.330Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.330Z] INFO: Testing against a local daemon [2019-09-27T16:06:06.330Z] testing: warning: no tests to run [2019-09-27T16:06:06.330Z] PASS [2019-09-27T16:06:06.330Z] [2019-09-27T16:06:06.330Z] DONE 0 tests in 0.086s [2019-09-27T16:06:06.330Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:06:06.330Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.330Z] +++ set -e [2019-09-27T16:06:06.330Z] +++ '[' -n 0 ']' [2019-09-27T16:06:06.330Z] +++ set -x [2019-09-27T16:06:06.330Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.330Z] INFO: Testing against a local daemon [2019-09-27T16:06:06.330Z] testing: warning: no tests to run [2019-09-27T16:06:06.330Z] PASS [2019-09-27T16:06:06.330Z] [2019-09-27T16:06:06.330Z] DONE 0 tests in 0.036s [2019-09-27T16:06:06.330Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:06:06.330Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.330Z] +++ set -e [2019-09-27T16:06:06.330Z] +++ '[' -n 0 ']' [2019-09-27T16:06:06.330Z] +++ set -x [2019-09-27T16:06:06.330Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:06:06.590Z] INFO: Testing against a local daemon [2019-09-27T16:06:06.590Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:06:06.590Z] PASS: docker_api_swarm_test.go:37: DockerSwarmSuite.TestAPISwarmInit 14.637s [2019-09-27T16:06:07.522Z] PASS: docker_api_swarm_test.go:542: DockerSwarmSuite.TestAPISwarmInvalidAddress 0.876s [2019-09-27T16:06:10.940Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-27T16:06:11.697Z] --- PASS: TestDockerNetworkReConnect (5.31s) [2019-09-27T16:06:11.697Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:06:11.697Z] daemon.go:325: [d4dce5cc46469] waiting for daemon to start [2019-09-27T16:06:11.697Z] daemon.go:325: [d4dce5cc46469] waiting for daemon to start [2019-09-27T16:06:11.697Z] daemon.go:353: [d4dce5cc46469] daemon started [2019-09-27T16:06:11.697Z] daemon.go:461: [d4dce5cc46469] Stopping daemon [2019-09-27T16:06:11.697Z] daemon.go:296: [d4dce5cc46469] exiting daemon [2019-09-27T16:06:11.697Z] daemon.go:448: [d4dce5cc46469] Daemon stopped [2019-09-27T16:06:11.697Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:06:14.218Z] PASS: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation 12.594s [2019-09-27T16:06:14.475Z] PASS: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose 0.351s [2019-09-27T16:06:15.407Z] PASS: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts 0.608s [2019-09-27T16:06:15.716Z] PASS: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder 0.469s [2019-09-27T16:06:15.978Z] PASS: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto 0.349s [2019-09-27T16:06:16.111Z] --- PASS: TestServiceCreateInit (10.05s) [2019-09-27T16:06:16.111Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.33s) [2019-09-27T16:06:16.111Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-27T16:06:16.111Z] daemon.go:325: [da92502509f41] waiting for daemon to start [2019-09-27T16:06:16.111Z] daemon.go:325: [da92502509f41] waiting for daemon to start [2019-09-27T16:06:16.111Z] daemon.go:353: [da92502509f41] daemon started [2019-09-27T16:06:16.111Z] daemon.go:461: [da92502509f41] Stopping daemon [2019-09-27T16:06:16.111Z] daemon.go:296: [da92502509f41] exiting daemon [2019-09-27T16:06:16.111Z] daemon.go:448: [da92502509f41] Daemon stopped [2019-09-27T16:06:16.111Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.70s) [2019-09-27T16:06:16.111Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-27T16:06:16.111Z] daemon.go:325: [d2764972b9d3e] waiting for daemon to start [2019-09-27T16:06:16.111Z] daemon.go:325: [d2764972b9d3e] waiting for daemon to start [2019-09-27T16:06:16.111Z] daemon.go:353: [d2764972b9d3e] daemon started [2019-09-27T16:06:16.111Z] daemon.go:461: [d2764972b9d3e] Stopping daemon [2019-09-27T16:06:16.111Z] daemon.go:296: [d2764972b9d3e] exiting daemon [2019-09-27T16:06:16.111Z] daemon.go:448: [d2764972b9d3e] Daemon stopped [2019-09-27T16:06:16.111Z] === RUN TestCreateServiceMultipleTimes [2019-09-27T16:06:16.935Z] PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails 0.928s [2019-09-27T16:06:16.935Z] PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable 0.018s [2019-09-27T16:06:18.478Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T16:06:18.478Z] [2019-09-27T16:06:18.478Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-27T16:06:18.478Z] PKG_CONFIG=pkg-config [2019-09-27T16:06:18.478Z] GOLANG_VERSION=1.12.9 [2019-09-27T16:06:18.478Z] HOSTNAME=84e3f614036a [2019-09-27T16:06:18.478Z] DOCKER_EXPERIMENTAL=1 [2019-09-27T16:06:18.478Z] container=docker [2019-09-27T16:06:18.478Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-27T16:06:18.478Z] GOPATH=/go [2019-09-27T16:06:18.478Z] PWD=/go/src/github.com/docker/docker [2019-09-27T16:06:18.478Z] HOME=/root [2019-09-27T16:06:18.478Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-27T16:06:18.478Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-27T16:06:18.478Z] DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T16:06:18.478Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-27T16:06:18.478Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-27T16:06:18.478Z] TERM=xterm [2019-09-27T16:06:18.478Z] DEST=bundles/test-integration [2019-09-27T16:06:18.478Z] SHLVL=1 [2019-09-27T16:06:18.478Z] TIMEOUT=120m [2019-09-27T16:06:18.478Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-27T16:06:18.478Z] DOCKER_PKG=github.com/docker/docker [2019-09-27T16:06:18.478Z] TESTDEBUG=0 [2019-09-27T16:06:18.478Z] _=/usr/bin/env [2019-09-27T16:06:18.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-27T16:06:19.461Z] PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir 2.295s [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-27T16:06:21.302Z] ok github.com/docker/docker/api/server/httputils 0.017s coverage: 14.7% of statements [2019-09-27T16:06:21.302Z] ok github.com/docker/docker/api/server/middleware 0.012s coverage: 37.7% of statements [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-27T16:06:21.302Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 3.1% of statements [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-27T16:06:21.302Z] ok github.com/docker/docker/api/types/strslice 0.013s coverage: 90.0% of statements [2019-09-27T16:06:21.302Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 95.2% of statements [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-27T16:06:21.302Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2019-09-27T16:06:21.302Z] ok github.com/docker/docker/api/types/time 0.012s coverage: 100.0% of statements [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/builder [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-27T16:06:21.302Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-27T16:06:21.302Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2019-09-27T16:06:21.982Z] PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile 2.414s [2019-09-27T16:06:23.862Z] ok github.com/docker/docker/builder/fscache 0.110s coverage: 69.2% of statements [2019-09-27T16:06:23.875Z] PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm 1.844s [2019-09-27T16:06:24.117Z] ok github.com/docker/docker/builder/dockerfile 0.634s coverage: 45.1% of statements [2019-09-27T16:06:25.244Z] PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit 1.482s [2019-09-27T16:06:25.500Z] PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext 0.320s [2019-09-27T16:06:26.433Z] PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF 1.041s [2019-09-27T16:06:26.671Z] ok github.com/docker/docker/builder/remotecontext/git 0.950s coverage: 85.1% of statements [2019-09-27T16:06:26.926Z] ok github.com/docker/docker/builder/remotecontext 0.207s coverage: 13.6% of statements [2019-09-27T16:06:26.926Z] ? github.com/docker/docker/cli [no test files] [2019-09-27T16:06:26.926Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-27T16:06:26.997Z] --- PASS: TestServiceUpdateNetwork (15.06s) [2019-09-27T16:06:26.997Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:06:26.997Z] daemon.go:325: [d8cec7f73cc45] waiting for daemon to start [2019-09-27T16:06:26.997Z] daemon.go:325: [d8cec7f73cc45] waiting for daemon to start [2019-09-27T16:06:26.997Z] daemon.go:353: [d8cec7f73cc45] daemon started [2019-09-27T16:06:26.997Z] daemon.go:461: [d8cec7f73cc45] Stopping daemon [2019-09-27T16:06:26.997Z] daemon.go:296: [d8cec7f73cc45] exiting daemon [2019-09-27T16:06:26.997Z] daemon.go:448: [d8cec7f73cc45] Daemon stopped [2019-09-27T16:06:26.997Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:06:27.484Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-09-27T16:06:28.892Z] PASS: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile 2.057s [2019-09-27T16:06:29.456Z] PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames 0.776s [2019-09-27T16:06:29.712Z] PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball 0.421s [2019-09-27T16:06:31.605Z] --- PASS: TestDockerNetworkReConnect (4.82s) [2019-09-27T16:06:31.605Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:06:31.605Z] daemon.go:325: [d53b397c85fef] waiting for daemon to start [2019-09-27T16:06:31.605Z] daemon.go:325: [d53b397c85fef] waiting for daemon to start [2019-09-27T16:06:31.605Z] daemon.go:353: [d53b397c85fef] daemon started [2019-09-27T16:06:31.605Z] daemon.go:461: [d53b397c85fef] Stopping daemon [2019-09-27T16:06:31.605Z] daemon.go:296: [d53b397c85fef] exiting daemon [2019-09-27T16:06:31.605Z] daemon.go:448: [d53b397c85fef] Daemon stopped [2019-09-27T16:06:31.605Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:06:32.169Z] PASS: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF 2.218s [2019-09-27T16:06:32.718Z] ok github.com/docker/docker/client 0.203s coverage: 75.7% of statements [2019-09-27T16:06:34.690Z] PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF 2.424s [2019-09-27T16:06:36.001Z] --- PASS: TestCreateServiceMultipleTimes (18.29s) [2019-09-27T16:06:36.001Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-27T16:06:36.001Z] daemon.go:325: [d0bf5a700490f] waiting for daemon to start [2019-09-27T16:06:36.001Z] daemon.go:325: [d0bf5a700490f] waiting for daemon to start [2019-09-27T16:06:36.001Z] daemon.go:353: [d0bf5a700490f] daemon started [2019-09-27T16:06:36.001Z] daemon.go:461: [d0bf5a700490f] Stopping daemon [2019-09-27T16:06:36.001Z] daemon.go:296: [d0bf5a700490f] exiting daemon [2019-09-27T16:06:36.001Z] daemon.go:448: [d0bf5a700490f] Daemon stopped [2019-09-27T16:06:36.001Z] === RUN TestCreateServiceConflict [2019-09-27T16:06:36.060Z] PASS: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume 1.573s [2019-09-27T16:06:36.804Z] --- PASS: TestCreateServiceConflict (2.92s) [2019-09-27T16:06:36.804Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-27T16:06:36.804Z] daemon.go:325: [d323df5c3f311] waiting for daemon to start [2019-09-27T16:06:36.804Z] daemon.go:325: [d323df5c3f311] waiting for daemon to start [2019-09-27T16:06:36.804Z] daemon.go:353: [d323df5c3f311] daemon started [2019-09-27T16:06:36.804Z] daemon.go:461: [d323df5c3f311] Stopping daemon [2019-09-27T16:06:36.804Z] daemon.go:296: [d323df5c3f311] exiting daemon [2019-09-27T16:06:36.804Z] daemon.go:448: [d323df5c3f311] Daemon stopped [2019-09-27T16:06:36.804Z] === RUN TestCreateServiceMaxReplicas [2019-09-27T16:06:40.028Z] --- PASS: TestCreateServiceMaxReplicas (3.12s) [2019-09-27T16:06:40.028Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-27T16:06:40.028Z] daemon.go:325: [dc7a443f475ba] waiting for daemon to start [2019-09-27T16:06:40.028Z] daemon.go:325: [dc7a443f475ba] waiting for daemon to start [2019-09-27T16:06:40.028Z] daemon.go:353: [dc7a443f475ba] daemon started [2019-09-27T16:06:40.028Z] daemon.go:461: [dc7a443f475ba] Stopping daemon [2019-09-27T16:06:40.028Z] daemon.go:296: [dc7a443f475ba] exiting daemon [2019-09-27T16:06:40.028Z] daemon.go:448: [dc7a443f475ba] Daemon stopped [2019-09-27T16:06:40.028Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-27T16:06:41.312Z] PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory 4.639s [2019-09-27T16:06:41.312Z] PASS: docker_cli_build_test.go:6182: DockerSuite.TestBuildIidFile 0.538s [2019-09-27T16:06:42.241Z] PASS: docker_cli_build_test.go:6207: DockerSuite.TestBuildIidFileCleanupOnFail 1.003s [2019-09-27T16:06:42.806Z] PASS: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance 0.553s [2019-09-27T16:06:43.369Z] PASS: docker_cli_build_test.go:5975: DockerSuite.TestBuildIntermediateTarget 0.521s [2019-09-27T16:06:43.369Z] PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag 0.010s [2019-09-27T16:06:44.737Z] PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun 1.025s [2019-09-27T16:06:44.993Z] PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel 0.400s [2019-09-27T16:06:45.556Z] PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit 0.505s [2019-09-27T16:06:45.812Z] PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple 0.425s [2019-09-27T16:06:46.069Z] PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode 0.292s [2019-09-27T16:06:46.633Z] PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels 0.468s [2019-09-27T16:06:46.890Z] --- PASS: TestServiceUpdateNetwork (15.23s) [2019-09-27T16:06:46.890Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:06:46.890Z] daemon.go:325: [d33c09a95986e] waiting for daemon to start [2019-09-27T16:06:46.890Z] daemon.go:325: [d33c09a95986e] waiting for daemon to start [2019-09-27T16:06:46.890Z] daemon.go:353: [d33c09a95986e] daemon started [2019-09-27T16:06:46.890Z] daemon.go:461: [d33c09a95986e] Stopping daemon [2019-09-27T16:06:46.890Z] daemon.go:296: [d33c09a95986e] exiting daemon [2019-09-27T16:06:46.890Z] daemon.go:448: [d33c09a95986e] Daemon stopped [2019-09-27T16:06:46.890Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:06:48.259Z] PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache 1.342s [2019-09-27T16:06:51.531Z] PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride 3.051s [2019-09-27T16:06:51.791Z] --- PASS: TestDockerNetworkReConnect (5.01s) [2019-09-27T16:06:51.791Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:06:51.791Z] daemon.go:325: [d9e72b2462db8] waiting for daemon to start [2019-09-27T16:06:51.791Z] daemon.go:325: [d9e72b2462db8] waiting for daemon to start [2019-09-27T16:06:51.791Z] daemon.go:353: [d9e72b2462db8] daemon started [2019-09-27T16:06:51.791Z] daemon.go:461: [d9e72b2462db8] Stopping daemon [2019-09-27T16:06:51.791Z] daemon.go:296: [d9e72b2462db8] exiting daemon [2019-09-27T16:06:51.791Z] daemon.go:448: [d9e72b2462db8] Daemon stopped [2019-09-27T16:06:51.791Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:06:53.917Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.73s) [2019-09-27T16:06:53.917Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-27T16:06:53.917Z] daemon.go:325: [d486795812e2b] waiting for daemon to start [2019-09-27T16:06:53.917Z] daemon.go:325: [d486795812e2b] waiting for daemon to start [2019-09-27T16:06:53.917Z] daemon.go:353: [d486795812e2b] daemon started [2019-09-27T16:06:53.917Z] daemon.go:461: [d486795812e2b] Stopping daemon [2019-09-27T16:06:53.917Z] daemon.go:296: [d486795812e2b] exiting daemon [2019-09-27T16:06:53.917Z] daemon.go:448: [d486795812e2b] Daemon stopped [2019-09-27T16:06:53.917Z] === RUN TestCreateServiceSecretFileMode [2019-09-27T16:06:56.127Z] PASS: docker_api_swarm_test.go:83: DockerSwarmSuite.TestAPISwarmJoinToken 47.805s [2019-09-27T16:06:56.405Z] --- PASS: TestCreateServiceSecretFileMode (2.88s) [2019-09-27T16:06:56.405Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-27T16:06:56.405Z] daemon.go:325: [d54c94d4f7b5f] waiting for daemon to start [2019-09-27T16:06:56.405Z] daemon.go:325: [d54c94d4f7b5f] waiting for daemon to start [2019-09-27T16:06:56.405Z] daemon.go:353: [d54c94d4f7b5f] daemon started [2019-09-27T16:06:56.405Z] daemon.go:461: [d54c94d4f7b5f] Stopping daemon [2019-09-27T16:06:56.405Z] daemon.go:296: [d54c94d4f7b5f] exiting daemon [2019-09-27T16:06:56.405Z] daemon.go:448: [d54c94d4f7b5f] Daemon stopped [2019-09-27T16:06:56.405Z] === RUN TestCreateServiceConfigFileMode [2019-09-27T16:06:57.059Z] PASS: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified 5.841s [2019-09-27T16:06:59.701Z] --- PASS: TestCreateServiceConfigFileMode (3.05s) [2019-09-27T16:06:59.701Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-27T16:06:59.701Z] daemon.go:325: [d3d2f12cf8d88] waiting for daemon to start [2019-09-27T16:06:59.701Z] daemon.go:325: [d3d2f12cf8d88] waiting for daemon to start [2019-09-27T16:06:59.701Z] daemon.go:353: [d3d2f12cf8d88] daemon started [2019-09-27T16:06:59.701Z] daemon.go:461: [d3d2f12cf8d88] Stopping daemon [2019-09-27T16:06:59.701Z] daemon.go:296: [d3d2f12cf8d88] exiting daemon [2019-09-27T16:06:59.701Z] daemon.go:448: [d3d2f12cf8d88] Daemon stopped [2019-09-27T16:06:59.701Z] === RUN TestCreateServiceSysctls [2019-09-27T16:07:01.233Z] PASS: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak 4.233s [2019-09-27T16:07:01.233Z] PASS: docker_cli_build_test.go:6107: DockerSuite.TestBuildLineErrorOnBuild 0.091s [2019-09-27T16:07:01.490Z] PASS: docker_cli_build_test.go:6118: DockerSuite.TestBuildLineErrorUnknownInstruction 0.108s [2019-09-27T16:07:01.747Z] PASS: docker_cli_build_test.go:6149: DockerSuite.TestBuildLineErrorWithComments 0.165s [2019-09-27T16:07:01.747Z] PASS: docker_cli_build_test.go:6132: DockerSuite.TestBuildLineErrorWithEmptyLines 0.127s [2019-09-27T16:07:02.004Z] PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer 0.267s [2019-09-27T16:07:03.375Z] PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs 1.385s [2019-09-27T16:07:04.903Z] --- PASS: TestCreateServiceSysctls (4.53s) [2019-09-27T16:07:04.903Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-27T16:07:04.903Z] daemon.go:325: [d90408271b951] waiting for daemon to start [2019-09-27T16:07:04.903Z] daemon.go:325: [d90408271b951] waiting for daemon to start [2019-09-27T16:07:04.903Z] daemon.go:353: [d90408271b951] daemon started [2019-09-27T16:07:04.903Z] daemon.go:461: [d90408271b951] Stopping daemon [2019-09-27T16:07:04.903Z] daemon.go:296: [d90408271b951] exiting daemon [2019-09-27T16:07:04.903Z] daemon.go:448: [d90408271b951] Daemon stopped [2019-09-27T16:07:04.903Z] === RUN TestInspect [2019-09-27T16:07:05.287Z] PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder 1.605s [2019-09-27T16:07:05.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-27T16:07:05.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-27T16:07:05.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-27T16:07:07.180Z] --- PASS: TestServiceUpdateNetwork (15.10s) [2019-09-27T16:07:07.180Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:07:07.180Z] daemon.go:325: [d189cbbf00470] waiting for daemon to start [2019-09-27T16:07:07.180Z] daemon.go:325: [d189cbbf00470] waiting for daemon to start [2019-09-27T16:07:07.180Z] daemon.go:353: [d189cbbf00470] daemon started [2019-09-27T16:07:07.180Z] daemon.go:461: [d189cbbf00470] Stopping daemon [2019-09-27T16:07:07.180Z] daemon.go:296: [d189cbbf00470] exiting daemon [2019-09-27T16:07:07.180Z] daemon.go:448: [d189cbbf00470] Daemon stopped [2019-09-27T16:07:07.180Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:07:07.226Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-27T16:07:08.117Z] --- PASS: TestInspect (3.74s) [2019-09-27T16:07:08.117Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-27T16:07:08.117Z] daemon.go:325: [d97e1d3e2775d] waiting for daemon to start [2019-09-27T16:07:08.117Z] daemon.go:325: [d97e1d3e2775d] waiting for daemon to start [2019-09-27T16:07:08.117Z] daemon.go:353: [d97e1d3e2775d] daemon started [2019-09-27T16:07:08.117Z] daemon.go:461: [d97e1d3e2775d] Stopping daemon [2019-09-27T16:07:08.117Z] daemon.go:296: [d97e1d3e2775d] exiting daemon [2019-09-27T16:07:08.117Z] daemon.go:448: [d97e1d3e2775d] Daemon stopped [2019-09-27T16:07:08.117Z] === RUN TestDockerNetworkConnectAlias [2019-09-27T16:07:09.701Z] PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg 4.282s [2019-09-27T16:07:09.701Z] PASS: docker_cli_build_test.go:5526: DockerSuite.TestBuildMultiStageCache 0.423s [2019-09-27T16:07:09.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-27T16:07:10.264Z] PASS: docker_cli_build_test.go:5705: DockerSuite.TestBuildMultiStageCopyFromErrors 0.560s [2019-09-27T16:07:11.195Z] --- PASS: TestDockerNetworkReConnect (4.23s) [2019-09-27T16:07:11.195Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:07:11.195Z] daemon.go:325: [d199a824d4dd5] waiting for daemon to start [2019-09-27T16:07:11.195Z] daemon.go:325: [d199a824d4dd5] waiting for daemon to start [2019-09-27T16:07:11.195Z] daemon.go:353: [d199a824d4dd5] daemon started [2019-09-27T16:07:11.195Z] daemon.go:461: [d199a824d4dd5] Stopping daemon [2019-09-27T16:07:11.195Z] daemon.go:296: [d199a824d4dd5] exiting daemon [2019-09-27T16:07:11.195Z] daemon.go:448: [d199a824d4dd5] Daemon stopped [2019-09-27T16:07:11.195Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:07:11.493Z] ok github.com/docker/docker/cmd/dockerd/hack 0.009s coverage: 72.9% of statements [2019-09-27T16:07:11.493Z] ok github.com/docker/docker/cmd/dockerd 0.062s coverage: 29.8% of statements [2019-09-27T16:07:11.493Z] ok github.com/docker/docker/container 0.158s coverage: 35.6% of statements [2019-09-27T16:07:11.493Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-27T16:07:11.493Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-27T16:07:11.493Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-27T16:07:11.493Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-27T16:07:12.615Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-27T16:07:14.530Z] --- PASS: TestDockerNetworkConnectAlias (5.72s) [2019-09-27T16:07:14.530Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-27T16:07:14.530Z] daemon.go:325: [dc63184d7af19] waiting for daemon to start [2019-09-27T16:07:14.530Z] daemon.go:325: [dc63184d7af19] waiting for daemon to start [2019-09-27T16:07:14.530Z] daemon.go:353: [dc63184d7af19] daemon started [2019-09-27T16:07:14.530Z] daemon.go:461: [dc63184d7af19] Stopping daemon [2019-09-27T16:07:14.530Z] daemon.go:296: [dc63184d7af19] exiting daemon [2019-09-27T16:07:14.530Z] daemon.go:448: [dc63184d7af19] Daemon stopped [2019-09-27T16:07:14.530Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:07:14.652Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-27T16:07:14.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-27T16:07:17.619Z] PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote 123.481s [2019-09-27T16:07:17.619Z] SKIP: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile (unmatched requirement UnixCli) [2019-09-27T16:07:17.619Z] PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile 6.484s [2019-09-27T16:07:17.619Z] PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext 0.006s [2019-09-27T16:07:18.666Z] --- PASS: TestDockerNetworkReConnect (4.84s) [2019-09-27T16:07:18.666Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-27T16:07:18.666Z] daemon.go:325: [d346b2ffabaff] waiting for daemon to start [2019-09-27T16:07:18.666Z] daemon.go:325: [d346b2ffabaff] waiting for daemon to start [2019-09-27T16:07:18.666Z] daemon.go:353: [d346b2ffabaff] daemon started [2019-09-27T16:07:18.666Z] daemon.go:461: [d346b2ffabaff] Stopping daemon [2019-09-27T16:07:18.666Z] daemon.go:296: [d346b2ffabaff] exiting daemon [2019-09-27T16:07:18.666Z] daemon.go:448: [d346b2ffabaff] Daemon stopped [2019-09-27T16:07:18.666Z] === RUN TestServicePlugin [2019-09-27T16:07:18.666Z] --- SKIP: TestServicePlugin (0.01s) [2019-09-27T16:07:18.666Z] plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:07:18.666Z] === RUN TestServiceUpdateLabel [2019-09-27T16:07:19.335Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-27T16:07:19.611Z] ok github.com/docker/docker/daemon/cluster 0.064s coverage: 0.5% of statements [2019-09-27T16:07:20.536Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-09-27T16:07:21.388Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-27T16:07:21.942Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.8% of statements [2019-09-27T16:07:21.978Z] --- PASS: TestServiceUpdateLabel (3.09s) [2019-09-27T16:07:21.979Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-27T16:07:21.979Z] daemon.go:325: [d38595819c431] waiting for daemon to start [2019-09-27T16:07:21.979Z] daemon.go:325: [d38595819c431] waiting for daemon to start [2019-09-27T16:07:21.979Z] daemon.go:353: [d38595819c431] daemon started [2019-09-27T16:07:21.979Z] daemon.go:461: [d38595819c431] Stopping daemon [2019-09-27T16:07:21.979Z] daemon.go:296: [d38595819c431] exiting daemon [2019-09-27T16:07:21.979Z] daemon.go:448: [d38595819c431] Daemon stopped [2019-09-27T16:07:21.979Z] === RUN TestServiceUpdateSecrets [2019-09-27T16:07:22.349Z] PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile 4.452s [2019-09-27T16:07:22.810Z] PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths 0.805s [2019-09-27T16:07:22.810Z] SKIP: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace (unmatched requirement DaemonIsLinux) [2019-09-27T16:07:22.810Z] SKIP: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks (unmatched requirement DaemonIsLinux) [2019-09-27T16:07:22.810Z] SKIP: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume (unmatched requirement DaemonIsLinux) [2019-09-27T16:07:22.810Z] PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar 0.267s [2019-09-27T16:07:23.376Z] PASS: docker_cli_build_test.go:5647: DockerSuite.TestBuildMultiStageCopyFromSyntax 11.073s [2019-09-27T16:07:23.783Z] PASS: docker_api_build_test.go:476: DockerSuite.TestBuildAddCacheOnFileChange 0.814s [2019-09-27T16:07:25.897Z] PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg 3.994s [2019-09-27T16:07:26.153Z] --- PASS: TestServiceUpdateNetwork (14.90s) [2019-09-27T16:07:26.153Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:07:26.153Z] daemon.go:325: [db92593346eeb] waiting for daemon to start [2019-09-27T16:07:26.153Z] daemon.go:325: [db92593346eeb] waiting for daemon to start [2019-09-27T16:07:26.153Z] daemon.go:353: [db92593346eeb] daemon started [2019-09-27T16:07:26.153Z] daemon.go:461: [db92593346eeb] Stopping daemon [2019-09-27T16:07:26.153Z] daemon.go:296: [db92593346eeb] exiting daemon [2019-09-27T16:07:26.153Z] daemon.go:448: [db92593346eeb] Daemon stopped [2019-09-27T16:07:26.153Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:07:26.717Z] PASS: docker_cli_build_test.go:5785: DockerSuite.TestBuildMultiStageImplicitFrom 1.181s [2019-09-27T16:07:26.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-27T16:07:27.528Z] PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache 3.118s [2019-09-27T16:07:28.088Z] PASS: docker_api_swarm_test.go:293: DockerSwarmSuite.TestAPISwarmLeaderElection 21.356s [2019-09-27T16:07:28.505Z] PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache 1.415s [2019-09-27T16:07:28.505Z] SKIP: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir (unmatched requirement DaemonIsLinux) [2019-09-27T16:07:28.505Z] SKIP: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot (unmatched requirement DaemonIsLinux) [2019-09-27T16:07:28.505Z] PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound 0.076s [2019-09-27T16:07:29.459Z] PASS: docker_cli_build_test.go:5752: DockerSuite.TestBuildMultiStageMultipleBuilds 2.788s [2019-09-27T16:07:29.459Z] SKIP: docker_cli_build_test.go:5867: DockerSuite.TestBuildMultiStageMultipleBuildsWindows (unmatched requirement DaemonIsWindows) [2019-09-27T16:07:30.833Z] --- PASS: TestDockerNetworkReConnect (4.61s) [2019-09-27T16:07:30.834Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:07:30.834Z] daemon.go:325: [d887750f7e828] waiting for daemon to start [2019-09-27T16:07:30.834Z] daemon.go:325: [d887750f7e828] waiting for daemon to start [2019-09-27T16:07:30.834Z] daemon.go:353: [d887750f7e828] daemon started [2019-09-27T16:07:30.834Z] daemon.go:461: [d887750f7e828] Stopping daemon [2019-09-27T16:07:30.834Z] daemon.go:296: [d887750f7e828] exiting daemon [2019-09-27T16:07:30.834Z] daemon.go:448: [d887750f7e828] Daemon stopped [2019-09-27T16:07:30.834Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:07:31.450Z] PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache 2.711s [2019-09-27T16:07:31.915Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.430s coverage: 13.7% of statements [2019-09-27T16:07:31.915Z] ok github.com/docker/docker/daemon 12.179s coverage: 17.5% of statements [2019-09-27T16:07:31.915Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-27T16:07:31.915Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-27T16:07:32.838Z] ok github.com/docker/docker/daemon/discovery 0.008s coverage: 30.4% of statements [2019-09-27T16:07:33.092Z] ok github.com/docker/docker/daemon/config 0.056s coverage: 84.7% of statements [2019-09-27T16:07:34.031Z] ok github.com/docker/docker/daemon/events 0.066s coverage: 50.0% of statements [2019-09-27T16:07:34.031Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-27T16:07:34.031Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-27T16:07:34.953Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2019-09-27T16:07:36.085Z] PASS: docker_cli_build_test.go:5842: DockerSuite.TestBuildMultiStageNameVariants 5.718s [2019-09-27T16:07:36.086Z] PASS: docker_cli_build_test.go:5955: DockerSuite.TestBuildMultiStageResetScratch 0.515s [2019-09-27T16:07:37.461Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-09-27T16:07:37.979Z] PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg 2.222s [2019-09-27T16:07:38.384Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.246s coverage: 56.9% of statements [2019-09-27T16:07:38.397Z] --- PASS: TestServiceUpdateSecrets (15.39s) [2019-09-27T16:07:38.397Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-27T16:07:38.397Z] daemon.go:325: [d8850f64b0fe5] waiting for daemon to start [2019-09-27T16:07:38.397Z] daemon.go:325: [d8850f64b0fe5] waiting for daemon to start [2019-09-27T16:07:38.397Z] daemon.go:353: [d8850f64b0fe5] daemon started [2019-09-27T16:07:38.397Z] daemon.go:461: [d8850f64b0fe5] Stopping daemon [2019-09-27T16:07:38.397Z] daemon.go:296: [d8850f64b0fe5] exiting daemon [2019-09-27T16:07:38.397Z] daemon.go:448: [d8850f64b0fe5] Daemon stopped [2019-09-27T16:07:38.397Z] === RUN TestServiceUpdateConfigs [2019-09-27T16:07:38.548Z] PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags 0.369s [2019-09-27T16:07:39.565Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-27T16:07:41.075Z] PASS: docker_cli_build_test.go:5562: DockerSuite.TestBuildNetContainer 2.333s [2019-09-27T16:07:41.695Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.346s coverage: 72.3% of statements [2019-09-27T16:07:41.695Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.419s coverage: 45.9% of statements [2019-09-27T16:07:41.695Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-27T16:07:42.005Z] PASS: docker_cli_build_test.go:5550: DockerSuite.TestBuildNetNone 0.770s [2019-09-27T16:07:43.038Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-27T16:07:43.374Z] PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext 1.150s [2019-09-27T16:07:44.247Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.934s coverage: 50.8% of statements [2019-09-27T16:07:44.305Z] PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput 1.072s [2019-09-27T16:07:45.070Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-27T16:07:45.677Z] --- PASS: TestServiceUpdateNetwork (14.69s) [2019-09-27T16:07:45.677Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:07:45.677Z] daemon.go:325: [d98c6cc4ae51f] waiting for daemon to start [2019-09-27T16:07:45.677Z] daemon.go:325: [d98c6cc4ae51f] waiting for daemon to start [2019-09-27T16:07:45.677Z] daemon.go:353: [d98c6cc4ae51f] daemon started [2019-09-27T16:07:45.677Z] daemon.go:461: [d98c6cc4ae51f] Stopping daemon [2019-09-27T16:07:45.677Z] daemon.go:296: [d98c6cc4ae51f] exiting daemon [2019-09-27T16:07:45.677Z] daemon.go:448: [d98c6cc4ae51f] Daemon stopped [2019-09-27T16:07:45.677Z] PASS [2019-09-27T16:07:45.677Z] [2019-09-27T16:07:45.677Z] DONE 10 tests in 99.022s [2019-09-27T16:07:45.677Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:07:45.677Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:07:45.677Z] +++ set -e [2019-09-27T16:07:45.677Z] +++ '[' -n 0 ']' [2019-09-27T16:07:45.677Z] +++ set -x [2019-09-27T16:07:45.677Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:07:45.677Z] INFO: Testing against a local daemon [2019-09-27T16:07:45.677Z] testing: warning: no tests to run [2019-09-27T16:07:45.677Z] PASS [2019-09-27T16:07:45.677Z] [2019-09-27T16:07:45.677Z] DONE 0 tests in 0.035s [2019-09-27T16:07:45.677Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:07:45.677Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:07:45.677Z] +++ set -e [2019-09-27T16:07:45.677Z] +++ '[' -n 0 ']' [2019-09-27T16:07:45.677Z] +++ set -x [2019-09-27T16:07:45.677Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:07:45.677Z] INFO: Testing against a local daemon [2019-09-27T16:07:45.677Z] testing: warning: no tests to run [2019-09-27T16:07:45.677Z] PASS [2019-09-27T16:07:45.677Z] [2019-09-27T16:07:45.677Z] DONE 0 tests in 0.035s [2019-09-27T16:07:45.677Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=75000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:07:45.677Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:07:45.677Z] +++ set -e [2019-09-27T16:07:45.677Z] +++ '[' -n 0 ']' [2019-09-27T16:07:45.677Z] +++ set -x [2019-09-27T16:07:45.677Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=75000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:07:45.677Z] INFO: Testing against a local daemon [2019-09-27T16:07:45.677Z] testing: warning: no tests to run [2019-09-27T16:07:45.677Z] PASS [2019-09-27T16:07:45.677Z] [2019-09-27T16:07:45.677Z] DONE 0 tests in 0.056s [2019-09-27T16:07:45.677Z] Running integration-test (iteration 5) [2019-09-27T16:07:45.677Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:07:45.677Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:07:45.677Z] +++ set -e [2019-09-27T16:07:45.677Z] +++ '[' -n 0 ']' [2019-09-27T16:07:45.677Z] +++ set -x [2019-09-27T16:07:45.677Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:07:45.677Z] INFO: Testing against a local daemon [2019-09-27T16:07:45.677Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:07:45.677Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:07:45.692Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.284s coverage: 76.1% of statements [2019-09-27T16:07:46.241Z] PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume 1.997s [2019-09-27T16:07:46.361Z] PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache 12.792s [2019-09-27T16:07:46.499Z] PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure 0.451s [2019-09-27T16:07:46.660Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.104s coverage: 57.2% of statements [2019-09-27T16:07:46.660Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-27T16:07:46.660Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-27T16:07:46.660Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.015s coverage: 58.0% of statements [2019-09-27T16:07:46.757Z] PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote 0.052s [2019-09-27T16:07:46.757Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:07:47.014Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:07:47.014Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:07:47.014Z] PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage 0.416s [2019-09-27T16:07:47.271Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:07:47.528Z] PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess 0.392s [2019-09-27T16:07:47.528Z] --- PASS: TestBuildMultiStageCopy (1.81s) [2019-09-27T16:07:47.528Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.00s) [2019-09-27T16:07:47.528Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.16s) [2019-09-27T16:07:47.528Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2019-09-27T16:07:47.528Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2019-09-27T16:07:47.528Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2019-09-27T16:07:47.528Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:07:47.785Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2019-09-27T16:07:47.785Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:07:47.785Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:07:48.348Z] PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume 0.816s [2019-09-27T16:07:48.542Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2019-09-27T16:07:48.912Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:07:48.912Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:07:49.100Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-09-27T16:07:49.169Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:07:49.426Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:07:49.477Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-27T16:07:49.683Z] --- PASS: TestBuildMultiStageCopy (1.86s) [2019-09-27T16:07:49.683Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.13s) [2019-09-27T16:07:49.683Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.15s) [2019-09-27T16:07:49.683Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.17s) [2019-09-27T16:07:49.683Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2019-09-27T16:07:49.683Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2019-09-27T16:07:49.683Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:07:49.940Z] --- PASS: TestBuildPlatformInvalid (0.27s) [2019-09-27T16:07:49.940Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:07:49.940Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:07:50.461Z] ok github.com/docker/docker/daemon/images 0.015s coverage: 4.9% of statements [2019-09-27T16:07:50.461Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-27T16:07:50.461Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-27T16:07:50.873Z] PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild 2.525s [2019-09-27T16:07:51.072Z] PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar 5.570s [2019-09-27T16:07:51.130Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:07:51.130Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:07:51.387Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:07:51.509Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-27T16:07:51.644Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:07:51.644Z] PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache 0.793s [2019-09-27T16:07:51.821Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 43.7% of statements [2019-09-27T16:07:51.901Z] --- PASS: TestBuildMultiStageCopy (1.94s) [2019-09-27T16:07:51.901Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.20s) [2019-09-27T16:07:51.901Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.14s) [2019-09-27T16:07:51.901Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2019-09-27T16:07:51.901Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2019-09-27T16:07:51.901Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2019-09-27T16:07:51.901Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:07:51.901Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2019-09-27T16:07:51.901Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:07:51.901Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:07:52.044Z] PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict 0.890s [2019-09-27T16:07:52.044Z] SKIP: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits (unmatched requirement DaemonIsLinux) [2019-09-27T16:07:52.745Z] ok github.com/docker/docker/daemon/logger/awslogs 0.176s coverage: 78.6% of statements [2019-09-27T16:07:52.745Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-27T16:07:52.745Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-27T16:07:53.000Z] ok github.com/docker/docker/daemon/logger/gelf 0.010s coverage: 68.2% of statements [2019-09-27T16:07:53.270Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:07:53.270Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:07:53.270Z] PASS: docker_api_swarm_test.go:268: DockerSwarmSuite.TestAPISwarmLeaderProxy 4.612s [2019-09-27T16:07:53.270Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:07:53.528Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:07:53.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-27T16:07:53.785Z] --- PASS: TestBuildMultiStageCopy (1.90s) [2019-09-27T16:07:53.785Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.08s) [2019-09-27T16:07:53.785Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.15s) [2019-09-27T16:07:53.785Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2019-09-27T16:07:53.785Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s) [2019-09-27T16:07:53.785Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2019-09-27T16:07:53.785Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:07:53.967Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2019-09-27T16:07:54.043Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2019-09-27T16:07:54.043Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:07:54.043Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:07:54.527Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 62.1% of statements [2019-09-27T16:07:54.527Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 88.3% of statements [2019-09-27T16:07:54.933Z] --- PASS: TestServiceUpdateConfigs (15.78s) [2019-09-27T16:07:54.933Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-27T16:07:54.933Z] daemon.go:325: [d812d42812640] waiting for daemon to start [2019-09-27T16:07:54.933Z] daemon.go:325: [d812d42812640] waiting for daemon to start [2019-09-27T16:07:54.933Z] daemon.go:353: [d812d42812640] daemon started [2019-09-27T16:07:54.933Z] daemon.go:461: [d812d42812640] Stopping daemon [2019-09-27T16:07:54.933Z] daemon.go:296: [d812d42812640] exiting daemon [2019-09-27T16:07:54.933Z] daemon.go:448: [d812d42812640] Daemon stopped [2019-09-27T16:07:54.933Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:07:55.412Z] PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON 3.471s [2019-09-27T16:07:55.412Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:07:55.412Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:07:55.669Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:07:55.793Z] PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime 3.120s [2019-09-27T16:07:55.889Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 74.7% of statements [2019-09-27T16:07:55.889Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-27T16:07:55.928Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:07:56.186Z] --- PASS: TestBuildMultiStageCopy (2.20s) [2019-09-27T16:07:56.186Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.25s) [2019-09-27T16:07:56.186Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s) [2019-09-27T16:07:56.186Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2019-09-27T16:07:56.186Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s) [2019-09-27T16:07:56.186Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2019-09-27T16:07:56.186Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:07:56.186Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-09-27T16:07:56.186Z] PASS [2019-09-27T16:07:56.186Z] [2019-09-27T16:07:56.186Z] DONE 35 tests in 10.639s [2019-09-27T16:07:56.241Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-27T16:07:56.241Z] Using test binary docker [2019-09-27T16:07:56.241Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-27T16:07:56.241Z] +++ /etc/init.d/apparmor start [2019-09-27T16:07:56.241Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T16:07:56.241Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T16:07:56.241Z] Warning failed to create cache: (null) [2019-09-27T16:07:56.241Z] . [2019-09-27T16:07:56.241Z] INFO: Waiting for daemon to start... [2019-09-27T16:07:56.241Z] Starting dockerd [2019-09-27T16:07:56.241Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-09-27T16:07:56.444Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:07:56.444Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:07:56.444Z] +++ set -e [2019-09-27T16:07:56.444Z] +++ '[' -n 0 ']' [2019-09-27T16:07:56.444Z] +++ set -x [2019-09-27T16:07:56.444Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:07:56.444Z] INFO: Testing against a local daemon [2019-09-27T16:07:56.444Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:07:56.449Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.064s coverage: 20.0% of statements [2019-09-27T16:07:56.765Z] PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache 1.486s [2019-09-27T16:07:57.009Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-09-27T16:07:57.009Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:07:57.009Z] daemon.go:325: [d8e81e9ef46ef] waiting for daemon to start [2019-09-27T16:07:57.009Z] daemon.go:325: [d8e81e9ef46ef] waiting for daemon to start [2019-09-27T16:07:57.009Z] daemon.go:353: [d8e81e9ef46ef] daemon started [2019-09-27T16:07:57.009Z] daemon.go:461: [d8e81e9ef46ef] Stopping daemon [2019-09-27T16:07:57.009Z] daemon.go:296: [d8e81e9ef46ef] exiting daemon [2019-09-27T16:07:57.009Z] daemon.go:448: [d8e81e9ef46ef] Daemon stopped [2019-09-27T16:07:57.009Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:07:57.009Z] PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON 1.906s [2019-09-27T16:07:57.572Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-09-27T16:07:57.572Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:07:57.572Z] daemon.go:325: [dce6e21fbeace] waiting for daemon to start [2019-09-27T16:07:57.572Z] daemon.go:325: [dce6e21fbeace] waiting for daemon to start [2019-09-27T16:07:57.572Z] daemon.go:353: [dce6e21fbeace] daemon started [2019-09-27T16:07:57.572Z] daemon.go:461: [dce6e21fbeace] Stopping daemon [2019-09-27T16:07:57.572Z] daemon.go:296: [dce6e21fbeace] exiting daemon [2019-09-27T16:07:57.572Z] daemon.go:448: [dce6e21fbeace] Daemon stopped [2019-09-27T16:07:57.572Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:07:58.135Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-27T16:07:58.135Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:07:58.135Z] daemon.go:325: [d8e64f092c288] waiting for daemon to start [2019-09-27T16:07:58.135Z] daemon.go:325: [d8e64f092c288] waiting for daemon to start [2019-09-27T16:07:58.135Z] daemon.go:353: [d8e64f092c288] daemon started [2019-09-27T16:07:58.135Z] daemon.go:461: [d8e64f092c288] Stopping daemon [2019-09-27T16:07:58.135Z] daemon.go:296: [d8e64f092c288] exiting daemon [2019-09-27T16:07:58.135Z] daemon.go:448: [d8e64f092c288] Daemon stopped [2019-09-27T16:07:58.135Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:07:58.275Z] . [2019-09-27T16:07:58.275Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-27T16:07:58.275Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-27T16:07:58.275Z] Error: No such image: emptyfs [2019-09-27T16:07:58.275Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-27T16:07:58.275Z] ++++ docker load [2019-09-27T16:07:58.275Z] Running integration-test (iteration 1) [2019-09-27T16:07:58.275Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-09-27T16:07:58.275Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:07:58.275Z] ++ set -e [2019-09-27T16:07:58.275Z] ++ '[' -n 0 ']' [2019-09-27T16:07:58.275Z] ++ set -x [2019-09-27T16:07:58.275Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:07:58.336Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 47.8% of statements [2019-09-27T16:07:58.590Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2019-09-27T16:07:58.698Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-27T16:07:58.698Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:07:58.698Z] daemon.go:325: [dc2717939187c] waiting for daemon to start [2019-09-27T16:07:58.698Z] daemon.go:325: [dc2717939187c] waiting for daemon to start [2019-09-27T16:07:58.698Z] daemon.go:353: [dc2717939187c] daemon started [2019-09-27T16:07:58.698Z] daemon.go:461: [dc2717939187c] Stopping daemon [2019-09-27T16:07:58.698Z] daemon.go:296: [dc2717939187c] exiting daemon [2019-09-27T16:07:58.698Z] daemon.go:448: [dc2717939187c] Daemon stopped [2019-09-27T16:07:58.698Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:07:59.148Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-09-27T16:07:59.263Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2019-09-27T16:07:59.263Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestConfigDaemonLibtrustID [2019-09-27T16:07:59.263Z] daemon.go:325: [d5f903a1b4252] waiting for daemon to start [2019-09-27T16:07:59.263Z] daemon.go:325: [d5f903a1b4252] waiting for daemon to start [2019-09-27T16:07:59.263Z] daemon.go:353: [d5f903a1b4252] daemon started [2019-09-27T16:07:59.263Z] daemon.go:461: [d5f903a1b4252] Stopping daemon [2019-09-27T16:07:59.263Z] daemon.go:296: [d5f903a1b4252] exiting daemon [2019-09-27T16:07:59.263Z] daemon.go:448: [d5f903a1b4252] Daemon stopped [2019-09-27T16:07:59.263Z] PASS [2019-09-27T16:07:59.263Z] [2019-09-27T16:07:59.263Z] DONE 5 tests in 2.763s [2019-09-27T16:07:59.263Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:07:59.263Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:07:59.263Z] +++ set -e [2019-09-27T16:07:59.263Z] +++ '[' -n 0 ']' [2019-09-27T16:07:59.263Z] +++ set -x [2019-09-27T16:07:59.263Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:07:59.263Z] INFO: Testing against a local daemon [2019-09-27T16:07:59.263Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:07:59.263Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2019-09-27T16:07:59.263Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:07:59.402Z] ok github.com/docker/docker/daemon/logger/splunk 1.597s coverage: 84.5% of statements [2019-09-27T16:07:59.402Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-27T16:07:59.402Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-27T16:07:59.522Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-09-27T16:07:59.523Z] === RUN TestCopyFromContainer [2019-09-27T16:07:59.523Z] PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance 2.415s [2019-09-27T16:08:01.417Z] PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase 1.535s [2019-09-27T16:08:01.417Z] === RUN TestCopyFromContainer// [2019-09-27T16:08:01.417Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:08:01.674Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:08:01.917Z] ok github.com/docker/docker/distribution/metadata 0.041s coverage: 48.2% of statements [2019-09-27T16:08:01.917Z] ok github.com/docker/docker/distribution 0.212s coverage: 22.6% of statements [2019-09-27T16:08:01.917Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-27T16:08:01.931Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:08:01.931Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:08:01.931Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:08:02.188Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:08:02.188Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:08:02.188Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:08:02.453Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:08:02.453Z] --- PASS: TestCopyFromContainer (3.06s) [2019-09-27T16:08:02.453Z] --- PASS: TestCopyFromContainer// (0.08s) [2019-09-27T16:08:02.453Z] --- PASS: TestCopyFromContainer//bar/root (0.23s) [2019-09-27T16:08:02.453Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2019-09-27T16:08:02.453Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2019-09-27T16:08:02.453Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-27T16:08:02.453Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-09-27T16:08:02.453Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-09-27T16:08:02.453Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-09-27T16:08:02.453Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2019-09-27T16:08:02.453Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-09-27T16:08:02.453Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:08:02.453Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-27T16:08:02.453Z] === RUN TestHealthKillContainer [2019-09-27T16:08:03.016Z] PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput 1.838s [2019-09-27T16:08:03.274Z] PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy 0.449s [2019-09-27T16:08:03.803Z] ok github.com/docker/docker/errdefs 0.009s coverage: 48.2% of statements [2019-09-27T16:08:03.859Z] PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress 5.388s [2019-09-27T16:08:03.859Z] SKIP: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript (unmatched requirement DaemonIsLinux) [2019-09-27T16:08:03.859Z] SKIP: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir (unmatched requirement DaemonIsLinux) [2019-09-27T16:08:03.859Z] SKIP: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir (unmatched requirement DaemonIsLinux) [2019-09-27T16:08:03.859Z] SKIP: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot (unmatched requirement DaemonIsLinux) [2019-09-27T16:08:03.859Z] PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir 0.508s [2019-09-27T16:08:04.726Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2019-09-27T16:08:05.284Z] ok github.com/docker/docker/distribution/xfer 1.426s coverage: 83.4% of statements [2019-09-27T16:08:05.284Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-27T16:08:05.794Z] --- PASS: TestHealthKillContainer (3.08s) [2019-09-27T16:08:05.795Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:08:05.795Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-09-27T16:08:05.795Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:08:05.795Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-09-27T16:08:05.795Z] === RUN TestCopyFromContainer [2019-09-27T16:08:06.207Z] ok github.com/docker/docker/image/cache 0.014s coverage: 19.2% of statements [2019-09-27T16:08:06.207Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-27T16:08:06.766Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2019-09-27T16:08:06.766Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-27T16:08:07.166Z] PASS: docker_cli_build_test.go:6013: DockerSuite.TestBuildOpaqueDirectory 3.770s [2019-09-27T16:08:07.730Z] === RUN TestCopyFromContainer// [2019-09-27T16:08:07.730Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:08:07.730Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:08:07.730Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:08:07.987Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:08:07.987Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:08:07.987Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:08:08.128Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-27T16:08:08.128Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-27T16:08:08.128Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-27T16:08:08.128Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-27T16:08:08.128Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-27T16:08:08.128Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-27T16:08:08.128Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-27T16:08:08.128Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-27T16:08:08.128Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-27T16:08:08.128Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-27T16:08:08.244Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:08:08.244Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:08:08.244Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:08:08.501Z] --- PASS: TestCopyFromContainer (2.69s) [2019-09-27T16:08:08.501Z] --- PASS: TestCopyFromContainer// (0.06s) [2019-09-27T16:08:08.501Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-09-27T16:08:08.501Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2019-09-27T16:08:08.501Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2019-09-27T16:08:08.501Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-09-27T16:08:08.501Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-09-27T16:08:08.501Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-27T16:08:08.501Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2019-09-27T16:08:08.501Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2019-09-27T16:08:08.501Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-09-27T16:08:08.501Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:08:08.501Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-27T16:08:08.501Z] === RUN TestHealthKillContainer [2019-09-27T16:08:08.608Z] --- PASS: TestServiceUpdateNetwork (14.39s) [2019-09-27T16:08:08.608Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-27T16:08:08.608Z] daemon.go:325: [d0c3861ec550f] waiting for daemon to start [2019-09-27T16:08:08.608Z] daemon.go:325: [d0c3861ec550f] waiting for daemon to start [2019-09-27T16:08:08.608Z] daemon.go:353: [d0c3861ec550f] daemon started [2019-09-27T16:08:08.608Z] daemon.go:461: [d0c3861ec550f] Stopping daemon [2019-09-27T16:08:08.608Z] daemon.go:296: [d0c3861ec550f] exiting daemon [2019-09-27T16:08:08.608Z] daemon.go:448: [d0c3861ec550f] Daemon stopped [2019-09-27T16:08:08.608Z] PASS [2019-09-27T16:08:08.608Z] [2019-09-27T16:08:08.608Z] === Skipped [2019-09-27T16:08:08.608Z] === SKIP: s390x.integration.service TestServicePlugin (0.01s) [2019-09-27T16:08:08.608Z] plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:08:08.608Z] [2019-09-27T16:08:08.608Z] [2019-09-27T16:08:08.608Z] DONE 18 tests, 1 skipped in 121.782s [2019-09-27T16:08:08.608Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-09-27T16:08:08.608Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:08:08.608Z] ++ set -e [2019-09-27T16:08:08.608Z] ++ '[' -n 0 ']' [2019-09-27T16:08:08.608Z] ++ set -x [2019-09-27T16:08:08.608Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:08:08.608Z] INFO: Testing against a local daemon [2019-09-27T16:08:08.608Z] === RUN TestSessionCreate [2019-09-27T16:08:08.608Z] --- PASS: TestSessionCreate (0.02s) [2019-09-27T16:08:08.608Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-27T16:08:08.608Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2019-09-27T16:08:08.608Z] PASS [2019-09-27T16:08:08.608Z] [2019-09-27T16:08:08.608Z] DONE 2 tests in 0.441s [2019-09-27T16:08:08.608Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-09-27T16:08:08.608Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:08:08.608Z] ++ set -e [2019-09-27T16:08:08.608Z] ++ '[' -n 0 ']' [2019-09-27T16:08:08.608Z] ++ set -x [2019-09-27T16:08:08.608Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:08:08.608Z] INFO: Testing against a local daemon [2019-09-27T16:08:08.608Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-27T16:08:08.608Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T16:08:08.608Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-27T16:08:08.608Z] === RUN TestEventsExecDie [2019-09-27T16:08:08.608Z] --- PASS: TestEventsExecDie (0.95s) [2019-09-27T16:08:08.608Z] === RUN TestEventsBackwardsCompatible [2019-09-27T16:08:08.688Z] ok github.com/docker/docker/internal/testutil 0.003s coverage: 62.5% of statements [2019-09-27T16:08:08.986Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-09-27T16:08:08.986Z] === RUN TestInfoBinaryCommits [2019-09-27T16:08:08.986Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-09-27T16:08:08.986Z] === RUN TestInfoAPIVersioned [2019-09-27T16:08:08.986Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-27T16:08:08.986Z] === RUN TestInfoAPI [2019-09-27T16:08:08.986Z] --- PASS: TestInfoAPI (0.03s) [2019-09-27T16:08:08.986Z] === RUN TestInfoAPIWarnings [2019-09-27T16:08:09.247Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-09-27T16:08:09.779Z] --- PASS: TestInfoAPIWarnings (0.86s) [2019-09-27T16:08:09.779Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-27T16:08:09.779Z] daemon.go:325: [d753312c5258c] waiting for daemon to start [2019-09-27T16:08:09.779Z] daemon.go:325: [d753312c5258c] waiting for daemon to start [2019-09-27T16:08:09.779Z] daemon.go:353: [d753312c5258c] daemon started [2019-09-27T16:08:09.779Z] daemon.go:461: [d753312c5258c] Stopping daemon [2019-09-27T16:08:09.779Z] daemon.go:296: [d753312c5258c] exiting daemon [2019-09-27T16:08:09.779Z] daemon.go:448: [d753312c5258c] Daemon stopped [2019-09-27T16:08:09.779Z] === RUN TestLoginFailsWithBadCredentials [2019-09-27T16:08:09.871Z] PASS: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH 2.635s [2019-09-27T16:08:10.169Z] --- PASS: TestLoginFailsWithBadCredentials (0.41s) [2019-09-27T16:08:10.169Z] === RUN TestPingCacheHeaders [2019-09-27T16:08:10.169Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-27T16:08:10.169Z] === RUN TestPingGet [2019-09-27T16:08:10.169Z] --- PASS: TestPingGet (0.02s) [2019-09-27T16:08:10.169Z] === RUN TestPingHead [2019-09-27T16:08:10.169Z] --- PASS: TestPingHead (0.02s) [2019-09-27T16:08:10.169Z] === RUN TestVersion [2019-09-27T16:08:10.169Z] --- PASS: TestVersion (0.03s) [2019-09-27T16:08:10.169Z] PASS [2019-09-27T16:08:10.169Z] [2019-09-27T16:08:10.169Z] === Skipped [2019-09-27T16:08:10.169Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T16:08:10.169Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-27T16:08:10.169Z] [2019-09-27T16:08:10.169Z] [2019-09-27T16:08:10.169Z] DONE 12 tests, 1 skipped in 2.678s [2019-09-27T16:08:10.169Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-09-27T16:08:10.169Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:08:10.169Z] ++ set -e [2019-09-27T16:08:10.169Z] ++ '[' -n 0 ']' [2019-09-27T16:08:10.169Z] ++ set -x [2019-09-27T16:08:10.169Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:08:10.635Z] INFO: Testing against a local daemon [2019-09-27T16:08:10.635Z] === RUN TestVolumesCreateAndList [2019-09-27T16:08:10.635Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-09-27T16:08:10.635Z] === RUN TestVolumesRemove [2019-09-27T16:08:10.635Z] --- PASS: TestVolumesRemove (0.09s) [2019-09-27T16:08:10.635Z] === RUN TestVolumesInspect [2019-09-27T16:08:10.635Z] --- PASS: TestVolumesInspect (0.02s) [2019-09-27T16:08:10.635Z] === RUN TestVolumesInvalidJSON [2019-09-27T16:08:10.635Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-27T16:08:10.635Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-27T16:08:10.635Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-27T16:08:10.635Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-09-27T16:08:10.635Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-27T16:08:10.635Z] PASS [2019-09-27T16:08:10.635Z] [2019-09-27T16:08:10.635Z] DONE 5 tests in 0.305s [2019-09-27T16:08:10.635Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-27T16:08:10.635Z] ++++ cat bundles/test-integration/docker.pid [2019-09-27T16:08:10.635Z] +++ kill 9227 [2019-09-27T16:08:10.804Z] PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg 0.886s [2019-09-27T16:08:11.130Z] ok github.com/docker/docker/opts 0.018s coverage: 66.9% of statements [2019-09-27T16:08:11.130Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-09-27T16:08:11.737Z] --- PASS: TestHealthKillContainer (3.16s) [2019-09-27T16:08:11.737Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:08:11.737Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-09-27T16:08:11.737Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:08:11.737Z] PASS: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON 1.100s [2019-09-27T16:08:11.994Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2019-09-27T16:08:11.994Z] === RUN TestCopyFromContainer [2019-09-27T16:08:12.495Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-27T16:08:12.495Z] +++ /etc/init.d/apparmor stop [2019-09-27T16:08:12.495Z] Clearing AppArmor profiles cache:. [2019-09-27T16:08:12.495Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T16:08:12.495Z] Unloading profiles will leave already running processes permanently [2019-09-27T16:08:12.495Z] unconfined, which can lead to unexpected situations. [2019-09-27T16:08:12.495Z] [2019-09-27T16:08:12.495Z] To set a process to complain mode, use the command line tool [2019-09-27T16:08:12.495Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T16:08:12.495Z] with the 'teardown' option." [2019-09-27T16:08:12.495Z] [2019-09-27T16:08:13.055Z] ok github.com/docker/docker/pkg/archive 0.409s coverage: 77.3% of statements [2019-09-27T16:08:13.550Z] Loaded image: buildpack-deps:jessie [2019-09-27T16:08:13.550Z] Loaded image: busybox:latest [2019-09-27T16:08:13.550Z] Loaded image: busybox:glibc [2019-09-27T16:08:13.550Z] Loaded image: debian:jessie [2019-09-27T16:08:13.550Z] Loaded image: hello-world:latest [2019-09-27T16:08:13.550Z] INFO: Testing against a local daemon [2019-09-27T16:08:13.550Z] === RUN TestBuildWithSession [2019-09-27T16:08:13.888Z] === RUN TestCopyFromContainer// [2019-09-27T16:08:13.888Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:08:13.888Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:08:13.888Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:08:14.107Z] ok github.com/docker/docker/pkg/authorization 0.300s coverage: 66.7% of statements [2019-09-27T16:08:14.107Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-09-27T16:08:14.146Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:08:14.146Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:08:14.146Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:08:14.362Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements Post stage [Pipeline] junit [2019-09-27T16:08:14.406Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:08:14.406Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:08:14.456Z] Recording test results [2019-09-27T16:08:14.663Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:08:14.663Z] --- PASS: TestCopyFromContainer (2.72s) [2019-09-27T16:08:14.663Z] --- PASS: TestCopyFromContainer// (0.06s) [2019-09-27T16:08:14.663Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-09-27T16:08:14.663Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-09-27T16:08:14.663Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-09-27T16:08:14.663Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-27T16:08:14.663Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-27T16:08:14.663Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2019-09-27T16:08:14.663Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-09-27T16:08:14.663Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-09-27T16:08:14.663Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-09-27T16:08:14.663Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:08:14.663Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-27T16:08:14.663Z] === RUN TestHealthKillContainer [2019-09-27T16:08:15.033Z] --- PASS: TestBuildWithSession (2.16s) [2019-09-27T16:08:15.033Z] === RUN TestBuildSquashParent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-27T16:08:15.986Z] + echo Ensuring container killed. [2019-09-27T16:08:15.986Z] Ensuring container killed. [2019-09-27T16:08:15.986Z] + docker rm -vf docker-pr2 [2019-09-27T16:08:15.986Z] Error: No such container: docker-pr2 [2019-09-27T16:08:15.986Z] + true [Pipeline] sh [2019-09-27T16:08:16.788Z] + echo Chowning /workspace to jenkins user [2019-09-27T16:08:16.788Z] Chowning /workspace to jenkins user [2019-09-27T16:08:16.788Z] + id -u [2019-09-27T16:08:16.788Z] + id -g [2019-09-27T16:08:16.788Z] + docker run --rm -v /home/jenkins/workspace/engine_PR-385:/workspace busybox chown -R 1001:1001 /workspace [2019-09-27T16:08:16.788Z] Unable to find image 'busybox:latest' locally [2019-09-27T16:08:16.788Z] latest: Pulling from library/busybox [2019-09-27T16:08:17.153Z] 6d4c3d9fc915: Pulling fs layer [2019-09-27T16:08:17.153Z] 6d4c3d9fc915: Download complete [2019-09-27T16:08:17.939Z] PASS: docker_api_swarm_test.go:444: DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin 23.526s [2019-09-27T16:08:17.939Z] --- PASS: TestHealthKillContainer (3.27s) [2019-09-27T16:08:17.939Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:08:17.980Z] 6d4c3d9fc915: Pull complete [2019-09-27T16:08:17.980Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-27T16:08:17.980Z] Status: Downloaded newer image for busybox:latest [2019-09-27T16:08:18.196Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-09-27T16:08:18.196Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:08:18.196Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-09-27T16:08:18.196Z] === RUN TestCopyFromContainer [2019-09-27T16:08:18.515Z] ok github.com/docker/docker/pkg/chrootarchive 2.939s coverage: 43.2% of statements [2019-09-27T16:08:18.515Z] ok github.com/docker/docker/layer 7.771s coverage: 72.0% of statements [2019-09-27T16:08:18.515Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-27T16:08:18.515Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-27T16:08:18.515Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-27T16:08:18.515Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-27T16:08:18.515Z] ? github.com/docker/docker/oci [no test files] [2019-09-27T16:08:18.515Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-27T16:08:18.515Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-27T16:08:18.515Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-27T16:08:18.515Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2019-09-27T16:08:19.440Z] ok github.com/docker/docker/pkg/discovery 0.012s coverage: 58.3% of statements [2019-09-27T16:08:19.440Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 92.9% of statements [2019-09-27T16:08:20.001Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-27T16:08:20.554Z] --- PASS: TestBuildSquashParent (5.57s) [2019-09-27T16:08:20.554Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-27T16:08:20.554Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T16:08:20.554Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T16:08:20.554Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T16:08:20.554Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T16:08:20.554Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T16:08:20.554Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T16:08:20.554Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T16:08:20.554Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T16:08:20.554Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T16:08:20.554Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T16:08:20.554Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T16:08:20.554Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T16:08:20.554Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T16:08:20.554Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T16:08:20.554Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T16:08:20.554Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T16:08:20.561Z] ok github.com/docker/docker/pkg/discovery/nodes 0.019s coverage: 93.8% of statements [2019-09-27T16:08:20.718Z] === RUN TestCopyFromContainer// [2019-09-27T16:08:20.718Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:08:20.746Z] + bundleName=s390x-integration [2019-09-27T16:08:20.746Z] + echo Creating s390x-integration-bundles.tar.gz [2019-09-27T16:08:20.746Z] Creating s390x-integration-bundles.tar.gz [2019-09-27T16:08:20.746Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-09-27T16:08:20.746Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-09-27T16:08:20.890Z] Archiving artifacts [2019-09-27T16:08:20.976Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:08:20.976Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:08:20.976Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:08:21.121Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2019-09-27T16:08:21.233Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:08:21.234Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:08:21.490Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:08:21.490Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:08:21.490Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:08:21.747Z] PASS: docker_api_swarm_test.go:421: DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer 3.964s [2019-09-27T16:08:21.747Z] --- PASS: TestCopyFromContainer (3.53s) [2019-09-27T16:08:21.747Z] --- PASS: TestCopyFromContainer// (0.18s) [2019-09-27T16:08:21.747Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-09-27T16:08:21.747Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2019-09-27T16:08:21.747Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2019-09-27T16:08:21.747Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-09-27T16:08:21.748Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2019-09-27T16:08:21.748Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-09-27T16:08:21.748Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2019-09-27T16:08:21.748Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2019-09-27T16:08:21.748Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-09-27T16:08:21.748Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:08:21.748Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s) [2019-09-27T16:08:21.748Z] === RUN TestHealthKillContainer [2019-09-27T16:08:22.002Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-385/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-27T16:08:22.482Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 66.3% of statements [2019-09-27T16:08:22.832Z] + make clean [2019-09-27T16:08:23.198Z] docker volume rm -f docker-dev-cache [2019-09-27T16:08:23.198Z] docker-dev-cache [Pipeline] deleteDir [2019-09-27T16:08:23.405Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 89.5% of statements [2019-09-27T16:08:23.645Z] PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy 11.421s [2019-09-27T16:08:23.964Z] ok github.com/docker/docker/pkg/discovery/kv 3.123s coverage: 84.1% of statements [2019-09-27T16:08:24.039Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T16:08:24.040Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T16:08:24.219Z] ok github.com/docker/docker/pkg/fsutils 0.200s coverage: 85.1% of statements [2019-09-27T16:08:24.473Z] ok github.com/docker/docker/pkg/homedir 0.018s coverage: 10.2% of statements [2019-09-27T16:08:25.016Z] --- PASS: TestHealthKillContainer (3.23s) [2019-09-27T16:08:25.016Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:08:25.273Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-09-27T16:08:25.273Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:08:25.273Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-09-27T16:08:25.273Z] === RUN TestCopyFromContainer [2019-09-27T16:08:25.831Z] ok github.com/docker/docker/pkg/idtools 0.409s coverage: 70.1% of statements [2019-09-27T16:08:25.831Z] ok github.com/docker/docker/pkg/ioutils 0.395s coverage: 70.4% of statements [2019-09-27T16:08:26.079Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2019-09-27T16:08:26.079Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.89s) [2019-09-27T16:08:26.079Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.34s) [2019-09-27T16:08:26.079Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.35s) [2019-09-27T16:08:26.079Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.40s) [2019-09-27T16:08:26.079Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.37s) [2019-09-27T16:08:26.079Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.98s) [2019-09-27T16:08:26.079Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:08:26.079Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T16:08:26.389Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2019-09-27T16:08:26.389Z] ok github.com/docker/docker/pkg/locker 0.035s coverage: 88.9% of statements [2019-09-27T16:08:26.949Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-09-27T16:08:26.949Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-27T16:08:27.167Z] === RUN TestCopyFromContainer// [2019-09-27T16:08:27.167Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:08:27.167Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:08:27.424Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:08:27.424Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:08:27.508Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2019-09-27T16:08:27.681Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:08:27.681Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:08:27.681Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:08:27.762Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-09-27T16:08:27.938Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:08:27.938Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:08:27.938Z] --- PASS: TestCopyFromContainer (2.75s) [2019-09-27T16:08:27.938Z] --- PASS: TestCopyFromContainer// (0.06s) [2019-09-27T16:08:27.938Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2019-09-27T16:08:27.938Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-09-27T16:08:27.938Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-09-27T16:08:27.938Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-27T16:08:27.938Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-27T16:08:27.938Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-27T16:08:27.938Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-09-27T16:08:27.938Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-09-27T16:08:27.938Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-09-27T16:08:27.938Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:08:28.018Z] ok github.com/docker/docker/pkg/mount 0.556s coverage: 70.8% of statements [2019-09-27T16:08:28.018Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-27T16:08:28.018Z] ok github.com/docker/docker/pkg/parsers/kernel 0.012s coverage: 60.0% of statements [2019-09-27T16:08:28.124Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:08:28.124Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:08:28.195Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-27T16:08:28.195Z] === RUN TestHealthKillContainer [2019-09-27T16:08:28.195Z] PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir 4.799s [2019-09-27T16:08:28.408Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:08:28.584Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.012s coverage: 90.0% of statements [2019-09-27T16:08:28.584Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2019-09-27T16:08:28.584Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-27T16:08:28.584Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-27T16:08:29.026Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:08:29.311Z] --- PASS: TestBuildMultiStageCopy (3.45s) [2019-09-27T16:08:29.311Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.89s) [2019-09-27T16:08:29.311Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.35s) [2019-09-27T16:08:29.311Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.40s) [2019-09-27T16:08:29.311Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.39s) [2019-09-27T16:08:29.311Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.42s) [2019-09-27T16:08:29.311Z] === RUN TestBuildMultiStageParentConfig [2019-09-27T16:08:29.508Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2019-09-27T16:08:30.319Z] --- PASS: TestBuildMultiStageParentConfig (1.02s) [2019-09-27T16:08:30.319Z] === RUN TestBuildLabelWithTargets [2019-09-27T16:08:30.433Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-27T16:08:30.687Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 87.9% of statements [2019-09-27T16:08:30.687Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-09-27T16:08:30.748Z] PASS: docker_cli_build_unix_test.go:28: DockerSuite.TestBuildResourceConstraintsAreUsed 2.239s [2019-09-27T16:08:31.312Z] --- PASS: TestHealthKillContainer (3.08s) [2019-09-27T16:08:31.312Z] PASS [2019-09-27T16:08:31.312Z] [2019-09-27T16:08:31.312Z] DONE 75 tests in 31.999s [2019-09-27T16:08:31.312Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:08:31.312Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.312Z] +++ set -e [2019-09-27T16:08:31.312Z] +++ '[' -n 0 ']' [2019-09-27T16:08:31.312Z] +++ set -x [2019-09-27T16:08:31.312Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.312Z] INFO: Testing against a local daemon [2019-09-27T16:08:31.312Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:08:31.312Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2019-09-27T16:08:31.312Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:08:31.312Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2019-09-27T16:08:31.312Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:08:31.312Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2019-09-27T16:08:31.312Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:08:31.312Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2019-09-27T16:08:31.312Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:08:31.312Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-27T16:08:31.312Z] PASS [2019-09-27T16:08:31.312Z] [2019-09-27T16:08:31.312Z] DONE 5 tests in 0.119s [2019-09-27T16:08:31.312Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:08:31.313Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.313Z] +++ set -e [2019-09-27T16:08:31.313Z] +++ '[' -n 0 ']' [2019-09-27T16:08:31.313Z] +++ set -x [2019-09-27T16:08:31.313Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.313Z] INFO: Testing against a local daemon [2019-09-27T16:08:31.313Z] testing: warning: no tests to run [2019-09-27T16:08:31.313Z] PASS [2019-09-27T16:08:31.313Z] [2019-09-27T16:08:31.313Z] DONE 0 tests in 0.053s [2019-09-27T16:08:31.313Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:08:31.313Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.313Z] +++ set -e [2019-09-27T16:08:31.313Z] +++ '[' -n 0 ']' [2019-09-27T16:08:31.313Z] +++ set -x [2019-09-27T16:08:31.313Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.570Z] INFO: Testing against a local daemon [2019-09-27T16:08:31.570Z] testing: warning: no tests to run [2019-09-27T16:08:31.570Z] PASS [2019-09-27T16:08:31.570Z] [2019-09-27T16:08:31.570Z] DONE 0 tests in 0.039s [2019-09-27T16:08:31.570Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:08:31.570Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.570Z] +++ set -e [2019-09-27T16:08:31.570Z] +++ '[' -n 0 ']' [2019-09-27T16:08:31.570Z] +++ set -x [2019-09-27T16:08:31.570Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.570Z] INFO: Testing against a local daemon [2019-09-27T16:08:31.570Z] testing: warning: no tests to run [2019-09-27T16:08:31.570Z] PASS [2019-09-27T16:08:31.570Z] [2019-09-27T16:08:31.570Z] DONE 0 tests in 0.060s [2019-09-27T16:08:31.570Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:08:31.570Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.570Z] +++ set -e [2019-09-27T16:08:31.570Z] +++ '[' -n 0 ']' [2019-09-27T16:08:31.570Z] +++ set -x [2019-09-27T16:08:31.571Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.571Z] testing: warning: no tests to run [2019-09-27T16:08:31.571Z] PASS [2019-09-27T16:08:31.571Z] [2019-09-27T16:08:31.571Z] DONE 0 tests in 0.013s [2019-09-27T16:08:31.571Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:08:31.571Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.571Z] +++ set -e [2019-09-27T16:08:31.571Z] +++ '[' -n 0 ']' [2019-09-27T16:08:31.571Z] +++ set -x [2019-09-27T16:08:31.571Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.571Z] INFO: Testing against a local daemon [2019-09-27T16:08:31.571Z] testing: warning: no tests to run [2019-09-27T16:08:31.571Z] PASS [2019-09-27T16:08:31.571Z] [2019-09-27T16:08:31.571Z] DONE 0 tests in 0.039s [2019-09-27T16:08:31.794Z] --- PASS: TestBuildLabelWithTargets (1.54s) [2019-09-27T16:08:31.795Z] === RUN TestBuildWithEmptyLayers [2019-09-27T16:08:31.828Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:08:31.828Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.828Z] +++ set -e [2019-09-27T16:08:31.828Z] +++ '[' -n 0 ']' [2019-09-27T16:08:31.828Z] +++ set -x [2019-09-27T16:08:31.828Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.828Z] INFO: Testing against a local daemon [2019-09-27T16:08:31.828Z] testing: warning: no tests to run [2019-09-27T16:08:31.828Z] PASS [2019-09-27T16:08:31.828Z] [2019-09-27T16:08:31.828Z] DONE 0 tests in 0.045s [2019-09-27T16:08:31.828Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:08:31.828Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.828Z] +++ set -e [2019-09-27T16:08:31.828Z] +++ '[' -n 0 ']' [2019-09-27T16:08:31.828Z] +++ set -x [2019-09-27T16:08:31.828Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.828Z] INFO: Testing against a local daemon [2019-09-27T16:08:31.828Z] testing: warning: no tests to run [2019-09-27T16:08:31.828Z] PASS [2019-09-27T16:08:31.828Z] [2019-09-27T16:08:31.828Z] DONE 0 tests in 0.061s [2019-09-27T16:08:31.828Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:08:31.828Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.828Z] +++ set -e [2019-09-27T16:08:31.828Z] +++ '[' -n 0 ']' [2019-09-27T16:08:31.828Z] +++ set -x [2019-09-27T16:08:31.828Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.828Z] INFO: Testing against a local daemon [2019-09-27T16:08:31.828Z] testing: warning: no tests to run [2019-09-27T16:08:31.828Z] PASS [2019-09-27T16:08:31.828Z] [2019-09-27T16:08:31.828Z] DONE 0 tests in 0.036s [2019-09-27T16:08:31.828Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:08:31.828Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.828Z] +++ set -e [2019-09-27T16:08:31.828Z] +++ '[' -n 0 ']' [2019-09-27T16:08:31.828Z] +++ set -x [2019-09-27T16:08:31.828Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:31.828Z] INFO: Testing against a local daemon [2019-09-27T16:08:31.828Z] testing: warning: no tests to run [2019-09-27T16:08:31.828Z] PASS [2019-09-27T16:08:31.828Z] [2019-09-27T16:08:31.828Z] DONE 0 tests in 0.037s [2019-09-27T16:08:32.046Z] ok github.com/docker/docker/pkg/pubsub 1.029s coverage: 72.7% of statements [2019-09-27T16:08:32.086Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:08:32.086Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:32.086Z] +++ set -e [2019-09-27T16:08:32.086Z] +++ '[' -n 0 ']' [2019-09-27T16:08:32.086Z] +++ set -x [2019-09-27T16:08:32.086Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:32.086Z] INFO: Testing against a local daemon [2019-09-27T16:08:32.086Z] testing: warning: no tests to run [2019-09-27T16:08:32.086Z] PASS [2019-09-27T16:08:32.086Z] [2019-09-27T16:08:32.086Z] DONE 0 tests in 0.040s [2019-09-27T16:08:32.086Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:08:32.086Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:32.086Z] +++ set -e [2019-09-27T16:08:32.086Z] +++ '[' -n 0 ']' [2019-09-27T16:08:32.086Z] +++ set -x [2019-09-27T16:08:32.086Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:08:32.086Z] INFO: Testing against a local daemon [2019-09-27T16:08:32.086Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:08:32.691Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-09-27T16:08:32.814Z] --- PASS: TestBuildWithEmptyLayers (0.77s) [2019-09-27T16:08:32.814Z] === RUN TestBuildMultiStageOnBuild [2019-09-27T16:08:33.981Z] PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm 3.496s [2019-09-27T16:08:34.865Z] --- PASS: TestBuildMultiStageOnBuild (2.19s) [2019-09-27T16:08:34.865Z] === RUN TestBuildUncleanTarFilenames [2019-09-27T16:08:35.351Z] PASS: docker_api_swarm_node_test.go:14: DockerSwarmSuite.TestAPISwarmListNodes 3.059s [2019-09-27T16:08:35.352Z] PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint 1.567s [2019-09-27T16:08:35.884Z] --- PASS: TestBuildUncleanTarFilenames (1.10s) [2019-09-27T16:08:35.884Z] === RUN TestBuildMultiStageLayerLeak [2019-09-27T16:08:35.946Z] ok github.com/docker/docker/pkg/signal 2.846s coverage: 61.0% of statements [2019-09-27T16:08:36.200Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2019-09-27T16:08:36.759Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-09-27T16:08:36.759Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-09-27T16:08:37.246Z] PASS: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache 1.638s [2019-09-27T16:08:37.246Z] --- PASS: TestDockerNetworkReConnect (5.25s) [2019-09-27T16:08:37.246Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:08:37.246Z] daemon.go:325: [d7487bc259873] waiting for daemon to start [2019-09-27T16:08:37.246Z] daemon.go:325: [d7487bc259873] waiting for daemon to start [2019-09-27T16:08:37.246Z] daemon.go:353: [d7487bc259873] daemon started [2019-09-27T16:08:37.246Z] daemon.go:461: [d7487bc259873] Stopping daemon [2019-09-27T16:08:37.246Z] daemon.go:296: [d7487bc259873] exiting daemon [2019-09-27T16:08:37.246Z] daemon.go:448: [d7487bc259873] Daemon stopped [2019-09-27T16:08:37.321Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2019-09-27T16:08:37.502Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:08:37.576Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 81.4% of statements [2019-09-27T16:08:37.759Z] PASS: docker_api_build_test.go:517: DockerSuite.TestBuildScratchCopy 0.538s [2019-09-27T16:08:38.135Z] ok github.com/docker/docker/pkg/system 0.018s coverage: 35.8% of statements [2019-09-27T16:08:38.325Z] PASS: docker_cli_build_test.go:6163: DockerSuite.TestBuildSetCommandWithDefinedShell 0.705s [2019-09-27T16:08:38.563Z] --- PASS: TestBuildMultiStageLayerLeak (2.31s) [2019-09-27T16:08:38.563Z] === RUN TestBuildWithHugeFile [2019-09-27T16:08:38.694Z] ok github.com/docker/docker/pkg/tailfile 0.053s coverage: 88.6% of statements [2019-09-27T16:08:39.254Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2019-09-27T16:08:39.813Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 85.9% of statements [2019-09-27T16:08:40.068Z] testing: warning: no tests to run [2019-09-27T16:08:40.068Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: 0.0% of statements [no tests to run] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [2019-09-27T16:08:40.222Z] PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint 1.686s [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-27T16:08:40.627Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-09-27T16:08:40.627Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-27T16:08:40.882Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-09-27T16:08:42.117Z] PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint 1.736s [2019-09-27T16:08:43.048Z] PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited 1.037s [2019-09-27T16:08:43.391Z] ok github.com/docker/docker/plugin 0.528s coverage: 27.3% of statements [2019-09-27T16:08:43.688Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-09-27T16:08:44.612Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 74.1% of statements [2019-09-27T16:08:45.171Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2019-09-27T16:08:46.476Z] PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar 37.365s [2019-09-27T16:08:46.476Z] SKIP: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz (unmatched requirement DaemonIsLinux) [2019-09-27T16:08:46.476Z] SKIP: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz (unmatched requirement DaemonIsLinux) [2019-09-27T16:08:46.531Z] ok github.com/docker/docker/registry 0.090s coverage: 56.4% of statements [2019-09-27T16:08:47.454Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-09-27T16:08:47.454Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 49.0% of statements [2019-09-27T16:08:48.301Z] PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple 4.490s [2019-09-27T16:08:48.301Z] PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON 0.114s [2019-09-27T16:08:48.301Z] PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig 0.286s [2019-09-27T16:08:48.301Z] SKIP: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell (unmatched requirement DaemonIsWindows) [2019-09-27T16:08:48.301Z] PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces 0.357s [2019-09-27T16:08:48.377Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-09-27T16:08:49.231Z] PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes 1.014s [2019-09-27T16:08:49.232Z] PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne 0.097s [2019-09-27T16:08:49.302Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-27T16:08:49.862Z] ok github.com/docker/docker/volume/local 0.019s coverage: 73.0% of statements [2019-09-27T16:08:50.600Z] PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr 1.039s [2019-09-27T16:08:50.785Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2019-09-27T16:08:51.708Z] ok github.com/docker/docker/volume/service 0.016s coverage: 73.0% of statements [2019-09-27T16:08:53.124Z] --- PASS: TestServiceUpdateNetwork (15.58s) [2019-09-27T16:08:53.124Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:08:53.124Z] daemon.go:325: [db35ffd673633] waiting for daemon to start [2019-09-27T16:08:53.124Z] daemon.go:325: [db35ffd673633] waiting for daemon to start [2019-09-27T16:08:53.124Z] daemon.go:353: [db35ffd673633] daemon started [2019-09-27T16:08:53.124Z] daemon.go:461: [db35ffd673633] Stopping daemon [2019-09-27T16:08:53.124Z] daemon.go:296: [db35ffd673633] exiting daemon [2019-09-27T16:08:53.124Z] daemon.go:448: [db35ffd673633] Daemon stopped [2019-09-27T16:08:53.124Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:08:55.644Z] PASS: docker_cli_build_test.go:5381: DockerSuite.TestBuildStepsWithProgress 4.993s [2019-09-27T16:08:56.576Z] PASS: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal 0.963s [2019-09-27T16:08:57.947Z] --- PASS: TestDockerNetworkReConnect (4.71s) [2019-09-27T16:08:57.947Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:08:57.947Z] daemon.go:325: [dc624acad0c10] waiting for daemon to start [2019-09-27T16:08:57.947Z] daemon.go:325: [dc624acad0c10] waiting for daemon to start [2019-09-27T16:08:57.947Z] daemon.go:353: [dc624acad0c10] daemon started [2019-09-27T16:08:57.947Z] daemon.go:461: [dc624acad0c10] Stopping daemon [2019-09-27T16:08:57.947Z] daemon.go:296: [dc624acad0c10] exiting daemon [2019-09-27T16:08:57.947Z] daemon.go:448: [dc624acad0c10] Daemon stopped [2019-09-27T16:08:57.947Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:08:57.947Z] PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename 1.077s [2019-09-27T16:08:58.516Z] PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout 0.637s [2019-09-27T16:08:59.447Z] PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent 1.078s [2019-09-27T16:09:01.341Z] PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions 1.694s [2019-09-27T16:09:03.235Z] PASS: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser 2.192s [2019-09-27T16:09:03.924Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.8% of statements [2019-09-27T16:09:03.924Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-27T16:09:03.924Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-27T16:09:03.924Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-27T16:09:03.924Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-27T16:09:03.924Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-27T16:09:03.924Z] ? github.com/docker/docker/rootless [no test files] [2019-09-27T16:09:03.924Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-27T16:09:03.924Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-27T16:09:03.924Z] ? github.com/docker/docker/volume [no test files] [2019-09-27T16:09:03.924Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-27T16:09:03.924Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === Skipped [2019-09-27T16:09:03.924Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-27T16:09:03.924Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-27T16:09:03.924Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:09:03.924Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:09:03.924Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:09:03.924Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:09:03.924Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:09:03.924Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:73: No driver to put! [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-27T16:09:03.924Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-27T16:09:03.924Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-27T16:09:03.924Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:09:03.924Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:09:03.924Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:09:03.924Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:09:03.924Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T16:09:03.924Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-27T16:09:03.924Z] graphtest_unix.go:73: No driver to put! [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-27T16:09:03.924Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] [2019-09-27T16:09:03.924Z] DONE 2038 tests, 19 skipped in 245.662s Post stage [Pipeline] junit [2019-09-27T16:09:04.186Z] Recording test results [2019-09-27T16:09:04.200Z] PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest 19.218s [2019-09-27T16:09:04.200Z] SKIP: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot (unmatched requirement DaemonIsLinux) [2019-09-27T16:09:04.200Z] PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName 0.216s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-09-27T16:09:04.825Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-385/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 -e DOCKER_GRAPHDRIVER docker:3136dea250b22e35d47b1ccda744645a86231aa7 hack/validate/vendor [2019-09-27T16:09:06.226Z] 2019/09/27 16:09:05 Collecting initial packages [2019-09-27T16:09:06.226Z] 2019/09/27 16:09:05 Download dependencies [2019-09-27T16:09:07.408Z] PASS: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot 4.174s [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:08 Starting whole vndr cycle because no package specified [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/Microsoft/hcsshim, revision 672e52e9209d1e53718c1b6a7d68cc9272654ab5, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/opencontainers/selinux, revision 3a1f366feb7aecbf7a0e71ac4cea88b31597de9e, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/Microsoft/go-winio, revision 6c72808b55902eae4c5943626030429ff20f3b63, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone https://github.com/cpuguy83/check.git to github.com/go-check/check, revision 4ed411733c5785b40214c70bce814c3a3a689609, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/golang/gddo, revision 9b12a26f3fbd7397dee4e20939ddca719d840d2a, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/gorilla/mux, revision ed099d42384823742bba0bf9a72b53b55c9e2e38, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/creack/pty, revision 2769f65a3a94eb8f876f44a0459d24ae7ad2e488, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/konsorten/go-windows-terminal-sequences, revision f55edac94c9bbba5d6182a4be46d86a2c9b5b50e, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/mattn/go-shellwords, revision a72fbe27a1b0ed0df2f02754945044ce1456608b, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/sirupsen/logrus, revision 8bdbc7bcc01dcbb8ec23dc8a28e332258d25251f, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2019-09-27T16:09:09.524Z] 2019/09/27 16:09:09 Clone github.com/vdemeester/shakers, revision 24d7f1d6a71aa5d9cbe7390e4afb66b7eef9e1b3, attempt 1/20 [2019-09-27T16:09:10.489Z] 2019/09/27 16:09:10 Finished clone github.com/opencontainers/selinux [2019-09-27T16:09:10.489Z] 2019/09/27 16:09:10 Clone golang.org/x/net, revision f3200d17e092c607f615320ecaad13d87ad9a2b3, attempt 1/20 [2019-09-27T16:09:10.743Z] 2019/09/27 16:09:10 Finished clone github.com/Azure/go-ansiterm [2019-09-27T16:09:10.743Z] 2019/09/27 16:09:10 Clone golang.org/x/sys, revision 4c4f7f33c9ed00de01c4c741d2177abfcfe19307, attempt 1/20 [2019-09-27T16:09:10.998Z] 2019/09/27 16:09:10 Finished clone github.com/docker/libtrust [2019-09-27T16:09:10.998Z] 2019/09/27 16:09:10 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2019-09-27T16:09:10.998Z] 2019/09/27 16:09:10 Finished clone github.com/konsorten/go-windows-terminal-sequences [2019-09-27T16:09:10.998Z] 2019/09/27 16:09:10 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2019-09-27T16:09:10.998Z] 2019/09/27 16:09:10 Finished clone github.com/tchap/go-patricia [2019-09-27T16:09:10.998Z] 2019/09/27 16:09:10 Clone golang.org/x/text, revision f21a4dfb5e38f5895301dc265a8def02365cc3d0, attempt 1/20 [2019-09-27T16:09:10.998Z] 2019/09/27 16:09:10 Finished clone github.com/google/uuid [2019-09-27T16:09:10.998Z] 2019/09/27 16:09:10 Clone gotest.tools, revision 1083505acf35a0bd8a696b26837e1fb3187a7a83, attempt 1/20 [2019-09-27T16:09:10.998Z] 2019/09/27 16:09:10 Finished clone github.com/creack/pty [2019-09-27T16:09:10.998Z] 2019/09/27 16:09:10 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2019-09-27T16:09:10.998Z] 2019/09/27 16:09:10 Finished clone github.com/mattn/go-shellwords [2019-09-27T16:09:10.998Z] 2019/09/27 16:09:10 Clone github.com/syndtr/gocapability, revision d98352740cb2c55f81556b63d4a1ec64c5a319c2, attempt 1/20 [2019-09-27T16:09:11.253Z] 2019/09/27 16:09:11 Finished clone github.com/Microsoft/go-winio [2019-09-27T16:09:11.253Z] 2019/09/27 16:09:11 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2019-09-27T16:09:11.253Z] 2019/09/27 16:09:11 Finished clone github.com/vdemeester/shakers [2019-09-27T16:09:11.253Z] 2019/09/27 16:09:11 Clone github.com/imdario/mergo, revision 7c29201646fa3de8506f701213473dd407f19646, attempt 1/20 [2019-09-27T16:09:11.253Z] 2019/09/27 16:09:11 Finished clone github.com/gorilla/mux [2019-09-27T16:09:11.253Z] 2019/09/27 16:09:11 Clone golang.org/x/sync, revision e225da77a7e68af35c70ccbf71af2b83e6acac3c, attempt 1/20 [2019-09-27T16:09:11.253Z] 2019/09/27 16:09:11 Finished clone github.com/go-check/check [2019-09-27T16:09:11.253Z] 2019/09/27 16:09:11 Clone github.com/moby/buildkit, revision ae10b292fefb00e0fbf9fecd1419c5f252e58895, attempt 1/20 [2019-09-27T16:09:11.812Z] 2019/09/27 16:09:11 Finished clone github.com/sirupsen/logrus [2019-09-27T16:09:11.812Z] 2019/09/27 16:09:11 Clone github.com/tonistiigi/fsutil, revision 3d2716dd0a4d06ff854241c7e8b6f3f904e1719f, attempt 1/20 [2019-09-27T16:09:12.371Z] 2019/09/27 16:09:12 Finished clone github.com/docker/go-units [2019-09-27T16:09:12.371Z] 2019/09/27 16:09:12 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2019-09-27T16:09:12.658Z] --- PASS: TestServiceUpdateNetwork (15.01s) [2019-09-27T16:09:12.658Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:09:12.658Z] daemon.go:325: [d3fc736327852] waiting for daemon to start [2019-09-27T16:09:12.658Z] daemon.go:325: [d3fc736327852] waiting for daemon to start [2019-09-27T16:09:12.658Z] daemon.go:353: [d3fc736327852] daemon started [2019-09-27T16:09:12.658Z] daemon.go:461: [d3fc736327852] Stopping daemon [2019-09-27T16:09:12.658Z] daemon.go:296: [d3fc736327852] exiting daemon [2019-09-27T16:09:12.658Z] daemon.go:448: [d3fc736327852] Daemon stopped [2019-09-27T16:09:12.658Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:09:12.800Z] PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg 7.849s [2019-09-27T16:09:12.931Z] 2019/09/27 16:09:12 Finished clone github.com/RackSec/srslog [2019-09-27T16:09:12.931Z] 2019/09/27 16:09:12 Clone github.com/opentracing/opentracing-go, revision 1361b9cd60be79c4c3a7fa9841b3c132e40066a7, attempt 1/20 [2019-09-27T16:09:12.931Z] 2019/09/27 16:09:12 Finished clone github.com/syndtr/gocapability [2019-09-27T16:09:12.931Z] 2019/09/27 16:09:12 Clone github.com/google/shlex, revision 6f45313302b9c56850fc17f99e40caebce98c716, attempt 1/20 [2019-09-27T16:09:12.931Z] 2019/09/27 16:09:12 Finished clone github.com/google/go-cmp [2019-09-27T16:09:12.931Z] 2019/09/27 16:09:12 Clone github.com/opentracing-contrib/go-stdlib, revision b1a47cfbdd7543e70e9ef3e73d0802ad306cc1cc, attempt 1/20 [2019-09-27T16:09:12.931Z] 2019/09/27 16:09:12 Finished clone github.com/imdario/mergo [2019-09-27T16:09:12.931Z] 2019/09/27 16:09:12 Clone github.com/mitchellh/hashstructure, revision 2bca23e0e452137f789efbc8610126fd8b94f73b, attempt 1/20 [2019-09-27T16:09:13.186Z] 2019/09/27 16:09:13 Finished clone gotest.tools [2019-09-27T16:09:13.186Z] 2019/09/27 16:09:13 Clone github.com/gofrs/flock, revision 7f43ea2e6a643ad441fc12d0ecc0d3388b300c53, attempt 1/20 [2019-09-27T16:09:13.261Z] SKIP: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg (unmatched requirement DaemonIsLinux) [2019-09-27T16:09:13.441Z] 2019/09/27 16:09:13 Clone github.com/docker/libnetwork, revision 96bcc0dae898308ed659c5095526788a602f4726, attempt 1/20 [2019-09-27T16:09:13.442Z] 2019/09/27 16:09:13 Finished clone golang.org/x/sync [2019-09-27T16:09:14.408Z] 2019/09/27 16:09:14 Clone github.com/docker/go-events, revision 9461782956ad83b30282bf90e31fa6a70c255ba9, attempt 1/20 [2019-09-27T16:09:14.408Z] 2019/09/27 16:09:14 Finished clone github.com/docker/go-connections [2019-09-27T16:09:14.408Z] 2019/09/27 16:09:14 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2019-09-27T16:09:14.408Z] 2019/09/27 16:09:14 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2019-09-27T16:09:14.664Z] 2019/09/27 16:09:14 Finished clone github.com/opentracing-contrib/go-stdlib [2019-09-27T16:09:14.664Z] 2019/09/27 16:09:14 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2019-09-27T16:09:14.664Z] 2019/09/27 16:09:14 Finished clone github.com/mitchellh/hashstructure [2019-09-27T16:09:14.664Z] 2019/09/27 16:09:14 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2019-09-27T16:09:14.664Z] 2019/09/27 16:09:14 Finished clone github.com/google/shlex [2019-09-27T16:09:14.664Z] 2019/09/27 16:09:14 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2019-09-27T16:09:14.919Z] 2019/09/27 16:09:14 Finished clone github.com/opentracing/opentracing-go [2019-09-27T16:09:14.919Z] 2019/09/27 16:09:14 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2019-09-27T16:09:15.175Z] 2019/09/27 16:09:14 Finished clone github.com/gofrs/flock [2019-09-27T16:09:15.175Z] 2019/09/27 16:09:14 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2019-09-27T16:09:15.735Z] 2019/09/27 16:09:15 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2019-09-27T16:09:15.735Z] 2019/09/27 16:09:15 Finished clone github.com/golang/gddo [2019-09-27T16:09:16.296Z] 2019/09/27 16:09:15 Finished clone github.com/docker/go-events [2019-09-27T16:09:16.296Z] 2019/09/27 16:09:15 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2019-09-27T16:09:16.592Z] 2019/09/27 16:09:16 Finished clone github.com/armon/go-radix [2019-09-27T16:09:16.592Z] 2019/09/27 16:09:16 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2019-09-27T16:09:16.592Z] 2019/09/27 16:09:16 Finished clone github.com/tonistiigi/fsutil [2019-09-27T16:09:16.592Z] 2019/09/27 16:09:16 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2019-09-27T16:09:16.592Z] 2019/09/27 16:09:16 Finished clone github.com/armon/go-metrics [2019-09-27T16:09:16.592Z] 2019/09/27 16:09:16 Clone github.com/vishvananda/netns, revision 7109fa855b0ff1ebef7fbd2f6aa613e8db7cfbc0, attempt 1/20 [2019-09-27T16:09:16.834Z] --- PASS: TestDockerNetworkReConnect (4.22s) [2019-09-27T16:09:16.834Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:09:16.834Z] daemon.go:325: [d093cbb0545ce] waiting for daemon to start [2019-09-27T16:09:16.834Z] daemon.go:325: [d093cbb0545ce] waiting for daemon to start [2019-09-27T16:09:16.834Z] daemon.go:353: [d093cbb0545ce] daemon started [2019-09-27T16:09:16.834Z] daemon.go:461: [d093cbb0545ce] Stopping daemon [2019-09-27T16:09:16.834Z] daemon.go:296: [d093cbb0545ce] exiting daemon [2019-09-27T16:09:16.834Z] daemon.go:448: [d093cbb0545ce] Daemon stopped [2019-09-27T16:09:16.834Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:09:16.888Z] 2019/09/27 16:09:16 Finished clone github.com/sean-/seed [2019-09-27T16:09:16.888Z] 2019/09/27 16:09:16 Clone github.com/vishvananda/netlink, revision a2ad57a690f3caf3015351d2d6e1c0b95c349752, attempt 1/20 [2019-09-27T16:09:16.888Z] 2019/09/27 16:09:16 Finished clone github.com/hashicorp/errwrap [2019-09-27T16:09:16.888Z] 2019/09/27 16:09:16 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2019-09-27T16:09:17.813Z] 2019/09/27 16:09:17 Finished clone github.com/hashicorp/memberlist [2019-09-27T16:09:17.813Z] 2019/09/27 16:09:17 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2019-09-27T16:09:18.068Z] 2019/09/27 16:09:18 Finished clone github.com/hashicorp/go-multierror [2019-09-27T16:09:18.068Z] 2019/09/27 16:09:18 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2019-09-27T16:09:18.630Z] 2019/09/27 16:09:18 Finished clone github.com/vishvananda/netns [2019-09-27T16:09:18.630Z] 2019/09/27 16:09:18 Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20 [2019-09-27T16:09:18.630Z] 2019/09/27 16:09:18 Finished clone github.com/docker/libkv [2019-09-27T16:09:18.630Z] 2019/09/27 16:09:18 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2019-09-27T16:09:19.072Z] PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit 5.429s [2019-09-27T16:09:19.199Z] 2019/09/27 16:09:19 Finished clone github.com/hashicorp/go-sockaddr [2019-09-27T16:09:19.199Z] 2019/09/27 16:09:19 Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20 [2019-09-27T16:09:19.455Z] 2019/09/27 16:09:19 Finished clone github.com/BurntSushi/toml [2019-09-27T16:09:19.455Z] 2019/09/27 16:09:19 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2019-09-27T16:09:20.019Z] 2019/09/27 16:09:19 Finished clone github.com/samuel/go-zookeeper [2019-09-27T16:09:20.019Z] 2019/09/27 16:09:19 Clone github.com/miekg/dns, revision e57bf427e68187a27e22adceac868350d7a7079b, attempt 1/20 [2019-09-27T16:09:20.019Z] 2019/09/27 16:09:19 Finished clone golang.org/x/net [2019-09-27T16:09:20.019Z] 2019/09/27 16:09:19 Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20 [2019-09-27T16:09:20.112Z] PASS: docker_api_swarm_test.go:491: DockerSwarmSuite.TestAPISwarmManagerRestore 27.394s [2019-09-27T16:09:20.274Z] 2019/09/27 16:09:20 Finished clone github.com/vishvananda/netlink [2019-09-27T16:09:20.274Z] 2019/09/27 16:09:20 Clone go.etcd.io/bbolt, revision a0458a2b35708eef59eb5f620ceb3cd1c01a824d, attempt 1/20 [2019-09-27T16:09:20.274Z] 2019/09/27 16:09:20 Finished clone github.com/deckarep/golang-set [2019-09-27T16:09:20.274Z] 2019/09/27 16:09:20 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2019-09-27T16:09:20.274Z] 2019/09/27 16:09:20 Finished clone github.com/hashicorp/go-msgpack [2019-09-27T16:09:20.274Z] 2019/09/27 16:09:20 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2019-09-27T16:09:20.530Z] 2019/09/27 16:09:20 Finished clone github.com/Microsoft/hcsshim [2019-09-27T16:09:20.530Z] 2019/09/27 16:09:20 Clone github.com/opencontainers/go-digest, revision 279bed98673dd5bef374d3b6e4b09e2af76183bf, attempt 1/20 [2019-09-27T16:09:20.530Z] 2019/09/27 16:09:20 Finished clone github.com/coreos/go-semver [2019-09-27T16:09:20.530Z] 2019/09/27 16:09:20 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2019-09-27T16:09:21.892Z] 2019/09/27 16:09:21 Finished clone github.com/ishidawataru/sctp [2019-09-27T16:09:21.892Z] 2019/09/27 16:09:21 Clone google.golang.org/grpc, revision 6eaf6f47437a6b4e2153a190160ef39a92c7eceb, attempt 1/20 [2019-09-27T16:09:22.818Z] 2019/09/27 16:09:22 Finished clone github.com/mistifyio/go-zfs [2019-09-27T16:09:22.818Z] 2019/09/27 16:09:22 Clone github.com/opencontainers/runc, revision 3e425f80a8c931f88e6d94a8c831b9d5aa481657, attempt 1/20 [2019-09-27T16:09:22.818Z] 2019/09/27 16:09:22 Finished clone github.com/opencontainers/go-digest [2019-09-27T16:09:22.818Z] 2019/09/27 16:09:22 Clone github.com/opencontainers/runtime-spec, revision 29686dbc5559d93fb1ef402eeda3e35c38d75af4, attempt 1/20 [2019-09-27T16:09:23.073Z] 2019/09/27 16:09:22 Finished clone github.com/Microsoft/opengcs [2019-09-27T16:09:23.073Z] 2019/09/27 16:09:22 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2019-09-27T16:09:23.328Z] 2019/09/27 16:09:23 Finished clone github.com/vbatts/tar-split [2019-09-27T16:09:23.328Z] 2019/09/27 16:09:23 Clone github.com/seccomp/libseccomp-golang, revision 32f571b70023028bd57d9288c20efbcb237f3ce0, attempt 1/20 [2019-09-27T16:09:23.889Z] 2019/09/27 16:09:23 Finished clone go.etcd.io/bbolt [2019-09-27T16:09:23.889Z] 2019/09/27 16:09:23 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2019-09-27T16:09:25.294Z] 2019/09/27 16:09:25 Finished clone github.com/seccomp/libseccomp-golang [2019-09-27T16:09:25.294Z] 2019/09/27 16:09:25 Clone github.com/godbus/dbus, revision 5f6efc7ef2759c81b7ba876593971bfce311eab3, attempt 1/20 [2019-09-27T16:09:25.550Z] 2019/09/27 16:09:25 Finished clone github.com/hashicorp/serf [2019-09-27T16:09:25.550Z] 2019/09/27 16:09:25 Clone github.com/Graylog2/go-gelf, revision 4143646226541087117ff2f83334ea48b3201841, attempt 1/20 [2019-09-27T16:09:26.111Z] 2019/09/27 16:09:25 Finished clone github.com/opencontainers/runtime-spec [2019-09-27T16:09:26.111Z] 2019/09/27 16:09:25 Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20 [2019-09-27T16:09:26.368Z] 2019/09/27 16:09:26 Finished clone github.com/coreos/go-systemd [2019-09-27T16:09:26.368Z] 2019/09/27 16:09:26 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2019-09-27T16:09:26.658Z] PASS: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups 18.506s [2019-09-27T16:09:26.930Z] 2019/09/27 16:09:26 Finished clone golang.org/x/sys [2019-09-27T16:09:26.930Z] 2019/09/27 16:09:26 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2019-09-27T16:09:26.930Z] 2019/09/27 16:09:26 Finished clone github.com/opencontainers/image-spec [2019-09-27T16:09:26.930Z] 2019/09/27 16:09:26 Clone github.com/fsnotify/fsnotify, revision 1485a34d5d5723fea214f5710708e19a831720e4, attempt 1/20 [2019-09-27T16:09:26.930Z] 2019/09/27 16:09:26 Finished clone github.com/ugorji/go [2019-09-27T16:09:26.930Z] 2019/09/27 16:09:26 Clone github.com/aws/aws-sdk-go, revision 9ed0c8de252f04ac45a65358377103d5a1aa2d92, attempt 1/20 [2019-09-27T16:09:27.223Z] PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut 1.073s [2019-09-27T16:09:27.479Z] PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString 0.321s [2019-09-27T16:09:27.726Z] 2019/09/27 16:09:27 Finished clone github.com/Graylog2/go-gelf [2019-09-27T16:09:27.726Z] 2019/09/27 16:09:27 Clone github.com/go-ini/ini, revision 300e940a926eb277d3901b20bdfcc54928ad3642, attempt 1/20 [2019-09-27T16:09:27.726Z] 2019/09/27 16:09:27 Finished clone github.com/godbus/dbus [2019-09-27T16:09:27.726Z] 2019/09/27 16:09:27 Clone github.com/jmespath/go-jmespath, revision 0b12d6b521d83fc7f755e7cfc1b1fbdd35a01a74, attempt 1/20 [2019-09-27T16:09:28.026Z] 2019/09/27 16:09:27 Finished clone github.com/fluent/fluent-logger-golang [2019-09-27T16:09:28.026Z] 2019/09/27 16:09:27 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2019-09-27T16:09:28.026Z] 2019/09/27 16:09:27 Finished clone github.com/philhofer/fwd [2019-09-27T16:09:28.026Z] 2019/09/27 16:09:27 Clone golang.org/x/oauth2, revision ec22f46f877b4505e0117eeaab541714644fdd28, attempt 1/20 [2019-09-27T16:09:28.851Z] PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails 1.160s [2019-09-27T16:09:29.390Z] 2019/09/27 16:09:29 Finished clone github.com/fsnotify/fsnotify [2019-09-27T16:09:29.390Z] 2019/09/27 16:09:29 Clone google.golang.org/api, revision de943baf05a022a8f921b544b7827bacaba1aed5, attempt 1/20 [2019-09-27T16:09:29.390Z] 2019/09/27 16:09:29 Finished clone github.com/moby/buildkit [2019-09-27T16:09:29.390Z] 2019/09/27 16:09:29 Clone go.opencensus.io, revision c3ed530f775d85e577ca652cb052a52c078aad26, attempt 1/20 [2019-09-27T16:09:29.781Z] PASS: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer 1.171s [2019-09-27T16:09:29.950Z] 2019/09/27 16:09:29 Finished clone github.com/bsphere/le_go [2019-09-27T16:09:29.950Z] 2019/09/27 16:09:29 Clone cloud.google.com/go, revision 0fd7230b2a7505833d5f69b75cbd6c9582401479, attempt 1/20 [2019-09-27T16:09:30.205Z] 2019/09/27 16:09:29 Finished clone github.com/go-ini/ini [2019-09-27T16:09:30.205Z] 2019/09/27 16:09:29 Clone github.com/googleapis/gax-go, revision 317e0006254c44a0ac427cc52a0e083ff0b9622f, attempt 1/20 [2019-09-27T16:09:30.205Z] 2019/09/27 16:09:30 Finished clone github.com/jmespath/go-jmespath [2019-09-27T16:09:30.205Z] 2019/09/27 16:09:30 Clone google.golang.org/genproto, revision 694d95ba50e67b2e363f3483057db5d4910c18f9, attempt 1/20 [2019-09-27T16:09:30.766Z] 2019/09/27 16:09:30 Finished clone github.com/tinylib/msgp [2019-09-27T16:09:30.766Z] 2019/09/27 16:09:30 Clone github.com/containerd/containerd, revision 7c1e88399ec0b0b077121d9d5ad97e647b11c870, attempt 1/20 [2019-09-27T16:09:31.368Z] 2019/09/27 16:09:31 Finished clone golang.org/x/oauth2 [2019-09-27T16:09:31.368Z] 2019/09/27 16:09:31 Clone github.com/containerd/fifo, revision a9fb20d87448d386e6d50b1f2e1fa70dcf0de43c, attempt 1/20 [2019-09-27T16:09:31.368Z] 2019/09/27 16:09:31 Finished clone github.com/docker/libnetwork [2019-09-27T16:09:31.368Z] 2019/09/27 16:09:31 Clone github.com/containerd/continuity, revision aaeac12a7ffcd198ae25440a9dff125c2e2703a7, attempt 1/20 [2019-09-27T16:09:31.489Z] PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg 9.825s [2019-09-27T16:09:31.676Z] PASS: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents 1.843s [2019-09-27T16:09:31.676Z] SKIP: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing (unmatched requirement DaemonIsWindows) [2019-09-27T16:09:31.676Z] SKIP: docker_cli_build_test.go:6058: DockerSuite.TestBuildWindowsEnvCaseInsensitive (unmatched requirement DaemonIsWindows) [2019-09-27T16:09:31.676Z] SKIP: docker_cli_build_test.go:6028: DockerSuite.TestBuildWindowsUser (unmatched requirement DaemonIsWindows) [2019-09-27T16:09:31.676Z] SKIP: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing (unmatched requirement DaemonIsWindows) [2019-09-27T16:09:31.933Z] --- PASS: TestServiceUpdateNetwork (15.05s) [2019-09-27T16:09:31.933Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:09:31.933Z] daemon.go:325: [d89548c05bb67] waiting for daemon to start [2019-09-27T16:09:31.933Z] daemon.go:325: [d89548c05bb67] waiting for daemon to start [2019-09-27T16:09:31.933Z] daemon.go:353: [d89548c05bb67] daemon started [2019-09-27T16:09:31.933Z] daemon.go:461: [d89548c05bb67] Stopping daemon [2019-09-27T16:09:31.933Z] daemon.go:296: [d89548c05bb67] exiting daemon [2019-09-27T16:09:31.933Z] daemon.go:448: [d89548c05bb67] Daemon stopped [2019-09-27T16:09:31.933Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:09:31.972Z] 2019/09/27 16:09:31 Finished clone golang.org/x/text [2019-09-27T16:09:31.972Z] 2019/09/27 16:09:31 Clone github.com/containerd/cgroups, revision 4994991857f9b0ae8dc439551e8bebdbb4bf66c1, attempt 1/20 [2019-09-27T16:09:32.227Z] 2019/09/27 16:09:32 Clone github.com/containerd/console, revision 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f, attempt 1/20 [2019-09-27T16:09:32.227Z] 2019/09/27 16:09:32 Finished clone github.com/googleapis/gax-go [2019-09-27T16:09:33.155Z] 2019/09/27 16:09:32 Finished clone github.com/containerd/fifo [2019-09-27T16:09:33.155Z] 2019/09/27 16:09:32 Clone github.com/containerd/go-runc, revision e029b79d8cda8374981c64eba71f28ec38e5526f, attempt 1/20 [2019-09-27T16:09:33.155Z] 2019/09/27 16:09:32 Finished clone google.golang.org/grpc [2019-09-27T16:09:33.155Z] 2019/09/27 16:09:32 Clone github.com/containerd/typeurl, revision 2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d, attempt 1/20 [2019-09-27T16:09:33.410Z] 2019/09/27 16:09:33 Clone github.com/containerd/ttrpc, revision 92c8520ef9f86600c650dd540266a007bf03670f, attempt 1/20 [2019-09-27T16:09:33.410Z] 2019/09/27 16:09:33 Finished clone github.com/opencontainers/runc [2019-09-27T16:09:33.666Z] 2019/09/27 16:09:33 Finished clone go.opencensus.io [2019-09-27T16:09:33.666Z] 2019/09/27 16:09:33 Clone github.com/gogo/googleapis, revision d31c731455cb061f42baff3bda55bad0118b126b, attempt 1/20 [2019-09-27T16:09:33.921Z] 2019/09/27 16:09:33 Finished clone github.com/containerd/cgroups [2019-09-27T16:09:33.921Z] 2019/09/27 16:09:33 Clone github.com/docker/swarmkit, revision bbe341867eae1615faf8a702ec05bfe986e73e06, attempt 1/20 [2019-09-27T16:09:33.921Z] 2019/09/27 16:09:33 Finished clone github.com/containerd/console [2019-09-27T16:09:33.921Z] 2019/09/27 16:09:33 Clone github.com/gogo/protobuf, revision ba06b47c162d49f2af050fb4c75bcbc86a159d5c, attempt 1/20 [2019-09-27T16:09:34.464Z] PASS: docker_cli_build_test.go:5578: DockerSuite.TestBuildWithExtraHost 2.376s [2019-09-27T16:09:34.464Z] PASS: docker_cli_build_test.go:5594: DockerSuite.TestBuildWithExtraHostInvalidFormat 0.060s [2019-09-27T16:09:34.848Z] 2019/09/27 16:09:34 Finished clone github.com/containerd/go-runc [2019-09-27T16:09:34.848Z] 2019/09/27 16:09:34 Clone github.com/golang/protobuf, revision aa810b61a9c79d51363740d207bb46cf8e620ed5, attempt 1/20 [2019-09-27T16:09:35.104Z] 2019/09/27 16:09:34 Finished clone github.com/miekg/dns [2019-09-27T16:09:35.104Z] 2019/09/27 16:09:34 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2019-09-27T16:09:35.104Z] 2019/09/27 16:09:34 Finished clone github.com/containerd/typeurl [2019-09-27T16:09:35.104Z] 2019/09/27 16:09:34 Clone github.com/fernet/fernet-go, revision 1b2437bc582b3cfbb341ee5a29f8ef5b42912ff2, attempt 1/20 [2019-09-27T16:09:35.104Z] 2019/09/27 16:09:35 Finished clone github.com/containerd/continuity [2019-09-27T16:09:35.104Z] 2019/09/27 16:09:35 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2019-09-27T16:09:35.359Z] 2019/09/27 16:09:35 Finished clone github.com/containerd/ttrpc [2019-09-27T16:09:35.359Z] 2019/09/27 16:09:35 Clone golang.org/x/crypto, revision 88737f569e3a9c7ab309cdc09a07fe7fc87233c3, attempt 1/20 [2019-09-27T16:09:35.395Z] PASS: docker_cli_build_test.go:5392: DockerSuite.TestBuildWithFailure 0.969s [2019-09-27T16:09:35.615Z] 2019/09/27 16:09:35 Finished clone github.com/gogo/googleapis [2019-09-27T16:09:35.615Z] 2019/09/27 16:09:35 Clone golang.org/x/time, revision fbb02b2291d28baffd63558aa44b4b56f178d650, attempt 1/20 [2019-09-27T16:09:35.959Z] PASS: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext 0.688s [2019-09-27T16:09:36.523Z] --- PASS: TestDockerNetworkReConnect (4.66s) [2019-09-27T16:09:36.523Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:09:36.523Z] daemon.go:325: [de969672a3a2f] waiting for daemon to start [2019-09-27T16:09:36.523Z] daemon.go:325: [de969672a3a2f] waiting for daemon to start [2019-09-27T16:09:36.523Z] daemon.go:353: [de969672a3a2f] daemon started [2019-09-27T16:09:36.523Z] daemon.go:461: [de969672a3a2f] Stopping daemon [2019-09-27T16:09:36.523Z] daemon.go:296: [de969672a3a2f] exiting daemon [2019-09-27T16:09:36.523Z] daemon.go:448: [de969672a3a2f] Daemon stopped [2019-09-27T16:09:36.523Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:09:36.780Z] PASS: docker_api_swarm_node_test.go:75: DockerSwarmSuite.TestAPISwarmNodeDrainPause 10.464s [2019-09-27T16:09:36.780Z] PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs 0.929s [2019-09-27T16:09:36.979Z] 2019/09/27 16:09:36 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2019-09-27T16:09:36.979Z] 2019/09/27 16:09:36 Finished clone github.com/fernet/fernet-go [2019-09-27T16:09:37.038Z] PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM 0.127s [2019-09-27T16:09:37.541Z] 2019/09/27 16:09:37 Finished clone github.com/docker/distribution [2019-09-27T16:09:37.541Z] 2019/09/27 16:09:37 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2019-09-27T16:09:38.104Z] 2019/09/27 16:09:37 Finished clone golang.org/x/time [2019-09-27T16:09:38.104Z] 2019/09/27 16:09:37 Clone github.com/hashicorp/golang-lru, revision 7087cb70de9f7a8bc0a10c375cb0d2280a8edf9c, attempt 1/20 [2019-09-27T16:09:38.104Z] 2019/09/27 16:09:38 Finished clone github.com/hashicorp/go-immutable-radix [2019-09-27T16:09:38.104Z] 2019/09/27 16:09:38 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2019-09-27T16:09:38.665Z] 2019/09/27 16:09:38 Finished clone github.com/hashicorp/go-memdb [2019-09-27T16:09:38.665Z] 2019/09/27 16:09:38 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2019-09-27T16:09:40.029Z] 2019/09/27 16:09:39 Finished clone github.com/hashicorp/golang-lru [2019-09-27T16:09:40.029Z] 2019/09/27 16:09:39 Clone github.com/prometheus/client_golang, revision c5b7fccd204277076155f10851dad72b76a49317, attempt 1/20 [2019-09-27T16:09:40.284Z] 2019/09/27 16:09:40 Finished clone github.com/coreos/pkg [2019-09-27T16:09:40.284Z] 2019/09/27 16:09:40 Clone github.com/beorn7/perks, revision e7f67b54abbeac9c40a31de0f81159e4cafebd6a, attempt 1/20 [2019-09-27T16:09:40.846Z] 2019/09/27 16:09:40 Finished clone code.cloudfoundry.org/clock [2019-09-27T16:09:40.846Z] 2019/09/27 16:09:40 Clone github.com/prometheus/client_model, revision 6f3806018612930941127f2a7c6c453ba2c527d2, attempt 1/20 [2019-09-27T16:09:41.213Z] PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore 3.789s [2019-09-27T16:09:41.773Z] 2019/09/27 16:09:41 Finished clone golang.org/x/crypto [2019-09-27T16:09:41.773Z] 2019/09/27 16:09:41 Clone github.com/prometheus/common, revision 7600349dcfe1abd18d72d3a1770870d9800a7801, attempt 1/20 [2019-09-27T16:09:41.842Z] PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal 9.310s [2019-09-27T16:09:41.842Z] SKIP: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride (unmatched requirement DaemonIsLinux) [2019-09-27T16:09:42.333Z] 2019/09/27 16:09:42 Finished clone github.com/beorn7/perks [2019-09-27T16:09:42.333Z] 2019/09/27 16:09:42 Clone github.com/prometheus/procfs, revision 7d6f385de8bea29190f15ba9931442a0eaef9af7, attempt 1/20 [2019-09-27T16:09:42.894Z] 2019/09/27 16:09:42 Finished clone github.com/prometheus/client_model [2019-09-27T16:09:42.894Z] 2019/09/27 16:09:42 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2019-09-27T16:09:43.105Z] PASS: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership 2.009s [2019-09-27T16:09:43.820Z] 2019/09/27 16:09:43 Finished clone github.com/prometheus/client_golang [2019-09-27T16:09:43.820Z] 2019/09/27 16:09:43 Clone github.com/pkg/errors, revision ba968bfe8b2f7e042a574c888954fccecfa385b4, attempt 1/20 [2019-09-27T16:09:44.036Z] PASS: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes 1.007s [2019-09-27T16:09:44.293Z] PASS: docker_cli_build_test.go:6093: DockerSuite.TestBuildWorkdirCmd 0.414s [2019-09-27T16:09:44.857Z] PASS: docker_cli_build_test.go:6072: DockerSuite.TestBuildWorkdirImageCmd 0.713s [2019-09-27T16:09:45.114Z] SKIP: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath (unmatched requirement DaemonIsWindows) [2019-09-27T16:09:45.206Z] 2019/09/27 16:09:44 Finished clone github.com/matttproud/golang_protobuf_extensions [2019-09-27T16:09:45.206Z] 2019/09/27 16:09:44 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2019-09-27T16:09:45.206Z] 2019/09/27 16:09:45 Finished clone github.com/prometheus/procfs [2019-09-27T16:09:45.206Z] 2019/09/27 16:09:45 Clone github.com/spf13/cobra, revision ef82de70bb3f60c65fb8eebacbb2d122ef517385, attempt 1/20 [2019-09-27T16:09:45.462Z] 2019/09/27 16:09:45 Finished clone github.com/prometheus/common [2019-09-27T16:09:45.462Z] 2019/09/27 16:09:45 Clone github.com/spf13/pflag, revision 583c0c0531f06d5278b7d917446061adc344b5cd, attempt 1/20 [2019-09-27T16:09:46.044Z] PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables 0.993s [2019-09-27T16:09:46.436Z] 2019/09/27 16:09:46 Finished clone github.com/pkg/errors [2019-09-27T16:09:46.436Z] 2019/09/27 16:09:46 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2019-09-27T16:09:47.493Z] 2019/09/27 16:09:47 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2019-09-27T16:09:47.493Z] 2019/09/27 16:09:47 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2019-09-27T16:09:47.680Z] PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection 5.449s [2019-09-27T16:09:47.680Z] SKIP: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants (unmatched requirement DaemonIsLinux) [2019-09-27T16:09:47.680Z] SKIP: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv (unmatched requirement DaemonIsLinux) [2019-09-27T16:09:48.420Z] 2019/09/27 16:09:48 Finished clone github.com/spf13/pflag [2019-09-27T16:09:48.420Z] 2019/09/27 16:09:48 Clone github.com/docker/go-metrics, revision d466d4f6fd960e01820085bd7e1a24426ee7ef18, attempt 1/20 [2019-09-27T16:09:48.420Z] 2019/09/27 16:09:48 Finished clone github.com/inconshreveable/mousetrap [2019-09-27T16:09:48.567Z] PASS: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost 2.357s [2019-09-27T16:09:48.567Z] PASS: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock 0.016s [2019-09-27T16:09:48.567Z] SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test) [2019-09-27T16:09:48.717Z] 2019/09/27 16:09:48 Finished clone github.com/spf13/cobra [2019-09-27T16:09:48.717Z] 2019/09/27 16:09:48 Finished clone github.com/google/certificate-transparency-go [2019-09-27T16:09:49.131Z] PASS: docker_cli_run_test.go:3687: DockerSuite.TestCmdCannotBeInvoked 0.806s [2019-09-27T16:09:49.645Z] 2019/09/27 16:09:49 Finished clone github.com/golang/protobuf [2019-09-27T16:09:49.645Z] 2019/09/27 16:09:49 Finished clone github.com/morikuni/aec [2019-09-27T16:09:49.900Z] 2019/09/27 16:09:49 Finished clone github.com/docker/go-metrics [2019-09-27T16:09:50.499Z] PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone 0.977s [2019-09-27T16:09:51.262Z] 2019/09/27 16:09:50 Finished clone github.com/cloudflare/cfssl [2019-09-27T16:09:51.429Z] PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange 1.091s [2019-09-27T16:09:51.686Z] --- PASS: TestServiceUpdateNetwork (15.13s) [2019-09-27T16:09:51.686Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:09:51.686Z] daemon.go:325: [d5715c4cb1195] waiting for daemon to start [2019-09-27T16:09:51.686Z] daemon.go:325: [d5715c4cb1195] waiting for daemon to start [2019-09-27T16:09:51.686Z] daemon.go:353: [d5715c4cb1195] daemon started [2019-09-27T16:09:51.686Z] daemon.go:461: [d5715c4cb1195] Stopping daemon [2019-09-27T16:09:51.686Z] daemon.go:296: [d5715c4cb1195] exiting daemon [2019-09-27T16:09:51.686Z] daemon.go:448: [d5715c4cb1195] Daemon stopped [2019-09-27T16:09:51.686Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:09:52.249Z] PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels 0.982s [2019-09-27T16:09:53.774Z] 2019/09/27 16:09:53 Finished clone cloud.google.com/go [2019-09-27T16:09:54.773Z] PASS: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink 1.907s [2019-09-27T16:09:54.799Z] PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion 6.928s [2019-09-27T16:09:54.799Z] SKIP: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride (unmatched requirement DaemonIsLinux) [2019-09-27T16:09:54.799Z] PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory 0.526s [2019-09-27T16:09:54.799Z] SKIP: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (unmatched requirement DaemonIsLinux) [2019-09-27T16:09:54.799Z] SKIP: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (unmatched requirement DaemonIsLinux) [2019-09-27T16:09:55.659Z] 2019/09/27 16:09:55 Finished clone google.golang.org/genproto [2019-09-27T16:09:56.143Z] PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile 1.706s [2019-09-27T16:09:56.143Z] --- PASS: TestDockerNetworkReConnect (4.42s) [2019-09-27T16:09:56.143Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestDockerNetworkReConnect [2019-09-27T16:09:56.143Z] daemon.go:325: [de9b1ffb79515] waiting for daemon to start [2019-09-27T16:09:56.143Z] daemon.go:325: [de9b1ffb79515] waiting for daemon to start [2019-09-27T16:09:56.143Z] daemon.go:353: [de9b1ffb79515] daemon started [2019-09-27T16:09:56.143Z] daemon.go:461: [de9b1ffb79515] Stopping daemon [2019-09-27T16:09:56.143Z] daemon.go:296: [de9b1ffb79515] exiting daemon [2019-09-27T16:09:56.143Z] daemon.go:448: [de9b1ffb79515] Daemon stopped [2019-09-27T16:09:56.143Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:09:57.072Z] PASS: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer 0.845s [2019-09-27T16:09:58.922Z] 2019/09/27 16:09:58 Finished clone github.com/docker/swarmkit [2019-09-27T16:09:59.593Z] PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY 1.878s [2019-09-27T16:10:00.524Z] PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel 1.226s [2019-09-27T16:10:00.893Z] 2019/09/27 16:10:00 Finished clone github.com/coreos/etcd [2019-09-27T16:10:01.150Z] 2019/09/27 16:10:01 Finished clone github.com/containerd/containerd [2019-09-27T16:10:02.442Z] PASS: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount 1.788s [2019-09-27T16:10:03.372Z] PASS: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause 0.986s [2019-09-27T16:10:03.372Z] PASS: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks 0.013s [2019-09-27T16:10:03.372Z] PASS: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks 0.016s [2019-09-27T16:10:03.372Z] PASS: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions 0.072s [2019-09-27T16:10:03.372Z] PASS: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions 0.012s [2019-09-27T16:10:03.372Z] PASS: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort 0.002s [2019-09-27T16:10:03.372Z] PASS: docker_api_containers_test.go:1266: DockerSuite.TestContainerAPIChunkedEncoding 0.064s [2019-09-27T16:10:05.895Z] PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit 2.190s [2019-09-27T16:10:07.788Z] PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig 1.771s [2019-09-27T16:10:07.788Z] PASS: docker_api_containers_test.go:1132: DockerSuite.TestContainerAPICopyContainerNotFoundPr124 0.001s [2019-09-27T16:10:08.352Z] PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPICopyNotExistsAnyMore 0.801s [2019-09-27T16:10:09.285Z] PASS: docker_api_containers_test.go:1060: DockerSuite.TestContainerAPICopyPre124 0.987s [2019-09-27T16:10:10.214Z] PASS: docker_api_containers_test.go:1090: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124 0.832s [2019-09-27T16:10:10.778Z] --- PASS: TestServiceUpdateNetwork (14.49s) [2019-09-27T16:10:10.778Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration-flaky/TestServiceUpdateNetwork [2019-09-27T16:10:10.778Z] daemon.go:325: [d48b8dbabe5b0] waiting for daemon to start [2019-09-27T16:10:10.778Z] daemon.go:325: [d48b8dbabe5b0] waiting for daemon to start [2019-09-27T16:10:10.778Z] daemon.go:353: [d48b8dbabe5b0] daemon started [2019-09-27T16:10:10.778Z] daemon.go:461: [d48b8dbabe5b0] Stopping daemon [2019-09-27T16:10:10.778Z] daemon.go:296: [d48b8dbabe5b0] exiting daemon [2019-09-27T16:10:10.778Z] daemon.go:448: [d48b8dbabe5b0] Daemon stopped [2019-09-27T16:10:10.778Z] PASS [2019-09-27T16:10:10.778Z] [2019-09-27T16:10:10.778Z] DONE 10 tests in 98.583s [2019-09-27T16:10:10.778Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:10:10.778Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:10:10.778Z] +++ set -e [2019-09-27T16:10:10.778Z] +++ '[' -n 0 ']' [2019-09-27T16:10:10.778Z] +++ set -x [2019-09-27T16:10:10.778Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:10:10.778Z] INFO: Testing against a local daemon [2019-09-27T16:10:10.778Z] testing: warning: no tests to run [2019-09-27T16:10:10.778Z] PASS [2019-09-27T16:10:10.778Z] [2019-09-27T16:10:10.778Z] DONE 0 tests in 0.069s [2019-09-27T16:10:10.778Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:10:10.778Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:10:10.778Z] +++ set -e [2019-09-27T16:10:10.778Z] +++ '[' -n 0 ']' [2019-09-27T16:10:10.778Z] +++ set -x [2019-09-27T16:10:10.778Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:10:10.778Z] INFO: Testing against a local daemon [2019-09-27T16:10:10.778Z] testing: warning: no tests to run [2019-09-27T16:10:10.778Z] PASS [2019-09-27T16:10:10.778Z] [2019-09-27T16:10:10.778Z] DONE 0 tests in 0.065s [2019-09-27T16:10:10.778Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=375000m -test.count 5 -test.run TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork [2019-09-27T16:10:10.778Z] +++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:10:10.778Z] +++ set -e [2019-09-27T16:10:10.778Z] +++ '[' -n 0 ']' [2019-09-27T16:10:10.778Z] +++ set -x [2019-09-27T16:10:10.778Z] +++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration-flaky 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-flaky/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration-flaky/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration-flaky/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration-flaky/../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-flaky/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration-flaky/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=375000m -test.count 5 -test.run 'TestBuildMultiStageCopy|TestBuildPlatformInvalid|TestConfigDaemonLibtrustID|TestCopyFromContainer|TestCreateLinkToNonExistingContainer|TestHealthKillContainer|TestImagePullPlatformInvalid|TestDockerNetworkReConnect|TestServiceUpdateNetwork' [2019-09-27T16:10:10.778Z] INFO: Testing against a local daemon [2019-09-27T16:10:10.778Z] testing: warning: no tests to run [2019-09-27T16:10:10.778Z] PASS [2019-09-27T16:10:10.778Z] [2019-09-27T16:10:10.778Z] DONE 0 tests in 0.049s [2019-09-27T16:10:10.778Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration-flaky) [2019-09-27T16:10:11.035Z] +++++ cat bundles/test-integration-flaky/docker.pid [2019-09-27T16:10:11.035Z] ++++ kill 4486 [2019-09-27T16:10:11.035Z] PASS: docker_api_containers_test.go:1111: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124 0.918s [2019-09-27T16:10:11.164Z] 2019/09/27 16:10:09 Finished clone github.com/gogo/protobuf [2019-09-27T16:10:11.164Z] 2019/09/27 16:10:10 Finished clone github.com/hashicorp/consul [2019-09-27T16:10:11.965Z] PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate 0.815s [2019-09-27T16:10:11.965Z] PASS: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateBridgeNetworkMode 0.059s [2019-09-27T16:10:11.965Z] PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig 0.002s [2019-09-27T16:10:11.965Z] umount: bundles/test-integration-flaky/root: mountpoint not found [2019-09-27T16:10:11.965Z] ++++ /etc/init.d/apparmor stop [2019-09-27T16:10:11.965Z] Clearing AppArmor profiles cache:. [2019-09-27T16:10:11.965Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T16:10:11.965Z] Unloading profiles will leave already running processes permanently [2019-09-27T16:10:11.965Z] unconfined, which can lead to unexpected situations. [2019-09-27T16:10:11.965Z] [2019-09-27T16:10:11.965Z] To set a process to complain mode, use the command line tool [2019-09-27T16:10:11.965Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T16:10:11.965Z] with the 'teardown' option." [2019-09-27T16:10:11.965Z] [2019-09-27T16:10:11.965Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-27T16:10:12.223Z] PASS: docker_api_swarm_node_test.go:46: DockerSwarmSuite.TestAPISwarmNodeRemove 29.998s [2019-09-27T16:10:12.480Z] PKG_CONFIG=pkg-config [2019-09-27T16:10:12.480Z] GOLANG_VERSION=1.12.9 [2019-09-27T16:10:12.480Z] HOSTNAME=8c1c09bd1990 [2019-09-27T16:10:12.480Z] KEEPBUNDLE=1 [2019-09-27T16:10:12.480Z] container=docker [2019-09-27T16:10:12.480Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-27T16:10:12.480Z] GOPATH=/go [2019-09-27T16:10:12.480Z] PWD=/go/src/github.com/docker/docker [2019-09-27T16:10:12.480Z] HOME=/root [2019-09-27T16:10:12.480Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-27T16:10:12.480Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-27T16:10:12.480Z] DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 [2019-09-27T16:10:12.480Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-27T16:10:12.480Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-27T16:10:12.480Z] TERM=xterm [2019-09-27T16:10:12.480Z] DEST=bundles/test-integration [2019-09-27T16:10:12.480Z] SHLVL=1 [2019-09-27T16:10:12.480Z] TIMEOUT=120m [2019-09-27T16:10:12.480Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-27T16:10:12.480Z] DOCKER_PKG=github.com/docker/docker [2019-09-27T16:10:12.480Z] TESTDEBUG=0 [2019-09-27T16:10:12.480Z] _=/usr/bin/env [2019-09-27T16:10:12.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-27T16:10:13.045Z] PASS: docker_api_containers_test.go:1975: DockerSuite.TestContainerAPICreateMountsBindRead 1.065s [2019-09-27T16:10:13.045Z] PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig 0.003s [2019-09-27T16:10:13.302Z] PASS: docker_api_containers_test.go:1388: DockerSuite.TestContainerAPICreateNoHostConfig118 0.066s [2019-09-27T16:10:13.302Z] PASS: docker_api_containers_test.go:632: DockerSuite.TestContainerAPICreateOtherNetworkModes 0.137s [2019-09-27T16:10:13.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-27T16:10:13.560Z] PASS: docker_api_containers_test.go:661: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset 0.092s [2019-09-27T16:10:13.817Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-27T16:10:14.748Z] PASS: docker_api_containers_test.go:1143: DockerSuite.TestContainerAPIDelete 1.134s [2019-09-27T16:10:14.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-27T16:10:15.311Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-27T16:10:15.568Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-27T16:10:15.684Z] --- PASS: TestBuildWithHugeFile (83.88s) [2019-09-27T16:10:15.684Z] === RUN TestBuildWithEmptyDockerfile [2019-09-27T16:10:15.684Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T16:10:15.684Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T16:10:15.684Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T16:10:15.684Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T16:10:15.684Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T16:10:15.684Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T16:10:15.684Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T16:10:15.684Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T16:10:15.684Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T16:10:15.684Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2019-09-27T16:10:15.684Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.33s) [2019-09-27T16:10:15.684Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.33s) [2019-09-27T16:10:15.684Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.34s) [2019-09-27T16:10:15.684Z] === RUN TestBuildPreserveOwnership [2019-09-27T16:10:15.684Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-27T16:10:15.684Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-27T16:10:15.684Z] --- PASS: TestBuildPreserveOwnership (4.83s) [2019-09-27T16:10:15.684Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.17s) [2019-09-27T16:10:15.684Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.65s) [2019-09-27T16:10:15.684Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:10:15.684Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-09-27T16:10:15.684Z] PASS [2019-09-27T16:10:15.684Z] [2019-09-27T16:10:15.684Z] DONE 30 tests in 129.208s [2019-09-27T16:10:15.684Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-09-27T16:10:15.684Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:10:15.684Z] ++ set -e [2019-09-27T16:10:15.684Z] ++ '[' -n 0 ']' [2019-09-27T16:10:15.684Z] ++ set -x [2019-09-27T16:10:15.684Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:10:15.684Z] INFO: Testing against a local daemon [2019-09-27T16:10:15.684Z] === RUN TestConfigList [2019-09-27T16:10:15.684Z] --- PASS: TestConfigList (2.23s) [2019-09-27T16:10:15.684Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-27T16:10:15.684Z] daemon.go:325: [de821bd6a58b4] waiting for daemon to start [2019-09-27T16:10:15.684Z] daemon.go:325: [de821bd6a58b4] waiting for daemon to start [2019-09-27T16:10:15.684Z] daemon.go:353: [de821bd6a58b4] daemon started [2019-09-27T16:10:15.684Z] daemon.go:461: [de821bd6a58b4] Stopping daemon [2019-09-27T16:10:15.684Z] daemon.go:296: [de821bd6a58b4] exiting daemon [2019-09-27T16:10:15.684Z] daemon.go:448: [de821bd6a58b4] Daemon stopped [2019-09-27T16:10:15.684Z] === RUN TestConfigsCreateAndDelete [2019-09-27T16:10:15.684Z] --- PASS: TestConfigsCreateAndDelete (2.25s) [2019-09-27T16:10:15.684Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-27T16:10:15.684Z] daemon.go:325: [d3ae4b5e8a6ee] waiting for daemon to start [2019-09-27T16:10:15.684Z] daemon.go:325: [d3ae4b5e8a6ee] waiting for daemon to start [2019-09-27T16:10:15.684Z] daemon.go:353: [d3ae4b5e8a6ee] daemon started [2019-09-27T16:10:15.684Z] daemon.go:461: [d3ae4b5e8a6ee] Stopping daemon [2019-09-27T16:10:15.684Z] daemon.go:296: [d3ae4b5e8a6ee] exiting daemon [2019-09-27T16:10:15.684Z] daemon.go:448: [d3ae4b5e8a6ee] Daemon stopped [2019-09-27T16:10:15.684Z] === RUN TestConfigsUpdate [2019-09-27T16:10:15.684Z] --- PASS: TestConfigsUpdate (2.26s) [2019-09-27T16:10:15.684Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-27T16:10:15.684Z] daemon.go:325: [dce788ead8462] waiting for daemon to start [2019-09-27T16:10:15.685Z] daemon.go:325: [dce788ead8462] waiting for daemon to start [2019-09-27T16:10:15.685Z] daemon.go:353: [dce788ead8462] daemon started [2019-09-27T16:10:15.685Z] daemon.go:461: [dce788ead8462] Stopping daemon [2019-09-27T16:10:15.685Z] daemon.go:296: [dce788ead8462] exiting daemon [2019-09-27T16:10:15.685Z] daemon.go:448: [dce788ead8462] Daemon stopped [2019-09-27T16:10:15.685Z] === RUN TestTemplatedConfig [2019-09-27T16:10:15.825Z] PASS: docker_api_containers_test.go:1216: DockerSuite.TestContainerAPIDeleteConflict 0.845s [2019-09-27T16:10:16.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-27T16:10:16.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-27T16:10:16.647Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-27T16:10:16.647Z] PASS: docker_api_containers_test.go:1168: DockerSuite.TestContainerAPIDeleteForce 0.960s [2019-09-27T16:10:16.647Z] PASS: docker_api_containers_test.go:1159: DockerSuite.TestContainerAPIDeleteNotExist 0.001s [2019-09-27T16:10:17.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-27T16:10:17.468Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-27T16:10:17.723Z] --- PASS: TestTemplatedConfig (2.95s) [2019-09-27T16:10:17.723Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-27T16:10:17.723Z] daemon.go:325: [d5dcc993bed3b] waiting for daemon to start [2019-09-27T16:10:17.723Z] daemon.go:325: [d5dcc993bed3b] waiting for daemon to start [2019-09-27T16:10:17.723Z] daemon.go:353: [d5dcc993bed3b] daemon started [2019-09-27T16:10:17.723Z] daemon.go:461: [d5dcc993bed3b] Stopping daemon [2019-09-27T16:10:17.723Z] daemon.go:296: [d5dcc993bed3b] exiting daemon [2019-09-27T16:10:17.723Z] daemon.go:448: [d5dcc993bed3b] Daemon stopped [2019-09-27T16:10:17.723Z] === RUN TestConfigInspect [2019-09-27T16:10:18.032Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-27T16:10:18.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-27T16:10:18.853Z] PASS: docker_api_swarm_node_test.go:33: DockerSwarmSuite.TestAPISwarmNodeUpdate 1.608s [2019-09-27T16:10:19.110Z] PASS: docker_api_containers_test.go:1185: DockerSuite.TestContainerAPIDeleteRemoveLinks 1.641s [2019-09-27T16:10:19.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-27T16:10:19.777Z] --- PASS: TestConfigInspect (2.26s) [2019-09-27T16:10:19.777Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-27T16:10:19.777Z] daemon.go:325: [d066e261a42a4] waiting for daemon to start [2019-09-27T16:10:19.777Z] daemon.go:325: [d066e261a42a4] waiting for daemon to start [2019-09-27T16:10:19.777Z] daemon.go:353: [d066e261a42a4] daemon started [2019-09-27T16:10:19.777Z] daemon.go:461: [d066e261a42a4] Stopping daemon [2019-09-27T16:10:19.777Z] daemon.go:296: [d066e261a42a4] exiting daemon [2019-09-27T16:10:19.777Z] daemon.go:448: [d066e261a42a4] Daemon stopped [2019-09-27T16:10:19.777Z] === RUN TestConfigCreateWithLabels [2019-09-27T16:10:20.041Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-27T16:10:20.299Z] PASS: docker_api_containers_test.go:1231: DockerSuite.TestContainerAPIDeleteRemoveVolume 1.125s [2019-09-27T16:10:20.299Z] PASS: docker_api_containers_test.go:1626: DockerSuite.TestContainerAPIDeleteWithEmptyName 0.001s [2019-09-27T16:10:20.556Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-27T16:10:21.120Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-27T16:10:21.182Z] 2019/09/27 16:10:19 Finished clone github.com/aws/aws-sdk-go [2019-09-27T16:10:21.685Z] PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll 1.249s [2019-09-27T16:10:21.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-27T16:10:22.473Z] --- PASS: TestConfigCreateWithLabels (2.31s) [2019-09-27T16:10:22.473Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-27T16:10:22.473Z] daemon.go:325: [df2e291ad7b4a] waiting for daemon to start [2019-09-27T16:10:22.473Z] daemon.go:325: [df2e291ad7b4a] waiting for daemon to start [2019-09-27T16:10:22.473Z] daemon.go:353: [df2e291ad7b4a] daemon started [2019-09-27T16:10:22.473Z] daemon.go:461: [df2e291ad7b4a] Stopping daemon [2019-09-27T16:10:22.473Z] daemon.go:296: [df2e291ad7b4a] exiting daemon [2019-09-27T16:10:22.473Z] daemon.go:448: [df2e291ad7b4a] Daemon stopped [2019-09-27T16:10:22.473Z] === RUN TestConfigCreateResolve [2019-09-27T16:10:22.507Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-27T16:10:22.507Z] Using test binary docker [2019-09-27T16:10:22.507Z] +++ /etc/init.d/apparmor start [2019-09-27T16:10:22.507Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T16:10:22.507Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T16:10:22.507Z] Warning failed to create cache: (null) [2019-09-27T16:10:22.507Z] . [2019-09-27T16:10:22.507Z] Starting dockerd [2019-09-27T16:10:22.507Z] INFO: Waiting for daemon to start... [2019-09-27T16:10:22.507Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-27T16:10:22.764Z] .PASS: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges 1.167s [2019-09-27T16:10:23.695Z] PASS: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport 0.914s [2019-09-27T16:10:24.515Z] --- PASS: TestConfigCreateResolve (2.20s) [2019-09-27T16:10:24.515Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-27T16:10:24.515Z] daemon.go:325: [da7fec9616f36] waiting for daemon to start [2019-09-27T16:10:24.515Z] daemon.go:325: [da7fec9616f36] waiting for daemon to start [2019-09-27T16:10:24.515Z] daemon.go:353: [da7fec9616f36] daemon started [2019-09-27T16:10:24.515Z] daemon.go:461: [da7fec9616f36] Stopping daemon [2019-09-27T16:10:24.515Z] daemon.go:296: [da7fec9616f36] exiting daemon [2019-09-27T16:10:24.515Z] daemon.go:448: [da7fec9616f36] Daemon stopped [2019-09-27T16:10:24.515Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:10:24.634Z] PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted 0.809s [2019-09-27T16:10:24.634Z] PASS: docker_api_containers_test.go:733: DockerSuite.TestContainerAPIInvalidPortSyntax 0.005s [2019-09-27T16:10:24.634Z] [2019-09-27T16:10:24.634Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-27T16:10:24.634Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-27T16:10:24.634Z] Running integration-test (iteration 1) [2019-09-27T16:10:24.634Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-09-27T16:10:24.634Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:10:24.634Z] ++ set -e [2019-09-27T16:10:24.634Z] ++ '[' -n 0 ']' [2019-09-27T16:10:24.634Z] ++ set -x [2019-09-27T16:10:24.634Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:10:24.634Z] INFO: Testing against a local daemon [2019-09-27T16:10:24.634Z] === RUN TestBuildWithSession [2019-09-27T16:10:24.803Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2019-09-27T16:10:24.803Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-27T16:10:24.803Z] daemon.go:325: [d73144dbb62d3] waiting for daemon to start [2019-09-27T16:10:24.803Z] daemon.go:325: [d73144dbb62d3] waiting for daemon to start [2019-09-27T16:10:24.803Z] daemon.go:353: [d73144dbb62d3] daemon started [2019-09-27T16:10:24.803Z] daemon.go:461: [d73144dbb62d3] Stopping daemon [2019-09-27T16:10:24.803Z] daemon.go:296: [d73144dbb62d3] exiting daemon [2019-09-27T16:10:24.803Z] daemon.go:448: [d73144dbb62d3] Daemon stopped [2019-09-27T16:10:24.803Z] PASS [2019-09-27T16:10:24.803Z] [2019-09-27T16:10:24.803Z] DONE 8 tests in 17.124s [2019-09-27T16:10:24.803Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-09-27T16:10:24.803Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:10:24.803Z] ++ set -e [2019-09-27T16:10:24.803Z] ++ '[' -n 0 ']' [2019-09-27T16:10:24.803Z] ++ set -x [2019-09-27T16:10:24.803Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:10:24.803Z] INFO: Testing against a local daemon [2019-09-27T16:10:24.803Z] === RUN TestCheckpoint [2019-09-27T16:10:24.803Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-27T16:10:24.803Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T16:10:24.803Z] === RUN TestContainerInvalidJSON [2019-09-27T16:10:24.803Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T16:10:24.803Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T16:10:24.803Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T16:10:24.803Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T16:10:24.803Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-27T16:10:24.803Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-27T16:10:24.803Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T16:10:24.803Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-27T16:10:24.803Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T16:10:24.803Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-09-27T16:10:24.803Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-27T16:10:24.803Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-27T16:10:24.803Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-27T16:10:24.803Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:10:25.088Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-09-27T16:10:25.088Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:10:25.088Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2019-09-27T16:10:25.088Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-27T16:10:25.088Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-09-27T16:10:25.088Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-27T16:10:25.372Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2019-09-27T16:10:25.372Z] === RUN TestCopyFromContainer [2019-09-27T16:10:25.565Z] PASS: docker_api_containers_test.go:934: DockerSuite.TestContainerAPIKill 0.918s [2019-09-27T16:10:26.496Z] PASS: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause 0.750s [2019-09-27T16:10:26.859Z] === RUN TestCopyFromContainer// [2019-09-27T16:10:26.860Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:10:27.143Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:10:27.143Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:10:27.143Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:10:27.426Z] --- PASS: TestBuildWithSession (2.60s) [2019-09-27T16:10:27.426Z] === RUN TestBuildSquashParent [2019-09-27T16:10:27.426Z] PASS: docker_api_containers_test.go:1286: DockerSuite.TestContainerAPIPostContainerStop 0.858s [2019-09-27T16:10:27.426Z] PASS: docker_api_containers_test.go:849: DockerSuite.TestContainerAPIPostCreateNull 0.122s [2019-09-27T16:10:27.433Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:10:27.433Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:10:27.433Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:10:27.729Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:10:27.729Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:10:27.729Z] --- PASS: TestCopyFromContainer (2.57s) [2019-09-27T16:10:27.729Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-27T16:10:27.729Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-09-27T16:10:27.729Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-09-27T16:10:27.729Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-09-27T16:10:27.729Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-09-27T16:10:27.729Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-27T16:10:27.729Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-27T16:10:27.729Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-09-27T16:10:27.729Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2019-09-27T16:10:27.729Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-09-27T16:10:27.729Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-27T16:10:27.729Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T16:10:27.729Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T16:10:27.729Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T16:10:27.729Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T16:10:27.729Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T16:10:27.729Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T16:10:27.729Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T16:10:27.729Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T16:10:27.729Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T16:10:27.729Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-09-27T16:10:27.729Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-27T16:10:27.729Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-27T16:10:27.729Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-27T16:10:27.729Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:10:28.016Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-27T16:10:28.017Z] === RUN TestCreateWithInvalidEnv [2019-09-27T16:10:28.017Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-27T16:10:28.017Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-27T16:10:28.017Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-27T16:10:28.017Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-27T16:10:28.017Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-27T16:10:28.017Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-27T16:10:28.017Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-27T16:10:28.017Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-27T16:10:28.017Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-27T16:10:28.017Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2019-09-27T16:10:28.017Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-27T16:10:28.017Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-27T16:10:28.017Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-09-27T16:10:28.017Z] === RUN TestCreateTmpfsMountsTarget [2019-09-27T16:10:28.017Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2019-09-27T16:10:28.017Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-27T16:10:28.356Z] PASS: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields 0.688s [2019-09-27T16:10:29.287Z] PASS: docker_api_containers_test.go:917: DockerSuite.TestContainerAPIRename 0.705s [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCustomMaskedPaths (1.97s) [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCapabilities [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-27T16:10:30.051Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-27T16:10:30.051Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-27T16:10:30.051Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-27T16:10:30.051Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T16:10:30.051Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T16:10:30.051Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-27T16:10:30.051Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-27T16:10:30.051Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-27T16:10:30.051Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T16:10:30.051Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T16:10:30.051Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T16:10:30.051Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-27T16:10:30.051Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-27T16:10:30.051Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T16:10:30.051Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T16:10:30.051Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-27T16:10:30.051Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-27T16:10:30.051Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-27T16:10:30.051Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T16:10:30.051Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T16:10:30.051Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-27T16:10:30.051Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCapabilities (0.05s) [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.04s) [2019-09-27T16:10:30.051Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2019-09-27T16:10:30.051Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-27T16:10:31.135Z] 2019/09/27 16:10:30 Finished clone google.golang.org/api [2019-09-27T16:10:31.135Z] 2019/09/27 16:10:30 Dependencies downloaded. Download time: 1m21.700616222s [2019-09-27T16:10:31.135Z] 2019/09/27 16:10:30 Collecting all dependencies [2019-09-27T16:10:31.181Z] PASS: docker_api_containers_test.go:949: DockerSuite.TestContainerAPIRestart 1.534s [2019-09-27T16:10:32.086Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.00s) [2019-09-27T16:10:32.086Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-27T16:10:32.086Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T16:10:32.086Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T16:10:32.086Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T16:10:32.086Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T16:10:32.086Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T16:10:32.086Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T16:10:32.086Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T16:10:32.086Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T16:10:32.086Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T16:10:32.086Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T16:10:32.086Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T16:10:32.086Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T16:10:32.086Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T16:10:32.086Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T16:10:32.086Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T16:10:32.086Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-09-27T16:10:32.086Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-09-27T16:10:32.086Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2019-09-27T16:10:32.086Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2019-09-27T16:10:32.086Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-09-27T16:10:32.086Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-09-27T16:10:32.086Z] === RUN TestContainerStartOnDaemonRestart [2019-09-27T16:10:32.086Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-27T16:10:32.086Z] === RUN TestDaemonRestartIpcMode [2019-09-27T16:10:32.086Z] === PAUSE TestDaemonRestartIpcMode [2019-09-27T16:10:32.086Z] === RUN TestDiff [2019-09-27T16:10:33.074Z] PASS: docker_api_containers_test.go:963: DockerSuite.TestContainerAPIRestartNotimeoutParam 1.443s [2019-09-27T16:10:33.074Z] PASS: docker_api_containers_test.go:831: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount 0.063s [2019-09-27T16:10:33.074Z] PASS: docker_api_containers_test.go:759: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName 0.011s [2019-09-27T16:10:33.074Z] PASS: docker_api_containers_test.go:807: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount 0.005s [2019-09-27T16:10:33.074Z] PASS: docker_api_containers_test.go:783: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch 0.005s [2019-09-27T16:10:33.097Z] --- PASS: TestDiff (0.68s) [2019-09-27T16:10:33.097Z] === RUN TestExecWithCloseStdin [2019-09-27T16:10:33.717Z] --- PASS: TestExecWithCloseStdin (0.92s) [2019-09-27T16:10:33.717Z] === RUN TestExec [2019-09-27T16:10:34.005Z] PASS: docker_api_containers_test.go:979: DockerSuite.TestContainerAPIStart 0.634s [2019-09-27T16:10:34.733Z] --- PASS: TestExec (0.92s) [2019-09-27T16:10:34.733Z] === RUN TestExecUser [2019-09-27T16:10:35.752Z] --- PASS: TestExecUser (0.84s) [2019-09-27T16:10:35.752Z] === RUN TestExportContainerAndImportImage [2019-09-27T16:10:35.899Z] --- PASS: TestBuildSquashParent (8.34s) [2019-09-27T16:10:35.899Z] build_squash_test.go:29: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent [2019-09-27T16:10:35.899Z] daemon.go:325: [def285356643c] waiting for daemon to start [2019-09-27T16:10:35.899Z] daemon.go:325: [def285356643c] waiting for daemon to start [2019-09-27T16:10:35.899Z] daemon.go:353: [def285356643c] daemon started [2019-09-27T16:10:35.899Z] daemon.go:461: [def285356643c] Stopping daemon [2019-09-27T16:10:35.899Z] daemon.go:296: [def285356643c] exiting daemon [2019-09-27T16:10:35.899Z] daemon.go:448: [def285356643c] Daemon stopped [2019-09-27T16:10:35.899Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-27T16:10:35.899Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T16:10:35.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T16:10:35.899Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T16:10:35.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T16:10:35.899Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T16:10:35.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T16:10:35.899Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T16:10:35.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T16:10:35.899Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T16:10:35.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T16:10:35.899Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T16:10:35.899Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T16:10:35.899Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T16:10:35.899Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T16:10:36.767Z] --- PASS: TestExportContainerAndImportImage (1.00s) [2019-09-27T16:10:36.767Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-27T16:10:37.574Z] PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants 40.647s [2019-09-27T16:10:37.793Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T16:10:37.794Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T16:10:38.252Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2019-09-27T16:10:38.252Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-27T16:10:38.252Z] daemon.go:325: [d45ba9fbc409b] waiting for daemon to start [2019-09-27T16:10:38.252Z] daemon.go:325: [d45ba9fbc409b] waiting for daemon to start [2019-09-27T16:10:38.252Z] daemon.go:353: [d45ba9fbc409b] daemon started [2019-09-27T16:10:38.252Z] daemon.go:461: [d45ba9fbc409b] Stopping daemon [2019-09-27T16:10:38.252Z] daemon.go:296: [d45ba9fbc409b] exiting daemon [2019-09-27T16:10:38.252Z] daemon.go:448: [d45ba9fbc409b] Daemon stopped [2019-09-27T16:10:38.252Z] daemon.go:325: [d45ba9fbc409b] waiting for daemon to start [2019-09-27T16:10:38.252Z] daemon.go:325: [d45ba9fbc409b] waiting for daemon to start [2019-09-27T16:10:38.252Z] daemon.go:353: [d45ba9fbc409b] daemon started [2019-09-27T16:10:38.252Z] daemon.go:461: [d45ba9fbc409b] Stopping daemon [2019-09-27T16:10:38.252Z] daemon.go:296: [d45ba9fbc409b] exiting daemon [2019-09-27T16:10:38.253Z] daemon.go:448: [d45ba9fbc409b] Daemon stopped [2019-09-27T16:10:38.253Z] === RUN TestHealthCheckWorkdir [2019-09-27T16:10:38.726Z] PASS: docker_api_containers_test.go:1635: DockerSuite.TestContainerAPIStatsWithNetworkDisabled 4.646s [2019-09-27T16:10:39.268Z] --- PASS: TestHealthCheckWorkdir (1.13s) [2019-09-27T16:10:39.268Z] === RUN TestHealthKillContainer [2019-09-27T16:10:39.658Z] PASS: docker_api_containers_test.go:1005: DockerSuite.TestContainerAPIStop 1.064s [2019-09-27T16:10:39.915Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T16:10:39.915Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T16:10:40.849Z] PASS: docker_api_swarm_test.go:198: DockerSwarmSuite.TestAPISwarmPromoteDemote 11.431s [2019-09-27T16:10:40.849Z] PASS: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop 0.830s [2019-09-27T16:10:40.849Z] SKIP: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows (unmatched requirement DaemonIsWindows) [2019-09-27T16:10:41.062Z] 2019/09/27 16:10:40 Clean vendor dir from unused packages [2019-09-27T16:10:41.106Z] PASS: docker_api_containers_test.go:692: DockerSuite.TestContainerAPIVerifyHeader 0.090s [2019-09-27T16:10:41.317Z] 2019/09/27 16:10:41 Success [2019-09-27T16:10:41.318Z] 2019/09/27 16:10:41 Running time: 1m35.387364565s [2019-09-27T16:10:41.573Z] Congratulations! All vendoring changes are done the right way. [2019-09-27T16:10:41.823Z] PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg 5.054s [2019-09-27T16:10:42.366Z] SKIP: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse (unmatched requirement DaemonIsLinux) [2019-09-27T16:10:42.476Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-09-27T16:10:42.476Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.05s) [2019-09-27T16:10:42.476Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.16s) [2019-09-27T16:10:42.476Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.17s) [2019-09-27T16:10:42.476Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.13s) [2019-09-27T16:10:42.476Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.26s) [2019-09-27T16:10:42.476Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.62s) [2019-09-27T16:10:42.476Z] === RUN TestBuildMultiStageCopy [2019-09-27T16:10:42.476Z] === RUN TestBuildMultiStageCopy/copy_to_root [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-09-27T16:10:42.736Z] --- PASS: TestHealthKillContainer (2.92s) [2019-09-27T16:10:42.736Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-27T16:10:42.899Z] + echo Building e2e image [2019-09-27T16:10:42.899Z] Building e2e image [2019-09-27T16:10:42.899Z] + docker build --build-arg DOCKER_GITCOMMIT=3136dea250b22e35d47b1ccda744645a86231aa7 -t moby-e2e-test -f Dockerfile.e2e . [2019-09-27T16:10:42.899Z] #1 [internal] load build definition from Dockerfile.e2e [2019-09-27T16:10:42.899Z] #1 transferring dockerfile: 3.19kB done [2019-09-27T16:10:42.899Z] #1 DONE 0.0s [2019-09-27T16:10:42.899Z] [2019-09-27T16:10:42.899Z] #2 [internal] load .dockerignore [2019-09-27T16:10:42.899Z] #2 transferring context: 34B done [2019-09-27T16:10:42.899Z] #2 DONE 0.0s [2019-09-27T16:10:42.899Z] [2019-09-27T16:10:42.899Z] #4 [internal] load metadata for docker.io/library/golang:1.12.9-alpine [2019-09-27T16:10:42.901Z] SKIP: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd (unmatched requirement DaemonIsLinux) [2019-09-27T16:10:43.029Z] --- PASS: TestInspectCpusetInConfigPre120 (0.69s) [2019-09-27T16:10:43.029Z] === RUN TestIpcModeNone [2019-09-27T16:10:43.155Z] #4 ... [2019-09-27T16:10:43.155Z] [2019-09-27T16:10:43.155Z] #3 [internal] load metadata for docker.io/library/alpine:3.9 [2019-09-27T16:10:43.155Z] #3 DONE 0.1s [2019-09-27T16:10:43.155Z] [2019-09-27T16:10:43.155Z] #4 [internal] load metadata for docker.io/library/golang:1.12.9-alpine [2019-09-27T16:10:43.155Z] #4 DONE 0.4s [2019-09-27T16:10:43.413Z] [2019-09-27T16:10:43.413Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.9@sha256:7746df395af22f042... [2019-09-27T16:10:43.413Z] #5 DONE 0.0s [2019-09-27T16:10:43.413Z] [2019-09-27T16:10:43.413Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-27T16:10:43.413Z] #14 resolve docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e68e0d408420acb874b396fc6dd25e7c1d03ad36e7d6d1155a4dff6 done [2019-09-27T16:10:43.413Z] #14 DONE 0.0s [2019-09-27T16:10:43.413Z] [2019-09-27T16:10:43.413Z] #8 [internal] load build context [2019-09-27T16:10:43.667Z] #8 transferring context: 795.00kB 0.3s done [2019-09-27T16:10:43.667Z] #8 DONE 0.3s [2019-09-27T16:10:43.667Z] [2019-09-27T16:10:43.667Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-27T16:10:43.846Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T16:10:43.846Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T16:10:44.056Z] --- PASS: TestIpcModeNone (0.91s) [2019-09-27T16:10:44.056Z] === RUN TestIpcModePrivate [2019-09-27T16:10:44.114Z] PASS: docker_api_containers_test.go:1024: DockerSuite.TestContainerAPIWait 3.009s [2019-09-27T16:10:44.114Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T16:10:44.225Z] #15 0.901 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-27T16:10:44.371Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T16:10:44.628Z] --- PASS: TestBuildMultiStageCopy (1.94s) [2019-09-27T16:10:44.628Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.10s) [2019-09-27T16:10:44.628Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.21s) [2019-09-27T16:10:44.628Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2019-09-27T16:10:44.628Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2019-09-27T16:10:44.628Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2019-09-27T16:10:44.628Z] === RUN TestBuildMultiStageParentConfig [2019-09-27T16:10:44.679Z] --- PASS: TestIpcModePrivate (0.86s) [2019-09-27T16:10:44.679Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2019-09-27T16:10:44.679Z] === RUN TestIpcModeShareable [2019-09-27T16:10:44.702Z] PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink 1.103s [2019-09-27T16:10:44.702Z] SKIP: docker_cli_build_test.go:5432: DockerSuite.TestBuildCacheFrom (unmatched requirement DaemonIsLinux) [2019-09-27T16:10:44.885Z] PASS: docker_api_containers_test.go:2271: DockerSuite.TestContainerKillCustomStopSignal 0.952s [2019-09-27T16:10:45.147Z] #15 1.968 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-27T16:10:45.147Z] #15 2.036 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-27T16:10:45.402Z] #15 2.039 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-27T16:10:45.402Z] #15 2.183 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-27T16:10:45.402Z] #15 2.192 (4/43) Installing readline (8.0.0-r0) [2019-09-27T16:10:45.402Z] #15 2.196 (5/43) Installing bash (5.0.0-r0) [2019-09-27T16:10:45.402Z] #15 2.209 Executing bash-5.0.0-r0.post-install [2019-09-27T16:10:45.402Z] #15 2.213 (6/43) Installing linux-headers (4.19.36-r0) [2019-09-27T16:10:45.402Z] #15 2.293 (7/43) Installing libuuid (2.33.2-r0) [2019-09-27T16:10:45.657Z] #15 2.295 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-09-27T16:10:45.657Z] #15 2.298 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-09-27T16:10:45.657Z] #15 2.302 (10/43) Installing binutils (2.32-r0) [2019-09-27T16:10:45.657Z] #15 2.375 (11/43) Installing libmagic (5.37-r0) [2019-09-27T16:10:45.657Z] #15 2.396 (12/43) Installing file (5.37-r0) [2019-09-27T16:10:45.657Z] #15 2.398 (13/43) Installing gmp (6.1.2-r1) [2019-09-27T16:10:45.657Z] #15 2.404 (14/43) Installing isl (0.18-r0) [2019-09-27T16:10:45.657Z] #15 2.419 (15/43) Installing libgomp (8.3.0-r0) [2019-09-27T16:10:45.657Z] #15 2.422 (16/43) Installing libatomic (8.3.0-r0) [2019-09-27T16:10:45.657Z] #15 2.424 (17/43) Installing libgcc (8.3.0-r0) [2019-09-27T16:10:45.657Z] #15 2.426 (18/43) Installing mpfr3 (3.1.5-r1) [2019-09-27T16:10:45.657Z] #15 2.431 (19/43) Installing mpc1 (1.1.0-r0) [2019-09-27T16:10:45.657Z] #15 2.433 (20/43) Installing libstdc++ (8.3.0-r0) [2019-09-27T16:10:45.657Z] #15 2.444 (21/43) Installing gcc (8.3.0-r0) [2019-09-27T16:10:45.697Z] --- PASS: TestIpcModeShareable (0.89s) [2019-09-27T16:10:45.697Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:49, shared: true, mustBeShared: true [2019-09-27T16:10:45.697Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-27T16:10:45.815Z] --- PASS: TestBuildMultiStageParentConfig (1.27s) [2019-09-27T16:10:45.815Z] === RUN TestBuildLabelWithTargets [2019-09-27T16:10:46.215Z] #15 3.050 (22/43) Installing musl-dev (1.1.22-r3) [2019-09-27T16:10:46.216Z] #15 3.126 (23/43) Installing libc-dev (0.7.1-r0) [2019-09-27T16:10:46.379Z] PASS: docker_cli_run_test.go:2414: DockerSuite.TestContainerNetworkMode 1.152s [2019-09-27T16:10:46.513Z] #15 3.128 (24/43) Installing g++ (8.3.0-r0) [2019-09-27T16:10:46.767Z] #15 3.552 (25/43) Installing make (4.2.1-r2) [2019-09-27T16:10:46.767Z] #15 3.556 (26/43) Installing fortify-headers (1.1-r0) [2019-09-27T16:10:46.767Z] #15 3.558 (27/43) Installing build-base (0.5-r1) [2019-09-27T16:10:46.767Z] #15 3.559 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-09-27T16:10:46.767Z] #15 3.563 (29/43) Installing libcurl (7.66.0-r0) [2019-09-27T16:10:46.767Z] #15 3.569 (30/43) Installing curl (7.66.0-r0) [2019-09-27T16:10:46.767Z] #15 3.573 (31/43) Installing oniguruma (6.9.2-r0) [2019-09-27T16:10:46.767Z] #15 3.579 (32/43) Installing jq (1.6-r0) [2019-09-27T16:10:46.767Z] #15 3.586 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-09-27T16:10:46.767Z] #15 3.592 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-09-27T16:10:46.767Z] #15 3.594 (35/43) Installing libaio (0.3.111-r0) [2019-09-27T16:10:46.767Z] #15 3.596 (36/43) Installing libblkid (2.33.2-r0) [2019-09-27T16:10:46.767Z] #15 3.600 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-09-27T16:10:46.767Z] #15 3.629 (38/43) Installing libfdisk (2.33.2-r0) [2019-09-27T16:10:46.767Z] #15 3.634 (39/43) Installing libmount (2.33.2-r0) [2019-09-27T16:10:46.767Z] #15 3.639 (40/43) Installing libsmartcols (2.33.2-r0) [2019-09-27T16:10:46.767Z] #15 3.642 (41/43) Installing pkgconf (1.6.1-r1) [2019-09-27T16:10:46.767Z] #15 3.644 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-09-27T16:10:46.767Z] #15 3.665 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-09-27T16:10:47.022Z] #15 3.669 Executing busybox-1.30.1-r2.trigger [2019-09-27T16:10:47.022Z] #15 3.677 OK: 190 MiB in 58 packages [2019-09-27T16:10:47.580Z] #15 DONE 4.3s [2019-09-27T16:10:47.580Z] [2019-09-27T16:10:47.580Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-09-27T16:10:47.750Z] --- PASS: TestBuildLabelWithTargets (1.75s) [2019-09-27T16:10:47.750Z] === RUN TestBuildWithEmptyLayers [2019-09-27T16:10:48.314Z] --- PASS: TestBuildWithEmptyLayers (0.79s) [2019-09-27T16:10:48.314Z] === RUN TestBuildMultiStageOnBuild [2019-09-27T16:10:48.387Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.56s) [2019-09-27T16:10:48.387Z] === RUN TestAPIIpcModeHost [2019-09-27T16:10:48.503Z] #16 DONE 0.9s [2019-09-27T16:10:48.503Z] [2019-09-27T16:10:48.503Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-09-27T16:10:49.007Z] --- PASS: TestAPIIpcModeHost (0.72s) [2019-09-27T16:10:49.008Z] === RUN TestDaemonIpcModeShareable [2019-09-27T16:10:49.148Z] #17 DONE 0.7s [2019-09-27T16:10:49.148Z] [2019-09-27T16:10:49.148Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-09-27T16:10:49.148Z] #18 DONE 0.0s [2019-09-27T16:10:49.590Z] [2019-09-27T16:10:49.590Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-09-27T16:10:49.590Z] #26 DONE 0.1s [2019-09-27T16:10:49.590Z] [2019-09-27T16:10:49.590Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T16:10:49.590Z] #22 DONE 0.1s [2019-09-27T16:10:49.590Z] [2019-09-27T16:10:49.590Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-09-27T16:10:49.590Z] #19 DONE 0.1s [2019-09-27T16:10:49.590Z] [2019-09-27T16:10:49.590Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-09-27T16:10:49.590Z] #27 DONE 0.1s [2019-09-27T16:10:49.590Z] [2019-09-27T16:10:49.590Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-27T16:10:49.590Z] #23 DONE 0.1s [2019-09-27T16:10:49.590Z] [2019-09-27T16:10:49.590Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-27T16:10:49.590Z] #24 ... [2019-09-27T16:10:49.590Z] [2019-09-27T16:10:49.590Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-09-27T16:10:49.590Z] #28 DONE 0.1s [2019-09-27T16:10:49.852Z] [2019-09-27T16:10:49.852Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-27T16:10:49.865Z] PASS: docker_cli_build_test.go:5410: DockerSuite.TestBuildCacheFromEqualDiffIDsLength 5.424s [2019-09-27T16:10:51.041Z] --- PASS: TestDaemonIpcModeShareable (1.81s) [2019-09-27T16:10:51.041Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-27T16:10:51.041Z] daemon.go:325: [d3c5fc18e5eb2] waiting for daemon to start [2019-09-27T16:10:51.041Z] daemon.go:325: [d3c5fc18e5eb2] waiting for daemon to start [2019-09-27T16:10:51.041Z] daemon.go:353: [d3c5fc18e5eb2] daemon started [2019-09-27T16:10:51.041Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:57, shared: true, mustBeShared: true [2019-09-27T16:10:51.041Z] daemon.go:461: [d3c5fc18e5eb2] Stopping daemon [2019-09-27T16:10:51.041Z] daemon.go:296: [d3c5fc18e5eb2] exiting daemon [2019-09-27T16:10:51.041Z] daemon.go:448: [d3c5fc18e5eb2] Daemon stopped [2019-09-27T16:10:51.041Z] === RUN TestDaemonIpcModePrivate [2019-09-27T16:10:51.546Z] PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource 1.038s [2019-09-27T16:10:51.546Z] SKIP: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy (unmatched requirement DaemonIsLinux) [2019-09-27T16:10:51.546Z] SKIP: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile (unmatched requirement UnixCli) [2019-09-27T16:10:51.594Z] --- PASS: TestBuildMultiStageOnBuild (2.80s) [2019-09-27T16:10:51.594Z] === RUN TestBuildUncleanTarFilenames [2019-09-27T16:10:51.851Z] PASS: docker_cli_run_test.go:3535: DockerSuite.TestContainerRestartInMultipleNetworks 4.572s [2019-09-27T16:10:52.108Z] --- PASS: TestBuildUncleanTarFilenames (1.01s) [2019-09-27T16:10:52.108Z] === RUN TestBuildMultiStageLayerLeak [2019-09-27T16:10:52.526Z] --- PASS: TestDaemonIpcModePrivate (1.85s) [2019-09-27T16:10:52.526Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-27T16:10:52.526Z] daemon.go:325: [de92406712ba4] waiting for daemon to start [2019-09-27T16:10:52.526Z] daemon.go:325: [de92406712ba4] waiting for daemon to start [2019-09-27T16:10:52.526Z] daemon.go:353: [de92406712ba4] daemon started [2019-09-27T16:10:52.526Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2019-09-27T16:10:52.526Z] daemon.go:461: [de92406712ba4] Stopping daemon [2019-09-27T16:10:52.526Z] daemon.go:296: [de92406712ba4] exiting daemon [2019-09-27T16:10:52.526Z] daemon.go:448: [de92406712ba4] Daemon stopped [2019-09-27T16:10:52.526Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-27T16:10:52.672Z] PASS: docker_cli_run_test.go:3567: DockerSuite.TestContainerWithConflictingHostNetworks 0.461s [2019-09-27T16:10:53.115Z] #29 ... [2019-09-27T16:10:53.115Z] [2019-09-27T16:10:53.115Z] #31 [builder 1/4] COPY . . [2019-09-27T16:10:53.115Z] #31 DONE 3.6s [2019-09-27T16:10:53.115Z] [2019-09-27T16:10:53.115Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T16:10:53.115Z] #20 2.214 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-27T16:10:53.115Z] #20 2.621 [2019-09-27T16:10:53.115Z] #20 2.751 ## 3.3% ############## 20.4% ######################## 34.4% #################################### 50.1% ############################################### 66.0% ############################################################### 88.4% ######################################################################## 100.0% [2019-09-27T16:10:53.115Z] #20 3.813 [2019-09-27T16:10:53.218Z] PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint 1.544s [2019-09-27T16:10:53.624Z] #20 3.946 ### 4.5% ################################################### 72.1% ######################################################################## 100.0% [2019-09-27T16:10:53.624Z] #20 ... [2019-09-27T16:10:53.624Z] [2019-09-27T16:10:53.624Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-27T16:10:53.624Z] #24 1.385 + RM_GOPATH=0 [2019-09-27T16:10:53.624Z] #24 1.385 + TMP_GOPATH= [2019-09-27T16:10:53.624Z] #24 1.385 + : /build [2019-09-27T16:10:53.624Z] #24 1.385 + '[' -z '' ']' [2019-09-27T16:10:53.624Z] #24 1.387 ++ mktemp -d [2019-09-27T16:10:53.624Z] #24 1.389 + export GOPATH=/tmp/tmp.AGJaKf [2019-09-27T16:10:53.624Z] #24 1.389 + GOPATH=/tmp/tmp.AGJaKf [2019-09-27T16:10:53.624Z] #24 1.389 + RM_GOPATH=1 [2019-09-27T16:10:53.624Z] #24 1.389 ++ dirname ./install.sh [2019-09-27T16:10:53.624Z] #24 1.391 Install docker/cli version 17.06.2-ce from stable [2019-09-27T16:10:53.624Z] #24 1.391 + dir=. [2019-09-27T16:10:53.624Z] #24 1.391 + bin=dockercli [2019-09-27T16:10:53.624Z] #24 1.391 + shift [2019-09-27T16:10:53.624Z] #24 1.391 + '[' '!' -f ./dockercli.installer ']' [2019-09-27T16:10:53.624Z] #24 1.391 + . ./dockercli.installer [2019-09-27T16:10:53.624Z] #24 1.391 ++ DOCKERCLI_CHANNEL=stable [2019-09-27T16:10:53.624Z] #24 1.391 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-27T16:10:53.624Z] #24 1.391 + install_dockercli [2019-09-27T16:10:53.624Z] #24 1.391 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-27T16:10:53.624Z] #24 1.391 ++ uname -m [2019-09-27T16:10:53.624Z] #24 1.392 + arch=x86_64 [2019-09-27T16:10:53.624Z] #24 1.392 + '[' x86_64 '!=' x86_64 ']' [2019-09-27T16:10:53.624Z] #24 1.393 + url=https://download.docker.com/linux/static [2019-09-27T16:10:53.624Z] #24 1.393 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-27T16:10:53.624Z] #24 1.399 + tar -xz docker/docker [2019-09-27T16:10:53.624Z] #24 4.054 + mkdir -p /build [2019-09-27T16:10:53.624Z] #24 4.054 + mv docker/docker /build/ [2019-09-27T16:10:53.624Z] #24 4.054 + rmdir docker [2019-09-27T16:10:53.624Z] #24 DONE 4.2s [2019-09-27T16:10:53.878Z] [2019-09-27T16:10:53.878Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-09-27T16:10:54.279Z] PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd 0.914s [2019-09-27T16:10:54.578Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.81s) [2019-09-27T16:10:54.578Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-27T16:10:54.578Z] daemon.go:325: [de502c6f87db1] waiting for daemon to start [2019-09-27T16:10:54.578Z] daemon.go:325: [de502c6f87db1] waiting for daemon to start [2019-09-27T16:10:54.578Z] daemon.go:353: [de502c6f87db1] daemon started [2019-09-27T16:10:54.578Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2019-09-27T16:10:54.578Z] daemon.go:461: [de502c6f87db1] Stopping daemon [2019-09-27T16:10:54.578Z] daemon.go:296: [de502c6f87db1] exiting daemon [2019-09-27T16:10:54.578Z] daemon.go:448: [de502c6f87db1] Daemon stopped [2019-09-27T16:10:54.578Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-27T16:10:54.795Z] PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd 0.473s [2019-09-27T16:10:55.194Z] --- PASS: TestBuildMultiStageLayerLeak (2.70s) [2019-09-27T16:10:55.194Z] === RUN TestBuildWithHugeFile [2019-09-27T16:10:55.194Z] PASS: docker_cli_run_test.go:3598: DockerSuite.TestContainerWithConflictingNoneNetwork 1.708s [2019-09-27T16:10:55.238Z] #32 DONE 2.2s [2019-09-27T16:10:55.238Z] [2019-09-27T16:10:55.238Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T16:10:55.238Z] #20 4.603 [2019-09-27T16:10:55.238Z] #20 4.727 0.0% ##################### 29.8% ################################### 48.9% ################################################# 68.3% ############################################################## 87.4% ######################################################################## 100.0% [2019-09-27T16:10:55.238Z] #20 5.829 [2019-09-27T16:10:55.302Z] PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC 0.526s [2019-09-27T16:10:55.808Z] PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC 0.591s [2019-09-27T16:10:56.058Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.82s) [2019-09-27T16:10:56.058Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-27T16:10:56.058Z] daemon.go:325: [dc9cc4c8d694d] waiting for daemon to start [2019-09-27T16:10:56.058Z] daemon.go:325: [dc9cc4c8d694d] waiting for daemon to start [2019-09-27T16:10:56.058Z] daemon.go:353: [dc9cc4c8d694d] daemon started [2019-09-27T16:10:56.058Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:57, shared: true, mustBeShared: true [2019-09-27T16:10:56.058Z] daemon.go:461: [dc9cc4c8d694d] Stopping daemon [2019-09-27T16:10:56.058Z] daemon.go:296: [dc9cc4c8d694d] exiting daemon [2019-09-27T16:10:56.058Z] daemon.go:448: [dc9cc4c8d694d] Daemon stopped [2019-09-27T16:10:56.058Z] === RUN TestIpcModeOlderClient [2019-09-27T16:10:56.058Z] === PAUSE TestIpcModeOlderClient [2019-09-27T16:10:56.058Z] === RUN TestKillContainerInvalidSignal [2019-09-27T16:10:56.768Z] #20 5.962 0.4% #### 5.7% ######### 13.6% ################ 23.6% ####################### 32.7% ############################ 39.4% ################################# 47.0% ####################################### 55.0% ############################################# 62.8% ################################################## 70.2% ##################################################### 73.8% ########################################################## 81.2% ############################################################### 88.4% #################################################################### 95.8% ######################################################################## 100.0% [2019-09-27T16:10:56.768Z] #20 7.539 [2019-09-27T16:10:57.072Z] --- PASS: TestKillContainerInvalidSignal (0.74s) [2019-09-27T16:10:57.072Z] === RUN TestKillContainer [2019-09-27T16:10:57.072Z] === RUN TestKillContainer/no_signal [2019-09-27T16:10:57.088Z] PASS: docker_cli_run_test.go:3581: DockerSuite.TestContainerWithConflictingSharedNetwork 1.186s [2019-09-27T16:10:57.694Z] === RUN TestKillContainer/non_killing_signal [2019-09-27T16:10:57.975Z] === RUN TestKillContainer/killing_signal [2019-09-27T16:10:58.148Z] #20 8.603 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-27T16:10:58.404Z] #20 8.929 [2019-09-27T16:10:58.659Z] #20 9.053 ######################################################################## 100.0% [2019-09-27T16:10:58.914Z] #20 9.377 [2019-09-27T16:10:58.999Z] --- PASS: TestKillContainer (2.17s) [2019-09-27T16:10:58.999Z] --- PASS: TestKillContainer/no_signal (0.67s) [2019-09-27T16:10:58.999Z] --- PASS: TestKillContainer/non_killing_signal (0.49s) [2019-09-27T16:10:58.999Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2019-09-27T16:10:58.999Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-27T16:10:58.999Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-27T16:10:59.839Z] #20 10.31 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-27T16:11:00.027Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-27T16:11:00.093Z] #20 10.78 [2019-09-27T16:11:00.347Z] #20 10.94 0.7% ######################################################################## 100.0% [2019-09-27T16:11:00.642Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.48s) [2019-09-27T16:11:00.642Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.71s) [2019-09-27T16:11:00.642Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s) [2019-09-27T16:11:00.642Z] === RUN TestKillStoppedContainer [2019-09-27T16:11:00.642Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-09-27T16:11:00.642Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-27T16:11:00.642Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-09-27T16:11:00.642Z] === RUN TestKillDifferentUserContainer [2019-09-27T16:11:00.906Z] #20 11.29 [2019-09-27T16:11:01.646Z] --- PASS: TestKillDifferentUserContainer (0.72s) [2019-09-27T16:11:01.646Z] === RUN TestInspectOomKilledTrue [2019-09-27T16:11:01.829Z] #20 12.46 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-27T16:11:01.829Z] #20 12.59 skipping existing 1849cc453dee [2019-09-27T16:11:01.997Z] PASS: docker_cli_build_test.go:5341: DockerSuite.TestBuildCmdShellArgsEscaped 5.932s [2019-09-27T16:11:02.387Z] #20 12.89 [2019-09-27T16:11:02.669Z] --- PASS: TestInspectOomKilledTrue (1.20s) [2019-09-27T16:11:02.669Z] === RUN TestInspectOomKilledFalse [2019-09-27T16:11:03.352Z] #20 13.93 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-27T16:11:03.367Z] --- PASS: TestInspectOomKilledFalse (0.66s) [2019-09-27T16:11:03.367Z] === RUN TestLinksEtcHostsContentMatch [2019-09-27T16:11:03.910Z] #20 14.44 [2019-09-27T16:11:03.910Z] #20 14.55 ######################################################################## 100.0% [2019-09-27T16:11:03.989Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2019-09-27T16:11:03.989Z] === RUN TestLinksContainerNames [2019-09-27T16:11:04.357Z] PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces 2.255s [2019-09-27T16:11:04.357Z] SKIP: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs (unmatched requirement DaemonIsLinux) [2019-09-27T16:11:04.469Z] #20 14.88 [2019-09-27T16:11:04.469Z] #20 14.98 Download of images into '/build' complete. [2019-09-27T16:11:04.469Z] #20 14.98 Use something like the following to load the result into a Docker daemon: [2019-09-27T16:11:04.469Z] #20 14.99 tar -cC '/build' . | docker load [2019-09-27T16:11:05.028Z] #20 DONE 15.4s [2019-09-27T16:11:05.028Z] [2019-09-27T16:11:05.028Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-27T16:11:05.028Z] #33 1.545 [2019-09-27T16:11:05.028Z] #33 1.736 Removing bundles/ [2019-09-27T16:11:05.028Z] #33 1.737 [2019-09-27T16:11:05.028Z] #33 1.747 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-09-27T16:11:05.028Z] #33 2.727 Building test suite binary ./integration-cli/test.main [2019-09-27T16:11:05.447Z] PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache 1.200s [2019-09-27T16:11:05.475Z] --- PASS: TestLinksContainerNames (1.35s) [2019-09-27T16:11:05.475Z] === RUN TestLogsFollowTailEmpty [2019-09-27T16:11:06.098Z] --- PASS: TestLogsFollowTailEmpty (0.75s) [2019-09-27T16:11:06.098Z] === RUN TestContainerNetworkMountsNoChown [2019-09-27T16:11:06.720Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s) [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/default [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/default [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/private [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/private [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rprivate [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/slave [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/slave [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rslave [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/shared [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/shared [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rshared [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/default [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/rshared [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/shared [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/rslave [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/slave [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/rprivate [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/private [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-27T16:11:06.720Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-27T16:11:06.720Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-27T16:11:06.720Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-27T16:11:07.005Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-09-27T16:11:07.293Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-09-27T16:11:07.294Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-09-27T16:11:07.294Z] === RUN TestContainerBindMountNonRecursive [2019-09-27T16:11:08.801Z] --- PASS: TestContainerBindMountNonRecursive (1.75s) [2019-09-27T16:11:08.801Z] === RUN TestNetworkNat [2019-09-27T16:11:09.828Z] --- PASS: TestNetworkNat (0.76s) [2019-09-27T16:11:09.828Z] === RUN TestNetworkLocalhostTCPNat [2019-09-27T16:11:10.452Z] --- PASS: TestNetworkLocalhostTCPNat (0.76s) [2019-09-27T16:11:10.452Z] === RUN TestNetworkLoopbackNat [2019-09-27T16:11:11.464Z] --- PASS: TestNetworkLoopbackNat (0.99s) [2019-09-27T16:11:11.464Z] === RUN TestPause [2019-09-27T16:11:12.093Z] --- PASS: TestPause (0.76s) [2019-09-27T16:11:12.093Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-27T16:11:12.093Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-27T16:11:12.093Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-27T16:11:12.093Z] === RUN TestPauseStopPausedContainer [2019-09-27T16:11:13.131Z] --- PASS: TestPauseStopPausedContainer (0.80s) [2019-09-27T16:11:13.131Z] === RUN TestPsFilter [2019-09-27T16:11:13.131Z] --- PASS: TestPsFilter (0.19s) [2019-09-27T16:11:13.131Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-27T16:11:14.144Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s) [2019-09-27T16:11:14.144Z] === RUN TestRemoveContainerWithVolume [2019-09-27T16:11:14.772Z] --- PASS: TestRemoveContainerWithVolume (0.73s) [2019-09-27T16:11:14.772Z] === RUN TestRemoveContainerRunning [2019-09-27T16:11:15.393Z] --- PASS: TestRemoveContainerRunning (0.72s) [2019-09-27T16:11:15.393Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-27T16:11:16.016Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.75s) [2019-09-27T16:11:16.016Z] === RUN TestRemoveInvalidContainer [2019-09-27T16:11:16.016Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-27T16:11:16.016Z] === RUN TestRenameLinkedContainer [2019-09-27T16:11:19.488Z] --- PASS: TestRenameLinkedContainer (2.88s) [2019-09-27T16:11:19.488Z] === RUN TestRenameStoppedContainer [2019-09-27T16:11:19.777Z] --- PASS: TestRenameStoppedContainer (0.65s) [2019-09-27T16:11:19.777Z] === RUN TestRenameRunningContainerAndReuse [2019-09-27T16:11:19.849Z] #33 ... [2019-09-27T16:11:19.849Z] [2019-09-27T16:11:19.849Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-27T16:11:19.849Z] #29 30.32 # github.com/docker/docker/contrib/httpserver [2019-09-27T16:11:19.849Z] #29 30.32 loadinternal: cannot find runtime/cgo [2019-09-27T16:11:20.103Z] #29 DONE 30.7s [2019-09-27T16:11:20.103Z] [2019-09-27T16:11:20.103Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-27T16:11:20.763Z] PASS: docker_cli_build_test.go:5621: DockerSuite.TestBuildContChar 13.974s [2019-09-27T16:11:20.763Z] SKIP: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent (unmatched requirement DaemonIsLinux) [2019-09-27T16:11:21.026Z] #33 ... [2019-09-27T16:11:21.026Z] [2019-09-27T16:11:21.026Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-09-27T16:11:21.026Z] #7 CACHED [2019-09-27T16:11:21.026Z] [2019-09-27T16:11:21.026Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-09-27T16:11:21.026Z] #11 CACHED [2019-09-27T16:11:21.026Z] [2019-09-27T16:11:21.026Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-27T16:11:21.026Z] #21 CACHED [2019-09-27T16:11:21.026Z] [2019-09-27T16:11:21.026Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-09-27T16:11:21.026Z] #13 CACHED [2019-09-27T16:11:21.026Z] [2019-09-27T16:11:21.026Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-09-27T16:11:21.026Z] #9 CACHED [2019-09-27T16:11:21.026Z] [2019-09-27T16:11:21.026Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-09-27T16:11:21.026Z] #10 CACHED [2019-09-27T16:11:21.026Z] [2019-09-27T16:11:21.026Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-09-27T16:11:21.026Z] #12 CACHED [2019-09-27T16:11:21.026Z] [2019-09-27T16:11:21.026Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-09-27T16:11:21.026Z] #6 CACHED [2019-09-27T16:11:21.026Z] [2019-09-27T16:11:21.026Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-09-27T16:11:21.026Z] #25 CACHED [2019-09-27T16:11:21.026Z] [2019-09-27T16:11:21.026Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-09-27T16:11:21.262Z] --- PASS: TestRenameRunningContainerAndReuse (1.43s) [2019-09-27T16:11:21.262Z] === RUN TestRenameInvalidName [2019-09-27T16:11:21.268Z] PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup 0.485s [2019-09-27T16:11:21.281Z] #30 DONE 0.1s [2019-09-27T16:11:21.281Z] [2019-09-27T16:11:21.281Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-27T16:11:21.883Z] --- PASS: TestRenameInvalidName (0.76s) [2019-09-27T16:11:21.883Z] === RUN TestRenameAnonymousContainer [2019-09-27T16:11:23.625Z] PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild 2.339s [2019-09-27T16:11:24.564Z] --- PASS: TestRenameAnonymousContainer (2.47s) [2019-09-27T16:11:24.564Z] === RUN TestRenameContainerWithSameName [2019-09-27T16:11:24.656Z] PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip 0.886s [2019-09-27T16:11:25.151Z] PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression 0.529s [2019-09-27T16:11:25.151Z] SKIP: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles (unmatched requirement DaemonIsLinux) [2019-09-27T16:11:25.185Z] --- PASS: TestRenameContainerWithSameName (0.73s) [2019-09-27T16:11:25.185Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-27T16:11:26.209Z] PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange 0.806s [2019-09-27T16:11:26.667Z] --- PASS: TestRenameContainerWithLinkedContainer (1.45s) [2019-09-27T16:11:26.668Z] === RUN TestResize [2019-09-27T16:11:27.231Z] PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile 0.679s [2019-09-27T16:11:27.231Z] SKIP: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir (unmatched requirement DaemonIsLinux) [2019-09-27T16:11:27.231Z] SKIP: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot (unmatched requirement DaemonIsLinux) [2019-09-27T16:11:27.290Z] --- PASS: TestResize (0.72s) [2019-09-27T16:11:27.290Z] === RUN TestResizeWithInvalidSize [2019-09-27T16:11:27.909Z] --- PASS: TestResizeWithInvalidSize (0.73s) [2019-09-27T16:11:27.909Z] === RUN TestResizeWhenContainerNotStarted [2019-09-27T16:11:28.525Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s) [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T16:11:28.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T16:11:28.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T16:11:28.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T16:11:28.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T16:11:28.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T16:11:28.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T16:11:28.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T16:11:28.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:11:28.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:11:28.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:11:28.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:11:28.525Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:11:28.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:11:28.525Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T16:11:28.525Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T16:11:28.525Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T16:11:28.525Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:11:31.254Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T16:11:32.270Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T16:11:32.270Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T16:11:33.342Z] PASS: docker_cli_build_test.go:6045: DockerSuite.TestBuildCopyFileDotWithWorkdir 5.690s [2019-09-27T16:11:33.770Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T16:11:35.258Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:11:35.258Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:11:35.549Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:11:36.580Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.11s) [2019-09-27T16:11:39.298Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [defcb79fc6fb1] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [defcb79fc6fb1] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [defcb79fc6fb1] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [defcb79fc6fb1] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [defcb79fc6fb1] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [defcb79fc6fb1] Daemon stopped [2019-09-27T16:11:39.298Z] daemon.go:325: [defcb79fc6fb1] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [defcb79fc6fb1] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [defcb79fc6fb1] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [defcb79fc6fb1] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [defcb79fc6fb1] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [defcb79fc6fb1] Daemon stopped [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.41s) [2019-09-27T16:11:39.298Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [d697a14ae266f] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d697a14ae266f] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d697a14ae266f] daemon started [2019-09-27T16:11:39.298Z] daemon.go:325: [d697a14ae266f] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:296: [d697a14ae266f] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [d697a14ae266f] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d697a14ae266f] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [d697a14ae266f] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [d697a14ae266f] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [d697a14ae266f] Daemon stopped [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.46s) [2019-09-27T16:11:39.298Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [d8899ab74d82b] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d8899ab74d82b] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d8899ab74d82b] daemon started [2019-09-27T16:11:39.298Z] daemon.go:296: [d8899ab74d82b] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [d8899ab74d82b] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d8899ab74d82b] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d8899ab74d82b] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [d8899ab74d82b] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [d8899ab74d82b] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [d8899ab74d82b] Daemon stopped [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.81s) [2019-09-27T16:11:39.298Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [df45a415b9a21] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [df45a415b9a21] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [df45a415b9a21] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [df45a415b9a21] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [df45a415b9a21] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [df45a415b9a21] Daemon stopped [2019-09-27T16:11:39.298Z] daemon.go:325: [df45a415b9a21] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [df45a415b9a21] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [df45a415b9a21] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [df45a415b9a21] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [df45a415b9a21] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [df45a415b9a21] Daemon stopped [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.09s) [2019-09-27T16:11:39.298Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [d032bbf5f67bd] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d032bbf5f67bd] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d032bbf5f67bd] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [d032bbf5f67bd] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [d032bbf5f67bd] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [d032bbf5f67bd] Daemon stopped [2019-09-27T16:11:39.298Z] daemon.go:325: [d032bbf5f67bd] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d032bbf5f67bd] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d032bbf5f67bd] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [d032bbf5f67bd] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [d032bbf5f67bd] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [d032bbf5f67bd] Daemon stopped [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.58s) [2019-09-27T16:11:39.298Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [daf05baece91e] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [daf05baece91e] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [daf05baece91e] daemon started [2019-09-27T16:11:39.298Z] daemon.go:325: [daf05baece91e] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:296: [daf05baece91e] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [daf05baece91e] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [daf05baece91e] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [daf05baece91e] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [daf05baece91e] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [daf05baece91e] Daemon stopped [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.35s) [2019-09-27T16:11:39.298Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [d383e1d6221c7] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d383e1d6221c7] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d383e1d6221c7] daemon started [2019-09-27T16:11:39.298Z] daemon.go:325: [d383e1d6221c7] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:296: [d383e1d6221c7] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [d383e1d6221c7] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d383e1d6221c7] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [d383e1d6221c7] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [d383e1d6221c7] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [d383e1d6221c7] Daemon stopped [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.12s) [2019-09-27T16:11:39.298Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [d733b34c5351b] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d733b34c5351b] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d733b34c5351b] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [d733b34c5351b] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [d733b34c5351b] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [d733b34c5351b] Daemon stopped [2019-09-27T16:11:39.298Z] daemon.go:325: [d733b34c5351b] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d733b34c5351b] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d733b34c5351b] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [d733b34c5351b] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [d733b34c5351b] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [d733b34c5351b] Daemon stopped [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.94s) [2019-09-27T16:11:39.298Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [d2715fdb12ec9] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d2715fdb12ec9] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d2715fdb12ec9] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [d2715fdb12ec9] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [d2715fdb12ec9] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [d2715fdb12ec9] Daemon stopped [2019-09-27T16:11:39.298Z] daemon.go:325: [d2715fdb12ec9] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d2715fdb12ec9] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d2715fdb12ec9] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [d2715fdb12ec9] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [d2715fdb12ec9] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [d2715fdb12ec9] Daemon stopped [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.13s) [2019-09-27T16:11:39.298Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [dfdf22133fa61] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [dfdf22133fa61] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [dfdf22133fa61] daemon started [2019-09-27T16:11:39.298Z] daemon.go:296: [dfdf22133fa61] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [dfdf22133fa61] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [dfdf22133fa61] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [dfdf22133fa61] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [dfdf22133fa61] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [dfdf22133fa61] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [dfdf22133fa61] Daemon stopped [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.21s) [2019-09-27T16:11:39.298Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [d5f08674d2cf9] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d5f08674d2cf9] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d5f08674d2cf9] daemon started [2019-09-27T16:11:39.298Z] daemon.go:325: [d5f08674d2cf9] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:296: [d5f08674d2cf9] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [d5f08674d2cf9] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d5f08674d2cf9] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [d5f08674d2cf9] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [d5f08674d2cf9] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [d5f08674d2cf9] Daemon stopped [2019-09-27T16:11:39.298Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.37s) [2019-09-27T16:11:39.298Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T16:11:39.298Z] daemon.go:325: [d3a9f540bb79f] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d3a9f540bb79f] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d3a9f540bb79f] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [d3a9f540bb79f] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [d3a9f540bb79f] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [d3a9f540bb79f] Daemon stopped [2019-09-27T16:11:39.298Z] daemon.go:325: [d3a9f540bb79f] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:325: [d3a9f540bb79f] waiting for daemon to start [2019-09-27T16:11:39.298Z] daemon.go:353: [d3a9f540bb79f] daemon started [2019-09-27T16:11:39.298Z] daemon.go:461: [d3a9f540bb79f] Stopping daemon [2019-09-27T16:11:39.298Z] daemon.go:296: [d3a9f540bb79f] exiting daemon [2019-09-27T16:11:39.298Z] daemon.go:448: [d3a9f540bb79f] Daemon stopped [2019-09-27T16:11:39.298Z] === RUN TestKernelTCPMemory [2019-09-27T16:11:39.919Z] --- PASS: TestKernelTCPMemory (0.92s) [2019-09-27T16:11:39.919Z] === RUN TestNISDomainname [2019-09-27T16:11:40.930Z] --- PASS: TestNISDomainname (1.04s) [2019-09-27T16:11:40.930Z] === RUN TestStats [2019-09-27T16:11:43.622Z] --- PASS: TestStats (2.62s) [2019-09-27T16:11:43.622Z] === RUN TestStopContainerWithTimeout [2019-09-27T16:11:43.622Z] === RUN TestStopContainerWithTimeout/0 [2019-09-27T16:11:43.622Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-27T16:11:43.622Z] === RUN TestStopContainerWithTimeout/1 [2019-09-27T16:11:43.622Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-27T16:11:43.622Z] === RUN TestStopContainerWithTimeout/3 [2019-09-27T16:11:43.622Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-27T16:11:43.622Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-27T16:11:43.622Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-27T16:11:43.622Z] === CONT TestStopContainerWithTimeout/0 [2019-09-27T16:11:43.622Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-27T16:11:43.622Z] === CONT TestStopContainerWithTimeout/1 [2019-09-27T16:11:43.622Z] === CONT TestStopContainerWithTimeout/3 [2019-09-27T16:11:47.117Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-09-27T16:11:47.117Z] --- PASS: TestStopContainerWithTimeout/0 (1.38s) [2019-09-27T16:11:47.117Z] --- PASS: TestStopContainerWithTimeout/1 (2.14s) [2019-09-27T16:11:47.117Z] --- PASS: TestStopContainerWithTimeout/3 (3.20s) [2019-09-27T16:11:47.117Z] --- PASS: TestStopContainerWithTimeout/-1 (3.30s) [2019-09-27T16:11:47.117Z] === RUN TestDeleteDevicemapper [2019-09-27T16:11:47.117Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-27T16:11:47.117Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-27T16:11:47.117Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-27T16:11:49.813Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.93s) [2019-09-27T16:11:49.813Z] === RUN TestUpdateMemory [2019-09-27T16:11:50.825Z] --- PASS: TestUpdateMemory (1.11s) [2019-09-27T16:11:50.825Z] === RUN TestUpdateCPUQuota [2019-09-27T16:11:52.865Z] --- PASS: TestUpdateCPUQuota (1.80s) [2019-09-27T16:11:52.865Z] === RUN TestUpdatePidsLimit [2019-09-27T16:11:52.865Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-27T16:11:53.153Z] === RUN TestUpdatePidsLimit/no_change [2019-09-27T16:11:53.284Z] --- PASS: TestBuildWithHugeFile (55.72s) [2019-09-27T16:11:53.284Z] === RUN TestBuildWithEmptyDockerfile [2019-09-27T16:11:53.284Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T16:11:53.284Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T16:11:53.284Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T16:11:53.284Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T16:11:53.284Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T16:11:53.284Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T16:11:53.284Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T16:11:53.284Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T16:11:53.284Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T16:11:53.284Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2019-09-27T16:11:53.284Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2019-09-27T16:11:53.284Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2019-09-27T16:11:53.284Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2019-09-27T16:11:53.284Z] === RUN TestBuildPreserveOwnership [2019-09-27T16:11:53.284Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-27T16:11:53.284Z] PASS: docker_api_swarm_test.go:374: DockerSwarmSuite.TestAPISwarmRaftQuorum 57.091s [2019-09-27T16:11:53.437Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-27T16:11:54.078Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-27T16:11:54.364Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-27T16:11:54.657Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-27T16:11:54.983Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-27T16:11:55.269Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-27T16:11:56.551Z] PASS: docker_api_containers_test.go:2006: DockerSuite.TestContainersAPICreateMountsCreate 59.239s [2019-09-27T16:11:56.808Z] --- PASS: TestBuildPreserveOwnership (5.78s) [2019-09-27T16:11:56.808Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.62s) [2019-09-27T16:11:56.808Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.15s) [2019-09-27T16:11:56.808Z] === RUN TestBuildPlatformInvalid [2019-09-27T16:11:56.808Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2019-09-27T16:11:56.808Z] PASS [2019-09-27T16:11:56.808Z] [2019-09-27T16:11:56.808Z] DONE 30 tests in 92.162s [2019-09-27T16:11:56.808Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-09-27T16:11:56.808Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:11:56.808Z] ++ set -e [2019-09-27T16:11:56.808Z] ++ '[' -n 0 ']' [2019-09-27T16:11:56.808Z] ++ set -x [2019-09-27T16:11:56.808Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:11:57.065Z] INFO: Testing against a local daemon [2019-09-27T16:11:57.065Z] === RUN TestConfigList [2019-09-27T16:11:57.300Z] --- PASS: TestUpdatePidsLimit (4.23s) [2019-09-27T16:11:57.300Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2019-09-27T16:11:57.300Z] --- PASS: TestUpdatePidsLimit/no_change (0.43s) [2019-09-27T16:11:57.300Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2019-09-27T16:11:57.300Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.46s) [2019-09-27T16:11:57.300Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.45s) [2019-09-27T16:11:57.300Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) [2019-09-27T16:11:57.300Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2019-09-27T16:11:57.300Z] === RUN TestUpdateRestartPolicy [2019-09-27T16:11:58.434Z] PASS: docker_api_containers_test.go:2221: DockerSuite.TestContainersAPICreateMountsTmpfs 1.996s [2019-09-27T16:11:58.999Z] PASS: docker_api_containers_test.go:1684: DockerSuite.TestContainersAPICreateMountsValidation 0.478s [2019-09-27T16:11:59.255Z] --- PASS: TestConfigList (2.20s) [2019-09-27T16:11:59.256Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-27T16:11:59.256Z] daemon.go:325: [d6dd30d88a28a] waiting for daemon to start [2019-09-27T16:11:59.256Z] daemon.go:325: [d6dd30d88a28a] waiting for daemon to start [2019-09-27T16:11:59.256Z] daemon.go:353: [d6dd30d88a28a] daemon started [2019-09-27T16:11:59.256Z] daemon.go:461: [d6dd30d88a28a] Stopping daemon [2019-09-27T16:11:59.256Z] daemon.go:296: [d6dd30d88a28a] exiting daemon [2019-09-27T16:11:59.256Z] daemon.go:448: [d6dd30d88a28a] Daemon stopped [2019-09-27T16:11:59.256Z] === RUN TestConfigsCreateAndDelete [2019-09-27T16:12:01.151Z] --- PASS: TestConfigsCreateAndDelete (1.60s) [2019-09-27T16:12:01.151Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-27T16:12:01.151Z] daemon.go:325: [d1282f7c3f950] waiting for daemon to start [2019-09-27T16:12:01.151Z] daemon.go:325: [d1282f7c3f950] waiting for daemon to start [2019-09-27T16:12:01.151Z] daemon.go:353: [d1282f7c3f950] daemon started [2019-09-27T16:12:01.151Z] daemon.go:461: [d1282f7c3f950] Stopping daemon [2019-09-27T16:12:01.151Z] daemon.go:296: [d1282f7c3f950] exiting daemon [2019-09-27T16:12:01.151Z] daemon.go:448: [d1282f7c3f950] Daemon stopped [2019-09-27T16:12:01.151Z] === RUN TestConfigsUpdate [2019-09-27T16:12:03.048Z] --- PASS: TestConfigsUpdate (1.95s) [2019-09-27T16:12:03.048Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-27T16:12:03.048Z] daemon.go:325: [df0ef467ba325] waiting for daemon to start [2019-09-27T16:12:03.048Z] daemon.go:325: [df0ef467ba325] waiting for daemon to start [2019-09-27T16:12:03.048Z] daemon.go:353: [df0ef467ba325] daemon started [2019-09-27T16:12:03.048Z] daemon.go:461: [df0ef467ba325] Stopping daemon [2019-09-27T16:12:03.048Z] daemon.go:296: [df0ef467ba325] exiting daemon [2019-09-27T16:12:03.048Z] daemon.go:448: [df0ef467ba325] Daemon stopped [2019-09-27T16:12:03.048Z] === RUN TestTemplatedConfig [2019-09-27T16:12:03.048Z] PASS: docker_cli_run_test.go:3471: DockerSuite.TestContainersInMultipleNetworks 2.917s [2019-09-27T16:12:05.570Z] --- PASS: TestTemplatedConfig (2.78s) [2019-09-27T16:12:05.570Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-27T16:12:05.570Z] daemon.go:325: [d1fbf55fefe45] waiting for daemon to start [2019-09-27T16:12:05.570Z] daemon.go:325: [d1fbf55fefe45] waiting for daemon to start [2019-09-27T16:12:05.570Z] daemon.go:353: [d1fbf55fefe45] daemon started [2019-09-27T16:12:05.570Z] daemon.go:461: [d1fbf55fefe45] Stopping daemon [2019-09-27T16:12:05.571Z] daemon.go:296: [d1fbf55fefe45] exiting daemon [2019-09-27T16:12:05.571Z] daemon.go:448: [d1fbf55fefe45] Daemon stopped [2019-09-27T16:12:05.571Z] === RUN TestConfigInspect [2019-09-27T16:12:05.571Z] PASS: docker_cli_run_test.go:3463: DockerSuite.TestContainersInUserDefinedNetwork 2.231s [2019-09-27T16:12:08.124Z] --- PASS: TestConfigInspect (2.53s) [2019-09-27T16:12:08.124Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-27T16:12:08.124Z] daemon.go:325: [d06e176c53dcc] waiting for daemon to start [2019-09-27T16:12:08.124Z] daemon.go:325: [d06e176c53dcc] waiting for daemon to start [2019-09-27T16:12:08.124Z] daemon.go:353: [d06e176c53dcc] daemon started [2019-09-27T16:12:08.124Z] daemon.go:461: [d06e176c53dcc] Stopping daemon [2019-09-27T16:12:08.124Z] daemon.go:296: [d06e176c53dcc] exiting daemon [2019-09-27T16:12:08.124Z] daemon.go:448: [d06e176c53dcc] Daemon stopped [2019-09-27T16:12:08.124Z] === RUN TestConfigCreateWithLabels [2019-09-27T16:12:09.054Z] PASS: docker_cli_run_test.go:3490: DockerSuite.TestContainersNetworkIsolation 2.894s [2019-09-27T16:12:09.838Z] --- PASS: TestUpdateRestartPolicy (12.24s) [2019-09-27T16:12:09.838Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-27T16:12:09.838Z] --- PASS: TestUpdateRestartWithAutoRemove (0.74s) [2019-09-27T16:12:09.838Z] === RUN TestWaitNonBlocked [2019-09-27T16:12:09.838Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T16:12:09.838Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T16:12:09.838Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T16:12:09.838Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T16:12:09.838Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T16:12:09.838Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T16:12:09.984Z] --- PASS: TestConfigCreateWithLabels (1.91s) [2019-09-27T16:12:09.984Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-27T16:12:09.984Z] daemon.go:325: [d3acbd9f6e5f5] waiting for daemon to start [2019-09-27T16:12:09.984Z] daemon.go:325: [d3acbd9f6e5f5] waiting for daemon to start [2019-09-27T16:12:09.984Z] daemon.go:353: [d3acbd9f6e5f5] daemon started [2019-09-27T16:12:09.984Z] daemon.go:461: [d3acbd9f6e5f5] Stopping daemon [2019-09-27T16:12:09.984Z] daemon.go:296: [d3acbd9f6e5f5] exiting daemon [2019-09-27T16:12:09.984Z] daemon.go:448: [d3acbd9f6e5f5] Daemon stopped [2019-09-27T16:12:09.984Z] === RUN TestConfigCreateResolve [2019-09-27T16:12:10.866Z] --- PASS: TestWaitNonBlocked (0.04s) [2019-09-27T16:12:10.866Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.97s) [2019-09-27T16:12:10.866Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.02s) [2019-09-27T16:12:10.866Z] === RUN TestWaitBlocked [2019-09-27T16:12:10.866Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T16:12:10.866Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T16:12:10.866Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T16:12:10.866Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T16:12:10.917Z] PASS: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart 1.892s [2019-09-27T16:12:11.151Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T16:12:11.151Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T16:12:11.174Z] PASS: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer 0.223s [2019-09-27T16:12:11.737Z] --- PASS: TestConfigCreateResolve (1.69s) [2019-09-27T16:12:11.737Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-27T16:12:11.737Z] daemon.go:325: [de4737da6e35b] waiting for daemon to start [2019-09-27T16:12:11.737Z] daemon.go:325: [de4737da6e35b] waiting for daemon to start [2019-09-27T16:12:11.737Z] daemon.go:353: [de4737da6e35b] daemon started [2019-09-27T16:12:11.737Z] daemon.go:461: [de4737da6e35b] Stopping daemon [2019-09-27T16:12:11.737Z] daemon.go:296: [de4737da6e35b] exiting daemon [2019-09-27T16:12:11.737Z] daemon.go:448: [de4737da6e35b] Daemon stopped [2019-09-27T16:12:11.737Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T16:12:12.173Z] --- PASS: TestWaitBlocked (0.04s) [2019-09-27T16:12:12.173Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) [2019-09-27T16:12:12.173Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.13s) [2019-09-27T16:12:12.173Z] === CONT TestContainerStartOnDaemonRestart [2019-09-27T16:12:12.173Z] === CONT TestIpcModeOlderClient [2019-09-27T16:12:12.173Z] === CONT TestDaemonRestartIpcMode [2019-09-27T16:12:12.173Z] --- PASS: TestIpcModeOlderClient (0.15s) [2019-09-27T16:12:12.301Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-27T16:12:12.301Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-27T16:12:12.301Z] daemon.go:325: [dded9d69ce027] waiting for daemon to start [2019-09-27T16:12:12.301Z] daemon.go:325: [dded9d69ce027] waiting for daemon to start [2019-09-27T16:12:12.301Z] daemon.go:353: [dded9d69ce027] daemon started [2019-09-27T16:12:12.301Z] daemon.go:461: [dded9d69ce027] Stopping daemon [2019-09-27T16:12:12.301Z] daemon.go:296: [dded9d69ce027] exiting daemon [2019-09-27T16:12:12.301Z] daemon.go:448: [dded9d69ce027] Daemon stopped [2019-09-27T16:12:12.301Z] PASS [2019-09-27T16:12:12.301Z] [2019-09-27T16:12:12.301Z] DONE 8 tests in 15.240s [2019-09-27T16:12:12.301Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-09-27T16:12:12.301Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:12:12.301Z] ++ set -e [2019-09-27T16:12:12.301Z] ++ '[' -n 0 ']' [2019-09-27T16:12:12.301Z] ++ set -x [2019-09-27T16:12:12.301Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:12:12.301Z] INFO: Testing against a local daemon [2019-09-27T16:12:12.301Z] === RUN TestCheckpoint [2019-09-27T16:12:12.301Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-27T16:12:12.301Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T16:12:12.301Z] === RUN TestContainerInvalidJSON [2019-09-27T16:12:12.301Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T16:12:12.301Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T16:12:12.301Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T16:12:12.301Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T16:12:12.301Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-27T16:12:12.301Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-27T16:12:12.301Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T16:12:12.301Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-27T16:12:12.301Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T16:12:12.301Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-09-27T16:12:12.301Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-27T16:12:12.301Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-27T16:12:12.301Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-27T16:12:12.301Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T16:12:12.301Z] PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath 1.066s [2019-09-27T16:12:12.301Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-09-27T16:12:12.301Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T16:12:12.558Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-09-27T16:12:12.558Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-27T16:12:12.558Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2019-09-27T16:12:12.558Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-27T16:12:12.815Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2019-09-27T16:12:12.816Z] === RUN TestCopyFromContainer [2019-09-27T16:12:13.380Z] PASS: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink 1.038s [2019-09-27T16:12:14.750Z] === RUN TestCopyFromContainer// [2019-09-27T16:12:14.750Z] PASS: docker_cli_cp_to_container_unix_test.go:41: DockerSuite.TestCpCheckDestOwnership 1.168s [2019-09-27T16:12:14.750Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T16:12:14.750Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T16:12:14.750Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T16:12:15.008Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T16:12:15.008Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T16:12:15.008Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T16:12:15.266Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T16:12:15.266Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T16:12:15.266Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T16:12:15.524Z] --- PASS: TestCopyFromContainer (2.83s) [2019-09-27T16:12:15.524Z] --- PASS: TestCopyFromContainer// (0.08s) [2019-09-27T16:12:15.524Z] --- PASS: TestCopyFromContainer//bar/root (0.24s) [2019-09-27T16:12:15.524Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2019-09-27T16:12:15.524Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-09-27T16:12:15.524Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-27T16:12:15.524Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-09-27T16:12:15.524Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-09-27T16:12:15.524Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-09-27T16:12:15.524Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-09-27T16:12:15.524Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2019-09-27T16:12:15.524Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-27T16:12:15.524Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T16:12:15.524Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T16:12:15.524Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T16:12:15.524Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T16:12:15.524Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T16:12:15.524Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T16:12:15.524Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T16:12:15.524Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T16:12:15.524Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T16:12:15.524Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-09-27T16:12:15.524Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-27T16:12:15.524Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-27T16:12:15.524Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-27T16:12:15.524Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T16:12:15.524Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-27T16:12:15.524Z] === RUN TestCreateWithInvalidEnv [2019-09-27T16:12:15.524Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-27T16:12:15.524Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-27T16:12:15.524Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-27T16:12:15.524Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-27T16:12:15.524Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-27T16:12:15.524Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-27T16:12:15.524Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-27T16:12:15.524Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-27T16:12:15.524Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-27T16:12:15.524Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-27T16:12:15.524Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-27T16:12:15.524Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-27T16:12:15.524Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-27T16:12:15.524Z] === RUN TestCreateTmpfsMountsTarget [2019-09-27T16:12:15.524Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-09-27T16:12:15.524Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-27T16:12:15.667Z] --- PASS: TestContainerStartOnDaemonRestart (3.30s) [2019-09-27T16:12:15.667Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-27T16:12:15.667Z] daemon.go:325: [d6c81049279c8] waiting for daemon to start [2019-09-27T16:12:15.667Z] daemon.go:325: [d6c81049279c8] waiting for daemon to start [2019-09-27T16:12:15.667Z] daemon.go:353: [d6c81049279c8] daemon started [2019-09-27T16:12:15.667Z] daemon.go:325: [d6c81049279c8] waiting for daemon to start [2019-09-27T16:12:15.667Z] daemon.go:296: [d6c81049279c8] exiting daemon [2019-09-27T16:12:15.667Z] daemon.go:325: [d6c81049279c8] waiting for daemon to start [2019-09-27T16:12:15.667Z] daemon.go:353: [d6c81049279c8] daemon started [2019-09-27T16:12:15.667Z] daemon.go:461: [d6c81049279c8] Stopping daemon [2019-09-27T16:12:15.667Z] daemon.go:296: [d6c81049279c8] exiting daemon [2019-09-27T16:12:15.667Z] daemon.go:448: [d6c81049279c8] Daemon stopped [2019-09-27T16:12:15.781Z] PASS: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA 1.277s [2019-09-27T16:12:16.287Z] --- PASS: TestDaemonRestartIpcMode (4.04s) [2019-09-27T16:12:16.287Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-27T16:12:16.287Z] daemon.go:325: [ded385ff54405] waiting for daemon to start [2019-09-27T16:12:16.287Z] daemon.go:325: [ded385ff54405] waiting for daemon to start [2019-09-27T16:12:16.287Z] daemon.go:353: [ded385ff54405] daemon started [2019-09-27T16:12:16.287Z] daemon.go:461: [ded385ff54405] Stopping daemon [2019-09-27T16:12:16.287Z] daemon.go:296: [ded385ff54405] exiting daemon [2019-09-27T16:12:16.287Z] daemon.go:448: [ded385ff54405] Daemon stopped [2019-09-27T16:12:16.287Z] daemon.go:325: [ded385ff54405] waiting for daemon to start [2019-09-27T16:12:16.287Z] daemon.go:325: [ded385ff54405] waiting for daemon to start [2019-09-27T16:12:16.287Z] daemon.go:353: [ded385ff54405] daemon started [2019-09-27T16:12:16.287Z] daemon.go:461: [ded385ff54405] Stopping daemon [2019-09-27T16:12:16.287Z] daemon.go:296: [ded385ff54405] exiting daemon [2019-09-27T16:12:16.287Z] daemon.go:448: [ded385ff54405] Daemon stopped [2019-09-27T16:12:16.287Z] PASS [2019-09-27T16:12:16.287Z] [2019-09-27T16:12:16.287Z] === Skipped [2019-09-27T16:12:16.287Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-09-27T16:12:16.287Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T16:12:16.287Z] [2019-09-27T16:12:16.287Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-27T16:12:16.287Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-27T16:12:16.287Z] [2019-09-27T16:12:16.287Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-09-27T16:12:16.287Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-27T16:12:16.287Z] [2019-09-27T16:12:16.287Z] [2019-09-27T16:12:16.287Z] DONE 188 tests, 3 skipped in 111.408s [2019-09-27T16:12:16.287Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-09-27T16:12:16.287Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:12:16.287Z] ++ set -e [2019-09-27T16:12:16.287Z] ++ '[' -n 0 ']' [2019-09-27T16:12:16.287Z] ++ set -x [2019-09-27T16:12:16.287Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:12:16.287Z] INFO: Testing against a local daemon [2019-09-27T16:12:16.287Z] === RUN TestCommitInheritsEnv [2019-09-27T16:12:16.599Z] PASS: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows 38.152s [2019-09-27T16:12:16.599Z] PASS: docker_cli_build_test.go:5918: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths 1.373s [2019-09-27T16:12:16.599Z] PASS: docker_cli_build_test.go:5901: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths 0.966s [2019-09-27T16:12:16.713Z] PASS: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB 0.974s [2019-09-27T16:12:16.905Z] --- PASS: TestCommitInheritsEnv (0.42s) [2019-09-27T16:12:16.905Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-27T16:12:16.905Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-27T16:12:16.905Z] === RUN TestImagesFilterMultiReference [2019-09-27T16:12:16.905Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2019-09-27T16:12:16.905Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:12:16.905Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-09-27T16:12:16.905Z] === RUN TestRemoveImageOrphaning [2019-09-27T16:12:17.192Z] --- PASS: TestRemoveImageOrphaning (0.42s) [2019-09-27T16:12:17.192Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-27T16:12:17.501Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-09-27T16:12:17.501Z] === RUN TestTagInvalidReference [2019-09-27T16:12:17.501Z] --- PASS: TestTagInvalidReference (0.05s) [2019-09-27T16:12:17.501Z] === RUN TestTagValidPrefixedRepo [2019-09-27T16:12:17.501Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-27T16:12:17.501Z] === RUN TestTagExistedNameWithoutForce [2019-09-27T16:12:17.501Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-09-27T16:12:17.501Z] === RUN TestTagOfficialNames [2019-09-27T16:12:17.501Z] --- PASS: TestTagOfficialNames (0.07s) [2019-09-27T16:12:17.501Z] === RUN TestTagMatchesDigest [2019-09-27T16:12:17.501Z] --- PASS: TestTagMatchesDigest (0.05s) [2019-09-27T16:12:17.501Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-27T16:12:18.103Z] PASS: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC 1.142s [2019-09-27T16:12:18.103Z] --- PASS: TestCreateWithCustomMaskedPaths (2.42s) [2019-09-27T16:12:18.103Z] === RUN TestCreateWithCapabilities [2019-09-27T16:12:18.103Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-27T16:12:18.103Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-27T16:12:18.103Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-27T16:12:18.103Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-27T16:12:18.103Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-27T16:12:18.103Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-27T16:12:18.103Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-27T16:12:18.103Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-27T16:12:18.103Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T16:12:18.103Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T16:12:18.103Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T16:12:18.103Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T16:12:18.103Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-27T16:12:18.103Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-27T16:12:18.103Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-27T16:12:18.103Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-27T16:12:18.103Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-27T16:12:18.103Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-27T16:12:18.103Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T16:12:18.103Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T16:12:18.103Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T16:12:18.103Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T16:12:18.103Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-27T16:12:18.103Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T16:12:18.103Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T16:12:18.103Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-27T16:12:18.362Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-27T16:12:18.362Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-27T16:12:18.362Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T16:12:18.362Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T16:12:18.362Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-27T16:12:18.362Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-27T16:12:18.362Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-27T16:12:18.362Z] --- PASS: TestCreateWithCapabilities (0.03s) [2019-09-27T16:12:18.362Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-27T16:12:18.362Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-27T16:12:18.362Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.19s) [2019-09-27T16:12:18.362Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.18s) [2019-09-27T16:12:18.362Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2019-09-27T16:12:18.362Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-09-27T16:12:18.362Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-09-27T16:12:18.362Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-27T16:12:18.362Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2019-09-27T16:12:18.362Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.07s) [2019-09-27T16:12:18.362Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-09-27T16:12:18.362Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-27T16:12:19.294Z] PASS: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD 1.226s [2019-09-27T16:12:20.665Z] PASS: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE 1.382s [2019-09-27T16:12:21.595Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.89s) [2019-09-27T16:12:21.595Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-27T16:12:21.595Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T16:12:21.595Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T16:12:21.595Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T16:12:21.595Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T16:12:21.596Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T16:12:21.596Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T16:12:21.596Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T16:12:21.596Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T16:12:21.596Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T16:12:21.596Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T16:12:21.596Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T16:12:21.596Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T16:12:21.596Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T16:12:21.596Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T16:12:21.596Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T16:12:21.596Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-09-27T16:12:21.596Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-27T16:12:21.596Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-09-27T16:12:21.596Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-27T16:12:21.596Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-27T16:12:21.596Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-27T16:12:21.596Z] === RUN TestContainerStartOnDaemonRestart [2019-09-27T16:12:21.596Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-27T16:12:21.596Z] === RUN TestDaemonRestartIpcMode [2019-09-27T16:12:21.596Z] === PAUSE TestDaemonRestartIpcMode [2019-09-27T16:12:21.596Z] === RUN TestDiff [2019-09-27T16:12:21.596Z] PASS: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF 1.036s [2019-09-27T16:12:22.442Z] PASS: docker_cli_build_test.go:5936: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive 6.658s [2019-09-27T16:12:22.527Z] --- PASS: TestDiff (1.21s) [2019-09-27T16:12:22.527Z] === RUN TestExecWithCloseStdin [2019-09-27T16:12:22.905Z] SKIP: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir (unmatched requirement DaemonIsLinux) [2019-09-27T16:12:23.091Z] PASS: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG 1.365s [2019-09-27T16:12:23.380Z] SKIP: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir (unmatched requirement DaemonIsLinux) [2019-09-27T16:12:23.380Z] SKIP: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot (unmatched requirement DaemonIsLinux) [2019-09-27T16:12:23.654Z] --- PASS: TestExecWithCloseStdin (1.08s) [2019-09-27T16:12:23.654Z] === RUN TestExec [2019-09-27T16:12:24.218Z] PASS: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH 1.162s [2019-09-27T16:12:24.357Z] PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir 0.514s [2019-09-27T16:12:24.357Z] SKIP: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot (unmatched requirement DaemonIsLinux) [2019-09-27T16:12:24.782Z] --- PASS: TestExec (1.13s) [2019-09-27T16:12:24.782Z] === RUN TestExecUser [2019-09-27T16:12:25.346Z] PASS: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI 1.058s [2019-09-27T16:12:25.910Z] --- PASS: TestExecUser (1.08s) [2019-09-27T16:12:25.910Z] === RUN TestExportContainerAndImportImage [2019-09-27T16:12:26.474Z] PASS: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ 1.092s [2019-09-27T16:12:27.038Z] --- PASS: TestExportContainerAndImportImage (1.19s) [2019-09-27T16:12:27.038Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-27T16:12:28.408Z] PASS: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination 1.892s [2019-09-27T16:12:28.972Z] --- PASS: TestExportContainerAfterDaemonRestart (1.68s) [2019-09-27T16:12:28.972Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-27T16:12:28.972Z] daemon.go:325: [d44efc75d871b] waiting for daemon to start [2019-09-27T16:12:28.972Z] daemon.go:325: [d44efc75d871b] waiting for daemon to start [2019-09-27T16:12:28.972Z] daemon.go:353: [d44efc75d871b] daemon started [2019-09-27T16:12:28.972Z] daemon.go:461: [d44efc75d871b] Stopping daemon [2019-09-27T16:12:28.972Z] daemon.go:296: [d44efc75d871b] exiting daemon [2019-09-27T16:12:28.972Z] daemon.go:448: [d44efc75d871b] Daemon stopped [2019-09-27T16:12:28.972Z] daemon.go:325: [d44efc75d871b] waiting for daemon to start [2019-09-27T16:12:28.972Z] daemon.go:325: [d44efc75d871b] waiting for daemon to start [2019-09-27T16:12:28.972Z] daemon.go:353: [d44efc75d871b] daemon started [2019-09-27T16:12:28.972Z] daemon.go:461: [d44efc75d871b] Stopping daemon [2019-09-27T16:12:28.972Z] daemon.go:296: [d44efc75d871b] exiting daemon [2019-09-27T16:12:28.972Z] daemon.go:448: [d44efc75d871b] Daemon stopped [2019-09-27T16:12:28.972Z] === RUN TestHealthCheckWorkdir [2019-09-27T16:12:29.536Z] PASS: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory 1.169s [2019-09-27T16:12:30.111Z] --- PASS: TestHealthCheckWorkdir (1.14s) [2019-09-27T16:12:30.111Z] === RUN TestHealthKillContainer [2019-09-27T16:12:30.369Z] PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath 1.016s [2019-09-27T16:12:30.626Z] PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly 0.024s [2019-09-27T16:12:31.555Z] PASS: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon 0.970s [2019-09-27T16:12:32.486Z] PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath 1.014s [2019-09-27T16:12:33.051Z] --- PASS: TestHealthKillContainer (3.05s) [2019-09-27T16:12:33.051Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-27T16:12:33.982Z] --- PASS: TestInspectCpusetInConfigPre120 (0.79s) [2019-09-27T16:12:33.982Z] === RUN TestIpcModeNone [2019-09-27T16:12:33.982Z] PASS: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles 1.262s [2019-09-27T16:12:34.914Z] --- PASS: TestIpcModeNone (1.09s) [2019-09-27T16:12:34.914Z] === RUN TestIpcModePrivate [2019-09-27T16:12:34.914Z] PASS: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent 1.185s [2019-09-27T16:12:35.847Z] --- PASS: TestIpcModePrivate (1.06s) [2019-09-27T16:12:35.847Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:197, shared: false, mustBeShared: false [2019-09-27T16:12:35.847Z] === RUN TestIpcModeShareable [2019-09-27T16:12:36.411Z] PASS: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink 1.301s [2019-09-27T16:12:36.976Z] --- PASS: TestIpcModeShareable (0.98s) [2019-09-27T16:12:36.976Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:189, shared: true, mustBeShared: true [2019-09-27T16:12:36.976Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-27T16:12:38.345Z] PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA 1.941s [2019-09-27T16:12:39.276Z] PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB 0.770s [2019-09-27T16:12:39.840Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.01s) [2019-09-27T16:12:39.840Z] === RUN TestAPIIpcModeHost [2019-09-27T16:12:40.772Z] --- PASS: TestAPIIpcModeHost (0.90s) [2019-09-27T16:12:40.772Z] === RUN TestDaemonIpcModeShareable [2019-09-27T16:12:41.705Z] PASS: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC 2.672s [2019-09-27T16:12:43.076Z] --- PASS: TestDaemonIpcModeShareable (1.96s) [2019-09-27T16:12:43.076Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-27T16:12:43.076Z] daemon.go:325: [d6030ed6257e9] waiting for daemon to start [2019-09-27T16:12:43.076Z] daemon.go:325: [d6030ed6257e9] waiting for daemon to start [2019-09-27T16:12:43.076Z] daemon.go:353: [d6030ed6257e9] daemon started [2019-09-27T16:12:43.076Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:189, shared: true, mustBeShared: true [2019-09-27T16:12:43.076Z] daemon.go:461: [d6030ed6257e9] Stopping daemon [2019-09-27T16:12:43.076Z] daemon.go:296: [d6030ed6257e9] exiting daemon [2019-09-27T16:12:43.076Z] daemon.go:448: [d6030ed6257e9] Daemon stopped [2019-09-27T16:12:43.076Z] === RUN TestDaemonIpcModePrivate [2019-09-27T16:12:44.972Z] --- PASS: TestDaemonIpcModePrivate (2.09s) [2019-09-27T16:12:44.972Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-27T16:12:44.972Z] daemon.go:325: [d472a38476963] waiting for daemon to start [2019-09-27T16:12:44.972Z] daemon.go:325: [d472a38476963] waiting for daemon to start [2019-09-27T16:12:44.972Z] daemon.go:353: [d472a38476963] daemon started [2019-09-27T16:12:44.972Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:208, shared: false, mustBeShared: false [2019-09-27T16:12:44.972Z] daemon.go:461: [d472a38476963] Stopping daemon [2019-09-27T16:12:44.972Z] daemon.go:296: [d472a38476963] exiting daemon [2019-09-27T16:12:44.972Z] daemon.go:448: [d472a38476963] Daemon stopped [2019-09-27T16:12:44.972Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-27T16:12:46.866Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.99s) [2019-09-27T16:12:46.866Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-27T16:12:46.866Z] daemon.go:325: [d6809b549f0e2] waiting for daemon to start [2019-09-27T16:12:46.866Z] daemon.go:325: [d6809b549f0e2] waiting for daemon to start [2019-09-27T16:12:46.866Z] daemon.go:353: [d6809b549f0e2] daemon started [2019-09-27T16:12:46.866Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:213, shared: false, mustBeShared: false [2019-09-27T16:12:46.866Z] daemon.go:461: [d6809b549f0e2] Stopping daemon [2019-09-27T16:12:46.866Z] daemon.go:296: [d6809b549f0e2] exiting daemon [2019-09-27T16:12:46.866Z] daemon.go:448: [d6809b549f0e2] Daemon stopped [2019-09-27T16:12:46.866Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-27T16:12:47.796Z] PASS: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD 5.881s [2019-09-27T16:12:48.727Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.99s) [2019-09-27T16:12:48.727Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-27T16:12:48.727Z] daemon.go:325: [d1d1e53c92fd3] waiting for daemon to start [2019-09-27T16:12:48.727Z] daemon.go:325: [d1d1e53c92fd3] waiting for daemon to start [2019-09-27T16:12:48.727Z] daemon.go:353: [d1d1e53c92fd3] daemon started [2019-09-27T16:12:48.727Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:201, shared: true, mustBeShared: true [2019-09-27T16:12:48.727Z] daemon.go:461: [d1d1e53c92fd3] Stopping daemon [2019-09-27T16:12:48.727Z] daemon.go:296: [d1d1e53c92fd3] exiting daemon [2019-09-27T16:12:48.727Z] daemon.go:448: [d1d1e53c92fd3] Daemon stopped [2019-09-27T16:12:48.727Z] === RUN TestIpcModeOlderClient [2019-09-27T16:12:48.984Z] === PAUSE TestIpcModeOlderClient [2019-09-27T16:12:48.984Z] === RUN TestKillContainerInvalidSignal [2019-09-27T16:12:49.915Z] --- PASS: TestKillContainerInvalidSignal (0.90s) [2019-09-27T16:12:49.915Z] === RUN TestKillContainer [2019-09-27T16:12:49.915Z] === RUN TestKillContainer/no_signal [2019-09-27T16:12:50.846Z] === RUN TestKillContainer/non_killing_signal [2019-09-27T16:12:51.410Z] === RUN TestKillContainer/killing_signal [2019-09-27T16:12:51.668Z] PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE 4.009s [2019-09-27T16:12:52.231Z] --- PASS: TestKillContainer (2.56s) [2019-09-27T16:12:52.231Z] --- PASS: TestKillContainer/no_signal (0.91s) [2019-09-27T16:12:52.231Z] --- PASS: TestKillContainer/non_killing_signal (0.67s) [2019-09-27T16:12:52.231Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2019-09-27T16:12:52.231Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-27T16:12:52.231Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-27T16:12:52.488Z] PASS: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF 0.872s [2019-09-27T16:12:53.421Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-27T16:12:54.365Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.85s) [2019-09-27T16:12:54.365Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.90s) [2019-09-27T16:12:54.365Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.71s) [2019-09-27T16:12:54.365Z] === RUN TestKillStoppedContainer [2019-09-27T16:12:54.365Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-09-27T16:12:54.365Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-27T16:12:54.365Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2019-09-27T16:12:54.365Z] === RUN TestKillDifferentUserContainer [2019-09-27T16:12:54.418Z] PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard 26.312s [2019-09-27T16:12:54.418Z] PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache 0.713s [2019-09-27T16:12:54.418Z] SKIP: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName (unmatched requirement DaemonIsLinux) [2019-09-27T16:12:55.298Z] --- PASS: TestKillDifferentUserContainer (0.89s) [2019-09-27T16:12:55.298Z] === RUN TestInspectOomKilledTrue [2019-09-27T16:12:55.298Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-27T16:12:55.298Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:12:55.298Z] === RUN TestInspectOomKilledFalse [2019-09-27T16:12:55.298Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-27T16:12:55.298Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:12:55.298Z] === RUN TestLinksEtcHostsContentMatch [2019-09-27T16:12:55.862Z] --- PASS: TestLinksEtcHostsContentMatch (0.63s) [2019-09-27T16:12:55.862Z] === RUN TestLinksContainerNames [2019-09-27T16:12:57.757Z] --- PASS: TestLinksContainerNames (1.60s) [2019-09-27T16:12:57.757Z] === RUN TestLogsFollowTailEmpty [2019-09-27T16:12:58.015Z] PASS: docker_api_swarm_test.go:796: DockerSwarmSuite.TestAPISwarmRestartCluster 29.721s [2019-09-27T16:12:58.015Z] PASS: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG 5.468s [2019-09-27T16:12:58.272Z] --- PASS: TestLogsFollowTailEmpty (0.86s) [2019-09-27T16:12:58.272Z] === RUN TestContainerNetworkMountsNoChown [2019-09-27T16:12:59.643Z] --- PASS: TestContainerNetworkMountsNoChown (1.03s) [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/default [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/default [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/private [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/private [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rprivate [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/slave [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/slave [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rslave [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/shared [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/shared [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rshared [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/default [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/rshared [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/shared [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/rslave [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/slave [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/rprivate [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/private [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-27T16:12:59.643Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-27T16:12:59.643Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-27T16:12:59.643Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-27T16:12:59.900Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-27T16:12:59.900Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-27T16:12:59.900Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T16:12:59.900Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-27T16:12:59.900Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-27T16:12:59.900Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-27T16:12:59.900Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-27T16:12:59.900Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-27T16:12:59.900Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-27T16:12:59.900Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T16:12:59.900Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-27T16:13:00.157Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T16:13:00.157Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-27T16:13:00.157Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-27T16:13:00.157Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot (0.02s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-09-27T16:13:00.157Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-09-27T16:13:00.157Z] === RUN TestContainerBindMountNonRecursive [2019-09-27T16:13:02.052Z] PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH 4.017s [2019-09-27T16:13:02.616Z] --- PASS: TestContainerBindMountNonRecursive (2.39s) [2019-09-27T16:13:02.616Z] === RUN TestNetworkNat [2019-09-27T16:13:02.874Z] PASS: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI 0.840s [2019-09-27T16:13:03.438Z] --- PASS: TestNetworkNat (0.80s) [2019-09-27T16:13:03.438Z] === RUN TestNetworkLocalhostTCPNat [2019-09-27T16:13:04.371Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s) [2019-09-27T16:13:04.371Z] === RUN TestNetworkLoopbackNat [2019-09-27T16:13:05.303Z] --- PASS: TestNetworkLoopbackNat (1.02s) [2019-09-27T16:13:05.303Z] === RUN TestPause [2019-09-27T16:13:06.234Z] --- PASS: TestPause (0.88s) [2019-09-27T16:13:06.234Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-27T16:13:06.234Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-27T16:13:06.234Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-27T16:13:06.234Z] === RUN TestPauseStopPausedContainer [2019-09-27T16:13:06.799Z] --- PASS: TestPauseStopPausedContainer (0.86s) [2019-09-27T16:13:06.799Z] === RUN TestPsFilter [2019-09-27T16:13:07.056Z] --- PASS: TestPsFilter (0.20s) [2019-09-27T16:13:07.056Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-27T16:13:07.986Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s) [2019-09-27T16:13:07.986Z] === RUN TestRemoveContainerWithVolume [2019-09-27T16:13:08.243Z] PASS: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ 5.223s [2019-09-27T16:13:08.806Z] --- PASS: TestRemoveContainerWithVolume (0.94s) [2019-09-27T16:13:08.806Z] === RUN TestRemoveContainerRunning [2019-09-27T16:13:09.370Z] PASS: docker_cli_cp_to_container_unix_test.go:17: DockerSuite.TestCpToContainerWithPermissions 1.134s [2019-09-27T16:13:09.933Z] --- PASS: TestRemoveContainerRunning (0.89s) [2019-09-27T16:13:09.933Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-27T16:13:10.496Z] PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot 0.984s [2019-09-27T16:13:10.753Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s) [2019-09-27T16:13:10.754Z] === RUN TestRemoveInvalidContainer [2019-09-27T16:13:10.754Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-09-27T16:13:10.754Z] === RUN TestRenameLinkedContainer [2019-09-27T16:13:12.123Z] PASS: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs 1.669s [2019-09-27T16:13:12.769Z] #33 123.4 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-27T16:13:12.769Z] #33 125.2 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-27T16:13:12.769Z] #33 126.4 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-27T16:13:12.769Z] #33 128.2 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-27T16:13:12.769Z] #33 129.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-27T16:13:12.769Z] #33 130.5 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-27T16:13:12.769Z] #33 131.7 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-27T16:13:12.769Z] #33 132.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-27T16:13:12.769Z] #33 133.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-27T16:13:12.769Z] #33 134.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-27T16:13:12.769Z] #33 135.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-27T16:13:12.769Z] #33 137.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-27T16:13:13.694Z] #33 138.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-27T16:13:14.017Z] PASS: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume 1.966s [2019-09-27T16:13:14.274Z] --- PASS: TestRenameLinkedContainer (3.72s) [2019-09-27T16:13:14.274Z] === RUN TestRenameStoppedContainer [2019-09-27T16:13:14.838Z] PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout 0.855s [2019-09-27T16:13:15.094Z] --- PASS: TestRenameStoppedContainer (0.71s) [2019-09-27T16:13:15.094Z] === RUN TestRenameRunningContainerAndReuse [2019-09-27T16:13:15.598Z] #33 140.1 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-27T16:13:16.557Z] #33 141.3 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-27T16:13:16.989Z] --- PASS: TestRenameRunningContainerAndReuse (1.73s) [2019-09-27T16:13:16.989Z] === RUN TestRenameInvalidName [2019-09-27T16:13:17.919Z] --- PASS: TestRenameInvalidName (0.89s) [2019-09-27T16:13:17.919Z] === RUN TestRenameAnonymousContainer [2019-09-27T16:13:18.481Z] #33 143.1 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-27T16:13:18.487Z] PASS: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination 3.553s [2019-09-27T16:13:19.050Z] PASS: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory 0.439s [2019-09-27T16:13:19.082Z] #33 144.1 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-27T16:13:19.582Z] PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile 24.494s [2019-09-27T16:13:19.614Z] PASS: docker_api_swarm_test.go:473: DockerSwarmSuite.TestAPISwarmRestoreOnPendingJoin 21.496s [2019-09-27T16:13:20.042Z] PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin 1.136s [2019-09-27T16:13:20.443Z] #33 145.2 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-27T16:13:20.544Z] PASS: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser 1.573s [2019-09-27T16:13:21.581Z] PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict 0.058s [2019-09-27T16:13:21.804Z] #33 146.4 [2019-09-27T16:13:21.915Z] --- PASS: TestRenameAnonymousContainer (4.00s) [2019-09-27T16:13:21.915Z] === RUN TestRenameContainerWithSameName [2019-09-27T16:13:22.362Z] #33 DONE 147.3s [2019-09-27T16:13:22.362Z] [2019-09-27T16:13:22.362Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-09-27T16:13:22.480Z] --- PASS: TestRenameContainerWithSameName (0.89s) [2019-09-27T16:13:22.480Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-27T16:13:22.737Z] PASS: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath 2.263s [2019-09-27T16:13:22.994Z] PASS: docker_cli_create_test.go:336: DockerSuite.TestCreate64ByteHexID 0.111s [2019-09-27T16:13:22.994Z] PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs 0.080s [2019-09-27T16:13:23.925Z] PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID 0.716s [2019-09-27T16:13:24.327Z] #34 DONE 2.0s [2019-09-27T16:13:24.857Z] PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout 1.094s [2019-09-27T16:13:24.857Z] SKIP: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs (unmatched requirement Devicemapper) [2019-09-27T16:13:25.114Z] PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig 0.095s [2019-09-27T16:13:25.114Z] PASS: docker_api_swarm_test.go:518: DockerSwarmSuite.TestAPISwarmScaleNoRollingUpdate 4.252s [2019-09-27T16:13:25.114Z] --- PASS: TestRenameContainerWithLinkedContainer (2.45s) [2019-09-27T16:13:25.114Z] === RUN TestResize [2019-09-27T16:13:25.321Z] PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore 2.968s [2019-09-27T16:13:26.046Z] PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber 1.075s [2019-09-27T16:13:26.252Z] [2019-09-27T16:13:26.252Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-09-27T16:13:26.303Z] --- PASS: TestResize (1.28s) [2019-09-27T16:13:26.303Z] === RUN TestResizeWithInvalidSize [2019-09-27T16:13:26.561Z] PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage 0.428s [2019-09-27T16:13:26.561Z] PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels 0.083s [2019-09-27T16:13:26.819Z] PASS: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer 0.163s [2019-09-27T16:13:27.076Z] PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM 0.239s [2019-09-27T16:13:27.076Z] SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper) [2019-09-27T16:13:27.076Z] PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal 0.123s [2019-09-27T16:13:27.174Z] #35 DONE 1.4s [2019-09-27T16:13:27.174Z] [2019-09-27T16:13:27.174Z] #36 exporting to image [2019-09-27T16:13:27.174Z] #36 exporting layers [2019-09-27T16:13:27.333Z] --- PASS: TestResizeWithInvalidSize (1.06s) [2019-09-27T16:13:27.333Z] === RUN TestResizeWhenContainerNotStarted [2019-09-27T16:13:27.590Z] PASS: docker_cli_create_test.go:371: DockerSuite.TestCreateStopTimeout 0.287s [2019-09-27T16:13:28.523Z] --- PASS: TestResizeWhenContainerNotStarted (1.00s) [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T16:13:28.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T16:13:28.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T16:13:28.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T16:13:28.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T16:13:28.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T16:13:28.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T16:13:28.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T16:13:28.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:13:28.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:13:28.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:13:28.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:13:28.523Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:13:28.523Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:13:28.523Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T16:13:28.523Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T16:13:28.576Z] #36 exporting layers 1.4s done [2019-09-27T16:13:28.576Z] #36 writing image sha256:133d93bdf83e94a85998c1fafbfab82f9f38dac0685508407448adf812c0f542 [2019-09-27T16:13:28.576Z] #36 writing image sha256:133d93bdf83e94a85998c1fafbfab82f9f38dac0685508407448adf812c0f542 done [2019-09-27T16:13:28.576Z] #36 naming to docker.io/library/moby-e2e-test done [2019-09-27T16:13:28.576Z] #36 DONE 1.4s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-27T16:13:28.918Z] + echo Ensuring container killed. [2019-09-27T16:13:28.918Z] Ensuring container killed. [2019-09-27T16:13:28.918Z] + docker rm -vf docker-pr2 [2019-09-27T16:13:28.918Z] Error: No such container: docker-pr2 [2019-09-27T16:13:28.918Z] + true [Pipeline] sh [2019-09-27T16:13:29.276Z] + echo Chowning /workspace to jenkins user [2019-09-27T16:13:29.276Z] Chowning /workspace to jenkins user [2019-09-27T16:13:29.276Z] + id -u [2019-09-27T16:13:29.276Z] + id -g [2019-09-27T16:13:29.276Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-385:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-27T16:13:30.920Z] + bundleName=unit [2019-09-27T16:13:30.920Z] + echo Creating unit-bundles.tar.gz [2019-09-27T16:13:30.920Z] Creating unit-bundles.tar.gz [2019-09-27T16:13:30.920Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-09-27T16:13:30.920Z] bundles/junit-report.xml [2019-09-27T16:13:30.920Z] bundles/go-test-report.json [2019-09-27T16:13:30.920Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-09-27T16:13:30.929Z] Archiving artifacts [2019-09-27T16:13:31.050Z] PASS: docker_cli_create_test.go:344: DockerSuite.TestCreateUnsetEntrypoint 3.617s [2019-09-27T16:13:31.322Z] PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated 0.107s [2019-09-27T16:13:31.322Z] PASS: docker_cli_create_test.go:324: DockerSuite.TestCreateWithInvalidLogOpts 0.023s [2019-09-27T16:13:31.322Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:13:31.337Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-385/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-27T16:13:31.580Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:13:31.659Z] + make clean [2019-09-27T16:13:31.919Z] docker volume rm -f docker-dev-cache [2019-09-27T16:13:31.919Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-27T16:13:33.475Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:13:33.475Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:13:33.923Z] PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored 7.561s [2019-09-27T16:13:35.373Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T16:13:35.373Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T16:13:36.120Z] PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles 2.892s [2019-09-27T16:13:38.651Z] PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange 5.841s [2019-09-27T16:13:38.651Z] PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange 0.107s [2019-09-27T16:13:38.651Z] PASS: docker_api_containers_test.go:893: DockerSuite.TestCreateWithTooLowMemoryLimit 0.005s [2019-09-27T16:13:38.651Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T16:13:38.651Z] PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir 0.180s [2019-09-27T16:13:38.651Z] PASS: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds 0.084s [2019-09-27T16:13:38.651Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T16:13:38.651Z] PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig 0.087s [2019-09-27T16:13:39.583Z] PASS: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds 0.661s [2019-09-27T16:13:41.479Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T16:13:41.737Z] PASS: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom 1.891s [2019-09-27T16:13:41.993Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T16:13:42.924Z] PASS: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume 0.955s [2019-09-27T16:13:44.300Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-27T16:13:44.300Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.96s) [2019-09-27T16:13:44.300Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T16:13:44.300Z] daemon.go:325: [dc1c884e2a543] waiting for daemon to start [2019-09-27T16:13:44.300Z] daemon.go:325: [dc1c884e2a543] waiting for daemon to start [2019-09-27T16:13:44.300Z] daemon.go:353: [dc1c884e2a543] daemon started [2019-09-27T16:13:44.300Z] daemon.go:461: [dc1c884e2a543] Stopping daemon [2019-09-27T16:13:44.300Z] daemon.go:296: [dc1c884e2a543] exiting daemon [2019-09-27T16:13:44.300Z] daemon.go:448: [dc1c884e2a543] Daemon stopped [2019-09-27T16:13:44.300Z] daemon.go:325: [dc1c884e2a543] waiting for daemon to start [2019-09-27T16:13:44.300Z] daemon.go:325: [dc1c884e2a543] waiting for daemon to start [2019-09-27T16:13:44.300Z] daemon.go:353: [dc1c884e2a543] daemon started [2019-09-27T16:13:44.300Z] daemon.go:461: [dc1c884e2a543] Stopping daemon [2019-09-27T16:13:44.300Z] daemon.go:296: [dc1c884e2a543] exiting daemon [2019-09-27T16:13:44.300Z] daemon.go:448: [dc1c884e2a543] Daemon stopped [2019-09-27T16:13:44.300Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.10s) [2019-09-27T16:13:44.300Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T16:13:44.300Z] daemon.go:325: [d74a3eecfd17a] waiting for daemon to start [2019-09-27T16:13:44.300Z] daemon.go:325: [d74a3eecfd17a] waiting for daemon to start [2019-09-27T16:13:44.300Z] daemon.go:353: [d74a3eecfd17a] daemon started [2019-09-27T16:13:44.300Z] daemon.go:461: [d74a3eecfd17a] Stopping daemon [2019-09-27T16:13:44.300Z] daemon.go:296: [d74a3eecfd17a] exiting daemon [2019-09-27T16:13:44.300Z] daemon.go:448: [d74a3eecfd17a] Daemon stopped [2019-09-27T16:13:44.300Z] daemon.go:325: [d74a3eecfd17a] waiting for daemon to start [2019-09-27T16:13:44.300Z] daemon.go:325: [d74a3eecfd17a] waiting for daemon to start [2019-09-27T16:13:44.300Z] daemon.go:353: [d74a3eecfd17a] daemon started [2019-09-27T16:13:44.300Z] daemon.go:461: [d74a3eecfd17a] Stopping daemon [2019-09-27T16:13:44.300Z] daemon.go:296: [d74a3eecfd17a] exiting daemon [2019-09-27T16:13:44.300Z] daemon.go:448: [d74a3eecfd17a] Daemon stopped [2019-09-27T16:13:44.300Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.90s) [2019-09-27T16:13:44.300Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:13:44.300Z] daemon.go:325: [d9e9f984c757e] waiting for daemon to start [2019-09-27T16:13:44.300Z] daemon.go:325: [d9e9f984c757e] waiting for daemon to start [2019-09-27T16:13:44.300Z] daemon.go:353: [d9e9f984c757e] daemon started [2019-09-27T16:13:44.300Z] daemon.go:461: [d9e9f984c757e] Stopping daemon [2019-09-27T16:13:44.300Z] daemon.go:296: [d9e9f984c757e] exiting daemon [2019-09-27T16:13:44.300Z] daemon.go:448: [d9e9f984c757e] Daemon stopped [2019-09-27T16:13:44.300Z] daemon.go:325: [d9e9f984c757e] waiting for daemon to start [2019-09-27T16:13:44.300Z] daemon.go:325: [d9e9f984c757e] waiting for daemon to start [2019-09-27T16:13:44.300Z] daemon.go:353: [d9e9f984c757e] daemon started [2019-09-27T16:13:44.300Z] daemon.go:461: [d9e9f984c757e] Stopping daemon [2019-09-27T16:13:44.300Z] daemon.go:296: [d9e9f984c757e] exiting daemon [2019-09-27T16:13:44.300Z] daemon.go:448: [d9e9f984c757e] Daemon stopped [2019-09-27T16:13:44.301Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.11s) [2019-09-27T16:13:44.301Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d3cea438a9a6f] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d3cea438a9a6f] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d3cea438a9a6f] daemon started [2019-09-27T16:13:44.301Z] daemon.go:325: [d3cea438a9a6f] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:296: [d3cea438a9a6f] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d3cea438a9a6f] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d3cea438a9a6f] daemon started [2019-09-27T16:13:44.301Z] daemon.go:461: [d3cea438a9a6f] Stopping daemon [2019-09-27T16:13:44.301Z] daemon.go:296: [d3cea438a9a6f] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:448: [d3cea438a9a6f] Daemon stopped [2019-09-27T16:13:44.301Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.78s) [2019-09-27T16:13:44.301Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d09ef801f4381] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d09ef801f4381] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d09ef801f4381] daemon started [2019-09-27T16:13:44.301Z] daemon.go:461: [d09ef801f4381] Stopping daemon [2019-09-27T16:13:44.301Z] daemon.go:296: [d09ef801f4381] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:448: [d09ef801f4381] Daemon stopped [2019-09-27T16:13:44.301Z] daemon.go:325: [d09ef801f4381] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d09ef801f4381] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d09ef801f4381] daemon started [2019-09-27T16:13:44.301Z] daemon.go:461: [d09ef801f4381] Stopping daemon [2019-09-27T16:13:44.301Z] daemon.go:296: [d09ef801f4381] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:448: [d09ef801f4381] Daemon stopped [2019-09-27T16:13:44.301Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.73s) [2019-09-27T16:13:44.301Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d41424947bf64] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d41424947bf64] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d41424947bf64] daemon started [2019-09-27T16:13:44.301Z] daemon.go:296: [d41424947bf64] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d41424947bf64] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d41424947bf64] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d41424947bf64] daemon started [2019-09-27T16:13:44.301Z] daemon.go:461: [d41424947bf64] Stopping daemon [2019-09-27T16:13:44.301Z] daemon.go:296: [d41424947bf64] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:448: [d41424947bf64] Daemon stopped [2019-09-27T16:13:44.301Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.26s) [2019-09-27T16:13:44.301Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d038c780cc9dc] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d038c780cc9dc] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d038c780cc9dc] daemon started [2019-09-27T16:13:44.301Z] daemon.go:296: [d038c780cc9dc] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d038c780cc9dc] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d038c780cc9dc] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d038c780cc9dc] daemon started [2019-09-27T16:13:44.301Z] daemon.go:461: [d038c780cc9dc] Stopping daemon [2019-09-27T16:13:44.301Z] daemon.go:296: [d038c780cc9dc] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:448: [d038c780cc9dc] Daemon stopped [2019-09-27T16:13:44.301Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.29s) [2019-09-27T16:13:44.301Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d08cb5b58859e] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d08cb5b58859e] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d08cb5b58859e] daemon started [2019-09-27T16:13:44.301Z] daemon.go:461: [d08cb5b58859e] Stopping daemon [2019-09-27T16:13:44.301Z] daemon.go:296: [d08cb5b58859e] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:448: [d08cb5b58859e] Daemon stopped [2019-09-27T16:13:44.301Z] daemon.go:325: [d08cb5b58859e] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d08cb5b58859e] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d08cb5b58859e] daemon started [2019-09-27T16:13:44.301Z] daemon.go:461: [d08cb5b58859e] Stopping daemon [2019-09-27T16:13:44.301Z] daemon.go:296: [d08cb5b58859e] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:448: [d08cb5b58859e] Daemon stopped [2019-09-27T16:13:44.301Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.88s) [2019-09-27T16:13:44.301Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d14fbd61e5137] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d14fbd61e5137] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d14fbd61e5137] daemon started [2019-09-27T16:13:44.301Z] daemon.go:461: [d14fbd61e5137] Stopping daemon [2019-09-27T16:13:44.301Z] daemon.go:296: [d14fbd61e5137] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:448: [d14fbd61e5137] Daemon stopped [2019-09-27T16:13:44.301Z] daemon.go:325: [d14fbd61e5137] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d14fbd61e5137] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d14fbd61e5137] daemon started [2019-09-27T16:13:44.301Z] daemon.go:461: [d14fbd61e5137] Stopping daemon [2019-09-27T16:13:44.301Z] daemon.go:296: [d14fbd61e5137] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:448: [d14fbd61e5137] Daemon stopped [2019-09-27T16:13:44.301Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.34s) [2019-09-27T16:13:44.301Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d87df8870c62a] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d87df8870c62a] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d87df8870c62a] daemon started [2019-09-27T16:13:44.301Z] daemon.go:325: [d87df8870c62a] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:296: [d87df8870c62a] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d87df8870c62a] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d87df8870c62a] daemon started [2019-09-27T16:13:44.301Z] daemon.go:461: [d87df8870c62a] Stopping daemon [2019-09-27T16:13:44.301Z] daemon.go:296: [d87df8870c62a] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:448: [d87df8870c62a] Daemon stopped [2019-09-27T16:13:44.301Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.88s) [2019-09-27T16:13:44.301Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [dfd1a8f3054bd] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [dfd1a8f3054bd] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [dfd1a8f3054bd] daemon started [2019-09-27T16:13:44.301Z] daemon.go:325: [dfd1a8f3054bd] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:296: [dfd1a8f3054bd] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [dfd1a8f3054bd] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [dfd1a8f3054bd] daemon started [2019-09-27T16:13:44.301Z] daemon.go:461: [dfd1a8f3054bd] Stopping daemon [2019-09-27T16:13:44.301Z] daemon.go:296: [dfd1a8f3054bd] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:448: [dfd1a8f3054bd] Daemon stopped [2019-09-27T16:13:44.301Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.30s) [2019-09-27T16:13:44.301Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d308b74d492f0] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:325: [d308b74d492f0] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d308b74d492f0] daemon started [2019-09-27T16:13:44.301Z] daemon.go:325: [d308b74d492f0] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:296: [d308b74d492f0] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:325: [d308b74d492f0] waiting for daemon to start [2019-09-27T16:13:44.301Z] daemon.go:353: [d308b74d492f0] daemon started [2019-09-27T16:13:44.301Z] daemon.go:461: [d308b74d492f0] Stopping daemon [2019-09-27T16:13:44.301Z] daemon.go:296: [d308b74d492f0] exiting daemon [2019-09-27T16:13:44.301Z] daemon.go:448: [d308b74d492f0] Daemon stopped [2019-09-27T16:13:44.301Z] === RUN TestKernelTCPMemory [2019-09-27T16:13:44.864Z] PASS: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig 1.338s [2019-09-27T16:13:45.428Z] --- PASS: TestKernelTCPMemory (1.01s) [2019-09-27T16:13:45.428Z] === RUN TestNISDomainname [2019-09-27T16:13:46.361Z] --- PASS: TestNISDomainname (1.18s) [2019-09-27T16:13:46.361Z] === RUN TestStats [2019-09-27T16:13:46.618Z] PASS: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked 1.872s [2019-09-27T16:13:47.547Z] PASS: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig 0.623s [2019-09-27T16:13:48.110Z] PASS: docker_api_swarm_service_test.go:403: DockerSwarmSuite.TestAPISwarmServiceConstraintLabel 11.916s [2019-09-27T16:13:48.367Z] PASS: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS 0.629s [2019-09-27T16:13:48.367Z] PASS: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit 0.084s [2019-09-27T16:13:49.299Z] --- PASS: TestStats (2.64s) [2019-09-27T16:13:49.299Z] === RUN TestStopContainerWithTimeout [2019-09-27T16:13:49.299Z] === RUN TestStopContainerWithTimeout/0 [2019-09-27T16:13:49.299Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-27T16:13:49.299Z] === RUN TestStopContainerWithTimeout/1 [2019-09-27T16:13:49.299Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-27T16:13:49.299Z] === RUN TestStopContainerWithTimeout/3 [2019-09-27T16:13:49.299Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-27T16:13:49.299Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-27T16:13:49.299Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-27T16:13:49.299Z] === CONT TestStopContainerWithTimeout/0 [2019-09-27T16:13:49.299Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-27T16:13:49.299Z] PASS: docker_cli_run_test.go:2999: DockerSuite.TestDevicePermissions 0.892s [2019-09-27T16:13:49.299Z] PASS: docker_cli_run_test.go:3710: DockerSuite.TestDockerFails 0.012s [2019-09-27T16:13:49.299Z] PASS: docker_cli_network_unix_test.go:450: DockerSuite.TestDockerInspectMultipleNetwork 0.011s [2019-09-27T16:13:49.299Z] PASS: docker_cli_network_unix_test.go:460: DockerSuite.TestDockerInspectMultipleNetworksIncludingNonexistent 0.027s [2019-09-27T16:13:50.231Z] === CONT TestStopContainerWithTimeout/3 [2019-09-27T16:13:51.167Z] PASS: docker_cli_network_unix_test.go:499: DockerSuite.TestDockerInspectNetworkWithContainerName 1.901s [2019-09-27T16:13:52.537Z] PASS: docker_cli_network_unix_test.go:1621: DockerSuite.TestDockerNetworkConnectFailsNoInspectChange 1.046s [2019-09-27T16:13:52.537Z] === CONT TestStopContainerWithTimeout/1 [2019-09-27T16:13:54.433Z] PASS: docker_cli_network_unix_test.go:404: DockerSuite.TestDockerNetworkDeleteMultiple 1.488s [2019-09-27T16:13:54.433Z] PASS: docker_cli_network_unix_test.go:399: DockerSuite.TestDockerNetworkDeleteNotExists 0.039s [2019-09-27T16:13:54.433Z] PASS: docker_cli_network_unix_test.go:428: DockerSuite.TestDockerNetworkInspect 0.067s [2019-09-27T16:13:54.691Z] PASS: docker_cli_network_unix_test.go:439: DockerSuite.TestDockerNetworkInspectWithID 0.195s [2019-09-27T16:13:54.691Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-09-27T16:13:54.691Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2019-09-27T16:13:54.691Z] --- PASS: TestStopContainerWithTimeout/-1 (3.27s) [2019-09-27T16:13:54.691Z] --- PASS: TestStopContainerWithTimeout/3 (3.19s) [2019-09-27T16:13:54.691Z] --- PASS: TestStopContainerWithTimeout/1 (2.34s) [2019-09-27T16:13:54.691Z] === RUN TestDeleteDevicemapper [2019-09-27T16:13:54.691Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-27T16:13:54.691Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-27T16:13:54.691Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-27T16:13:57.967Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.81s) [2019-09-27T16:13:57.967Z] === RUN TestUpdateMemory [2019-09-27T16:13:57.967Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-27T16:13:57.967Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:13:57.967Z] === RUN TestUpdateCPUQuota [2019-09-27T16:13:59.336Z] --- PASS: TestUpdateCPUQuota (1.52s) [2019-09-27T16:13:59.336Z] === RUN TestUpdatePidsLimit [2019-09-27T16:13:59.336Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-27T16:13:59.336Z] === RUN TestUpdatePidsLimit/no_change [2019-09-27T16:13:59.900Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-27T16:14:00.157Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-27T16:14:00.721Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-27T16:14:00.978Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-27T16:14:01.541Z] PASS: docker_cli_network_unix_test.go:1636: DockerSuite.TestDockerNetworkInternalMode 6.197s [2019-09-27T16:14:01.541Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-27T16:14:03.437Z] --- PASS: TestUpdatePidsLimit (4.06s) [2019-09-27T16:14:03.437Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2019-09-27T16:14:03.437Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2019-09-27T16:14:03.437Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2019-09-27T16:14:03.437Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2019-09-27T16:14:03.437Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.46s) [2019-09-27T16:14:03.437Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.45s) [2019-09-27T16:14:03.437Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.42s) [2019-09-27T16:14:03.437Z] === RUN TestUpdateRestartPolicy [2019-09-27T16:14:04.367Z] PASS: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom 2.962s [2019-09-27T16:14:06.262Z] PASS: docker_api_swarm_service_test.go:351: DockerSwarmSuite.TestAPISwarmServiceConstraintRole 7.073s [2019-09-27T16:14:07.634Z] PASS: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind 3.054s [2019-09-27T16:14:10.167Z] PASS: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts 2.430s [2019-09-27T16:14:11.542Z] PASS: docker_cli_network_unix_test.go:1613: DockerSuite.TestEmbeddedDNSInvalidInput 1.632s [2019-09-27T16:14:12.475Z] PASS: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach 0.905s [2019-09-27T16:14:13.843Z] PASS: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit 1.029s [2019-09-27T16:14:14.407Z] PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents 0.870s [2019-09-27T16:14:15.336Z] PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort 0.899s [2019-09-27T16:14:16.266Z] PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch 0.859s [2019-09-27T16:14:16.523Z] --- PASS: TestUpdateRestartPolicy (13.37s) [2019-09-27T16:14:16.523Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-27T16:14:17.455Z] --- PASS: TestUpdateRestartWithAutoRemove (1.03s) [2019-09-27T16:14:17.455Z] === RUN TestWaitNonBlocked [2019-09-27T16:14:17.455Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T16:14:17.455Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T16:14:17.455Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T16:14:17.455Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T16:14:17.455Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T16:14:17.455Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T16:14:18.387Z] PASS: docker_cli_events_unix_test.go:142: DockerSuite.TestEventsContainerFilterBeforeCreate 1.626s [2019-09-27T16:14:18.644Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-09-27T16:14:18.644Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.84s) [2019-09-27T16:14:18.644Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.03s) [2019-09-27T16:14:18.644Z] === RUN TestWaitBlocked [2019-09-27T16:14:18.644Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T16:14:18.644Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T16:14:18.644Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T16:14:18.644Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T16:14:18.644Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T16:14:18.644Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T16:14:20.015Z] --- PASS: TestWaitBlocked (0.02s) [2019-09-27T16:14:20.015Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.08s) [2019-09-27T16:14:20.015Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.19s) [2019-09-27T16:14:20.015Z] === CONT TestContainerStartOnDaemonRestart [2019-09-27T16:14:20.015Z] === CONT TestIpcModeOlderClient [2019-09-27T16:14:20.015Z] --- PASS: TestIpcModeOlderClient (0.15s) [2019-09-27T16:14:20.015Z] === CONT TestDaemonRestartIpcMode [2019-09-27T16:14:20.272Z] PASS: docker_cli_events_unix_test.go:128: DockerSuite.TestEventsContainerFilterByName 1.519s [2019-09-27T16:14:22.802Z] PASS: docker_api_swarm_service_test.go:498: DockerSwarmSuite.TestAPISwarmServicePlacementPrefs 4.792s [2019-09-27T16:14:23.366Z] --- PASS: TestContainerStartOnDaemonRestart (3.60s) [2019-09-27T16:14:23.366Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-27T16:14:23.366Z] daemon.go:325: [daf75152240c8] waiting for daemon to start [2019-09-27T16:14:23.366Z] daemon.go:325: [daf75152240c8] waiting for daemon to start [2019-09-27T16:14:23.366Z] daemon.go:353: [daf75152240c8] daemon started [2019-09-27T16:14:23.366Z] daemon.go:325: [daf75152240c8] waiting for daemon to start [2019-09-27T16:14:23.366Z] daemon.go:296: [daf75152240c8] exiting daemon [2019-09-27T16:14:23.366Z] daemon.go:325: [daf75152240c8] waiting for daemon to start [2019-09-27T16:14:23.366Z] daemon.go:353: [daf75152240c8] daemon started [2019-09-27T16:14:23.367Z] daemon.go:461: [daf75152240c8] Stopping daemon [2019-09-27T16:14:23.367Z] daemon.go:296: [daf75152240c8] exiting daemon [2019-09-27T16:14:23.367Z] daemon.go:448: [daf75152240c8] Daemon stopped [2019-09-27T16:14:24.298Z] --- PASS: TestDaemonRestartIpcMode (4.26s) [2019-09-27T16:14:24.298Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-27T16:14:24.298Z] daemon.go:325: [dccbb374fd1c5] waiting for daemon to start [2019-09-27T16:14:24.298Z] daemon.go:325: [dccbb374fd1c5] waiting for daemon to start [2019-09-27T16:14:24.298Z] daemon.go:353: [dccbb374fd1c5] daemon started [2019-09-27T16:14:24.298Z] daemon.go:461: [dccbb374fd1c5] Stopping daemon [2019-09-27T16:14:24.298Z] daemon.go:296: [dccbb374fd1c5] exiting daemon [2019-09-27T16:14:24.298Z] daemon.go:448: [dccbb374fd1c5] Daemon stopped [2019-09-27T16:14:24.298Z] daemon.go:325: [dccbb374fd1c5] waiting for daemon to start [2019-09-27T16:14:24.298Z] daemon.go:325: [dccbb374fd1c5] waiting for daemon to start [2019-09-27T16:14:24.298Z] daemon.go:353: [dccbb374fd1c5] daemon started [2019-09-27T16:14:24.298Z] daemon.go:461: [dccbb374fd1c5] Stopping daemon [2019-09-27T16:14:24.298Z] daemon.go:296: [dccbb374fd1c5] exiting daemon [2019-09-27T16:14:24.298Z] daemon.go:448: [dccbb374fd1c5] Daemon stopped [2019-09-27T16:14:24.298Z] PASS [2019-09-27T16:14:24.298Z] [2019-09-27T16:14:24.298Z] === Skipped [2019-09-27T16:14:24.298Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-09-27T16:14:24.298Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T16:14:24.298Z] [2019-09-27T16:14:24.298Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-09-27T16:14:24.298Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:14:24.298Z] [2019-09-27T16:14:24.298Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-27T16:14:24.298Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:14:24.298Z] [2019-09-27T16:14:24.298Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-27T16:14:24.298Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-27T16:14:24.298Z] [2019-09-27T16:14:24.298Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-09-27T16:14:24.298Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-27T16:14:24.298Z] [2019-09-27T16:14:24.298Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-09-27T16:14:24.298Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-27T16:14:24.298Z] [2019-09-27T16:14:24.298Z] [2019-09-27T16:14:24.298Z] DONE 188 tests, 6 skipped in 131.977s [2019-09-27T16:14:24.298Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-09-27T16:14:24.298Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:14:24.298Z] ++ set -e [2019-09-27T16:14:24.298Z] ++ '[' -n 0 ']' [2019-09-27T16:14:24.298Z] ++ set -x [2019-09-27T16:14:24.298Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:14:24.298Z] PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart 3.976s [2019-09-27T16:14:24.298Z] INFO: Testing against a local daemon [2019-09-27T16:14:24.298Z] === RUN TestCommitInheritsEnv [2019-09-27T16:14:24.864Z] --- PASS: TestCommitInheritsEnv (0.64s) [2019-09-27T16:14:24.864Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-27T16:14:24.864Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-27T16:14:24.864Z] === RUN TestImagesFilterMultiReference [2019-09-27T16:14:25.121Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2019-09-27T16:14:25.122Z] === RUN TestImagePullPlatformInvalid [2019-09-27T16:14:25.122Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2019-09-27T16:14:25.122Z] === RUN TestRemoveImageOrphaning [2019-09-27T16:14:25.687Z] --- PASS: TestRemoveImageOrphaning (0.61s) [2019-09-27T16:14:25.687Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-27T16:14:25.687Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2019-09-27T16:14:25.687Z] === RUN TestTagInvalidReference [2019-09-27T16:14:25.944Z] --- PASS: TestTagInvalidReference (0.04s) [2019-09-27T16:14:25.944Z] === RUN TestTagValidPrefixedRepo [2019-09-27T16:14:25.944Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2019-09-27T16:14:25.944Z] === RUN TestTagExistedNameWithoutForce [2019-09-27T16:14:25.944Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-27T16:14:25.944Z] === RUN TestTagOfficialNames [2019-09-27T16:14:25.944Z] --- PASS: TestTagOfficialNames (0.08s) [2019-09-27T16:14:25.944Z] === RUN TestTagMatchesDigest [2019-09-27T16:14:25.944Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-09-27T16:14:25.944Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-27T16:14:27.838Z] PASS: docker_cli_events_unix_test.go:222: DockerSuite.TestEventsContainerWithMultiNetwork 3.214s [2019-09-27T16:14:29.735Z] PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy 2.213s [2019-09-27T16:14:29.991Z] PASS: docker_api_swarm_service_test.go:63: DockerSwarmSuite.TestAPISwarmServicesCreate 7.251s [2019-09-27T16:14:32.514Z] PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer 2.649s [2019-09-27T16:14:33.886Z] PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction 1.068s [2019-09-27T16:14:34.450Z] PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels 0.605s [2019-09-27T16:14:36.993Z] PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName 2.050s [2019-09-27T16:14:37.250Z] PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels 0.352s [2019-09-27T16:14:37.507Z] PASS: docker_cli_events_unix_test.go:377: DockerSuite.TestEventsFilterNetworkID 0.133s [2019-09-27T16:14:38.071Z] PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType 0.604s [2019-09-27T16:14:38.329Z] PASS: docker_cli_events_unix_test.go:343: DockerSuite.TestEventsFilterVolumeAndNetworkType 0.158s [2019-09-27T16:14:38.329Z] PASS: docker_cli_events_unix_test.go:362: DockerSuite.TestEventsFilterVolumeID 0.092s [2019-09-27T16:14:40.853Z] PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters 2.306s [2019-09-27T16:14:42.748Z] PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat 2.044s [2019-09-27T16:14:42.748Z] PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField 0.018s [2019-09-27T16:14:42.748Z] PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc 0.018s [2019-09-27T16:14:44.118Z] PASS: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport 1.146s [2019-09-27T16:14:44.375Z] PASS: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad 0.313s [2019-09-27T16:14:44.632Z] PASS: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull 0.394s [2019-09-27T16:14:46.002Z] PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag 1.038s [2019-09-27T16:14:46.261Z] PASS: docker_cli_events_unix_test.go:304: DockerSuite.TestEventsImageUntagDelete 0.436s [2019-09-27T16:14:46.261Z] SKIP: docker_cli_events_unix_test.go:50: DockerSuite.TestEventsOOMDisableFalse (unmatched requirement swapMemorySupport) [2019-09-27T16:14:46.261Z] SKIP: docker_cli_events_unix_test.go:80: DockerSuite.TestEventsOOMDisableTrue (unmatched requirement swapMemorySupport) [2019-09-27T16:14:48.784Z] PASS: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps 2.439s [2019-09-27T16:14:49.715Z] PASS: docker_cli_events_unix_test.go:24: DockerSuite.TestEventsRedirectStdout 1.071s [2019-09-27T16:14:51.086Z] PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename 1.068s [2019-09-27T16:14:52.456Z] PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize 1.321s [2019-09-27T16:14:53.387Z] PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture 0.811s [2019-09-27T16:14:54.757Z] PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate 1.060s [2019-09-27T16:14:55.691Z] PASS: docker_cli_events_unix_test.go:250: DockerSuite.TestEventsStreaming 1.036s [2019-09-27T16:14:58.967Z] PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats 3.360s [2019-09-27T16:15:00.338Z] PASS: docker_cli_events_test.go:512: DockerSuite.TestEventsTop 1.148s [2019-09-27T16:15:02.228Z] PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore 74.490s [2019-09-27T16:15:02.228Z] PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths 6.055s [2019-09-27T16:15:02.228Z] SKIP: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment (unmatched requirement DaemonIsLinux) [2019-09-27T16:15:02.257Z] PASS: docker_api_swarm_service_test.go:124: DockerSwarmSuite.TestAPISwarmServicesCreateGlobal 9.987s [2019-09-27T16:15:02.820Z] PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag 2.603s [2019-09-27T16:15:05.342Z] PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast 1.972s [2019-09-27T16:15:05.907Z] PASS: docker_api_swarm_service_test.go:55: DockerSwarmSuite.TestAPISwarmServicesEmptyList 1.759s [2019-09-27T16:15:06.164Z] PASS: docker_cli_exec_test.go:25: DockerSuite.TestExec 0.853s [2019-09-27T16:15:07.535Z] PASS: docker_api_exec_test.go:61: DockerSuite.TestExecAPICreateContainerPaused 0.984s [2019-09-27T16:15:08.908Z] PASS: docker_api_exec_test.go:24: DockerSuite.TestExecAPICreateNoCmd 0.988s [2019-09-27T16:15:10.280Z] PASS: docker_api_exec_test.go:40: DockerSuite.TestExecAPICreateNoValidContentType 0.912s [2019-09-27T16:15:13.556Z] PASS: docker_api_exec_test.go:80: DockerSuite.TestExecAPIStart 2.763s [2019-09-27T16:15:14.927Z] PASS: docker_api_exec_test.go:117: DockerSuite.TestExecAPIStartBackwardsCompatible 0.963s [2019-09-27T16:15:15.862Z] PASS: docker_api_exec_test.go:107: DockerSuite.TestExecAPIStartEnsureHeaders 0.903s [2019-09-27T16:15:17.234Z] PASS: docker_api_exec_test.go:189: DockerSuite.TestExecAPIStartInvalidCommand 0.925s [2019-09-27T16:15:18.606Z] PASS: docker_api_exec_test.go:132: DockerSuite.TestExecAPIStartMultipleTimesError 1.012s [2019-09-27T16:15:20.502Z] PASS: docker_api_exec_test.go:173: DockerSuite.TestExecAPIStartValidCommand 1.283s [2019-09-27T16:15:21.872Z] PASS: docker_api_exec_test.go:142: DockerSuite.TestExecAPIStartWithDetach 0.982s [2019-09-27T16:15:24.394Z] PASS: docker_cli_exec_test.go:70: DockerSuite.TestExecAfterContainerRestart 1.935s [2019-09-27T16:15:26.288Z] PASS: docker_cli_exec_test.go:247: DockerSuite.TestExecCgroup 1.908s [2019-09-27T16:15:27.657Z] PASS: docker_cli_exec_test.go:99: DockerSuite.TestExecEnv 1.026s [2019-09-27T16:15:30.182Z] PASS: docker_cli_exec_test.go:524: DockerSuite.TestExecEnvLinksHost 1.718s [2019-09-27T16:15:31.112Z] PASS: docker_cli_exec_test.go:125: DockerSuite.TestExecExitStatus 0.912s [2019-09-27T16:15:32.483Z] PASS: docker_api_swarm_service_test.go:311: DockerSwarmSuite.TestAPISwarmServicesFailedUpdate 14.636s [2019-09-27T16:15:35.007Z] PASS: docker_cli_exec_test.go:300: DockerSuite.TestExecInspectID 3.532s [2019-09-27T16:15:36.376Z] PASS: docker_cli_exec_test.go:34: DockerSuite.TestExecInteractive 1.128s [2019-09-27T16:15:37.746Z] PASS: docker_cli_exec_unix_test.go:18: DockerSuite.TestExecInteractiveStdinClose 0.976s [2019-09-27T16:15:39.641Z] PASS: docker_cli_exec_test.go:480: DockerSuite.TestExecOnReadonlyContainer 1.307s [2019-09-27T16:15:41.012Z] PASS: docker_cli_exec_test.go:205: DockerSuite.TestExecParseError 1.202s [2019-09-27T16:15:42.908Z] PASS: docker_cli_exec_test.go:132: DockerSuite.TestExecPausedContainer 1.130s [2019-09-27T16:15:43.839Z] PASS: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt 0.873s [2019-09-27T16:15:48.015Z] PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart 2.743s [2019-09-27T16:15:48.578Z] PASS: docker_cli_exec_test.go:114: DockerSuite.TestExecSetEnv 0.909s [2019-09-27T16:15:49.949Z] PASS: docker_cli_exec_test.go:500: DockerSuite.TestExecStartFails 0.953s [2019-09-27T16:16:02.134Z] PASS: docker_api_exec_test.go:207: DockerSuite.TestExecStateCleanup 11.646s [2019-09-27T16:16:02.704Z] PASS: docker_cli_exec_test.go:219: DockerSuite.TestExecStopNotHanging 1.256s [2019-09-27T16:16:04.076Z] PASS: docker_cli_exec_unix_test.go:47: DockerSuite.TestExecTTY 0.949s [2019-09-27T16:16:05.447Z] PASS: docker_cli_exec_test.go:147: DockerSuite.TestExecTTYCloseStdin 1.061s [2019-09-27T16:16:06.379Z] PASS: docker_api_swarm_service_test.go:96: DockerSwarmSuite.TestAPISwarmServicesMultipleAgents 27.352s [2019-09-27T16:16:06.636Z] PASS: docker_cli_exec_test.go:168: DockerSuite.TestExecTTYWithoutStdin 0.848s [2019-09-27T16:16:08.008Z] PASS: docker_cli_exec_test.go:488: DockerSuite.TestExecUlimits 0.969s [2019-09-27T16:16:08.008Z] SKIP: docker_cli_exec_test.go:514: DockerSuite.TestExecWindowsPathNotWiped (unmatched requirement DaemonIsWindows) [2019-09-27T16:16:11.282Z] PASS: docker_cli_exec_test.go:467: DockerSuite.TestExecWithImageUser 2.919s [2019-09-27T16:16:13.179Z] PASS: docker_cli_exec_unix_test.go:89: DockerSuite.TestExecWithNoTERM 1.141s [2019-09-27T16:16:14.377Z] PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions 74.819s [2019-09-27T16:16:16.572Z] PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile 1.056s [2019-09-27T16:16:16.606Z] PASS: docker_cli_exec_test.go:437: DockerSuite.TestExecWithPrivileged 3.194s [2019-09-27T16:16:17.546Z] PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion 0.060s [2019-09-27T16:16:17.978Z] PASS: docker_cli_exec_unix_test.go:77: DockerSuite.TestExecWithTERM 1.044s [2019-09-27T16:16:19.873Z] PASS: docker_cli_exec_test.go:424: DockerSuite.TestExecWithUser 1.300s [2019-09-27T16:16:25.128Z] PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats 5.419s [2019-09-27T16:16:30.384Z] PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream 5.166s [2019-09-27T16:16:33.659Z] PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning 2.875s [2019-09-27T16:16:34.223Z] PASS: docker_api_swarm_service_test.go:540: DockerSwarmSuite.TestAPISwarmServicesStateReporting 13.848s [2019-09-27T16:16:38.407Z] PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream 5.115s [2019-09-27T16:16:40.305Z] PASS: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket 1.303s [2019-09-27T16:16:40.305Z] PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound 0.004s [2019-09-27T16:16:40.305Z] PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats 0.122s [2019-09-27T16:16:48.429Z] PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile 25.877s [2019-09-27T16:16:58.681Z] PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore 10.155s [2019-09-27T16:17:06.823Z] --- PASS: TestImportExtremelyLargeImageWorks (157.76s) [2019-09-27T16:17:06.823Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-27T16:17:06.823Z] daemon.go:325: [df29e98eafb85] waiting for daemon to start [2019-09-27T16:17:06.823Z] daemon.go:325: [df29e98eafb85] waiting for daemon to start [2019-09-27T16:17:06.823Z] daemon.go:353: [df29e98eafb85] daemon started [2019-09-27T16:17:06.823Z] daemon.go:461: [df29e98eafb85] Stopping daemon [2019-09-27T16:17:06.823Z] daemon.go:296: [df29e98eafb85] exiting daemon [2019-09-27T16:17:06.823Z] daemon.go:448: [df29e98eafb85] Daemon stopped [2019-09-27T16:17:06.823Z] PASS [2019-09-27T16:17:06.823Z] [2019-09-27T16:17:06.823Z] DONE 11 tests in 159.583s [2019-09-27T16:17:06.823Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-09-27T16:17:06.823Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:17:06.823Z] ++ set -e [2019-09-27T16:17:06.823Z] ++ '[' -n 0 ']' [2019-09-27T16:17:06.823Z] ++ set -x [2019-09-27T16:17:06.823Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:17:06.823Z] INFO: Testing against a local daemon [2019-09-27T16:17:06.823Z] === RUN TestNetworkCreateDelete [2019-09-27T16:17:06.823Z] PASS: docker_cli_health_test.go:39: DockerSuite.TestHealth 23.945s [2019-09-27T16:17:06.823Z] --- PASS: TestNetworkCreateDelete (0.14s) [2019-09-27T16:17:06.823Z] === RUN TestDockerNetworkDeletePreferID [2019-09-27T16:17:06.823Z] PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage 0.020s [2019-09-27T16:17:06.823Z] PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse 0.016s [2019-09-27T16:17:06.823Z] PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue 0.016s [2019-09-27T16:17:06.823Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2019-09-27T16:17:06.823Z] === RUN TestInspectNetwork [2019-09-27T16:17:06.823Z] PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment 1.061s [2019-09-27T16:17:06.823Z] PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage 0.012s [2019-09-27T16:17:06.823Z] PASS: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce 1.578s [2019-09-27T16:17:06.823Z] PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed 0.040s [2019-09-27T16:17:06.823Z] PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed 0.033s [2019-09-27T16:17:07.084Z] PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed 0.178s [2019-09-27T16:17:07.648Z] PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown 0.449s [2019-09-27T16:17:07.905Z] PASS: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown 0.324s [2019-09-27T16:17:08.469Z] PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown 0.595s [2019-09-27T16:17:08.469Z] PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest 0.012s [2019-09-27T16:17:09.882Z] PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch 1.073s [2019-09-27T16:17:09.882Z] PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort 0.045s [2019-09-27T16:17:10.445Z] === RUN TestInspectNetwork/full_network_id [2019-09-27T16:17:10.445Z] === RUN TestInspectNetwork/partial_network_id [2019-09-27T16:17:10.445Z] === RUN TestInspectNetwork/network_name [2019-09-27T16:17:10.445Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-27T16:17:10.445Z] PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore 0.878s [2019-09-27T16:17:11.815Z] PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase 0.993s [2019-09-27T16:17:11.815Z] PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat 0.044s [2019-09-27T16:17:12.746Z] PASS: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat 0.960s [2019-09-27T16:17:14.115Z] --- PASS: TestInspectNetwork (9.79s) [2019-09-27T16:17:14.115Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-27T16:17:14.115Z] daemon.go:325: [dad4c761927fc] waiting for daemon to start [2019-09-27T16:17:14.115Z] daemon.go:325: [dad4c761927fc] waiting for daemon to start [2019-09-27T16:17:14.115Z] daemon.go:353: [dad4c761927fc] daemon started [2019-09-27T16:17:14.115Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-27T16:17:14.115Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-27T16:17:14.115Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-27T16:17:14.115Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-27T16:17:14.115Z] daemon.go:461: [dad4c761927fc] Stopping daemon [2019-09-27T16:17:14.115Z] daemon.go:296: [dad4c761927fc] exiting daemon [2019-09-27T16:17:14.115Z] daemon.go:448: [dad4c761927fc] Daemon stopped [2019-09-27T16:17:14.115Z] === RUN TestRunContainerWithBridgeNone [2019-09-27T16:17:15.870Z] PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles 14.801s [2019-09-27T16:17:16.010Z] PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate 2.987s [2019-09-27T16:17:16.010Z] PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter 0.010s [2019-09-27T16:17:16.010Z] PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL 0.046s [2019-09-27T16:17:17.382Z] --- PASS: TestRunContainerWithBridgeNone (3.00s) [2019-09-27T16:17:17.382Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-27T16:17:17.382Z] daemon.go:325: [d7d7fc0f2642c] waiting for daemon to start [2019-09-27T16:17:17.382Z] daemon.go:325: [d7d7fc0f2642c] waiting for daemon to start [2019-09-27T16:17:17.382Z] daemon.go:353: [d7d7fc0f2642c] daemon started [2019-09-27T16:17:17.382Z] daemon.go:461: [d7d7fc0f2642c] Stopping daemon [2019-09-27T16:17:17.382Z] daemon.go:296: [d7d7fc0f2642c] exiting daemon [2019-09-27T16:17:17.382Z] daemon.go:448: [d7d7fc0f2642c] Daemon stopped [2019-09-27T16:17:17.382Z] === RUN TestNetworkInvalidJSON [2019-09-27T16:17:17.382Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-27T16:17:17.382Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-27T16:17:17.382Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T16:17:17.382Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T16:17:17.382Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T16:17:17.382Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T16:17:17.382Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-27T16:17:17.382Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T16:17:17.382Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T16:17:17.382Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-27T16:17:17.382Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-27T16:17:17.382Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-27T16:17:17.382Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-27T16:17:17.382Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-27T16:17:17.639Z] PASS: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay 1.954s [2019-09-27T16:17:17.896Z] PASS: docker_api_swarm_service_test.go:142: DockerSwarmSuite.TestAPISwarmServicesUpdate 31.608s [2019-09-27T16:17:18.152Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-09-27T16:17:18.152Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-27T16:17:18.152Z] daemon.go:325: [d324de8832af7] waiting for daemon to start [2019-09-27T16:17:18.152Z] daemon.go:325: [d324de8832af7] waiting for daemon to start [2019-09-27T16:17:18.152Z] daemon.go:353: [d324de8832af7] daemon started [2019-09-27T16:17:18.152Z] daemon.go:461: [d324de8832af7] Stopping daemon [2019-09-27T16:17:18.152Z] daemon.go:296: [d324de8832af7] exiting daemon [2019-09-27T16:17:18.152Z] daemon.go:448: [d324de8832af7] Daemon stopped [2019-09-27T16:17:18.152Z] daemon.go:325: [d324de8832af7] waiting for daemon to start [2019-09-27T16:17:18.152Z] daemon.go:325: [d324de8832af7] waiting for daemon to start [2019-09-27T16:17:18.152Z] daemon.go:353: [d324de8832af7] daemon started [2019-09-27T16:17:18.152Z] daemon.go:461: [d324de8832af7] Stopping daemon [2019-09-27T16:17:18.152Z] daemon.go:296: [d324de8832af7] exiting daemon [2019-09-27T16:17:18.152Z] daemon.go:448: [d324de8832af7] Daemon stopped [2019-09-27T16:17:18.152Z] === RUN TestDaemonDefaultNetworkPools [2019-09-27T16:17:19.083Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2019-09-27T16:17:19.083Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-27T16:17:19.083Z] daemon.go:325: [dafc67ed38784] waiting for daemon to start [2019-09-27T16:17:19.083Z] daemon.go:325: [dafc67ed38784] waiting for daemon to start [2019-09-27T16:17:19.083Z] daemon.go:353: [dafc67ed38784] daemon started [2019-09-27T16:17:19.083Z] daemon.go:461: [dafc67ed38784] Stopping daemon [2019-09-27T16:17:19.083Z] daemon.go:296: [dafc67ed38784] exiting daemon [2019-09-27T16:17:19.083Z] daemon.go:448: [dafc67ed38784] Daemon stopped [2019-09-27T16:17:19.083Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-27T16:17:20.015Z] PASS: docker_cli_import_test.go:48: DockerSuite.TestImportFile 2.164s [2019-09-27T16:17:20.015Z] PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile 0.039s [2019-09-27T16:17:20.272Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.30s) [2019-09-27T16:17:20.272Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-27T16:17:20.272Z] daemon.go:325: [de63a62edf499] waiting for daemon to start [2019-09-27T16:17:20.272Z] daemon.go:325: [de63a62edf499] waiting for daemon to start [2019-09-27T16:17:20.272Z] daemon.go:353: [de63a62edf499] daemon started [2019-09-27T16:17:20.272Z] daemon.go:461: [de63a62edf499] Stopping daemon [2019-09-27T16:17:20.272Z] daemon.go:296: [de63a62edf499] exiting daemon [2019-09-27T16:17:20.272Z] daemon.go:448: [de63a62edf499] Daemon stopped [2019-09-27T16:17:20.272Z] daemon.go:325: [de63a62edf499] waiting for daemon to start [2019-09-27T16:17:20.272Z] daemon.go:325: [de63a62edf499] waiting for daemon to start [2019-09-27T16:17:20.272Z] daemon.go:353: [de63a62edf499] daemon started [2019-09-27T16:17:20.272Z] daemon.go:461: [de63a62edf499] Stopping daemon [2019-09-27T16:17:20.272Z] daemon.go:296: [de63a62edf499] exiting daemon [2019-09-27T16:17:20.272Z] daemon.go:448: [de63a62edf499] Daemon stopped [2019-09-27T16:17:20.272Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-27T16:17:22.169Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.72s) [2019-09-27T16:17:22.169Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-27T16:17:22.169Z] daemon.go:325: [d80a037b6db90] waiting for daemon to start [2019-09-27T16:17:22.169Z] daemon.go:325: [d80a037b6db90] waiting for daemon to start [2019-09-27T16:17:22.169Z] daemon.go:353: [d80a037b6db90] daemon started [2019-09-27T16:17:22.169Z] daemon.go:461: [d80a037b6db90] Stopping daemon [2019-09-27T16:17:22.169Z] daemon.go:296: [d80a037b6db90] exiting daemon [2019-09-27T16:17:22.169Z] daemon.go:448: [d80a037b6db90] Daemon stopped [2019-09-27T16:17:22.169Z] daemon.go:325: [d80a037b6db90] waiting for daemon to start [2019-09-27T16:17:22.169Z] daemon.go:325: [d80a037b6db90] waiting for daemon to start [2019-09-27T16:17:22.169Z] daemon.go:353: [d80a037b6db90] daemon started [2019-09-27T16:17:22.169Z] daemon.go:461: [d80a037b6db90] Stopping daemon [2019-09-27T16:17:22.169Z] daemon.go:296: [d80a037b6db90] exiting daemon [2019-09-27T16:17:22.169Z] daemon.go:448: [d80a037b6db90] Daemon stopped [2019-09-27T16:17:22.169Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-27T16:17:22.732Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2019-09-27T16:17:22.732Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-27T16:17:22.732Z] daemon.go:325: [d8e67c9d8cbfd] waiting for daemon to start [2019-09-27T16:17:22.732Z] daemon.go:325: [d8e67c9d8cbfd] waiting for daemon to start [2019-09-27T16:17:22.732Z] daemon.go:353: [d8e67c9d8cbfd] daemon started [2019-09-27T16:17:22.732Z] daemon.go:461: [d8e67c9d8cbfd] Stopping daemon [2019-09-27T16:17:22.732Z] daemon.go:296: [d8e67c9d8cbfd] exiting daemon [2019-09-27T16:17:22.732Z] daemon.go:448: [d8e67c9d8cbfd] Daemon stopped [2019-09-27T16:17:22.732Z] === RUN TestServiceWithPredefinedNetwork [2019-09-27T16:17:22.732Z] PASS: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage 2.697s [2019-09-27T16:17:25.261Z] PASS: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped 2.470s [2019-09-27T16:17:25.518Z] --- PASS: TestServiceWithPredefinedNetwork (2.85s) [2019-09-27T16:17:25.518Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-27T16:17:25.518Z] daemon.go:325: [d819d32b8e79a] waiting for daemon to start [2019-09-27T16:17:25.518Z] daemon.go:325: [d819d32b8e79a] waiting for daemon to start [2019-09-27T16:17:25.518Z] daemon.go:353: [d819d32b8e79a] daemon started [2019-09-27T16:17:25.518Z] daemon.go:461: [d819d32b8e79a] Stopping daemon [2019-09-27T16:17:25.518Z] daemon.go:296: [d819d32b8e79a] exiting daemon [2019-09-27T16:17:25.518Z] daemon.go:448: [d819d32b8e79a] Daemon stopped [2019-09-27T16:17:25.518Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-27T16:17:25.518Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T16:17:25.518Z] service_test.go:230: FLAKY_TEST [2019-09-27T16:17:25.518Z] === RUN TestServiceWithDataPathPortInit [2019-09-27T16:17:28.040Z] PASS: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges 2.320s [2019-09-27T16:17:28.040Z] PASS: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug 0.583s [2019-09-27T16:17:28.972Z] PASS: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName 0.631s [2019-09-27T16:17:29.229Z] PASS: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend 0.570s [2019-09-27T16:17:30.599Z] PASS: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise 1.003s [2019-09-27T16:17:31.529Z] PASS: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers 0.820s [2019-09-27T16:17:32.460Z] PASS: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers 0.815s [2019-09-27T16:17:33.829Z] PASS: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers 0.971s [2019-09-27T16:17:33.829Z] PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds 0.030s [2019-09-27T16:17:33.829Z] PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat 0.058s [2019-09-27T16:17:33.829Z] PASS: docker_cli_info_unix_test.go:10: DockerSuite.TestInfoSecurityOptions 0.034s [2019-09-27T16:17:34.393Z] PASS: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries 0.549s [2019-09-27T16:17:35.324Z] PASS: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120 0.754s [2019-09-27T16:17:36.696Z] PASS: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121 0.823s [2019-09-27T16:17:37.629Z] PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse 0.866s [2019-09-27T16:17:39.003Z] PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver 0.901s [2019-09-27T16:17:40.085Z] --- PASS: TestImportExtremelyLargeImageWorks (322.04s) [2019-09-27T16:17:40.085Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-27T16:17:40.085Z] daemon.go:325: [d741f0feb891e] waiting for daemon to start [2019-09-27T16:17:40.085Z] daemon.go:325: [d741f0feb891e] waiting for daemon to start [2019-09-27T16:17:40.085Z] daemon.go:353: [d741f0feb891e] daemon started [2019-09-27T16:17:40.085Z] daemon.go:461: [d741f0feb891e] Stopping daemon [2019-09-27T16:17:40.085Z] daemon.go:296: [d741f0feb891e] exiting daemon [2019-09-27T16:17:40.085Z] daemon.go:448: [d741f0feb891e] Daemon stopped [2019-09-27T16:17:40.085Z] PASS [2019-09-27T16:17:40.085Z] [2019-09-27T16:17:40.085Z] DONE 11 tests in 323.459s [2019-09-27T16:17:40.085Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-09-27T16:17:40.085Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:17:40.085Z] ++ set -e [2019-09-27T16:17:40.085Z] ++ '[' -n 0 ']' [2019-09-27T16:17:40.085Z] ++ set -x [2019-09-27T16:17:40.086Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:17:40.086Z] INFO: Testing against a local daemon [2019-09-27T16:17:40.086Z] === RUN TestNetworkCreateDelete [2019-09-27T16:17:40.086Z] --- PASS: TestNetworkCreateDelete (0.22s) [2019-09-27T16:17:40.086Z] === RUN TestDockerNetworkDeletePreferID [2019-09-27T16:17:40.378Z] PASS: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy 0.899s [2019-09-27T16:17:40.706Z] --- PASS: TestDockerNetworkDeletePreferID (0.57s) [2019-09-27T16:17:40.706Z] === RUN TestInspectNetwork [2019-09-27T16:17:41.311Z] PASS: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121 0.829s [2019-09-27T16:17:41.311Z] PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse 0.017s [2019-09-27T16:17:43.210Z] PASS: docker_cli_network_unix_test.go:1034: DockerSuite.TestInspectAPIMultipleNetworks 1.206s [2019-09-27T16:17:43.774Z] PASS: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand 0.868s [2019-09-27T16:17:45.137Z] === RUN TestInspectNetwork/full_network_id [2019-09-27T16:17:45.137Z] === RUN TestInspectNetwork/partial_network_id [2019-09-27T16:17:45.137Z] === RUN TestInspectNetwork/network_name [2019-09-27T16:17:45.137Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-27T16:17:45.145Z] PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint 0.736s [2019-09-27T16:17:45.145Z] PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix 0.083s [2019-09-27T16:17:46.077Z] --- PASS: TestServiceWithDataPathPortInit (20.50s) [2019-09-27T16:17:46.077Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-27T16:17:46.077Z] daemon.go:325: [d843a7098512b] waiting for daemon to start [2019-09-27T16:17:46.077Z] daemon.go:325: [d843a7098512b] waiting for daemon to start [2019-09-27T16:17:46.077Z] daemon.go:353: [d843a7098512b] daemon started [2019-09-27T16:17:46.077Z] daemon.go:461: [d843a7098512b] Stopping daemon [2019-09-27T16:17:46.077Z] daemon.go:296: [d843a7098512b] exiting daemon [2019-09-27T16:17:46.077Z] daemon.go:448: [d843a7098512b] Daemon stopped [2019-09-27T16:17:46.077Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-27T16:17:46.077Z] daemon.go:325: [d1d0e1c3700d6] waiting for daemon to start [2019-09-27T16:17:46.077Z] daemon.go:325: [d1d0e1c3700d6] waiting for daemon to start [2019-09-27T16:17:46.077Z] daemon.go:353: [d1d0e1c3700d6] daemon started [2019-09-27T16:17:46.077Z] daemon.go:461: [d1d0e1c3700d6] Stopping daemon [2019-09-27T16:17:46.078Z] daemon.go:296: [d1d0e1c3700d6] exiting daemon [2019-09-27T16:17:46.078Z] daemon.go:448: [d1d0e1c3700d6] Daemon stopped [2019-09-27T16:17:46.078Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-27T16:17:46.336Z] PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt 1.247s [2019-09-27T16:17:46.336Z] SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement Devicemapper) [2019-09-27T16:17:47.708Z] PASS: docker_api_swarm_service_test.go:202: DockerSwarmSuite.TestAPISwarmServicesUpdateStartFirst 27.935s [2019-09-27T16:17:47.964Z] PASS: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom 1.211s [2019-09-27T16:17:48.805Z] PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile 30.211s [2019-09-27T16:17:48.905Z] PASS: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault 0.824s [2019-09-27T16:17:49.515Z] --- PASS: TestInspectNetwork (8.83s) [2019-09-27T16:17:49.515Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-27T16:17:49.515Z] daemon.go:325: [da1502d906de2] waiting for daemon to start [2019-09-27T16:17:49.515Z] daemon.go:325: [da1502d906de2] waiting for daemon to start [2019-09-27T16:17:49.515Z] daemon.go:353: [da1502d906de2] daemon started [2019-09-27T16:17:49.515Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-27T16:17:49.515Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-27T16:17:49.515Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-27T16:17:49.515Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-27T16:17:49.515Z] daemon.go:461: [da1502d906de2] Stopping daemon [2019-09-27T16:17:49.515Z] daemon.go:296: [da1502d906de2] exiting daemon [2019-09-27T16:17:49.515Z] daemon.go:448: [da1502d906de2] Daemon stopped [2019-09-27T16:17:49.515Z] === RUN TestRunContainerWithBridgeNone [2019-09-27T16:17:49.843Z] PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault 0.698s [2019-09-27T16:17:51.215Z] PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory 1.260s [2019-09-27T16:17:51.215Z] PASS: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage 0.040s [2019-09-27T16:17:51.474Z] PASS: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt 0.055s [2019-09-27T16:17:51.474Z] SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement Devicemapper) [2019-09-27T16:17:52.230Z] --- PASS: TestRunContainerWithBridgeNone (2.78s) [2019-09-27T16:17:52.230Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-27T16:17:52.230Z] daemon.go:325: [d2d04a509a139] waiting for daemon to start [2019-09-27T16:17:52.230Z] daemon.go:325: [d2d04a509a139] waiting for daemon to start [2019-09-27T16:17:52.230Z] daemon.go:353: [d2d04a509a139] daemon started [2019-09-27T16:17:52.230Z] daemon.go:461: [d2d04a509a139] Stopping daemon [2019-09-27T16:17:52.230Z] daemon.go:296: [d2d04a509a139] exiting daemon [2019-09-27T16:17:52.230Z] daemon.go:448: [d2d04a509a139] Daemon stopped [2019-09-27T16:17:52.230Z] === RUN TestNetworkInvalidJSON [2019-09-27T16:17:52.230Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-27T16:17:52.230Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-27T16:17:52.230Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T16:17:52.230Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T16:17:52.230Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T16:17:52.230Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T16:17:52.230Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-27T16:17:52.230Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T16:17:52.230Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T16:17:52.230Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2019-09-27T16:17:52.230Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-27T16:17:52.230Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-27T16:17:52.230Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-27T16:17:52.230Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-27T16:17:52.405Z] PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64 0.697s [2019-09-27T16:17:53.241Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2019-09-27T16:17:53.241Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-27T16:17:53.241Z] daemon.go:325: [d2291a63d052e] waiting for daemon to start [2019-09-27T16:17:53.241Z] daemon.go:325: [d2291a63d052e] waiting for daemon to start [2019-09-27T16:17:53.241Z] daemon.go:353: [d2291a63d052e] daemon started [2019-09-27T16:17:53.241Z] daemon.go:461: [d2291a63d052e] Stopping daemon [2019-09-27T16:17:53.241Z] daemon.go:296: [d2291a63d052e] exiting daemon [2019-09-27T16:17:53.241Z] daemon.go:448: [d2291a63d052e] Daemon stopped [2019-09-27T16:17:53.241Z] daemon.go:325: [d2291a63d052e] waiting for daemon to start [2019-09-27T16:17:53.241Z] daemon.go:325: [d2291a63d052e] waiting for daemon to start [2019-09-27T16:17:53.241Z] daemon.go:353: [d2291a63d052e] daemon started [2019-09-27T16:17:53.241Z] daemon.go:461: [d2291a63d052e] Stopping daemon [2019-09-27T16:17:53.241Z] daemon.go:296: [d2291a63d052e] exiting daemon [2019-09-27T16:17:53.241Z] daemon.go:448: [d2291a63d052e] Daemon stopped [2019-09-27T16:17:53.241Z] === RUN TestDaemonDefaultNetworkPools [2019-09-27T16:17:53.777Z] PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields 0.864s [2019-09-27T16:17:53.777Z] PASS: docker_api_swarm_test.go:861: DockerSwarmSuite.TestAPISwarmServicesUpdateWithName 4.626s [2019-09-27T16:17:53.777Z] PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType 0.295s [2019-09-27T16:17:54.253Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2019-09-27T16:17:54.253Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-27T16:17:54.253Z] daemon.go:325: [daa94ba9947b8] waiting for daemon to start [2019-09-27T16:17:54.253Z] daemon.go:325: [daa94ba9947b8] waiting for daemon to start [2019-09-27T16:17:54.253Z] daemon.go:353: [daa94ba9947b8] daemon started [2019-09-27T16:17:54.253Z] daemon.go:461: [daa94ba9947b8] Stopping daemon [2019-09-27T16:17:54.253Z] daemon.go:296: [daa94ba9947b8] exiting daemon [2019-09-27T16:17:54.253Z] daemon.go:448: [daa94ba9947b8] Daemon stopped [2019-09-27T16:17:54.253Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-27T16:17:54.708Z] PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint 0.687s [2019-09-27T16:17:55.276Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) [2019-09-27T16:17:55.276Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-27T16:17:55.276Z] daemon.go:325: [dbcc833c16744] waiting for daemon to start [2019-09-27T16:17:55.276Z] daemon.go:325: [dbcc833c16744] waiting for daemon to start [2019-09-27T16:17:55.276Z] daemon.go:353: [dbcc833c16744] daemon started [2019-09-27T16:17:55.276Z] daemon.go:461: [dbcc833c16744] Stopping daemon [2019-09-27T16:17:55.276Z] daemon.go:296: [dbcc833c16744] exiting daemon [2019-09-27T16:17:55.276Z] daemon.go:448: [dbcc833c16744] Daemon stopped [2019-09-27T16:17:55.276Z] daemon.go:325: [dbcc833c16744] waiting for daemon to start [2019-09-27T16:17:55.276Z] daemon.go:325: [dbcc833c16744] waiting for daemon to start [2019-09-27T16:17:55.276Z] daemon.go:353: [dbcc833c16744] daemon started [2019-09-27T16:17:55.276Z] daemon.go:461: [dbcc833c16744] Stopping daemon [2019-09-27T16:17:55.276Z] daemon.go:296: [dbcc833c16744] exiting daemon [2019-09-27T16:17:55.276Z] daemon.go:448: [dbcc833c16744] Daemon stopped [2019-09-27T16:17:55.276Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-27T16:17:56.078Z] PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer 0.817s [2019-09-27T16:17:56.335Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.28s) [2019-09-27T16:17:56.335Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-27T16:17:56.335Z] daemon.go:325: [d3ca887a5f57b] waiting for daemon to start [2019-09-27T16:17:56.335Z] daemon.go:325: [d3ca887a5f57b] waiting for daemon to start [2019-09-27T16:17:56.335Z] daemon.go:353: [d3ca887a5f57b] daemon started [2019-09-27T16:17:56.335Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:dkg8pe9319b09bs19n8h12sbo Created:2019-09-27 16:17:47.658859603 +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[2ff85a536bc1dd3d8a0cdcf540328be009f84045902593ffb3337a5d18fb1801:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u0y59q1wbg7o4s1zdynt3kmnw EndpointID:ade6fb5f75cd6b05190753401c039517187fbd8ffdbd91f1c316e1756400441b MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6e1edd21654ff4aa3040f4100fb6aae687b0a3849283b815c93cb670d94cd91b 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:9b32247159cd IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u0y59q1wbg7o4s1zdynt3kmnw EndpointID:ade6fb5f75cd6b05190753401c039517187fbd8ffdbd91f1c316e1756400441b EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-27T16:17:56.335Z] daemon.go:461: [d3ca887a5f57b] Stopping daemon [2019-09-27T16:17:56.335Z] daemon.go:296: [d3ca887a5f57b] exiting daemon [2019-09-27T16:17:56.335Z] daemon.go:448: [d3ca887a5f57b] Daemon stopped [2019-09-27T16:17:56.335Z] PASS [2019-09-27T16:17:56.335Z] [2019-09-27T16:17:56.335Z] === Skipped [2019-09-27T16:17:56.335Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T16:17:56.335Z] service_test.go:230: FLAKY_TEST [2019-09-27T16:17:56.335Z] [2019-09-27T16:17:56.335Z] [2019-09-27T16:17:56.335Z] DONE 21 tests, 1 skipped in 52.416s [2019-09-27T16:17:56.335Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-27T16:17:56.335Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:17:56.335Z] ++ set -e [2019-09-27T16:17:56.335Z] ++ '[' -n 0 ']' [2019-09-27T16:17:56.335Z] ++ set -x [2019-09-27T16:17:56.336Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:17:56.336Z] INFO: Testing against a local daemon [2019-09-27T16:17:56.336Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-27T16:17:56.336Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-27T16:17:56.336Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T16:17:56.336Z] === RUN TestDockerNetworkIpvlan [2019-09-27T16:17:56.336Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-27T16:17:56.336Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T16:17:56.336Z] PASS [2019-09-27T16:17:56.336Z] [2019-09-27T16:17:56.336Z] === Skipped [2019-09-27T16:17:56.336Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-27T16:17:56.336Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T16:17:56.336Z] [2019-09-27T16:17:56.336Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-27T16:17:56.336Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T16:17:56.336Z] [2019-09-27T16:17:56.336Z] [2019-09-27T16:17:56.336Z] DONE 2 tests, 2 skipped in 0.091s [2019-09-27T16:17:56.336Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-27T16:17:56.336Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:17:56.336Z] ++ set -e [2019-09-27T16:17:56.336Z] ++ '[' -n 0 ']' [2019-09-27T16:17:56.336Z] ++ set -x [2019-09-27T16:17:56.336Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:17:56.593Z] INFO: Testing against a local daemon [2019-09-27T16:17:56.593Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-27T16:17:56.593Z] PASS: docker_api_swarm_test.go:880: DockerSwarmSuite.TestAPISwarmUnlockNotLocked 1.509s [2019-09-27T16:17:56.761Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.43s) [2019-09-27T16:17:56.761Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-27T16:17:56.761Z] daemon.go:325: [d58a6fc8dad8b] waiting for daemon to start [2019-09-27T16:17:56.761Z] daemon.go:325: [d58a6fc8dad8b] waiting for daemon to start [2019-09-27T16:17:56.761Z] daemon.go:353: [d58a6fc8dad8b] daemon started [2019-09-27T16:17:56.761Z] daemon.go:461: [d58a6fc8dad8b] Stopping daemon [2019-09-27T16:17:56.761Z] daemon.go:296: [d58a6fc8dad8b] exiting daemon [2019-09-27T16:17:56.761Z] daemon.go:448: [d58a6fc8dad8b] Daemon stopped [2019-09-27T16:17:56.761Z] daemon.go:325: [d58a6fc8dad8b] waiting for daemon to start [2019-09-27T16:17:56.761Z] daemon.go:325: [d58a6fc8dad8b] waiting for daemon to start [2019-09-27T16:17:56.761Z] daemon.go:353: [d58a6fc8dad8b] daemon started [2019-09-27T16:17:56.761Z] daemon.go:461: [d58a6fc8dad8b] Stopping daemon [2019-09-27T16:17:56.761Z] daemon.go:296: [d58a6fc8dad8b] exiting daemon [2019-09-27T16:17:56.761Z] daemon.go:448: [d58a6fc8dad8b] Daemon stopped [2019-09-27T16:17:56.761Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-27T16:17:57.377Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-09-27T16:17:57.377Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-27T16:17:57.377Z] daemon.go:325: [d6d2587264496] waiting for daemon to start [2019-09-27T16:17:57.377Z] daemon.go:325: [d6d2587264496] waiting for daemon to start [2019-09-27T16:17:57.377Z] daemon.go:353: [d6d2587264496] daemon started [2019-09-27T16:17:57.377Z] daemon.go:461: [d6d2587264496] Stopping daemon [2019-09-27T16:17:57.377Z] daemon.go:296: [d6d2587264496] exiting daemon [2019-09-27T16:17:57.377Z] daemon.go:448: [d6d2587264496] Daemon stopped [2019-09-27T16:17:57.377Z] === RUN TestServiceWithPredefinedNetwork [2019-09-27T16:17:57.961Z] PASS: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin 2.233s [2019-09-27T16:17:58.218Z] PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS 0.041s [2019-09-27T16:17:58.218Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.64s) [2019-09-27T16:17:58.218Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-27T16:17:58.218Z] daemon.go:325: [d7000407724f9] waiting for daemon to start [2019-09-27T16:17:58.218Z] daemon.go:325: [d7000407724f9] waiting for daemon to start [2019-09-27T16:17:58.218Z] daemon.go:353: [d7000407724f9] daemon started [2019-09-27T16:17:58.218Z] daemon.go:461: [d7000407724f9] Stopping daemon [2019-09-27T16:17:58.218Z] daemon.go:296: [d7000407724f9] exiting daemon [2019-09-27T16:17:58.218Z] daemon.go:448: [d7000407724f9] Daemon stopped [2019-09-27T16:17:58.218Z] daemon.go:325: [d7000407724f9] waiting for daemon to start [2019-09-27T16:17:58.218Z] daemon.go:325: [d7000407724f9] waiting for daemon to start [2019-09-27T16:17:58.218Z] daemon.go:353: [d7000407724f9] daemon started [2019-09-27T16:17:58.218Z] daemon.go:461: [d7000407724f9] Stopping daemon [2019-09-27T16:17:58.218Z] daemon.go:296: [d7000407724f9] exiting daemon [2019-09-27T16:17:58.218Z] daemon.go:448: [d7000407724f9] Daemon stopped [2019-09-27T16:17:58.218Z] === RUN TestDockerNetworkMacvlan [2019-09-27T16:17:59.149Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-27T16:17:59.412Z] PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer 1.035s [2019-09-27T16:17:59.977Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-27T16:18:00.083Z] --- PASS: TestServiceWithPredefinedNetwork (2.38s) [2019-09-27T16:18:00.084Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-27T16:18:00.084Z] daemon.go:325: [d1776e62748aa] waiting for daemon to start [2019-09-27T16:18:00.084Z] daemon.go:325: [d1776e62748aa] waiting for daemon to start [2019-09-27T16:18:00.084Z] daemon.go:353: [d1776e62748aa] daemon started [2019-09-27T16:18:00.084Z] daemon.go:461: [d1776e62748aa] Stopping daemon [2019-09-27T16:18:00.084Z] daemon.go:296: [d1776e62748aa] exiting daemon [2019-09-27T16:18:00.084Z] daemon.go:448: [d1776e62748aa] Daemon stopped [2019-09-27T16:18:00.084Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-27T16:18:00.084Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T16:18:00.084Z] service_test.go:230: FLAKY_TEST [2019-09-27T16:18:00.084Z] === RUN TestServiceWithDataPathPortInit [2019-09-27T16:18:00.235Z] PASS: docker_cli_swarm_test.go:950: DockerSwarmSuite.TestDNSConfig 2.823s [2019-09-27T16:18:00.492Z] PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus 1.135s [2019-09-27T16:18:01.056Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-27T16:18:02.952Z] PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound 1.635s [2019-09-27T16:18:03.318Z] PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir 12.139s [2019-09-27T16:18:04.324Z] PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError 0.804s [2019-09-27T16:18:04.324Z] PASS: docker_cli_swarm_test.go:977: DockerSwarmSuite.TestDNSConfigUpdate 3.014s [2019-09-27T16:18:04.889Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-27T16:18:05.147Z] PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano 1.172s [2019-09-27T16:18:06.517Z] PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer 0.752s [2019-09-27T16:18:07.449Z] PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage 0.740s [2019-09-27T16:18:08.012Z] PASS: docker_cli_swarm_test.go:1448: DockerSwarmSuite.TestExtraHosts 2.954s [2019-09-27T16:18:08.269Z] PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue 0.775s [2019-09-27T16:18:09.645Z] PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer 0.753s [2019-09-27T16:18:09.645Z] PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject 0.071s [2019-09-27T16:18:09.645Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-27T16:18:10.575Z] PASS: docker_cli_swarm_test.go:1642: DockerSwarmSuite.TestNetworkInspectWithDuplicateNames 1.656s [2019-09-27T16:18:11.944Z] PASS: docker_cli_run_unix_test.go:1158: DockerSuite.TestLegacyRunNoNewPrivSetuid 2.508s [2019-09-27T16:18:13.842Z] PASS: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition 1.383s [2019-09-27T16:18:15.329Z] --- PASS: TestServiceWithDataPathPortInit (14.61s) [2019-09-27T16:18:15.329Z] service_test.go:323: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-27T16:18:15.329Z] daemon.go:325: [dd493156715f7] waiting for daemon to start [2019-09-27T16:18:15.329Z] daemon.go:325: [dd493156715f7] waiting for daemon to start [2019-09-27T16:18:15.329Z] daemon.go:353: [dd493156715f7] daemon started [2019-09-27T16:18:15.329Z] daemon.go:461: [dd493156715f7] Stopping daemon [2019-09-27T16:18:15.329Z] daemon.go:296: [dd493156715f7] exiting daemon [2019-09-27T16:18:15.329Z] daemon.go:448: [dd493156715f7] Daemon stopped [2019-09-27T16:18:15.329Z] service_test.go:355: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-27T16:18:15.329Z] daemon.go:325: [d79a2fa446347] waiting for daemon to start [2019-09-27T16:18:15.329Z] daemon.go:325: [d79a2fa446347] waiting for daemon to start [2019-09-27T16:18:15.329Z] daemon.go:353: [d79a2fa446347] daemon started [2019-09-27T16:18:15.329Z] daemon.go:461: [d79a2fa446347] Stopping daemon [2019-09-27T16:18:15.329Z] daemon.go:296: [d79a2fa446347] exiting daemon [2019-09-27T16:18:15.329Z] daemon.go:448: [d79a2fa446347] Daemon stopped [2019-09-27T16:18:15.330Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-27T16:18:15.443Z] PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs 10.006s [2019-09-27T16:18:15.737Z] PASS: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs 1.703s [2019-09-27T16:18:16.301Z] PASS: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile 0.360s [2019-09-27T16:18:16.301Z] PASS: docker_cli_swarm_test.go:399: DockerSwarmSuite.TestOverlayAttachable 4.747s [2019-09-27T16:18:18.196Z] PASS: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject 1.538s [2019-09-27T16:18:21.469Z] PASS: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted 1.817s [2019-09-27T16:18:22.034Z] PASS: docker_cli_swarm_test.go:421: DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave 5.580s [2019-09-27T16:18:22.200Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.33s) [2019-09-27T16:18:22.200Z] service_test.go:388: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-27T16:18:22.200Z] daemon.go:325: [dc9a2ec00dc22] waiting for daemon to start [2019-09-27T16:18:22.200Z] daemon.go:325: [dc9a2ec00dc22] waiting for daemon to start [2019-09-27T16:18:22.200Z] daemon.go:353: [dc9a2ec00dc22] daemon started [2019-09-27T16:18:22.200Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l49i68ksbgkdfc2b1f2vdjcvv Created:2019-09-27 16:18:15.514114405 +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[e4fbc3079983cc85ddb818983b357dda16d12f45a9907abc03bce7fbd8e33e20:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jevb022rtp9xq4oc089lupjho EndpointID:fa0a404baec882bf977e232efe46d6ffcfca7ca99b4b563c361da16ff1547bf5 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:92fef93d39d553bf3ee3ebb14ac9aac9d1cdbd92ce6d0a9a63d66b1a6cb1a25f 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:34106fbc29bb IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jevb022rtp9xq4oc089lupjho EndpointID:fa0a404baec882bf977e232efe46d6ffcfca7ca99b4b563c361da16ff1547bf5 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-27T16:18:22.200Z] daemon.go:461: [dc9a2ec00dc22] Stopping daemon [2019-09-27T16:18:22.200Z] daemon.go:296: [dc9a2ec00dc22] exiting daemon [2019-09-27T16:18:22.200Z] daemon.go:448: [dc9a2ec00dc22] Daemon stopped [2019-09-27T16:18:22.200Z] PASS [2019-09-27T16:18:22.200Z] [2019-09-27T16:18:22.200Z] === Skipped [2019-09-27T16:18:22.200Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T16:18:22.200Z] service_test.go:230: FLAKY_TEST [2019-09-27T16:18:22.200Z] [2019-09-27T16:18:22.200Z] [2019-09-27T16:18:22.200Z] DONE 21 tests, 1 skipped in 41.970s [2019-09-27T16:18:22.200Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-27T16:18:22.200Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:18:22.200Z] ++ set -e [2019-09-27T16:18:22.200Z] ++ '[' -n 0 ']' [2019-09-27T16:18:22.200Z] ++ set -x [2019-09-27T16:18:22.201Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:18:22.201Z] INFO: Testing against a local daemon [2019-09-27T16:18:22.201Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-27T16:18:23.217Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.48s) [2019-09-27T16:18:23.218Z] ipvlan_test.go:28: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance [2019-09-27T16:18:23.218Z] daemon.go:325: [d26ee4c3cf501] waiting for daemon to start [2019-09-27T16:18:23.218Z] daemon.go:325: [d26ee4c3cf501] waiting for daemon to start [2019-09-27T16:18:23.218Z] daemon.go:353: [d26ee4c3cf501] daemon started [2019-09-27T16:18:23.218Z] daemon.go:461: [d26ee4c3cf501] Stopping daemon [2019-09-27T16:18:23.218Z] daemon.go:296: [d26ee4c3cf501] exiting daemon [2019-09-27T16:18:23.218Z] daemon.go:448: [d26ee4c3cf501] Daemon stopped [2019-09-27T16:18:23.218Z] daemon.go:325: [d26ee4c3cf501] waiting for daemon to start [2019-09-27T16:18:23.218Z] daemon.go:325: [d26ee4c3cf501] waiting for daemon to start [2019-09-27T16:18:23.218Z] daemon.go:353: [d26ee4c3cf501] daemon started [2019-09-27T16:18:23.218Z] daemon.go:461: [d26ee4c3cf501] Stopping daemon [2019-09-27T16:18:23.218Z] daemon.go:296: [d26ee4c3cf501] exiting daemon [2019-09-27T16:18:23.218Z] daemon.go:448: [d26ee4c3cf501] Daemon stopped [2019-09-27T16:18:23.218Z] === RUN TestDockerNetworkIpvlan [2019-09-27T16:18:23.933Z] PASS: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped 1.936s [2019-09-27T16:18:23.933Z] PASS: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget 0.038s [2019-09-27T16:18:24.230Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-09-27T16:18:25.250Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-09-27T16:18:26.268Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-09-27T16:18:26.468Z] --- PASS: TestDockerNetworkMacvlan (28.27s) [2019-09-27T16:18:26.468Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:18:26.468Z] daemon.go:325: [d722e51922e54] waiting for daemon to start [2019-09-27T16:18:26.468Z] daemon.go:325: [d722e51922e54] waiting for daemon to start [2019-09-27T16:18:26.468Z] daemon.go:353: [d722e51922e54] daemon started [2019-09-27T16:18:26.468Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2019-09-27T16:18:26.468Z] daemon.go:461: [d722e51922e54] Stopping daemon [2019-09-27T16:18:26.468Z] daemon.go:296: [d722e51922e54] exiting daemon [2019-09-27T16:18:26.468Z] daemon.go:448: [d722e51922e54] Daemon stopped [2019-09-27T16:18:26.468Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:18:26.468Z] daemon.go:325: [d1fac266323c9] waiting for daemon to start [2019-09-27T16:18:26.468Z] daemon.go:325: [d1fac266323c9] waiting for daemon to start [2019-09-27T16:18:26.468Z] daemon.go:353: [d1fac266323c9] daemon started [2019-09-27T16:18:26.468Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s) [2019-09-27T16:18:26.468Z] daemon.go:461: [d1fac266323c9] Stopping daemon [2019-09-27T16:18:26.468Z] daemon.go:296: [d1fac266323c9] exiting daemon [2019-09-27T16:18:26.468Z] daemon.go:448: [d1fac266323c9] Daemon stopped [2019-09-27T16:18:26.468Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:18:26.468Z] daemon.go:325: [dc420357419d9] waiting for daemon to start [2019-09-27T16:18:26.468Z] daemon.go:325: [dc420357419d9] waiting for daemon to start [2019-09-27T16:18:26.468Z] daemon.go:353: [dc420357419d9] daemon started [2019-09-27T16:18:26.468Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.30s) [2019-09-27T16:18:26.468Z] daemon.go:461: [dc420357419d9] Stopping daemon [2019-09-27T16:18:26.468Z] daemon.go:296: [dc420357419d9] exiting daemon [2019-09-27T16:18:26.468Z] daemon.go:448: [dc420357419d9] Daemon stopped [2019-09-27T16:18:26.468Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:18:26.468Z] daemon.go:325: [d66130c04d181] waiting for daemon to start [2019-09-27T16:18:26.468Z] daemon.go:325: [d66130c04d181] waiting for daemon to start [2019-09-27T16:18:26.468Z] daemon.go:353: [d66130c04d181] daemon started [2019-09-27T16:18:26.468Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.19s) [2019-09-27T16:18:26.468Z] daemon.go:461: [d66130c04d181] Stopping daemon [2019-09-27T16:18:26.468Z] daemon.go:296: [d66130c04d181] exiting daemon [2019-09-27T16:18:26.468Z] daemon.go:448: [d66130c04d181] Daemon stopped [2019-09-27T16:18:26.468Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:18:26.468Z] daemon.go:325: [dd6fede9946b2] waiting for daemon to start [2019-09-27T16:18:26.468Z] daemon.go:325: [dd6fede9946b2] waiting for daemon to start [2019-09-27T16:18:26.468Z] daemon.go:353: [dd6fede9946b2] daemon started [2019-09-27T16:18:26.468Z] --- PASS: TestDockerNetworkMacvlan/Addressing (16.61s) [2019-09-27T16:18:26.468Z] daemon.go:461: [dd6fede9946b2] Stopping daemon [2019-09-27T16:18:26.468Z] daemon.go:296: [dd6fede9946b2] exiting daemon [2019-09-27T16:18:26.468Z] daemon.go:448: [dd6fede9946b2] Daemon stopped [2019-09-27T16:18:26.468Z] PASS [2019-09-27T16:18:26.468Z] [2019-09-27T16:18:26.468Z] DONE 7 tests in 29.983s [2019-09-27T16:18:26.468Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-27T16:18:26.468Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:18:26.468Z] ++ set -e [2019-09-27T16:18:26.468Z] ++ '[' -n 0 ']' [2019-09-27T16:18:26.468Z] ++ set -x [2019-09-27T16:18:26.468Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:18:26.468Z] testing: warning: no tests to run [2019-09-27T16:18:26.468Z] PASS [2019-09-27T16:18:26.468Z] [2019-09-27T16:18:26.468Z] DONE 0 tests in 0.011s [2019-09-27T16:18:26.468Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-27T16:18:26.468Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:18:26.468Z] ++ set -e [2019-09-27T16:18:26.468Z] ++ '[' -n 0 ']' [2019-09-27T16:18:26.468Z] ++ set -x [2019-09-27T16:18:26.468Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:18:26.468Z] INFO: Testing against a local daemon [2019-09-27T16:18:26.468Z] === RUN TestAuthZPluginAllowRequest [2019-09-27T16:18:26.468Z] PASS: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName 2.398s [2019-09-27T16:18:27.033Z] PASS: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer 0.388s [2019-09-27T16:18:28.406Z] PASS: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail 0.815s [2019-09-27T16:18:28.406Z] --- PASS: TestAuthZPluginAllowRequest (1.85s) [2019-09-27T16:18:28.406Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-27T16:18:28.406Z] daemon.go:325: [dbaa2df677d09] waiting for daemon to start [2019-09-27T16:18:28.406Z] daemon.go:325: [dbaa2df677d09] waiting for daemon to start [2019-09-27T16:18:28.406Z] daemon.go:353: [dbaa2df677d09] daemon started [2019-09-27T16:18:28.406Z] daemon.go:461: [dbaa2df677d09] Stopping daemon [2019-09-27T16:18:28.406Z] daemon.go:296: [dbaa2df677d09] exiting daemon [2019-09-27T16:18:28.406Z] daemon.go:448: [dbaa2df677d09] Daemon stopped [2019-09-27T16:18:28.406Z] === RUN TestAuthZPluginTLS [2019-09-27T16:18:28.962Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-09-27T16:18:28.969Z] --- PASS: TestAuthZPluginTLS (0.56s) [2019-09-27T16:18:28.969Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-27T16:18:28.969Z] daemon.go:325: [d7ca7917ba513] waiting for daemon to start [2019-09-27T16:18:28.969Z] daemon.go:325: [d7ca7917ba513] waiting for daemon to start [2019-09-27T16:18:28.969Z] daemon.go:353: [d7ca7917ba513] daemon started [2019-09-27T16:18:28.969Z] daemon.go:461: [d7ca7917ba513] Stopping daemon [2019-09-27T16:18:28.969Z] daemon.go:296: [d7ca7917ba513] exiting daemon [2019-09-27T16:18:28.969Z] daemon.go:448: [d7ca7917ba513] Daemon stopped [2019-09-27T16:18:28.969Z] === RUN TestAuthZPluginDenyRequest [2019-09-27T16:18:29.532Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2019-09-27T16:18:29.532Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-27T16:18:29.532Z] daemon.go:325: [d5d1c7c8a135a] waiting for daemon to start [2019-09-27T16:18:29.533Z] daemon.go:325: [d5d1c7c8a135a] waiting for daemon to start [2019-09-27T16:18:29.533Z] daemon.go:353: [d5d1c7c8a135a] daemon started [2019-09-27T16:18:29.533Z] daemon.go:461: [d5d1c7c8a135a] Stopping daemon [2019-09-27T16:18:29.533Z] daemon.go:296: [d5d1c7c8a135a] exiting daemon [2019-09-27T16:18:29.533Z] daemon.go:448: [d5d1c7c8a135a] Daemon stopped [2019-09-27T16:18:29.533Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-27T16:18:30.128Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-09-27T16:18:30.128Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-27T16:18:30.128Z] daemon.go:325: [d982e564fcc1a] waiting for daemon to start [2019-09-27T16:18:30.128Z] daemon.go:325: [d982e564fcc1a] waiting for daemon to start [2019-09-27T16:18:30.128Z] daemon.go:353: [d982e564fcc1a] daemon started [2019-09-27T16:18:30.128Z] daemon.go:461: [d982e564fcc1a] Stopping daemon [2019-09-27T16:18:30.128Z] daemon.go:296: [d982e564fcc1a] exiting daemon [2019-09-27T16:18:30.128Z] daemon.go:448: [d982e564fcc1a] Daemon stopped [2019-09-27T16:18:30.128Z] === RUN TestAuthZPluginDenyResponse [2019-09-27T16:18:30.691Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2019-09-27T16:18:30.691Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-27T16:18:30.691Z] daemon.go:325: [de8a8be3ee999] waiting for daemon to start [2019-09-27T16:18:30.691Z] daemon.go:325: [de8a8be3ee999] waiting for daemon to start [2019-09-27T16:18:30.691Z] daemon.go:353: [de8a8be3ee999] daemon started [2019-09-27T16:18:30.691Z] daemon.go:461: [de8a8be3ee999] Stopping daemon [2019-09-27T16:18:30.691Z] daemon.go:296: [de8a8be3ee999] exiting daemon [2019-09-27T16:18:30.691Z] daemon.go:448: [de8a8be3ee999] Daemon stopped [2019-09-27T16:18:30.691Z] === RUN TestAuthZPluginAllowEventStream [2019-09-27T16:18:32.428Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-09-27T16:18:32.586Z] --- PASS: TestAuthZPluginAllowEventStream (1.65s) [2019-09-27T16:18:32.586Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-27T16:18:32.586Z] daemon.go:325: [db8de93d34b99] waiting for daemon to start [2019-09-27T16:18:32.586Z] daemon.go:325: [db8de93d34b99] waiting for daemon to start [2019-09-27T16:18:32.586Z] daemon.go:353: [db8de93d34b99] daemon started [2019-09-27T16:18:32.586Z] daemon.go:461: [db8de93d34b99] Stopping daemon [2019-09-27T16:18:32.586Z] daemon.go:296: [db8de93d34b99] exiting daemon [2019-09-27T16:18:32.586Z] daemon.go:448: [db8de93d34b99] Daemon stopped [2019-09-27T16:18:32.586Z] === RUN TestAuthZPluginErrorResponse [2019-09-27T16:18:32.843Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2019-09-27T16:18:32.843Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-27T16:18:32.843Z] daemon.go:325: [d4d2e14c19de0] waiting for daemon to start [2019-09-27T16:18:32.843Z] daemon.go:325: [d4d2e14c19de0] waiting for daemon to start [2019-09-27T16:18:32.843Z] daemon.go:353: [d4d2e14c19de0] daemon started [2019-09-27T16:18:32.843Z] daemon.go:461: [d4d2e14c19de0] Stopping daemon [2019-09-27T16:18:32.844Z] daemon.go:296: [d4d2e14c19de0] exiting daemon [2019-09-27T16:18:32.844Z] daemon.go:448: [d4d2e14c19de0] Daemon stopped [2019-09-27T16:18:32.844Z] === RUN TestAuthZPluginErrorRequest [2019-09-27T16:18:33.410Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-09-27T16:18:33.410Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-27T16:18:33.410Z] daemon.go:325: [d63936401bcf1] waiting for daemon to start [2019-09-27T16:18:33.410Z] daemon.go:325: [d63936401bcf1] waiting for daemon to start [2019-09-27T16:18:33.410Z] daemon.go:353: [d63936401bcf1] daemon started [2019-09-27T16:18:33.410Z] daemon.go:461: [d63936401bcf1] Stopping daemon [2019-09-27T16:18:33.410Z] daemon.go:296: [d63936401bcf1] exiting daemon [2019-09-27T16:18:33.410Z] daemon.go:448: [d63936401bcf1] Daemon stopped [2019-09-27T16:18:33.410Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-27T16:18:33.974Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-09-27T16:18:33.974Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-27T16:18:33.974Z] daemon.go:325: [d011bd7bb804b] waiting for daemon to start [2019-09-27T16:18:33.974Z] daemon.go:325: [d011bd7bb804b] waiting for daemon to start [2019-09-27T16:18:33.974Z] daemon.go:353: [d011bd7bb804b] daemon started [2019-09-27T16:18:33.974Z] daemon.go:461: [d011bd7bb804b] Stopping daemon [2019-09-27T16:18:33.974Z] daemon.go:296: [d011bd7bb804b] exiting daemon [2019-09-27T16:18:33.974Z] daemon.go:448: [d011bd7bb804b] Daemon stopped [2019-09-27T16:18:33.974Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-27T16:18:35.872Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.07s) [2019-09-27T16:18:35.872Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-27T16:18:35.872Z] daemon.go:325: [dd155f411a70b] waiting for daemon to start [2019-09-27T16:18:35.872Z] daemon.go:325: [dd155f411a70b] waiting for daemon to start [2019-09-27T16:18:35.872Z] daemon.go:353: [dd155f411a70b] daemon started [2019-09-27T16:18:35.872Z] daemon.go:461: [dd155f411a70b] Stopping daemon [2019-09-27T16:18:35.872Z] daemon.go:296: [dd155f411a70b] exiting daemon [2019-09-27T16:18:35.872Z] daemon.go:448: [dd155f411a70b] Daemon stopped [2019-09-27T16:18:35.872Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-27T16:18:38.395Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.08s) [2019-09-27T16:18:38.395Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-27T16:18:38.395Z] daemon.go:325: [dfbc02c1e5f6d] waiting for daemon to start [2019-09-27T16:18:38.395Z] daemon.go:325: [dfbc02c1e5f6d] waiting for daemon to start [2019-09-27T16:18:38.395Z] daemon.go:353: [dfbc02c1e5f6d] daemon started [2019-09-27T16:18:38.395Z] daemon.go:461: [dfbc02c1e5f6d] Stopping daemon [2019-09-27T16:18:38.395Z] daemon.go:296: [dfbc02c1e5f6d] exiting daemon [2019-09-27T16:18:38.395Z] daemon.go:448: [dfbc02c1e5f6d] Daemon stopped [2019-09-27T16:18:38.395Z] === RUN TestAuthZPluginHeader [2019-09-27T16:18:38.960Z] --- PASS: TestAuthZPluginHeader (0.81s) [2019-09-27T16:18:38.960Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-27T16:18:38.960Z] daemon.go:325: [dff398f558299] waiting for daemon to start [2019-09-27T16:18:38.960Z] daemon.go:325: [dff398f558299] waiting for daemon to start [2019-09-27T16:18:38.960Z] daemon.go:353: [dff398f558299] daemon started [2019-09-27T16:18:38.960Z] daemon.go:461: [dff398f558299] Stopping daemon [2019-09-27T16:18:38.960Z] daemon.go:296: [dff398f558299] exiting daemon [2019-09-27T16:18:38.960Z] daemon.go:448: [dff398f558299] Daemon stopped [2019-09-27T16:18:38.960Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-27T16:18:43.140Z] PASS: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers 14.443s [2019-09-27T16:18:43.704Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.80s) [2019-09-27T16:18:43.704Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest [2019-09-27T16:18:43.704Z] daemon.go:325: [d4683c39f4c93] waiting for daemon to start [2019-09-27T16:18:43.704Z] daemon.go:325: [d4683c39f4c93] waiting for daemon to start [2019-09-27T16:18:43.704Z] daemon.go:353: [d4683c39f4c93] daemon started [2019-09-27T16:18:43.704Z] daemon.go:461: [d4683c39f4c93] Stopping daemon [2019-09-27T16:18:43.704Z] daemon.go:296: [d4683c39f4c93] exiting daemon [2019-09-27T16:18:43.704Z] daemon.go:448: [d4683c39f4c93] Daemon stopped [2019-09-27T16:18:43.704Z] daemon.go:325: [d4683c39f4c93] waiting for daemon to start [2019-09-27T16:18:43.704Z] daemon.go:325: [d4683c39f4c93] waiting for daemon to start [2019-09-27T16:18:43.704Z] daemon.go:353: [d4683c39f4c93] daemon started [2019-09-27T16:18:43.704Z] daemon.go:461: [d4683c39f4c93] Stopping daemon [2019-09-27T16:18:43.704Z] daemon.go:296: [d4683c39f4c93] exiting daemon [2019-09-27T16:18:43.704Z] daemon.go:448: [d4683c39f4c93] Daemon stopped [2019-09-27T16:18:43.704Z] === RUN TestAuthZPluginV2Disable [2019-09-27T16:18:45.601Z] PASS: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename 2.891s [2019-09-27T16:18:47.497Z] --- PASS: TestAuthZPluginV2Disable (3.64s) [2019-09-27T16:18:47.497Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable [2019-09-27T16:18:47.497Z] daemon.go:325: [d767c1dfc29cd] waiting for daemon to start [2019-09-27T16:18:47.497Z] daemon.go:325: [d767c1dfc29cd] waiting for daemon to start [2019-09-27T16:18:47.497Z] daemon.go:353: [d767c1dfc29cd] daemon started [2019-09-27T16:18:47.497Z] daemon.go:461: [d767c1dfc29cd] Stopping daemon [2019-09-27T16:18:47.497Z] daemon.go:296: [d767c1dfc29cd] exiting daemon [2019-09-27T16:18:47.497Z] daemon.go:448: [d767c1dfc29cd] Daemon stopped [2019-09-27T16:18:47.497Z] daemon.go:325: [d767c1dfc29cd] waiting for daemon to start [2019-09-27T16:18:47.497Z] daemon.go:325: [d767c1dfc29cd] waiting for daemon to start [2019-09-27T16:18:47.497Z] daemon.go:353: [d767c1dfc29cd] daemon started [2019-09-27T16:18:47.497Z] daemon.go:461: [d767c1dfc29cd] Stopping daemon [2019-09-27T16:18:47.497Z] daemon.go:296: [d767c1dfc29cd] exiting daemon [2019-09-27T16:18:47.497Z] daemon.go:448: [d767c1dfc29cd] Daemon stopped [2019-09-27T16:18:47.497Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-27T16:18:47.754Z] PASS: docker_cli_exec_test.go:367: DockerSuite.TestLinksPingLinkedContainersOnRename 1.590s [2019-09-27T16:18:49.125Z] PASS: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers 1.124s [2019-09-27T16:18:49.125Z] PASS: docker_cli_swarm_test.go:447: DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure 26.214s [2019-09-27T16:18:50.907Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-09-27T16:18:51.023Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.43s) [2019-09-27T16:18:51.023Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests [2019-09-27T16:18:51.023Z] daemon.go:325: [d6ee504c6530a] waiting for daemon to start [2019-09-27T16:18:51.023Z] daemon.go:325: [d6ee504c6530a] waiting for daemon to start [2019-09-27T16:18:51.023Z] daemon.go:353: [d6ee504c6530a] daemon started [2019-09-27T16:18:51.023Z] daemon.go:461: [d6ee504c6530a] Stopping daemon [2019-09-27T16:18:51.023Z] daemon.go:296: [d6ee504c6530a] exiting daemon [2019-09-27T16:18:51.023Z] daemon.go:448: [d6ee504c6530a] Daemon stopped [2019-09-27T16:18:51.023Z] daemon.go:325: [d6ee504c6530a] waiting for daemon to start [2019-09-27T16:18:51.023Z] daemon.go:325: [d6ee504c6530a] waiting for daemon to start [2019-09-27T16:18:51.023Z] daemon.go:353: [d6ee504c6530a] daemon started [2019-09-27T16:18:51.023Z] daemon.go:461: [d6ee504c6530a] Stopping daemon [2019-09-27T16:18:51.023Z] daemon.go:296: [d6ee504c6530a] exiting daemon [2019-09-27T16:18:51.023Z] daemon.go:448: [d6ee504c6530a] Daemon stopped [2019-09-27T16:18:51.023Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-27T16:18:52.921Z] PASS: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart 2.975s [2019-09-27T16:18:52.921Z] PASS: docker_cli_save_load_unix_test.go:91: DockerSuite.TestLoadNoStdinFail 0.033s [2019-09-27T16:18:53.486Z] PASS: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer 0.660s [2019-09-27T16:18:53.486Z] PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY 0.026s [2019-09-27T16:18:53.486Z] PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound 0.001s [2019-09-27T16:18:56.764Z] PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput 2.143s [2019-09-27T16:18:58.135Z] PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr 1.084s [2019-09-27T16:19:02.348Z] PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil 4.138s [2019-09-27T16:19:02.348Z] PASS: docker_cli_prune_unix_test.go:43: DockerSwarmSuite.TestPruneNetwork 12.999s [2019-09-27T16:19:03.279Z] PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue 0.955s [2019-09-27T16:19:03.537Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.92s) [2019-09-27T16:19:03.537Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-27T16:19:03.537Z] daemon.go:325: [d395de740737c] waiting for daemon to start [2019-09-27T16:19:03.537Z] daemon.go:325: [d395de740737c] waiting for daemon to start [2019-09-27T16:19:03.537Z] daemon.go:353: [d395de740737c] daemon started [2019-09-27T16:19:03.537Z] daemon.go:461: [d395de740737c] Stopping daemon [2019-09-27T16:19:03.537Z] daemon.go:296: [d395de740737c] exiting daemon [2019-09-27T16:19:03.537Z] daemon.go:448: [d395de740737c] Daemon stopped [2019-09-27T16:19:03.537Z] daemon.go:325: [d395de740737c] waiting for daemon to start [2019-09-27T16:19:03.537Z] daemon.go:325: [d395de740737c] waiting for daemon to start [2019-09-27T16:19:03.537Z] daemon.go:296: [d395de740737c] exiting daemon [2019-09-27T16:19:03.537Z] daemon.go:325: [d395de740737c] waiting for daemon to start [2019-09-27T16:19:03.537Z] daemon.go:325: [d395de740737c] waiting for daemon to start [2019-09-27T16:19:03.537Z] daemon.go:325: [d395de740737c] waiting for daemon to start [2019-09-27T16:19:03.537Z] daemon.go:353: [d395de740737c] daemon started [2019-09-27T16:19:03.537Z] daemon.go:461: [d395de740737c] Stopping daemon [2019-09-27T16:19:03.537Z] daemon.go:296: [d395de740737c] exiting daemon [2019-09-27T16:19:03.537Z] daemon.go:448: [d395de740737c] Daemon stopped [2019-09-27T16:19:03.537Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-27T16:19:06.817Z] PASS: docker_cli_swarm_test.go:602: DockerSwarmSuite.TestPsListContainersFilterIsTask 3.213s [2019-09-27T16:19:08.189Z] PASS: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow 4.709s [2019-09-27T16:19:09.121Z] PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout 0.657s [2019-09-27T16:19:09.121Z] PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound 0.013s [2019-09-27T16:19:09.396Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-09-27T16:19:10.492Z] PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage 1.156s [2019-09-27T16:19:11.425Z] PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage 1.153s [2019-09-27T16:19:12.795Z] PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage 1.175s [2019-09-27T16:19:14.163Z] PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput 1.020s [2019-09-27T16:19:15.094Z] PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout 0.854s [2019-09-27T16:19:17.618Z] PASS: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer 2.427s [2019-09-27T16:19:18.548Z] PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped 0.848s [2019-09-27T16:19:19.113Z] PASS: docker_cli_service_create_test.go:362: DockerSwarmSuite.TestServiceCreateMountTmpfs 2.091s [2019-09-27T16:19:19.113Z] PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr 0.794s [2019-09-27T16:19:20.484Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2019-09-27T16:19:20.484Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-27T16:19:20.484Z] daemon.go:325: [d93e45e2e6c25] waiting for daemon to start [2019-09-27T16:19:20.484Z] daemon.go:325: [d93e45e2e6c25] waiting for daemon to start [2019-09-27T16:19:20.484Z] daemon.go:353: [d93e45e2e6c25] daemon started [2019-09-27T16:19:20.484Z] daemon.go:461: [d93e45e2e6c25] Stopping daemon [2019-09-27T16:19:20.484Z] daemon.go:296: [d93e45e2e6c25] exiting daemon [2019-09-27T16:19:20.484Z] daemon.go:448: [d93e45e2e6c25] Daemon stopped [2019-09-27T16:19:20.484Z] daemon.go:325: [d93e45e2e6c25] waiting for daemon to start [2019-09-27T16:19:20.484Z] daemon.go:325: [d93e45e2e6c25] waiting for daemon to start [2019-09-27T16:19:20.484Z] daemon.go:325: [d93e45e2e6c25] waiting for daemon to start [2019-09-27T16:19:20.484Z] daemon.go:325: [d93e45e2e6c25] waiting for daemon to start [2019-09-27T16:19:20.484Z] daemon.go:339: [d93e45e2e6c25] error pinging daemon on start: Get http://d93e45e2e6c25.sock/_ping: context deadline exceeded [2019-09-27T16:19:20.484Z] daemon.go:325: [d93e45e2e6c25] waiting for daemon to start [2019-09-27T16:19:20.484Z] daemon.go:339: [d93e45e2e6c25] error pinging daemon on start: Get http://d93e45e2e6c25.sock/_ping: context deadline exceeded [2019-09-27T16:19:20.484Z] daemon.go:325: [d93e45e2e6c25] waiting for daemon to start [2019-09-27T16:19:20.484Z] daemon.go:339: [d93e45e2e6c25] error pinging daemon on start: Get http://d93e45e2e6c25.sock/_ping: context deadline exceeded [2019-09-27T16:19:20.484Z] daemon.go:325: [d93e45e2e6c25] waiting for daemon to start [2019-09-27T16:19:20.484Z] daemon.go:339: [d93e45e2e6c25] error pinging daemon on start: Get http://d93e45e2e6c25.sock/_ping: context deadline exceeded [2019-09-27T16:19:20.484Z] daemon.go:296: [d93e45e2e6c25] exiting daemon [2019-09-27T16:19:20.484Z] daemon.go:325: [d93e45e2e6c25] waiting for daemon to start [2019-09-27T16:19:20.484Z] daemon.go:325: [d93e45e2e6c25] waiting for daemon to start [2019-09-27T16:19:20.484Z] daemon.go:325: [d93e45e2e6c25] waiting for daemon to start [2019-09-27T16:19:20.484Z] daemon.go:353: [d93e45e2e6c25] daemon started [2019-09-27T16:19:20.484Z] daemon.go:461: [d93e45e2e6c25] Stopping daemon [2019-09-27T16:19:20.484Z] daemon.go:296: [d93e45e2e6c25] exiting daemon [2019-09-27T16:19:20.484Z] daemon.go:448: [d93e45e2e6c25] Daemon stopped [2019-09-27T16:19:20.484Z] PASS [2019-09-27T16:19:20.484Z] [2019-09-27T16:19:20.484Z] DONE 17 tests in 53.824s [2019-09-27T16:19:20.484Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-27T16:19:20.484Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:19:20.484Z] ++ set -e [2019-09-27T16:19:20.484Z] ++ '[' -n 0 ']' [2019-09-27T16:19:20.484Z] ++ set -x [2019-09-27T16:19:20.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-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:19:20.484Z] INFO: Testing against a local daemon [2019-09-27T16:19:20.484Z] === RUN TestPluginInvalidJSON [2019-09-27T16:19:20.484Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T16:19:20.484Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T16:19:20.484Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T16:19:20.484Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-09-27T16:19:20.484Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-27T16:19:20.484Z] PASS [2019-09-27T16:19:20.484Z] [2019-09-27T16:19:20.484Z] DONE 2 tests in 0.052s [2019-09-27T16:19:20.484Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-27T16:19:20.484Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:19:20.484Z] ++ set -e [2019-09-27T16:19:20.484Z] ++ '[' -n 0 ']' [2019-09-27T16:19:20.484Z] ++ set -x [2019-09-27T16:19:20.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-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:19:20.484Z] INFO: Testing against a local daemon [2019-09-27T16:19:20.484Z] === RUN TestExternalGraphDriver [2019-09-27T16:19:20.484Z] === RUN TestExternalGraphDriver/json [2019-09-27T16:19:23.009Z] PASS: docker_cli_service_create_test.go:19: DockerSwarmSuite.TestServiceCreateMountVolume 2.731s [2019-09-27T16:19:23.009Z] === RUN TestExternalGraphDriver/spec [2019-09-27T16:19:24.905Z] === RUN TestExternalGraphDriver/pull [2019-09-27T16:19:25.836Z] PASS: docker_cli_service_create_test.go:314: DockerSwarmSuite.TestServiceCreateWithConfigReferencedTwice 2.668s [2019-09-27T16:19:26.416Z] PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince 7.117s [2019-09-27T16:19:26.677Z] --- PASS: TestExternalGraphDriver (6.38s) [2019-09-27T16:19:26.677Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-27T16:19:26.677Z] daemon.go:325: [d85a73e63a8ee] waiting for daemon to start [2019-09-27T16:19:26.677Z] daemon.go:325: [d85a73e63a8ee] waiting for daemon to start [2019-09-27T16:19:26.677Z] daemon.go:353: [d85a73e63a8ee] daemon started [2019-09-27T16:19:26.677Z] daemon.go:461: [d85a73e63a8ee] Stopping daemon [2019-09-27T16:19:26.677Z] daemon.go:296: [d85a73e63a8ee] exiting daemon [2019-09-27T16:19:26.677Z] daemon.go:448: [d85a73e63a8ee] Daemon stopped [2019-09-27T16:19:26.677Z] daemon.go:325: [d85a73e63a8ee] waiting for daemon to start [2019-09-27T16:19:26.677Z] daemon.go:325: [d85a73e63a8ee] waiting for daemon to start [2019-09-27T16:19:26.677Z] daemon.go:353: [d85a73e63a8ee] daemon started [2019-09-27T16:19:26.677Z] daemon.go:461: [d85a73e63a8ee] Stopping daemon [2019-09-27T16:19:26.677Z] daemon.go:296: [d85a73e63a8ee] exiting daemon [2019-09-27T16:19:26.677Z] daemon.go:448: [d85a73e63a8ee] Daemon stopped [2019-09-27T16:19:26.677Z] --- PASS: TestExternalGraphDriver/json (2.27s) [2019-09-27T16:19:26.677Z] daemon.go:325: [d85a73e63a8ee] waiting for daemon to start [2019-09-27T16:19:26.677Z] daemon.go:325: [d85a73e63a8ee] waiting for daemon to start [2019-09-27T16:19:26.677Z] daemon.go:353: [d85a73e63a8ee] daemon started [2019-09-27T16:19:26.677Z] daemon.go:461: [d85a73e63a8ee] Stopping daemon [2019-09-27T16:19:26.677Z] daemon.go:296: [d85a73e63a8ee] exiting daemon [2019-09-27T16:19:26.677Z] daemon.go:448: [d85a73e63a8ee] Daemon stopped [2019-09-27T16:19:26.677Z] daemon.go:325: [d85a73e63a8ee] waiting for daemon to start [2019-09-27T16:19:26.677Z] daemon.go:325: [d85a73e63a8ee] waiting for daemon to start [2019-09-27T16:19:26.677Z] daemon.go:353: [d85a73e63a8ee] daemon started [2019-09-27T16:19:26.677Z] daemon.go:461: [d85a73e63a8ee] Stopping daemon [2019-09-27T16:19:26.677Z] daemon.go:296: [d85a73e63a8ee] exiting daemon [2019-09-27T16:19:26.677Z] daemon.go:448: [d85a73e63a8ee] Daemon stopped [2019-09-27T16:19:26.677Z] --- PASS: TestExternalGraphDriver/spec (2.11s) [2019-09-27T16:19:26.677Z] daemon.go:325: [d85a73e63a8ee] waiting for daemon to start [2019-09-27T16:19:26.677Z] daemon.go:325: [d85a73e63a8ee] waiting for daemon to start [2019-09-27T16:19:26.677Z] daemon.go:353: [d85a73e63a8ee] daemon started [2019-09-27T16:19:26.677Z] daemon.go:461: [d85a73e63a8ee] Stopping daemon [2019-09-27T16:19:26.677Z] daemon.go:296: [d85a73e63a8ee] exiting daemon [2019-09-27T16:19:26.677Z] daemon.go:448: [d85a73e63a8ee] Daemon stopped [2019-09-27T16:19:26.677Z] --- PASS: TestExternalGraphDriver/pull (1.88s) [2019-09-27T16:19:26.677Z] === RUN TestGraphdriverPluginV2 [2019-09-27T16:19:29.207Z] PASS: docker_cli_service_create_test.go:215: DockerSwarmSuite.TestServiceCreateWithConfigSimple 1.800s [2019-09-27T16:19:31.734Z] --- PASS: TestGraphdriverPluginV2 (4.78s) [2019-09-27T16:19:31.734Z] external_test.go:413: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2 [2019-09-27T16:19:31.734Z] daemon.go:325: [d56261ba5bd25] waiting for daemon to start [2019-09-27T16:19:31.734Z] daemon.go:325: [d56261ba5bd25] waiting for daemon to start [2019-09-27T16:19:31.734Z] daemon.go:353: [d56261ba5bd25] daemon started [2019-09-27T16:19:31.734Z] daemon.go:461: [d56261ba5bd25] Stopping daemon [2019-09-27T16:19:31.734Z] daemon.go:296: [d56261ba5bd25] exiting daemon [2019-09-27T16:19:31.734Z] daemon.go:448: [d56261ba5bd25] Daemon stopped [2019-09-27T16:19:31.734Z] daemon.go:325: [d56261ba5bd25] waiting for daemon to start [2019-09-27T16:19:31.735Z] daemon.go:325: [d56261ba5bd25] waiting for daemon to start [2019-09-27T16:19:31.735Z] daemon.go:353: [d56261ba5bd25] daemon started [2019-09-27T16:19:31.735Z] daemon.go:461: [d56261ba5bd25] Stopping daemon [2019-09-27T16:19:31.735Z] daemon.go:296: [d56261ba5bd25] exiting daemon [2019-09-27T16:19:31.735Z] daemon.go:448: [d56261ba5bd25] Daemon stopped [2019-09-27T16:19:31.735Z] PASS [2019-09-27T16:19:31.735Z] [2019-09-27T16:19:31.735Z] DONE 5 tests in 11.201s [2019-09-27T16:19:31.735Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-27T16:19:31.735Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:19:31.735Z] ++ set -e [2019-09-27T16:19:31.735Z] ++ '[' -n 0 ']' [2019-09-27T16:19:31.735Z] ++ set -x [2019-09-27T16:19:31.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-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:19:31.735Z] INFO: Testing against a local daemon [2019-09-27T16:19:31.735Z] === RUN TestContinueAfterPluginCrash [2019-09-27T16:19:31.735Z] === PAUSE TestContinueAfterPluginCrash [2019-09-27T16:19:31.735Z] === RUN TestDaemonStartWithLogOpt [2019-09-27T16:19:31.735Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-27T16:19:31.735Z] === CONT TestContinueAfterPluginCrash [2019-09-27T16:19:31.735Z] === CONT TestDaemonStartWithLogOpt [2019-09-27T16:19:31.740Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-09-27T16:19:32.303Z] PASS: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow 5.830s [2019-09-27T16:19:32.868Z] PASS: docker_cli_service_create_test.go:249: DockerSwarmSuite.TestServiceCreateWithConfigSourceTargetPaths 3.061s [2019-09-27T16:19:33.433Z] PASS: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout 1.039s [2019-09-27T16:19:34.808Z] PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail 1.396s [2019-09-27T16:19:36.182Z] PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps 1.168s [2019-09-27T16:19:37.114Z] PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails 1.223s [2019-09-27T16:19:37.680Z] PASS: docker_cli_run_test.go:2913: DockerSuite.TestMountIntoProc 0.597s [2019-09-27T16:19:39.055Z] PASS: docker_cli_run_test.go:2922: DockerSuite.TestMountIntoSys 1.193s [2019-09-27T16:19:43.240Z] PASS: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname 3.495s [2019-09-27T16:19:43.240Z] PASS: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost 0.561s [2019-09-27T16:19:45.139Z] PASS: docker_cli_events_unix_test.go:195: DockerSuite.TestNetworkEvents 1.985s [2019-09-27T16:19:48.415Z] --- PASS: TestDaemonStartWithLogOpt (16.23s) [2019-09-27T16:19:48.415Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-27T16:19:48.415Z] daemon.go:325: [d1baa61054b89] waiting for daemon to start [2019-09-27T16:19:48.415Z] daemon.go:325: [d1baa61054b89] waiting for daemon to start [2019-09-27T16:19:48.415Z] daemon.go:353: [d1baa61054b89] daemon started [2019-09-27T16:19:48.415Z] daemon.go:461: [d1baa61054b89] Stopping daemon [2019-09-27T16:19:48.415Z] daemon.go:296: [d1baa61054b89] exiting daemon [2019-09-27T16:19:48.415Z] daemon.go:448: [d1baa61054b89] Daemon stopped [2019-09-27T16:19:48.415Z] daemon.go:325: [d1baa61054b89] waiting for daemon to start [2019-09-27T16:19:48.415Z] daemon.go:325: [d1baa61054b89] waiting for daemon to start [2019-09-27T16:19:48.415Z] daemon.go:353: [d1baa61054b89] daemon started [2019-09-27T16:19:48.415Z] daemon.go:461: [d1baa61054b89] Stopping daemon [2019-09-27T16:19:48.415Z] daemon.go:296: [d1baa61054b89] exiting daemon [2019-09-27T16:19:48.415Z] daemon.go:448: [d1baa61054b89] Daemon stopped [2019-09-27T16:19:48.415Z] PASS: docker_cli_run_test.go:3517: DockerSuite.TestNetworkRmWithActiveContainers 2.503s [2019-09-27T16:19:48.979Z] PASS: docker_cli_run_test.go:2699: DockerSuite.TestPermissionsPtsReadonlyRootfs 0.839s [2019-09-27T16:19:50.227Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-09-27T16:19:50.883Z] PASS: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive 1.809s [2019-09-27T16:19:51.448Z] PASS: docker_cli_service_create_test.go:415: DockerSwarmSuite.TestServiceCreateWithNetworkAlias 17.674s [2019-09-27T16:19:53.349Z] --- PASS: TestContinueAfterPluginCrash (21.72s) [2019-09-27T16:19:53.349Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-27T16:19:53.349Z] daemon.go:325: [d7a70e94afa24] waiting for daemon to start [2019-09-27T16:19:53.349Z] daemon.go:325: [d7a70e94afa24] waiting for daemon to start [2019-09-27T16:19:53.349Z] daemon.go:353: [d7a70e94afa24] daemon started [2019-09-27T16:19:53.349Z] daemon.go:461: [d7a70e94afa24] Stopping daemon [2019-09-27T16:19:53.349Z] daemon.go:296: [d7a70e94afa24] exiting daemon [2019-09-27T16:19:53.349Z] daemon.go:448: [d7a70e94afa24] Daemon stopped [2019-09-27T16:19:53.349Z] PASS [2019-09-27T16:19:53.349Z] [2019-09-27T16:19:53.349Z] DONE 2 tests in 21.804s [2019-09-27T16:19:53.349Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-27T16:19:53.349Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:19:53.349Z] ++ set -e [2019-09-27T16:19:53.349Z] ++ '[' -n 0 ']' [2019-09-27T16:19:53.349Z] ++ set -x [2019-09-27T16:19:53.349Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:19:53.606Z] INFO: Testing against a local daemon [2019-09-27T16:19:53.606Z] === RUN TestPluginWithDevMounts [2019-09-27T16:19:53.606Z] === PAUSE TestPluginWithDevMounts [2019-09-27T16:19:53.606Z] === CONT TestPluginWithDevMounts [2019-09-27T16:19:56.904Z] --- PASS: TestPluginWithDevMounts (2.76s) [2019-09-27T16:19:56.904Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-27T16:19:56.904Z] daemon.go:325: [daa824825a0de] waiting for daemon to start [2019-09-27T16:19:56.904Z] daemon.go:325: [daa824825a0de] waiting for daemon to start [2019-09-27T16:19:56.904Z] daemon.go:353: [daa824825a0de] daemon started [2019-09-27T16:19:56.904Z] daemon.go:461: [daa824825a0de] Stopping daemon [2019-09-27T16:19:56.904Z] daemon.go:296: [daa824825a0de] exiting daemon [2019-09-27T16:19:56.904Z] daemon.go:448: [daa824825a0de] Daemon stopped [2019-09-27T16:19:56.904Z] PASS [2019-09-27T16:19:56.904Z] [2019-09-27T16:19:56.904Z] DONE 1 tests in 2.855s [2019-09-27T16:19:56.904Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-09-27T16:19:56.904Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:19:56.904Z] ++ set -e [2019-09-27T16:19:56.904Z] ++ '[' -n 0 ']' [2019-09-27T16:19:56.904Z] ++ set -x [2019-09-27T16:19:56.904Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:19:56.904Z] INFO: Testing against a local daemon [2019-09-27T16:19:56.904Z] === RUN TestSecretInspect [2019-09-27T16:19:56.904Z] PASS: docker_cli_service_create_test.go:167: DockerSwarmSuite.TestServiceCreateWithSecretReferencedTwice 4.108s [2019-09-27T16:19:58.797Z] --- PASS: TestSecretInspect (2.31s) [2019-09-27T16:19:58.797Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-27T16:19:58.797Z] daemon.go:325: [d70272e9cba18] waiting for daemon to start [2019-09-27T16:19:58.797Z] daemon.go:325: [d70272e9cba18] waiting for daemon to start [2019-09-27T16:19:58.797Z] daemon.go:353: [d70272e9cba18] daemon started [2019-09-27T16:19:58.797Z] daemon.go:461: [d70272e9cba18] Stopping daemon [2019-09-27T16:19:58.797Z] daemon.go:296: [d70272e9cba18] exiting daemon [2019-09-27T16:19:58.797Z] daemon.go:448: [d70272e9cba18] Daemon stopped [2019-09-27T16:19:58.797Z] === RUN TestSecretList [2019-09-27T16:19:59.728Z] PASS: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork 9.032s [2019-09-27T16:19:59.728Z] SKIP: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows (unmatched requirement DaemonIsWindows) [2019-09-27T16:19:59.728Z] PASS: docker_cli_service_create_test.go:67: DockerSwarmSuite.TestServiceCreateWithSecretSimple 1.839s [2019-09-27T16:20:00.661Z] PASS: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs 0.889s [2019-09-27T16:20:01.227Z] --- PASS: TestSecretList (2.44s) [2019-09-27T16:20:01.227Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-27T16:20:01.227Z] daemon.go:325: [da101437d46ed] waiting for daemon to start [2019-09-27T16:20:01.227Z] daemon.go:325: [da101437d46ed] waiting for daemon to start [2019-09-27T16:20:01.227Z] daemon.go:353: [da101437d46ed] daemon started [2019-09-27T16:20:01.227Z] daemon.go:461: [da101437d46ed] Stopping daemon [2019-09-27T16:20:01.227Z] daemon.go:296: [da101437d46ed] exiting daemon [2019-09-27T16:20:01.227Z] daemon.go:448: [da101437d46ed] Daemon stopped [2019-09-27T16:20:01.227Z] === RUN TestSecretsCreateAndDelete [2019-09-27T16:20:03.751Z] --- PASS: TestSecretsCreateAndDelete (2.08s) [2019-09-27T16:20:03.751Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-27T16:20:03.751Z] daemon.go:325: [dd6dae41e2301] waiting for daemon to start [2019-09-27T16:20:03.751Z] daemon.go:325: [dd6dae41e2301] waiting for daemon to start [2019-09-27T16:20:03.751Z] daemon.go:353: [dd6dae41e2301] daemon started [2019-09-27T16:20:03.751Z] daemon.go:461: [dd6dae41e2301] Stopping daemon [2019-09-27T16:20:03.751Z] daemon.go:296: [dd6dae41e2301] exiting daemon [2019-09-27T16:20:03.751Z] daemon.go:448: [dd6dae41e2301] Daemon stopped [2019-09-27T16:20:03.751Z] === RUN TestSecretsUpdate [2019-09-27T16:20:04.314Z] PASS: docker_cli_service_create_test.go:101: DockerSwarmSuite.TestServiceCreateWithSecretSourceTargetPaths 3.724s [2019-09-27T16:20:04.571Z] PASS: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver 3.996s [2019-09-27T16:20:05.502Z] --- PASS: TestSecretsUpdate (2.21s) [2019-09-27T16:20:05.502Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-27T16:20:05.502Z] daemon.go:325: [dddf4f1b57a76] waiting for daemon to start [2019-09-27T16:20:05.502Z] daemon.go:325: [dddf4f1b57a76] waiting for daemon to start [2019-09-27T16:20:05.502Z] daemon.go:353: [dddf4f1b57a76] daemon started [2019-09-27T16:20:05.502Z] daemon.go:461: [dddf4f1b57a76] Stopping daemon [2019-09-27T16:20:05.502Z] daemon.go:296: [dddf4f1b57a76] exiting daemon [2019-09-27T16:20:05.502Z] daemon.go:448: [dddf4f1b57a76] Daemon stopped [2019-09-27T16:20:05.502Z] === RUN TestTemplatedSecret [2019-09-27T16:20:06.433Z] PASS: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList 1.467s [2019-09-27T16:20:08.330Z] --- PASS: TestTemplatedSecret (2.98s) [2019-09-27T16:20:08.331Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-27T16:20:08.331Z] daemon.go:325: [dcb63c49e1cfd] waiting for daemon to start [2019-09-27T16:20:08.331Z] daemon.go:325: [dcb63c49e1cfd] waiting for daemon to start [2019-09-27T16:20:08.331Z] daemon.go:353: [dcb63c49e1cfd] daemon started [2019-09-27T16:20:08.331Z] daemon.go:461: [dcb63c49e1cfd] Stopping daemon [2019-09-27T16:20:08.331Z] daemon.go:296: [dcb63c49e1cfd] exiting daemon [2019-09-27T16:20:08.331Z] daemon.go:448: [dcb63c49e1cfd] Daemon stopped [2019-09-27T16:20:08.331Z] === RUN TestSecretCreateResolve [2019-09-27T16:20:08.588Z] PASS: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector 2.390s [2019-09-27T16:20:11.111Z] --- PASS: TestSecretCreateResolve (2.36s) [2019-09-27T16:20:11.111Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-27T16:20:11.111Z] daemon.go:325: [d20dcc90a1c90] waiting for daemon to start [2019-09-27T16:20:11.111Z] daemon.go:325: [d20dcc90a1c90] waiting for daemon to start [2019-09-27T16:20:11.111Z] daemon.go:353: [d20dcc90a1c90] daemon started [2019-09-27T16:20:11.111Z] daemon.go:461: [d20dcc90a1c90] Stopping daemon [2019-09-27T16:20:11.111Z] daemon.go:296: [d20dcc90a1c90] exiting daemon [2019-09-27T16:20:11.111Z] daemon.go:448: [d20dcc90a1c90] Daemon stopped [2019-09-27T16:20:11.111Z] PASS [2019-09-27T16:20:11.111Z] [2019-09-27T16:20:11.111Z] DONE 6 tests in 14.467s [2019-09-27T16:20:11.111Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-09-27T16:20:11.111Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:20:11.111Z] ++ set -e [2019-09-27T16:20:11.111Z] ++ '[' -n 0 ']' [2019-09-27T16:20:11.111Z] ++ set -x [2019-09-27T16:20:11.111Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:20:11.111Z] INFO: Testing against a local daemon [2019-09-27T16:20:11.111Z] === RUN TestServiceCreateInit [2019-09-27T16:20:11.111Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-27T16:20:12.043Z] PASS: docker_cli_service_health_test.go:21: DockerSwarmSuite.TestServiceHealthRun 7.179s [2019-09-27T16:20:13.675Z] PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir 113.499s [2019-09-27T16:20:13.675Z] PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile 0.079s [2019-09-27T16:20:13.675Z] SKIP: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:13.675Z] SKIP: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:13.675Z] PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint 0.565s [2019-09-27T16:20:13.675Z] PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance 1.158s [2019-09-27T16:20:13.675Z] SKIP: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:13.675Z] PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume 0.529s [2019-09-27T16:20:13.675Z] PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint 0.490s [2019-09-27T16:20:14.570Z] PASS: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade 5.334s [2019-09-27T16:20:16.473Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-27T16:20:16.730Z] PASS: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox 2.212s [2019-09-27T16:20:18.101Z] PASS: docker_cli_service_health_test.go:83: DockerSwarmSuite.TestServiceHealthStart 5.697s [2019-09-27T16:20:18.387Z] PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild 5.504s [2019-09-27T16:20:18.666Z] PASS: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding 1.911s [2019-09-27T16:20:21.192Z] PASS: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding 1.999s [2019-09-27T16:20:21.338Z] PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect 3.227s [2019-09-27T16:20:22.133Z] --- PASS: TestServiceCreateInit (11.14s) [2019-09-27T16:20:22.133Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.62s) [2019-09-27T16:20:22.133Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-27T16:20:22.133Z] daemon.go:325: [dadf707cc7c3c] waiting for daemon to start [2019-09-27T16:20:22.133Z] daemon.go:325: [dadf707cc7c3c] waiting for daemon to start [2019-09-27T16:20:22.133Z] daemon.go:353: [dadf707cc7c3c] daemon started [2019-09-27T16:20:22.133Z] daemon.go:461: [dadf707cc7c3c] Stopping daemon [2019-09-27T16:20:22.133Z] daemon.go:296: [dadf707cc7c3c] exiting daemon [2019-09-27T16:20:22.133Z] daemon.go:448: [dadf707cc7c3c] Daemon stopped [2019-09-27T16:20:22.133Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.48s) [2019-09-27T16:20:22.133Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-27T16:20:22.133Z] daemon.go:325: [d424a8224354a] waiting for daemon to start [2019-09-27T16:20:22.133Z] daemon.go:325: [d424a8224354a] waiting for daemon to start [2019-09-27T16:20:22.133Z] daemon.go:353: [d424a8224354a] daemon started [2019-09-27T16:20:22.133Z] daemon.go:461: [d424a8224354a] Stopping daemon [2019-09-27T16:20:22.133Z] daemon.go:296: [d424a8224354a] exiting daemon [2019-09-27T16:20:22.133Z] daemon.go:448: [d424a8224354a] Daemon stopped [2019-09-27T16:20:22.133Z] === RUN TestCreateServiceMultipleTimes [2019-09-27T16:20:22.775Z] --- PASS: TestDockerNetworkIpvlan (117.43s) [2019-09-27T16:20:22.775Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-27T16:20:22.775Z] daemon.go:325: [d1feaa6f42180] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:325: [d1feaa6f42180] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:353: [d1feaa6f42180] daemon started [2019-09-27T16:20:22.775Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.08s) [2019-09-27T16:20:22.775Z] daemon.go:461: [d1feaa6f42180] Stopping daemon [2019-09-27T16:20:22.775Z] daemon.go:296: [d1feaa6f42180] exiting daemon [2019-09-27T16:20:22.775Z] daemon.go:448: [d1feaa6f42180] Daemon stopped [2019-09-27T16:20:22.775Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-27T16:20:22.775Z] daemon.go:325: [d3833cc058f6d] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:325: [d3833cc058f6d] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:353: [d3833cc058f6d] daemon started [2019-09-27T16:20:22.775Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.05s) [2019-09-27T16:20:22.775Z] daemon.go:461: [d3833cc058f6d] Stopping daemon [2019-09-27T16:20:22.775Z] daemon.go:296: [d3833cc058f6d] exiting daemon [2019-09-27T16:20:22.775Z] daemon.go:448: [d3833cc058f6d] Daemon stopped [2019-09-27T16:20:22.775Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-27T16:20:22.775Z] daemon.go:325: [d42c5d98195d1] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:325: [d42c5d98195d1] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:353: [d42c5d98195d1] daemon started [2019-09-27T16:20:22.775Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.21s) [2019-09-27T16:20:22.775Z] daemon.go:461: [d42c5d98195d1] Stopping daemon [2019-09-27T16:20:22.775Z] daemon.go:296: [d42c5d98195d1] exiting daemon [2019-09-27T16:20:22.775Z] daemon.go:448: [d42c5d98195d1] Daemon stopped [2019-09-27T16:20:22.775Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-27T16:20:22.775Z] daemon.go:325: [d2c55d17ff0ce] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:325: [d2c55d17ff0ce] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:353: [d2c55d17ff0ce] daemon started [2019-09-27T16:20:22.775Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.21s) [2019-09-27T16:20:22.775Z] daemon.go:461: [d2c55d17ff0ce] Stopping daemon [2019-09-27T16:20:22.775Z] daemon.go:296: [d2c55d17ff0ce] exiting daemon [2019-09-27T16:20:22.775Z] daemon.go:448: [d2c55d17ff0ce] Daemon stopped [2019-09-27T16:20:22.775Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-27T16:20:22.775Z] daemon.go:325: [d70a5b39413c7] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:325: [d70a5b39413c7] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:353: [d70a5b39413c7] daemon started [2019-09-27T16:20:22.775Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (16.33s) [2019-09-27T16:20:22.775Z] daemon.go:461: [d70a5b39413c7] Stopping daemon [2019-09-27T16:20:22.775Z] daemon.go:296: [d70a5b39413c7] exiting daemon [2019-09-27T16:20:22.775Z] daemon.go:448: [d70a5b39413c7] Daemon stopped [2019-09-27T16:20:22.775Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-27T16:20:22.775Z] daemon.go:325: [dab91175e024a] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:325: [dab91175e024a] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:353: [dab91175e024a] daemon started [2019-09-27T16:20:22.775Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (17.24s) [2019-09-27T16:20:22.775Z] daemon.go:461: [dab91175e024a] Stopping daemon [2019-09-27T16:20:22.775Z] daemon.go:296: [dab91175e024a] exiting daemon [2019-09-27T16:20:22.775Z] daemon.go:448: [dab91175e024a] Daemon stopped [2019-09-27T16:20:22.775Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-27T16:20:22.775Z] daemon.go:325: [df80b8fb8a08e] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:325: [df80b8fb8a08e] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:353: [df80b8fb8a08e] daemon started [2019-09-27T16:20:22.775Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (18.37s) [2019-09-27T16:20:22.775Z] daemon.go:461: [df80b8fb8a08e] Stopping daemon [2019-09-27T16:20:22.775Z] daemon.go:296: [df80b8fb8a08e] exiting daemon [2019-09-27T16:20:22.775Z] daemon.go:448: [df80b8fb8a08e] Daemon stopped [2019-09-27T16:20:22.775Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-27T16:20:22.775Z] daemon.go:325: [d1038eea5fd53] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:325: [d1038eea5fd53] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:353: [d1038eea5fd53] daemon started [2019-09-27T16:20:22.775Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (18.37s) [2019-09-27T16:20:22.775Z] daemon.go:461: [d1038eea5fd53] Stopping daemon [2019-09-27T16:20:22.775Z] daemon.go:296: [d1038eea5fd53] exiting daemon [2019-09-27T16:20:22.775Z] daemon.go:448: [d1038eea5fd53] Daemon stopped [2019-09-27T16:20:22.775Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-27T16:20:22.775Z] daemon.go:325: [d0c909e2efb2f] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:325: [d0c909e2efb2f] waiting for daemon to start [2019-09-27T16:20:22.775Z] daemon.go:353: [d0c909e2efb2f] daemon started [2019-09-27T16:20:22.775Z] --- PASS: TestDockerNetworkIpvlan/Addressing (32.03s) [2019-09-27T16:20:22.775Z] daemon.go:461: [d0c909e2efb2f] Stopping daemon [2019-09-27T16:20:22.775Z] daemon.go:296: [d0c909e2efb2f] exiting daemon [2019-09-27T16:20:22.775Z] daemon.go:448: [d0c909e2efb2f] Daemon stopped [2019-09-27T16:20:22.775Z] PASS [2019-09-27T16:20:22.775Z] [2019-09-27T16:20:22.775Z] DONE 11 tests in 119.021s [2019-09-27T16:20:22.775Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-27T16:20:22.775Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:20:22.775Z] ++ set -e [2019-09-27T16:20:22.775Z] ++ '[' -n 0 ']' [2019-09-27T16:20:22.775Z] ++ set -x [2019-09-27T16:20:22.776Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:20:22.776Z] INFO: Testing against a local daemon [2019-09-27T16:20:22.776Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-27T16:20:22.776Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.50s) [2019-09-27T16:20:22.776Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-27T16:20:22.776Z] daemon.go:325: [da2dda6b664c3] waiting for daemon to start [2019-09-27T16:20:22.776Z] daemon.go:325: [da2dda6b664c3] waiting for daemon to start [2019-09-27T16:20:22.776Z] daemon.go:353: [da2dda6b664c3] daemon started [2019-09-27T16:20:22.776Z] daemon.go:461: [da2dda6b664c3] Stopping daemon [2019-09-27T16:20:22.776Z] daemon.go:296: [da2dda6b664c3] exiting daemon [2019-09-27T16:20:22.776Z] daemon.go:448: [da2dda6b664c3] Daemon stopped [2019-09-27T16:20:22.776Z] daemon.go:325: [da2dda6b664c3] waiting for daemon to start [2019-09-27T16:20:22.776Z] daemon.go:325: [da2dda6b664c3] waiting for daemon to start [2019-09-27T16:20:22.776Z] daemon.go:353: [da2dda6b664c3] daemon started [2019-09-27T16:20:22.776Z] daemon.go:461: [da2dda6b664c3] Stopping daemon [2019-09-27T16:20:22.776Z] daemon.go:296: [da2dda6b664c3] exiting daemon [2019-09-27T16:20:22.776Z] daemon.go:448: [da2dda6b664c3] Daemon stopped [2019-09-27T16:20:22.776Z] === RUN TestDockerNetworkMacvlan [2019-09-27T16:20:23.397Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-27T16:20:24.417Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-27T16:20:25.428Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-27T16:20:27.144Z] PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup 5.443s [2019-09-27T16:20:27.145Z] SKIP: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:27.145Z] SKIP: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:27.145Z] SKIP: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:27.145Z] SKIP: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:27.145Z] SKIP: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2 (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:28.141Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-27T16:20:30.962Z] PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy 3.588s [2019-09-27T16:20:30.962Z] SKIP: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:30.962Z] SKIP: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:30.962Z] SKIP: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:31.621Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-27T16:20:31.933Z] PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume 0.925s [2019-09-27T16:20:32.095Z] PASS: docker_cli_service_logs_test.go:25: DockerSwarmSuite.TestServiceLogs 3.240s [2019-09-27T16:20:32.355Z] PASS: docker_cli_port_test.go:16: DockerSuite.TestPortList 11.695s [2019-09-27T16:20:34.878Z] PASS: docker_api_containers_test.go:1302: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint 1.989s [2019-09-27T16:20:37.739Z] PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir 5.574s [2019-09-27T16:20:42.985Z] PASS: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach 7.001s [2019-09-27T16:20:42.986Z] PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound 0.001s [2019-09-27T16:20:42.986Z] PASS: docker_api_containers_test.go:1567: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted 0.056s [2019-09-27T16:20:43.549Z] PASS: docker_api_containers_test.go:1481: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted 0.806s [2019-09-27T16:20:43.549Z] PASS: docker_api_containers_test.go:1463: DockerSuite.TestPostContainersCreateShmSizeNegative 0.002s [2019-09-27T16:20:43.549Z] --- PASS: TestCreateServiceMultipleTimes (21.44s) [2019-09-27T16:20:43.549Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-27T16:20:43.549Z] daemon.go:325: [d5c74e5ea8faf] waiting for daemon to start [2019-09-27T16:20:43.549Z] daemon.go:325: [d5c74e5ea8faf] waiting for daemon to start [2019-09-27T16:20:43.549Z] daemon.go:353: [d5c74e5ea8faf] daemon started [2019-09-27T16:20:43.549Z] daemon.go:461: [d5c74e5ea8faf] Stopping daemon [2019-09-27T16:20:43.549Z] daemon.go:296: [d5c74e5ea8faf] exiting daemon [2019-09-27T16:20:43.549Z] daemon.go:448: [d5c74e5ea8faf] Daemon stopped [2019-09-27T16:20:43.549Z] === RUN TestCreateServiceConflict [2019-09-27T16:20:44.480Z] PASS: docker_api_containers_test.go:1509: DockerSuite.TestPostContainersCreateShmSizeOmitted 0.964s [2019-09-27T16:20:44.480Z] PASS: docker_api_containers_test.go:1592: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange 0.004s [2019-09-27T16:20:45.411Z] PASS: docker_api_containers_test.go:1536: DockerSuite.TestPostContainersCreateWithShmSize 0.818s [2019-09-27T16:20:45.411Z] PASS: docker_api_containers_test.go:1359: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop 0.119s [2019-09-27T16:20:45.668Z] --- PASS: TestCreateServiceConflict (2.14s) [2019-09-27T16:20:45.668Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-27T16:20:45.668Z] daemon.go:325: [db10d4df56322] waiting for daemon to start [2019-09-27T16:20:45.668Z] daemon.go:325: [db10d4df56322] waiting for daemon to start [2019-09-27T16:20:45.668Z] daemon.go:353: [db10d4df56322] daemon started [2019-09-27T16:20:45.668Z] daemon.go:461: [db10d4df56322] Stopping daemon [2019-09-27T16:20:45.668Z] daemon.go:296: [db10d4df56322] exiting daemon [2019-09-27T16:20:45.669Z] daemon.go:448: [db10d4df56322] Daemon stopped [2019-09-27T16:20:45.669Z] === RUN TestCreateServiceMaxReplicas [2019-09-27T16:20:46.599Z] PASS: docker_cli_service_logs_test.go:72: DockerSwarmSuite.TestServiceLogsCompleteness 3.378s [2019-09-27T16:20:47.164Z] PASS: docker_api_containers_test.go:1330: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd 1.869s [2019-09-27T16:20:47.164Z] PASS: docker_api_containers_test.go:1430: DockerSuite.TestPostContainersCreateWithWrongCpusetValues 0.006s [2019-09-27T16:20:49.061Z] --- PASS: TestCreateServiceMaxReplicas (3.37s) [2019-09-27T16:20:49.061Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-27T16:20:49.061Z] daemon.go:325: [d574026d64e57] waiting for daemon to start [2019-09-27T16:20:49.061Z] daemon.go:325: [d574026d64e57] waiting for daemon to start [2019-09-27T16:20:49.061Z] daemon.go:353: [d574026d64e57] daemon started [2019-09-27T16:20:49.061Z] daemon.go:461: [d574026d64e57] Stopping daemon [2019-09-27T16:20:49.061Z] daemon.go:296: [d574026d64e57] exiting daemon [2019-09-27T16:20:49.061Z] daemon.go:448: [d574026d64e57] Daemon stopped [2019-09-27T16:20:49.061Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-27T16:20:50.100Z] --- PASS: TestDockerNetworkMacvlan (25.55s) [2019-09-27T16:20:50.100Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:20:50.100Z] daemon.go:325: [d9527ca5db978] waiting for daemon to start [2019-09-27T16:20:50.100Z] daemon.go:325: [d9527ca5db978] waiting for daemon to start [2019-09-27T16:20:50.100Z] daemon.go:353: [d9527ca5db978] daemon started [2019-09-27T16:20:50.100Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2019-09-27T16:20:50.100Z] daemon.go:461: [d9527ca5db978] Stopping daemon [2019-09-27T16:20:50.100Z] daemon.go:296: [d9527ca5db978] exiting daemon [2019-09-27T16:20:50.100Z] daemon.go:448: [d9527ca5db978] Daemon stopped [2019-09-27T16:20:50.100Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:20:50.100Z] daemon.go:325: [d50167a846c24] waiting for daemon to start [2019-09-27T16:20:50.100Z] daemon.go:325: [d50167a846c24] waiting for daemon to start [2019-09-27T16:20:50.100Z] daemon.go:353: [d50167a846c24] daemon started [2019-09-27T16:20:50.100Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-09-27T16:20:50.100Z] daemon.go:461: [d50167a846c24] Stopping daemon [2019-09-27T16:20:50.100Z] daemon.go:296: [d50167a846c24] exiting daemon [2019-09-27T16:20:50.100Z] daemon.go:448: [d50167a846c24] Daemon stopped [2019-09-27T16:20:50.100Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:20:50.100Z] daemon.go:325: [dba0546b20355] waiting for daemon to start [2019-09-27T16:20:50.100Z] daemon.go:325: [dba0546b20355] waiting for daemon to start [2019-09-27T16:20:50.100Z] daemon.go:353: [dba0546b20355] daemon started [2019-09-27T16:20:50.100Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.32s) [2019-09-27T16:20:50.100Z] daemon.go:461: [dba0546b20355] Stopping daemon [2019-09-27T16:20:50.100Z] daemon.go:296: [dba0546b20355] exiting daemon [2019-09-27T16:20:50.100Z] daemon.go:448: [dba0546b20355] Daemon stopped [2019-09-27T16:20:50.100Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:20:50.100Z] daemon.go:325: [d5128bcfe8818] waiting for daemon to start [2019-09-27T16:20:50.100Z] daemon.go:325: [d5128bcfe8818] waiting for daemon to start [2019-09-27T16:20:50.100Z] daemon.go:353: [d5128bcfe8818] daemon started [2019-09-27T16:20:50.100Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.24s) [2019-09-27T16:20:50.100Z] daemon.go:461: [d5128bcfe8818] Stopping daemon [2019-09-27T16:20:50.100Z] daemon.go:296: [d5128bcfe8818] exiting daemon [2019-09-27T16:20:50.100Z] daemon.go:448: [d5128bcfe8818] Daemon stopped [2019-09-27T16:20:50.100Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-27T16:20:50.100Z] daemon.go:325: [d9fbe65f44101] waiting for daemon to start [2019-09-27T16:20:50.100Z] daemon.go:325: [d9fbe65f44101] waiting for daemon to start [2019-09-27T16:20:50.100Z] daemon.go:353: [d9fbe65f44101] daemon started [2019-09-27T16:20:50.100Z] --- PASS: TestDockerNetworkMacvlan/Addressing (16.04s) [2019-09-27T16:20:50.100Z] daemon.go:461: [d9fbe65f44101] Stopping daemon [2019-09-27T16:20:50.100Z] daemon.go:296: [d9fbe65f44101] exiting daemon [2019-09-27T16:20:50.100Z] daemon.go:448: [d9fbe65f44101] Daemon stopped [2019-09-27T16:20:50.100Z] PASS [2019-09-27T16:20:50.100Z] [2019-09-27T16:20:50.100Z] DONE 7 tests in 27.156s [2019-09-27T16:20:50.100Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-27T16:20:50.100Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:20:50.100Z] ++ set -e [2019-09-27T16:20:50.100Z] ++ '[' -n 0 ']' [2019-09-27T16:20:50.100Z] ++ set -x [2019-09-27T16:20:50.101Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:20:50.101Z] testing: warning: no tests to run [2019-09-27T16:20:50.101Z] PASS [2019-09-27T16:20:50.101Z] [2019-09-27T16:20:50.101Z] DONE 0 tests in 0.024s [2019-09-27T16:20:50.101Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-27T16:20:50.101Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:20:50.101Z] ++ set -e [2019-09-27T16:20:50.101Z] ++ '[' -n 0 ']' [2019-09-27T16:20:50.101Z] ++ set -x [2019-09-27T16:20:50.101Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:20:50.101Z] INFO: Testing against a local daemon [2019-09-27T16:20:50.101Z] === RUN TestAuthZPluginAllowRequest [2019-09-27T16:20:50.101Z] --- PASS: TestAuthZPluginAllowRequest (1.71s) [2019-09-27T16:20:50.101Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-27T16:20:50.101Z] daemon.go:325: [d21c2927779a8] waiting for daemon to start [2019-09-27T16:20:50.101Z] daemon.go:325: [d21c2927779a8] waiting for daemon to start [2019-09-27T16:20:50.101Z] daemon.go:353: [d21c2927779a8] daemon started [2019-09-27T16:20:50.101Z] daemon.go:461: [d21c2927779a8] Stopping daemon [2019-09-27T16:20:50.101Z] daemon.go:296: [d21c2927779a8] exiting daemon [2019-09-27T16:20:50.101Z] daemon.go:448: [d21c2927779a8] Daemon stopped [2019-09-27T16:20:50.101Z] === RUN TestAuthZPluginTLS [2019-09-27T16:20:50.384Z] --- PASS: TestAuthZPluginTLS (0.60s) [2019-09-27T16:20:50.384Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-27T16:20:50.384Z] daemon.go:325: [d02160ad7870a] waiting for daemon to start [2019-09-27T16:20:50.384Z] daemon.go:325: [d02160ad7870a] waiting for daemon to start [2019-09-27T16:20:50.384Z] daemon.go:353: [d02160ad7870a] daemon started [2019-09-27T16:20:50.384Z] daemon.go:461: [d02160ad7870a] Stopping daemon [2019-09-27T16:20:50.384Z] daemon.go:296: [d02160ad7870a] exiting daemon [2019-09-27T16:20:50.384Z] daemon.go:448: [d02160ad7870a] Daemon stopped [2019-09-27T16:20:50.384Z] === RUN TestAuthZPluginDenyRequest [2019-09-27T16:20:51.006Z] --- PASS: TestAuthZPluginDenyRequest (0.58s) [2019-09-27T16:20:51.006Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-27T16:20:51.006Z] daemon.go:325: [df032f1fbef84] waiting for daemon to start [2019-09-27T16:20:51.006Z] daemon.go:325: [df032f1fbef84] waiting for daemon to start [2019-09-27T16:20:51.006Z] daemon.go:353: [df032f1fbef84] daemon started [2019-09-27T16:20:51.006Z] daemon.go:461: [df032f1fbef84] Stopping daemon [2019-09-27T16:20:51.006Z] daemon.go:296: [df032f1fbef84] exiting daemon [2019-09-27T16:20:51.006Z] daemon.go:448: [df032f1fbef84] Daemon stopped [2019-09-27T16:20:51.006Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-27T16:20:51.585Z] PASS: docker_cli_prune_unix_test.go:134: DockerSuite.TestPruneContainerLabel 4.171s [2019-09-27T16:20:51.622Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-09-27T16:20:51.622Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-27T16:20:51.622Z] daemon.go:325: [d25da0223fcd7] waiting for daemon to start [2019-09-27T16:20:51.622Z] daemon.go:325: [d25da0223fcd7] waiting for daemon to start [2019-09-27T16:20:51.622Z] daemon.go:353: [d25da0223fcd7] daemon started [2019-09-27T16:20:51.622Z] daemon.go:461: [d25da0223fcd7] Stopping daemon [2019-09-27T16:20:51.622Z] daemon.go:296: [d25da0223fcd7] exiting daemon [2019-09-27T16:20:51.622Z] daemon.go:448: [d25da0223fcd7] Daemon stopped [2019-09-27T16:20:51.622Z] === RUN TestAuthZPluginDenyResponse [2019-09-27T16:20:52.240Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-09-27T16:20:52.240Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-27T16:20:52.240Z] daemon.go:325: [de3b3a55ff96b] waiting for daemon to start [2019-09-27T16:20:52.240Z] daemon.go:325: [de3b3a55ff96b] waiting for daemon to start [2019-09-27T16:20:52.240Z] daemon.go:353: [de3b3a55ff96b] daemon started [2019-09-27T16:20:52.240Z] daemon.go:461: [de3b3a55ff96b] Stopping daemon [2019-09-27T16:20:52.240Z] daemon.go:296: [de3b3a55ff96b] exiting daemon [2019-09-27T16:20:52.240Z] daemon.go:448: [de3b3a55ff96b] Daemon stopped [2019-09-27T16:20:52.240Z] === RUN TestAuthZPluginAllowEventStream [2019-09-27T16:20:53.480Z] PASS: docker_cli_prune_unix_test.go:114: DockerSuite.TestPruneContainerUntil 1.891s [2019-09-27T16:20:53.738Z] PASS: docker_cli_prune_unix_test.go:250: DockerSuite.TestPruneNetworkLabel 0.393s [2019-09-27T16:20:53.785Z] --- PASS: TestAuthZPluginAllowEventStream (1.63s) [2019-09-27T16:20:53.785Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-27T16:20:53.785Z] daemon.go:325: [d4b42b6377b9a] waiting for daemon to start [2019-09-27T16:20:53.785Z] daemon.go:325: [d4b42b6377b9a] waiting for daemon to start [2019-09-27T16:20:53.785Z] daemon.go:353: [d4b42b6377b9a] daemon started [2019-09-27T16:20:53.785Z] daemon.go:461: [d4b42b6377b9a] Stopping daemon [2019-09-27T16:20:53.785Z] daemon.go:296: [d4b42b6377b9a] exiting daemon [2019-09-27T16:20:53.785Z] daemon.go:448: [d4b42b6377b9a] Daemon stopped [2019-09-27T16:20:53.785Z] === RUN TestAuthZPluginErrorResponse [2019-09-27T16:20:53.995Z] PASS: docker_cli_prune_unix_test.go:192: DockerSuite.TestPruneVolumeLabel 0.196s [2019-09-27T16:20:54.402Z] --- PASS: TestAuthZPluginErrorResponse (0.60s) [2019-09-27T16:20:54.402Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-27T16:20:54.402Z] daemon.go:325: [d707360f6a694] waiting for daemon to start [2019-09-27T16:20:54.402Z] daemon.go:325: [d707360f6a694] waiting for daemon to start [2019-09-27T16:20:54.402Z] daemon.go:353: [d707360f6a694] daemon started [2019-09-27T16:20:54.402Z] daemon.go:461: [d707360f6a694] Stopping daemon [2019-09-27T16:20:54.402Z] daemon.go:296: [d707360f6a694] exiting daemon [2019-09-27T16:20:54.402Z] daemon.go:448: [d707360f6a694] Daemon stopped [2019-09-27T16:20:54.402Z] === RUN TestAuthZPluginErrorRequest [2019-09-27T16:20:55.030Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-09-27T16:20:55.030Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-27T16:20:55.030Z] daemon.go:325: [d30633295ec1d] waiting for daemon to start [2019-09-27T16:20:55.030Z] daemon.go:325: [d30633295ec1d] waiting for daemon to start [2019-09-27T16:20:55.030Z] daemon.go:353: [d30633295ec1d] daemon started [2019-09-27T16:20:55.030Z] daemon.go:461: [d30633295ec1d] Stopping daemon [2019-09-27T16:20:55.030Z] daemon.go:296: [d30633295ec1d] exiting daemon [2019-09-27T16:20:55.030Z] daemon.go:448: [d30633295ec1d] Daemon stopped [2019-09-27T16:20:55.030Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-27T16:20:55.659Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.59s) [2019-09-27T16:20:55.659Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-27T16:20:55.659Z] daemon.go:325: [da31926037756] waiting for daemon to start [2019-09-27T16:20:55.659Z] daemon.go:325: [da31926037756] waiting for daemon to start [2019-09-27T16:20:55.659Z] daemon.go:353: [da31926037756] daemon started [2019-09-27T16:20:55.659Z] daemon.go:461: [da31926037756] Stopping daemon [2019-09-27T16:20:55.659Z] daemon.go:296: [da31926037756] exiting daemon [2019-09-27T16:20:55.659Z] daemon.go:448: [da31926037756] Daemon stopped [2019-09-27T16:20:55.659Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-27T16:20:57.707Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.19s) [2019-09-27T16:20:57.707Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-27T16:20:57.707Z] daemon.go:325: [d135e8c20bddd] waiting for daemon to start [2019-09-27T16:20:57.707Z] daemon.go:325: [d135e8c20bddd] waiting for daemon to start [2019-09-27T16:20:57.707Z] daemon.go:353: [d135e8c20bddd] daemon started [2019-09-27T16:20:57.708Z] daemon.go:461: [d135e8c20bddd] Stopping daemon [2019-09-27T16:20:57.708Z] daemon.go:296: [d135e8c20bddd] exiting daemon [2019-09-27T16:20:57.708Z] daemon.go:448: [d135e8c20bddd] Daemon stopped [2019-09-27T16:20:57.708Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-27T16:20:58.168Z] PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder 2.524s [2019-09-27T16:20:58.732Z] PASS: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate 0.925s [2019-09-27T16:20:58.875Z] PASS: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest 18.554s [2019-09-27T16:20:58.875Z] PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace 0.724s [2019-09-27T16:20:58.875Z] SKIP: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:58.875Z] SKIP: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:58.875Z] SKIP: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:58.875Z] SKIP: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder (unmatched requirement DaemonIsLinux) [2019-09-27T16:20:58.875Z] SKIP: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto (unmatched requirement DaemonIsLinux) [2019-09-27T16:21:00.109Z] PASS: docker_cli_service_logs_test.go:344: DockerSwarmSuite.TestServiceLogsDetails 3.046s [2019-09-27T16:21:00.396Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.15s) [2019-09-27T16:21:00.396Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-27T16:21:00.396Z] daemon.go:325: [d5c4c0e458df9] waiting for daemon to start [2019-09-27T16:21:00.396Z] daemon.go:325: [d5c4c0e458df9] waiting for daemon to start [2019-09-27T16:21:00.396Z] daemon.go:353: [d5c4c0e458df9] daemon started [2019-09-27T16:21:00.396Z] daemon.go:461: [d5c4c0e458df9] Stopping daemon [2019-09-27T16:21:00.396Z] daemon.go:296: [d5c4c0e458df9] exiting daemon [2019-09-27T16:21:00.396Z] daemon.go:448: [d5c4c0e458df9] Daemon stopped [2019-09-27T16:21:00.396Z] === RUN TestAuthZPluginHeader [2019-09-27T16:21:01.017Z] --- PASS: TestAuthZPluginHeader (0.97s) [2019-09-27T16:21:01.017Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-27T16:21:01.017Z] daemon.go:325: [d0d716b3a0910] waiting for daemon to start [2019-09-27T16:21:01.017Z] daemon.go:325: [d0d716b3a0910] waiting for daemon to start [2019-09-27T16:21:01.017Z] daemon.go:353: [d0d716b3a0910] daemon started [2019-09-27T16:21:01.017Z] daemon.go:461: [d0d716b3a0910] Stopping daemon [2019-09-27T16:21:01.017Z] daemon.go:296: [d0d716b3a0910] exiting daemon [2019-09-27T16:21:01.017Z] daemon.go:448: [d0d716b3a0910] Daemon stopped [2019-09-27T16:21:01.017Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-27T16:21:01.017Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-27T16:21:01.017Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:21:01.017Z] === RUN TestAuthZPluginV2Disable [2019-09-27T16:21:01.017Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-27T16:21:01.017Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:21:01.017Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-27T16:21:01.017Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-27T16:21:01.017Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:21:01.017Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-27T16:21:01.017Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-27T16:21:01.017Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:21:01.017Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-27T16:21:01.077Z] PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails 2.387s [2019-09-27T16:21:01.077Z] PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable 0.111s [2019-09-27T16:21:03.391Z] PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase 3.119s [2019-09-27T16:21:03.955Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.85s) [2019-09-27T16:21:03.955Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-27T16:21:03.955Z] daemon.go:325: [d1d8ea4154187] waiting for daemon to start [2019-09-27T16:21:03.955Z] daemon.go:325: [d1d8ea4154187] waiting for daemon to start [2019-09-27T16:21:03.955Z] daemon.go:353: [d1d8ea4154187] daemon started [2019-09-27T16:21:03.955Z] daemon.go:461: [d1d8ea4154187] Stopping daemon [2019-09-27T16:21:03.955Z] daemon.go:296: [d1d8ea4154187] exiting daemon [2019-09-27T16:21:03.955Z] daemon.go:448: [d1d8ea4154187] Daemon stopped [2019-09-27T16:21:03.955Z] === RUN TestCreateServiceSecretFileMode [2019-09-27T16:21:06.480Z] --- PASS: TestCreateServiceSecretFileMode (2.65s) [2019-09-27T16:21:06.480Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-27T16:21:06.480Z] daemon.go:325: [d2be1a51f1c14] waiting for daemon to start [2019-09-27T16:21:06.480Z] daemon.go:325: [d2be1a51f1c14] waiting for daemon to start [2019-09-27T16:21:06.480Z] daemon.go:353: [d2be1a51f1c14] daemon started [2019-09-27T16:21:06.480Z] daemon.go:461: [d2be1a51f1c14] Stopping daemon [2019-09-27T16:21:06.480Z] daemon.go:296: [d2be1a51f1c14] exiting daemon [2019-09-27T16:21:06.480Z] daemon.go:448: [d2be1a51f1c14] Daemon stopped [2019-09-27T16:21:06.480Z] === RUN TestCreateServiceConfigFileMode [2019-09-27T16:21:08.374Z] PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage 5.289s [2019-09-27T16:21:08.374Z] PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated 0.123s [2019-09-27T16:21:09.306Z] --- PASS: TestCreateServiceConfigFileMode (2.84s) [2019-09-27T16:21:09.306Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-27T16:21:09.306Z] daemon.go:325: [d4f46a447c9f8] waiting for daemon to start [2019-09-27T16:21:09.306Z] daemon.go:325: [d4f46a447c9f8] waiting for daemon to start [2019-09-27T16:21:09.306Z] daemon.go:353: [d4f46a447c9f8] daemon started [2019-09-27T16:21:09.306Z] daemon.go:461: [d4f46a447c9f8] Stopping daemon [2019-09-27T16:21:09.306Z] daemon.go:296: [d4f46a447c9f8] exiting daemon [2019-09-27T16:21:09.306Z] daemon.go:448: [d4f46a447c9f8] Daemon stopped [2019-09-27T16:21:09.306Z] === RUN TestCreateServiceSysctls [2019-09-27T16:21:11.416Z] PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir 10.496s [2019-09-27T16:21:12.579Z] PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited 3.887s [2019-09-27T16:21:13.509Z] --- PASS: TestCreateServiceSysctls (3.98s) [2019-09-27T16:21:13.509Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-27T16:21:13.509Z] daemon.go:325: [de98d102a86ba] waiting for daemon to start [2019-09-27T16:21:13.509Z] daemon.go:325: [de98d102a86ba] waiting for daemon to start [2019-09-27T16:21:13.509Z] daemon.go:353: [de98d102a86ba] daemon started [2019-09-27T16:21:13.509Z] daemon.go:461: [de98d102a86ba] Stopping daemon [2019-09-27T16:21:13.509Z] daemon.go:296: [de98d102a86ba] exiting daemon [2019-09-27T16:21:13.509Z] daemon.go:448: [de98d102a86ba] Daemon stopped [2019-09-27T16:21:13.509Z] === RUN TestInspect [2019-09-27T16:21:13.767Z] PASS: docker_cli_service_logs_test.go:158: DockerSwarmSuite.TestServiceLogsFollow 2.704s [2019-09-27T16:21:17.042Z] --- PASS: TestInspect (3.54s) [2019-09-27T16:21:17.042Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-27T16:21:17.042Z] daemon.go:325: [df440893a5aa1] waiting for daemon to start [2019-09-27T16:21:17.042Z] daemon.go:325: [df440893a5aa1] waiting for daemon to start [2019-09-27T16:21:17.042Z] daemon.go:353: [df440893a5aa1] daemon started [2019-09-27T16:21:17.042Z] daemon.go:461: [df440893a5aa1] Stopping daemon [2019-09-27T16:21:17.042Z] daemon.go:296: [df440893a5aa1] exiting daemon [2019-09-27T16:21:17.042Z] daemon.go:448: [df440893a5aa1] Daemon stopped [2019-09-27T16:21:17.042Z] === RUN TestDockerNetworkConnectAlias [2019-09-27T16:21:17.211Z] PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile 5.580s [2019-09-27T16:21:19.504Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s) [2019-09-27T16:21:19.504Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-27T16:21:19.504Z] daemon.go:325: [d07dc252eb96c] waiting for daemon to start [2019-09-27T16:21:19.504Z] daemon.go:325: [d07dc252eb96c] waiting for daemon to start [2019-09-27T16:21:19.504Z] daemon.go:353: [d07dc252eb96c] daemon started [2019-09-27T16:21:19.504Z] daemon.go:461: [d07dc252eb96c] Stopping daemon [2019-09-27T16:21:19.504Z] daemon.go:296: [d07dc252eb96c] exiting daemon [2019-09-27T16:21:19.504Z] daemon.go:448: [d07dc252eb96c] Daemon stopped [2019-09-27T16:21:19.504Z] daemon.go:325: [d07dc252eb96c] waiting for daemon to start [2019-09-27T16:21:19.504Z] daemon.go:325: [d07dc252eb96c] waiting for daemon to start [2019-09-27T16:21:19.504Z] daemon.go:325: [d07dc252eb96c] waiting for daemon to start [2019-09-27T16:21:19.504Z] daemon.go:325: [d07dc252eb96c] waiting for daemon to start [2019-09-27T16:21:19.504Z] daemon.go:339: [d07dc252eb96c] error pinging daemon on start: Get http://d07dc252eb96c.sock/_ping: context deadline exceeded [2019-09-27T16:21:19.504Z] daemon.go:325: [d07dc252eb96c] waiting for daemon to start [2019-09-27T16:21:19.504Z] daemon.go:339: [d07dc252eb96c] error pinging daemon on start: Get http://d07dc252eb96c.sock/_ping: context deadline exceeded [2019-09-27T16:21:19.504Z] daemon.go:325: [d07dc252eb96c] waiting for daemon to start [2019-09-27T16:21:19.504Z] daemon.go:339: [d07dc252eb96c] error pinging daemon on start: Get http://d07dc252eb96c.sock/_ping: context deadline exceeded [2019-09-27T16:21:19.504Z] daemon.go:325: [d07dc252eb96c] waiting for daemon to start [2019-09-27T16:21:19.504Z] daemon.go:339: [d07dc252eb96c] error pinging daemon on start: Get http://d07dc252eb96c.sock/_ping: context deadline exceeded [2019-09-27T16:21:19.504Z] daemon.go:296: [d07dc252eb96c] exiting daemon [2019-09-27T16:21:19.504Z] daemon.go:325: [d07dc252eb96c] waiting for daemon to start [2019-09-27T16:21:19.504Z] daemon.go:325: [d07dc252eb96c] waiting for daemon to start [2019-09-27T16:21:19.504Z] daemon.go:325: [d07dc252eb96c] waiting for daemon to start [2019-09-27T16:21:19.504Z] daemon.go:353: [d07dc252eb96c] daemon started [2019-09-27T16:21:19.504Z] daemon.go:461: [d07dc252eb96c] Stopping daemon [2019-09-27T16:21:19.504Z] daemon.go:296: [d07dc252eb96c] exiting daemon [2019-09-27T16:21:19.504Z] daemon.go:448: [d07dc252eb96c] Daemon stopped [2019-09-27T16:21:19.504Z] PASS [2019-09-27T16:21:19.504Z] [2019-09-27T16:21:19.504Z] === Skipped [2019-09-27T16:21:19.504Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-27T16:21:19.504Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:21:19.504Z] [2019-09-27T16:21:19.504Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-27T16:21:19.504Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:21:19.504Z] [2019-09-27T16:21:19.504Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-27T16:21:19.504Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:21:19.504Z] [2019-09-27T16:21:19.504Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-27T16:21:19.504Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:21:19.504Z] [2019-09-27T16:21:19.504Z] [2019-09-27T16:21:19.504Z] DONE 17 tests, 4 skipped in 29.760s [2019-09-27T16:21:19.504Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-27T16:21:19.504Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:21:19.504Z] ++ set -e [2019-09-27T16:21:19.504Z] ++ '[' -n 0 ']' [2019-09-27T16:21:19.504Z] ++ set -x [2019-09-27T16:21:19.504Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:21:19.504Z] INFO: Testing against a local daemon [2019-09-27T16:21:19.504Z] === RUN TestPluginInvalidJSON [2019-09-27T16:21:19.504Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T16:21:19.504Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T16:21:19.504Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T16:21:19.504Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-09-27T16:21:19.504Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-27T16:21:19.504Z] PASS [2019-09-27T16:21:19.504Z] [2019-09-27T16:21:19.504Z] DONE 2 tests in 0.141s [2019-09-27T16:21:19.504Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-27T16:21:19.504Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:21:19.504Z] ++ set -e [2019-09-27T16:21:19.504Z] ++ '[' -n 0 ']' [2019-09-27T16:21:19.504Z] ++ set -x [2019-09-27T16:21:19.504Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:21:19.504Z] INFO: Testing against a local daemon [2019-09-27T16:21:19.504Z] === RUN TestExternalGraphDriver [2019-09-27T16:21:19.504Z] === RUN TestExternalGraphDriver/json [2019-09-27T16:21:20.520Z] === RUN TestExternalGraphDriver/spec [2019-09-27T16:21:21.218Z] PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth 7.696s [2019-09-27T16:21:22.548Z] === RUN TestExternalGraphDriver/pull [2019-09-27T16:21:23.113Z] --- PASS: TestDockerNetworkConnectAlias (6.29s) [2019-09-27T16:21:23.113Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-27T16:21:23.113Z] daemon.go:325: [d06155f9de6c8] waiting for daemon to start [2019-09-27T16:21:23.113Z] daemon.go:325: [d06155f9de6c8] waiting for daemon to start [2019-09-27T16:21:23.113Z] daemon.go:353: [d06155f9de6c8] daemon started [2019-09-27T16:21:23.113Z] daemon.go:461: [d06155f9de6c8] Stopping daemon [2019-09-27T16:21:23.113Z] daemon.go:296: [d06155f9de6c8] exiting daemon [2019-09-27T16:21:23.113Z] daemon.go:448: [d06155f9de6c8] Daemon stopped [2019-09-27T16:21:23.113Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:21:23.113Z] PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID 1.594s [2019-09-27T16:21:24.324Z] PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm 6.987s [2019-09-27T16:21:25.251Z] --- PASS: TestExternalGraphDriver (6.76s) [2019-09-27T16:21:25.251Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-27T16:21:25.251Z] daemon.go:325: [d0a9ce23a8908] waiting for daemon to start [2019-09-27T16:21:25.251Z] daemon.go:325: [d0a9ce23a8908] waiting for daemon to start [2019-09-27T16:21:25.251Z] daemon.go:353: [d0a9ce23a8908] daemon started [2019-09-27T16:21:25.251Z] daemon.go:461: [d0a9ce23a8908] Stopping daemon [2019-09-27T16:21:25.251Z] daemon.go:296: [d0a9ce23a8908] exiting daemon [2019-09-27T16:21:25.251Z] daemon.go:448: [d0a9ce23a8908] Daemon stopped [2019-09-27T16:21:25.251Z] daemon.go:325: [d0a9ce23a8908] waiting for daemon to start [2019-09-27T16:21:25.251Z] daemon.go:325: [d0a9ce23a8908] waiting for daemon to start [2019-09-27T16:21:25.251Z] daemon.go:353: [d0a9ce23a8908] daemon started [2019-09-27T16:21:25.251Z] daemon.go:461: [d0a9ce23a8908] Stopping daemon [2019-09-27T16:21:25.251Z] daemon.go:296: [d0a9ce23a8908] exiting daemon [2019-09-27T16:21:25.252Z] daemon.go:448: [d0a9ce23a8908] Daemon stopped [2019-09-27T16:21:25.252Z] --- PASS: TestExternalGraphDriver/json (2.11s) [2019-09-27T16:21:25.252Z] daemon.go:325: [d0a9ce23a8908] waiting for daemon to start [2019-09-27T16:21:25.252Z] daemon.go:325: [d0a9ce23a8908] waiting for daemon to start [2019-09-27T16:21:25.252Z] daemon.go:353: [d0a9ce23a8908] daemon started [2019-09-27T16:21:25.252Z] daemon.go:461: [d0a9ce23a8908] Stopping daemon [2019-09-27T16:21:25.252Z] daemon.go:296: [d0a9ce23a8908] exiting daemon [2019-09-27T16:21:25.252Z] daemon.go:448: [d0a9ce23a8908] Daemon stopped [2019-09-27T16:21:25.252Z] daemon.go:325: [d0a9ce23a8908] waiting for daemon to start [2019-09-27T16:21:25.252Z] daemon.go:325: [d0a9ce23a8908] waiting for daemon to start [2019-09-27T16:21:25.252Z] daemon.go:353: [d0a9ce23a8908] daemon started [2019-09-27T16:21:25.252Z] daemon.go:461: [d0a9ce23a8908] Stopping daemon [2019-09-27T16:21:25.252Z] daemon.go:296: [d0a9ce23a8908] exiting daemon [2019-09-27T16:21:25.252Z] daemon.go:448: [d0a9ce23a8908] Daemon stopped [2019-09-27T16:21:25.252Z] --- PASS: TestExternalGraphDriver/spec (2.09s) [2019-09-27T16:21:25.252Z] daemon.go:325: [d0a9ce23a8908] waiting for daemon to start [2019-09-27T16:21:25.252Z] daemon.go:325: [d0a9ce23a8908] waiting for daemon to start [2019-09-27T16:21:25.252Z] daemon.go:353: [d0a9ce23a8908] daemon started [2019-09-27T16:21:25.252Z] daemon.go:461: [d0a9ce23a8908] Stopping daemon [2019-09-27T16:21:25.252Z] daemon.go:296: [d0a9ce23a8908] exiting daemon [2019-09-27T16:21:25.252Z] daemon.go:448: [d0a9ce23a8908] Daemon stopped [2019-09-27T16:21:25.252Z] --- PASS: TestExternalGraphDriver/pull (2.34s) [2019-09-27T16:21:25.252Z] === RUN TestGraphdriverPluginV2 [2019-09-27T16:21:25.252Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2019-09-27T16:21:25.252Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:21:25.252Z] PASS [2019-09-27T16:21:25.252Z] [2019-09-27T16:21:25.252Z] === Skipped [2019-09-27T16:21:25.252Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2019-09-27T16:21:25.252Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:21:25.252Z] [2019-09-27T16:21:25.252Z] [2019-09-27T16:21:25.252Z] DONE 5 tests, 1 skipped in 6.961s [2019-09-27T16:21:25.252Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-27T16:21:25.252Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:21:25.252Z] ++ set -e [2019-09-27T16:21:25.252Z] ++ '[' -n 0 ']' [2019-09-27T16:21:25.252Z] ++ set -x [2019-09-27T16:21:25.252Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:21:25.252Z] INFO: Testing against a local daemon [2019-09-27T16:21:25.252Z] === RUN TestContinueAfterPluginCrash [2019-09-27T16:21:25.252Z] === PAUSE TestContinueAfterPluginCrash [2019-09-27T16:21:25.252Z] === RUN TestDaemonStartWithLogOpt [2019-09-27T16:21:25.252Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-27T16:21:25.252Z] === CONT TestContinueAfterPluginCrash [2019-09-27T16:21:25.252Z] === CONT TestDaemonStartWithLogOpt [2019-09-27T16:21:26.389Z] PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel 2.606s [2019-09-27T16:21:27.759Z] PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName 1.568s [2019-09-27T16:21:28.016Z] --- PASS: TestDockerNetworkReConnect (4.71s) [2019-09-27T16:21:28.016Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-27T16:21:28.016Z] daemon.go:325: [d051b35e0cc32] waiting for daemon to start [2019-09-27T16:21:28.016Z] daemon.go:325: [d051b35e0cc32] waiting for daemon to start [2019-09-27T16:21:28.016Z] daemon.go:353: [d051b35e0cc32] daemon started [2019-09-27T16:21:28.016Z] daemon.go:461: [d051b35e0cc32] Stopping daemon [2019-09-27T16:21:28.016Z] daemon.go:296: [d051b35e0cc32] exiting daemon [2019-09-27T16:21:28.016Z] daemon.go:448: [d051b35e0cc32] Daemon stopped [2019-09-27T16:21:28.016Z] === RUN TestServicePlugin [2019-09-27T16:21:29.913Z] PASS: docker_cli_service_logs_test.go:295: DockerSwarmSuite.TestServiceLogsNoHangDeletedContainer 15.443s [2019-09-27T16:21:29.913Z] PASS: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork 1.482s [2019-09-27T16:21:31.453Z] PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit 6.709s [2019-09-27T16:21:32.448Z] PASS: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts 1.958s [2019-09-27T16:21:33.005Z] PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext 1.771s [2019-09-27T16:21:35.725Z] PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus 2.514s [2019-09-27T16:21:37.095Z] PASS: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize 1.824s [2019-09-27T16:21:37.352Z] PASS: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer 0.203s [2019-09-27T16:21:38.722Z] PASS: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer 1.036s [2019-09-27T16:21:40.096Z] PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF 5.645s [2019-09-27T16:21:40.096Z] SKIP: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile (unmatched requirement UnixCli) [2019-09-27T16:21:40.571Z] PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames 0.902s [2019-09-27T16:21:41.031Z] PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball 0.633s [2019-09-27T16:21:41.031Z] SKIP: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF (unmatched requirement DaemonIsLinux) [2019-09-27T16:21:41.245Z] PASS: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName 1.900s [2019-09-27T16:21:43.770Z] PASS: docker_cli_service_logs_test.go:123: DockerSwarmSuite.TestServiceLogsSince 3.337s [2019-09-27T16:21:43.795Z] --- PASS: TestDaemonStartWithLogOpt (16.17s) [2019-09-27T16:21:43.795Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-27T16:21:43.795Z] daemon.go:325: [d90d9a34dd346] waiting for daemon to start [2019-09-27T16:21:43.795Z] daemon.go:325: [d90d9a34dd346] waiting for daemon to start [2019-09-27T16:21:43.795Z] daemon.go:353: [d90d9a34dd346] daemon started [2019-09-27T16:21:43.795Z] daemon.go:461: [d90d9a34dd346] Stopping daemon [2019-09-27T16:21:43.795Z] daemon.go:296: [d90d9a34dd346] exiting daemon [2019-09-27T16:21:43.795Z] daemon.go:448: [d90d9a34dd346] Daemon stopped [2019-09-27T16:21:43.795Z] daemon.go:325: [d90d9a34dd346] waiting for daemon to start [2019-09-27T16:21:43.795Z] daemon.go:325: [d90d9a34dd346] waiting for daemon to start [2019-09-27T16:21:43.795Z] daemon.go:353: [d90d9a34dd346] daemon started [2019-09-27T16:21:43.795Z] daemon.go:461: [d90d9a34dd346] Stopping daemon [2019-09-27T16:21:43.795Z] daemon.go:296: [d90d9a34dd346] exiting daemon [2019-09-27T16:21:43.795Z] daemon.go:448: [d90d9a34dd346] Daemon stopped [2019-09-27T16:21:44.333Z] PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts 2.122s [2019-09-27T16:21:45.262Z] PASS: docker_cli_run_test.go:3148: DockerSuite.TestPtraceContainerProcsFromHost 0.675s [2019-09-27T16:21:45.262Z] SKIP: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows (unmatched requirement DaemonIsWindows) [2019-09-27T16:21:45.520Z] PASS: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux 0.459s [2019-09-27T16:21:45.777Z] PASS: docker_cli_push_test.go:292: DockerSuite.TestPushToCentralRegistryUnauthorized 0.156s [2019-09-27T16:21:45.778Z] PASS: docker_cli_push_test.go:38: DockerSuite.TestPushUnprefixedRepo 0.097s [2019-09-27T16:21:46.484Z] --- PASS: TestContinueAfterPluginCrash (20.96s) [2019-09-27T16:21:46.484Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-27T16:21:46.484Z] daemon.go:325: [d9166b45ec8bb] waiting for daemon to start [2019-09-27T16:21:46.484Z] daemon.go:325: [d9166b45ec8bb] waiting for daemon to start [2019-09-27T16:21:46.484Z] daemon.go:353: [d9166b45ec8bb] daemon started [2019-09-27T16:21:46.484Z] daemon.go:461: [d9166b45ec8bb] Stopping daemon [2019-09-27T16:21:46.484Z] daemon.go:296: [d9166b45ec8bb] exiting daemon [2019-09-27T16:21:46.484Z] daemon.go:448: [d9166b45ec8bb] Daemon stopped [2019-09-27T16:21:46.484Z] PASS [2019-09-27T16:21:46.484Z] [2019-09-27T16:21:46.484Z] DONE 2 tests in 21.065s [2019-09-27T16:21:46.484Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-27T16:21:46.485Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:21:46.485Z] ++ set -e [2019-09-27T16:21:46.485Z] ++ '[' -n 0 ']' [2019-09-27T16:21:46.485Z] ++ set -x [2019-09-27T16:21:46.485Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:21:46.485Z] INFO: Testing against a local daemon [2019-09-27T16:21:46.485Z] === RUN TestPluginWithDevMounts [2019-09-27T16:21:46.485Z] === PAUSE TestPluginWithDevMounts [2019-09-27T16:21:46.485Z] === CONT TestPluginWithDevMounts [2019-09-27T16:21:47.150Z] PASS: docker_api_containers_test.go:1404: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs 1.150s [2019-09-27T16:21:48.518Z] --- PASS: TestPluginWithDevMounts (2.35s) [2019-09-27T16:21:48.518Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-27T16:21:48.518Z] daemon.go:325: [d22bf4c5de51d] waiting for daemon to start [2019-09-27T16:21:48.518Z] daemon.go:325: [d22bf4c5de51d] waiting for daemon to start [2019-09-27T16:21:48.518Z] daemon.go:353: [d22bf4c5de51d] daemon started [2019-09-27T16:21:48.518Z] daemon.go:461: [d22bf4c5de51d] Stopping daemon [2019-09-27T16:21:48.518Z] daemon.go:296: [d22bf4c5de51d] exiting daemon [2019-09-27T16:21:48.518Z] daemon.go:448: [d22bf4c5de51d] Daemon stopped [2019-09-27T16:21:48.518Z] PASS [2019-09-27T16:21:48.518Z] [2019-09-27T16:21:48.518Z] DONE 1 tests in 2.461s [2019-09-27T16:21:48.518Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-09-27T16:21:48.518Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:21:48.518Z] ++ set -e [2019-09-27T16:21:48.518Z] ++ '[' -n 0 ']' [2019-09-27T16:21:48.518Z] ++ set -x [2019-09-27T16:21:48.518Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:21:48.799Z] INFO: Testing against a local daemon [2019-09-27T16:21:48.799Z] === RUN TestSecretInspect [2019-09-27T16:21:49.043Z] PASS: docker_cli_restart_test.go:304: DockerSuite.TestRestartAutoRemoveContainer 1.938s [2019-09-27T16:21:49.043Z] SKIP: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess (unmatched requirement IsolationIsProcess) [2019-09-27T16:21:49.972Z] PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer 0.863s [2019-09-27T16:21:50.869Z] --- PASS: TestSecretInspect (2.25s) [2019-09-27T16:21:50.869Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-27T16:21:50.869Z] daemon.go:325: [d0a3bce832170] waiting for daemon to start [2019-09-27T16:21:50.869Z] daemon.go:325: [d0a3bce832170] waiting for daemon to start [2019-09-27T16:21:50.869Z] daemon.go:353: [d0a3bce832170] daemon started [2019-09-27T16:21:50.869Z] daemon.go:461: [d0a3bce832170] Stopping daemon [2019-09-27T16:21:50.869Z] daemon.go:296: [d0a3bce832170] exiting daemon [2019-09-27T16:21:50.869Z] daemon.go:448: [d0a3bce832170] Daemon stopped [2019-09-27T16:21:50.869Z] === RUN TestSecretList [2019-09-27T16:21:51.370Z] PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF 9.449s [2019-09-27T16:21:51.370Z] SKIP: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume (unmatched requirement DaemonIsLinux) [2019-09-27T16:21:53.545Z] --- PASS: TestSecretList (2.23s) [2019-09-27T16:21:53.545Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-27T16:21:53.545Z] daemon.go:325: [d08c3e939d895] waiting for daemon to start [2019-09-27T16:21:53.545Z] daemon.go:325: [d08c3e939d895] waiting for daemon to start [2019-09-27T16:21:53.545Z] daemon.go:353: [d08c3e939d895] daemon started [2019-09-27T16:21:53.545Z] daemon.go:461: [d08c3e939d895] Stopping daemon [2019-09-27T16:21:53.545Z] daemon.go:296: [d08c3e939d895] exiting daemon [2019-09-27T16:21:53.545Z] daemon.go:448: [d08c3e939d895] Daemon stopped [2019-09-27T16:21:53.545Z] === RUN TestSecretsCreateAndDelete [2019-09-27T16:21:55.616Z] --- PASS: TestSecretsCreateAndDelete (2.33s) [2019-09-27T16:21:55.616Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-27T16:21:55.616Z] daemon.go:325: [d12e9d9ea4451] waiting for daemon to start [2019-09-27T16:21:55.616Z] daemon.go:325: [d12e9d9ea4451] waiting for daemon to start [2019-09-27T16:21:55.616Z] daemon.go:353: [d12e9d9ea4451] daemon started [2019-09-27T16:21:55.616Z] daemon.go:461: [d12e9d9ea4451] Stopping daemon [2019-09-27T16:21:55.616Z] daemon.go:296: [d12e9d9ea4451] exiting daemon [2019-09-27T16:21:55.616Z] daemon.go:448: [d12e9d9ea4451] Daemon stopped [2019-09-27T16:21:55.616Z] === RUN TestSecretsUpdate [2019-09-27T16:21:57.652Z] --- PASS: TestSecretsUpdate (2.16s) [2019-09-27T16:21:57.652Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-27T16:21:57.652Z] daemon.go:325: [dde68bb8579b4] waiting for daemon to start [2019-09-27T16:21:57.652Z] daemon.go:325: [dde68bb8579b4] waiting for daemon to start [2019-09-27T16:21:57.652Z] daemon.go:353: [dde68bb8579b4] daemon started [2019-09-27T16:21:57.652Z] daemon.go:461: [dde68bb8579b4] Stopping daemon [2019-09-27T16:21:57.652Z] daemon.go:296: [dde68bb8579b4] exiting daemon [2019-09-27T16:21:57.652Z] daemon.go:448: [dde68bb8579b4] Daemon stopped [2019-09-27T16:21:57.652Z] === RUN TestTemplatedSecret [2019-09-27T16:21:58.070Z] PASS: docker_cli_service_logs_test.go:257: DockerSwarmSuite.TestServiceLogsTTY 3.071s [2019-09-27T16:21:58.070Z] PASS: docker_cli_restart_test.go:273: DockerSuite.TestRestartContainerwithRestartPolicy 8.198s [2019-09-27T16:21:59.964Z] PASS: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer 1.625s [2019-09-27T16:21:59.964Z] SKIP: docker_cli_restart_test.go:240: DockerSuite.TestRestartPolicyAfterRestart (unmatched requirement IsolationIsProcess) [2019-09-27T16:21:59.964Z] PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways 0.143s [2019-09-27T16:22:00.220Z] PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO 0.088s [2019-09-27T16:22:00.477Z] PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure 0.262s [2019-09-27T16:22:01.130Z] --- PASS: TestTemplatedSecret (2.94s) [2019-09-27T16:22:01.130Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-27T16:22:01.130Z] daemon.go:325: [d1fb5f6f6b9db] waiting for daemon to start [2019-09-27T16:22:01.130Z] daemon.go:325: [d1fb5f6f6b9db] waiting for daemon to start [2019-09-27T16:22:01.130Z] daemon.go:353: [d1fb5f6f6b9db] daemon started [2019-09-27T16:22:01.130Z] daemon.go:461: [d1fb5f6f6b9db] Stopping daemon [2019-09-27T16:22:01.130Z] daemon.go:296: [d1fb5f6f6b9db] exiting daemon [2019-09-27T16:22:01.130Z] daemon.go:448: [d1fb5f6f6b9db] Daemon stopped [2019-09-27T16:22:01.130Z] === RUN TestSecretCreateResolve [2019-09-27T16:22:03.171Z] --- PASS: TestSecretCreateResolve (2.25s) [2019-09-27T16:22:03.171Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-27T16:22:03.171Z] daemon.go:325: [d2aade54a00e1] waiting for daemon to start [2019-09-27T16:22:03.171Z] daemon.go:325: [d2aade54a00e1] waiting for daemon to start [2019-09-27T16:22:03.171Z] daemon.go:353: [d2aade54a00e1] daemon started [2019-09-27T16:22:03.171Z] daemon.go:461: [d2aade54a00e1] Stopping daemon [2019-09-27T16:22:03.171Z] daemon.go:296: [d2aade54a00e1] exiting daemon [2019-09-27T16:22:03.171Z] daemon.go:448: [d2aade54a00e1] Daemon stopped [2019-09-27T16:22:03.171Z] PASS [2019-09-27T16:22:03.171Z] [2019-09-27T16:22:03.171Z] DONE 6 tests in 14.268s [2019-09-27T16:22:03.171Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-09-27T16:22:03.171Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:22:03.171Z] ++ set -e [2019-09-27T16:22:03.171Z] ++ '[' -n 0 ']' [2019-09-27T16:22:03.171Z] ++ set -x [2019-09-27T16:22:03.171Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:22:03.171Z] INFO: Testing against a local daemon [2019-09-27T16:22:03.171Z] === RUN TestServiceCreateInit [2019-09-27T16:22:03.171Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-27T16:22:03.771Z] PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory 11.508s [2019-09-27T16:22:03.771Z] PASS: docker_cli_build_test.go:6182: DockerSuite.TestBuildIidFile 0.862s [2019-09-27T16:22:03.779Z] PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer 2.510s [2019-09-27T16:22:03.779Z] --- PASS: TestServicePlugin (35.77s) [2019-09-27T16:22:03.779Z] plugin_test.go:36: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-09-27T16:22:03.779Z] daemon.go:325: [da68172c3a96e] waiting for daemon to start [2019-09-27T16:22:03.779Z] daemon.go:325: [da68172c3a96e] waiting for daemon to start [2019-09-27T16:22:03.779Z] daemon.go:353: [da68172c3a96e] daemon started [2019-09-27T16:22:03.779Z] daemon.go:461: [da68172c3a96e] Stopping daemon [2019-09-27T16:22:03.779Z] daemon.go:296: [da68172c3a96e] exiting daemon [2019-09-27T16:22:03.779Z] daemon.go:448: [da68172c3a96e] Daemon stopped [2019-09-27T16:22:03.779Z] plugin_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-09-27T16:22:03.779Z] daemon.go:325: [da686fe8ac1c7] waiting for daemon to start [2019-09-27T16:22:03.779Z] daemon.go:325: [da686fe8ac1c7] waiting for daemon to start [2019-09-27T16:22:03.779Z] daemon.go:353: [da686fe8ac1c7] daemon started [2019-09-27T16:22:03.779Z] plugin_test.go:59: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-09-27T16:22:03.779Z] daemon.go:325: [d1bf7c508dea0] waiting for daemon to start [2019-09-27T16:22:03.779Z] daemon.go:325: [d1bf7c508dea0] waiting for daemon to start [2019-09-27T16:22:03.779Z] daemon.go:353: [d1bf7c508dea0] daemon started [2019-09-27T16:22:03.779Z] plugin_test.go:60: [d1bf7c508dea0] joining swarm manager [da686fe8ac1c7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T16:22:03.779Z] plugin_test.go:62: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin [2019-09-27T16:22:03.779Z] daemon.go:325: [db743c4f54611] waiting for daemon to start [2019-09-27T16:22:03.779Z] daemon.go:325: [db743c4f54611] waiting for daemon to start [2019-09-27T16:22:03.779Z] daemon.go:353: [db743c4f54611] daemon started [2019-09-27T16:22:03.779Z] plugin_test.go:63: [db743c4f54611] joining swarm manager [da686fe8ac1c7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T16:22:03.779Z] daemon.go:461: [db743c4f54611] Stopping daemon [2019-09-27T16:22:03.779Z] daemon.go:296: [db743c4f54611] exiting daemon [2019-09-27T16:22:03.779Z] daemon.go:448: [db743c4f54611] Daemon stopped [2019-09-27T16:22:03.779Z] daemon.go:461: [d1bf7c508dea0] Stopping daemon [2019-09-27T16:22:03.779Z] daemon.go:296: [d1bf7c508dea0] exiting daemon [2019-09-27T16:22:03.779Z] daemon.go:448: [d1bf7c508dea0] Daemon stopped [2019-09-27T16:22:03.779Z] daemon.go:461: [da686fe8ac1c7] Stopping daemon [2019-09-27T16:22:03.779Z] daemon.go:296: [da686fe8ac1c7] exiting daemon [2019-09-27T16:22:03.779Z] daemon.go:448: [da686fe8ac1c7] Daemon stopped [2019-09-27T16:22:03.779Z] === RUN TestServiceUpdateLabel [2019-09-27T16:22:05.149Z] PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer 1.752s [2019-09-27T16:22:05.406Z] --- PASS: TestServiceUpdateLabel (1.62s) [2019-09-27T16:22:05.406Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-27T16:22:05.406Z] daemon.go:325: [d67234aff4041] waiting for daemon to start [2019-09-27T16:22:05.406Z] daemon.go:325: [d67234aff4041] waiting for daemon to start [2019-09-27T16:22:05.406Z] daemon.go:353: [d67234aff4041] daemon started [2019-09-27T16:22:05.406Z] daemon.go:461: [d67234aff4041] Stopping daemon [2019-09-27T16:22:05.406Z] daemon.go:296: [d67234aff4041] exiting daemon [2019-09-27T16:22:05.406Z] daemon.go:448: [d67234aff4041] Daemon stopped [2019-09-27T16:22:05.406Z] === RUN TestServiceUpdateSecrets [2019-09-27T16:22:06.682Z] PASS: docker_cli_build_test.go:6207: DockerSuite.TestBuildIidFileCleanupOnFail 2.251s [2019-09-27T16:22:06.682Z] SKIP: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance (unmatched requirement DaemonIsLinux) [2019-09-27T16:22:07.143Z] PASS: docker_cli_build_test.go:5975: DockerSuite.TestBuildIntermediateTarget 0.797s [2019-09-27T16:22:07.143Z] PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag 0.066s [2019-09-27T16:22:07.583Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-27T16:22:09.582Z] PASS: docker_cli_restart_test.go:196: DockerSuite.TestRestartWithPolicyUserDefinedNetwork 3.642s [2019-09-27T16:22:10.950Z] PASS: docker_cli_service_logs_test.go:99: DockerSwarmSuite.TestServiceLogsTail 2.596s [2019-09-27T16:22:10.950Z] PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes 1.398s [2019-09-27T16:22:10.950Z] PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank 0.014s [2019-09-27T16:22:10.950Z] PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict 0.110s [2019-09-27T16:22:11.979Z] --- PASS: TestServiceCreateInit (8.42s) [2019-09-27T16:22:11.979Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.23s) [2019-09-27T16:22:11.979Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-27T16:22:11.979Z] daemon.go:325: [da72e0a391d63] waiting for daemon to start [2019-09-27T16:22:11.979Z] daemon.go:325: [da72e0a391d63] waiting for daemon to start [2019-09-27T16:22:11.979Z] daemon.go:353: [da72e0a391d63] daemon started [2019-09-27T16:22:11.979Z] daemon.go:461: [da72e0a391d63] Stopping daemon [2019-09-27T16:22:11.979Z] daemon.go:296: [da72e0a391d63] exiting daemon [2019-09-27T16:22:11.979Z] daemon.go:448: [da72e0a391d63] Daemon stopped [2019-09-27T16:22:11.979Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.14s) [2019-09-27T16:22:11.979Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-27T16:22:11.979Z] daemon.go:325: [d8c57ac26feed] waiting for daemon to start [2019-09-27T16:22:11.979Z] daemon.go:325: [d8c57ac26feed] waiting for daemon to start [2019-09-27T16:22:11.979Z] daemon.go:353: [d8c57ac26feed] daemon started [2019-09-27T16:22:11.979Z] daemon.go:461: [d8c57ac26feed] Stopping daemon [2019-09-27T16:22:11.979Z] daemon.go:296: [d8c57ac26feed] exiting daemon [2019-09-27T16:22:11.979Z] daemon.go:448: [d8c57ac26feed] Daemon stopped [2019-09-27T16:22:11.979Z] === RUN TestCreateServiceMultipleTimes [2019-09-27T16:22:12.969Z] PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun 4.822s [2019-09-27T16:22:13.430Z] PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel 0.891s [2019-09-27T16:22:14.401Z] PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit 0.593s [2019-09-27T16:22:15.381Z] PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple 0.860s [2019-09-27T16:22:15.843Z] PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode 0.541s [2019-09-27T16:22:16.335Z] PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound 4.389s [2019-09-27T16:22:16.813Z] PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels 0.912s [2019-09-27T16:22:16.898Z] PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers 1.176s [2019-09-27T16:22:17.155Z] PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories 0.374s [2019-09-27T16:22:18.354Z] PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache 1.589s [2019-09-27T16:22:19.048Z] PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags 1.722s [2019-09-27T16:22:20.420Z] PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce 1.048s [2019-09-27T16:22:20.420Z] --- PASS: TestServiceUpdateSecrets (15.11s) [2019-09-27T16:22:20.420Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-27T16:22:20.420Z] daemon.go:325: [dbe7e4f10d19d] waiting for daemon to start [2019-09-27T16:22:20.420Z] daemon.go:325: [dbe7e4f10d19d] waiting for daemon to start [2019-09-27T16:22:20.420Z] daemon.go:353: [dbe7e4f10d19d] daemon started [2019-09-27T16:22:20.420Z] daemon.go:461: [dbe7e4f10d19d] Stopping daemon [2019-09-27T16:22:20.420Z] daemon.go:296: [dbe7e4f10d19d] exiting daemon [2019-09-27T16:22:20.420Z] daemon.go:448: [dbe7e4f10d19d] Daemon stopped [2019-09-27T16:22:20.420Z] === RUN TestServiceUpdateConfigs [2019-09-27T16:22:22.315Z] PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag 1.943s [2019-09-27T16:22:23.246Z] PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail 1.027s [2019-09-27T16:22:23.246Z] PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag 0.133s [2019-09-27T16:22:24.184Z] PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride 5.580s [2019-09-27T16:22:24.184Z] SKIP: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified (unmatched requirement DaemonIsLinux) [2019-09-27T16:22:24.184Z] SKIP: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak (unmatched requirement DaemonIsLinux) [2019-09-27T16:22:24.614Z] PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers 1.047s [2019-09-27T16:22:24.614Z] PASS: docker_cli_service_logs_test.go:204: DockerSwarmSuite.TestServiceLogsTaskLogs 2.930s [2019-09-27T16:22:24.646Z] PASS: docker_cli_build_test.go:6107: DockerSuite.TestBuildLineErrorOnBuild 0.062s [2019-09-27T16:22:24.646Z] PASS: docker_cli_build_test.go:6118: DockerSuite.TestBuildLineErrorUnknownInstruction 0.060s [2019-09-27T16:22:24.646Z] PASS: docker_cli_build_test.go:6149: DockerSuite.TestBuildLineErrorWithComments 0.067s [2019-09-27T16:22:24.646Z] PASS: docker_cli_build_test.go:6132: DockerSuite.TestBuildLineErrorWithEmptyLines 0.069s [2019-09-27T16:22:25.615Z] PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer 0.468s [2019-09-27T16:22:26.075Z] PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs 0.722s [2019-09-27T16:22:27.888Z] PASS: docker_cli_service_scale_test.go:13: DockerSwarmSuite.TestServiceScale 1.743s [2019-09-27T16:22:29.782Z] PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer 5.141s [2019-09-27T16:22:30.477Z] --- PASS: TestCreateServiceMultipleTimes (18.91s) [2019-09-27T16:22:30.477Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-27T16:22:30.477Z] daemon.go:325: [d16ca8144aefc] waiting for daemon to start [2019-09-27T16:22:30.477Z] daemon.go:325: [d16ca8144aefc] waiting for daemon to start [2019-09-27T16:22:30.477Z] daemon.go:353: [d16ca8144aefc] daemon started [2019-09-27T16:22:30.477Z] daemon.go:461: [d16ca8144aefc] Stopping daemon [2019-09-27T16:22:30.477Z] daemon.go:296: [d16ca8144aefc] exiting daemon [2019-09-27T16:22:30.477Z] daemon.go:448: [d16ca8144aefc] Daemon stopped [2019-09-27T16:22:30.477Z] === RUN TestCreateServiceConflict [2019-09-27T16:22:30.728Z] PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails 0.699s [2019-09-27T16:22:31.658Z] PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories 1.036s [2019-09-27T16:22:31.870Z] PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder 5.664s [2019-09-27T16:22:32.222Z] PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse 0.417s [2019-09-27T16:22:32.506Z] --- PASS: TestCreateServiceConflict (2.21s) [2019-09-27T16:22:32.506Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-27T16:22:32.506Z] daemon.go:325: [d7a94dd4b6bcc] waiting for daemon to start [2019-09-27T16:22:32.506Z] daemon.go:325: [d7a94dd4b6bcc] waiting for daemon to start [2019-09-27T16:22:32.506Z] daemon.go:353: [d7a94dd4b6bcc] daemon started [2019-09-27T16:22:32.506Z] daemon.go:461: [d7a94dd4b6bcc] Stopping daemon [2019-09-27T16:22:32.506Z] daemon.go:296: [d7a94dd4b6bcc] exiting daemon [2019-09-27T16:22:32.506Z] daemon.go:448: [d7a94dd4b6bcc] Daemon stopped [2019-09-27T16:22:32.506Z] === RUN TestCreateServiceMaxReplicas [2019-09-27T16:22:34.116Z] PASS: docker_cli_run_test.go:4534: DockerSuite.TestRunAddDeviceCgroupRule 1.661s [2019-09-27T16:22:35.048Z] PASS: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost 1.161s [2019-09-27T16:22:35.613Z] PASS: docker_cli_run_test.go:4043: DockerSuite.TestRunAddHostInHostMode 0.439s [2019-09-27T16:22:35.870Z] --- PASS: TestServiceUpdateConfigs (15.35s) [2019-09-27T16:22:35.870Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-27T16:22:35.870Z] daemon.go:325: [d29287eadde0f] waiting for daemon to start [2019-09-27T16:22:35.870Z] daemon.go:325: [d29287eadde0f] waiting for daemon to start [2019-09-27T16:22:35.870Z] daemon.go:353: [d29287eadde0f] daemon started [2019-09-27T16:22:35.870Z] daemon.go:461: [d29287eadde0f] Stopping daemon [2019-09-27T16:22:35.870Z] daemon.go:296: [d29287eadde0f] exiting daemon [2019-09-27T16:22:35.870Z] daemon.go:448: [d29287eadde0f] Daemon stopped [2019-09-27T16:22:35.870Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:22:35.988Z] --- PASS: TestCreateServiceMaxReplicas (3.06s) [2019-09-27T16:22:35.988Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-27T16:22:35.988Z] daemon.go:325: [d5c297b200a3b] waiting for daemon to start [2019-09-27T16:22:35.988Z] daemon.go:325: [d5c297b200a3b] waiting for daemon to start [2019-09-27T16:22:35.988Z] daemon.go:353: [d5c297b200a3b] daemon started [2019-09-27T16:22:35.988Z] daemon.go:461: [d5c297b200a3b] Stopping daemon [2019-09-27T16:22:35.988Z] daemon.go:296: [d5c297b200a3b] exiting daemon [2019-09-27T16:22:35.988Z] daemon.go:448: [d5c297b200a3b] Daemon stopped [2019-09-27T16:22:35.988Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-27T16:22:36.801Z] PASS: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices 1.086s [2019-09-27T16:22:36.801Z] PASS: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode 0.036s [2019-09-27T16:22:38.172Z] PASS: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc 1.207s [2019-09-27T16:22:40.068Z] PASS: docker_cli_run_test.go:2065: DockerSuite.TestRunAllocatePortInReservedRange 1.542s [2019-09-27T16:22:40.997Z] PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot 0.863s [2019-09-27T16:22:41.927Z] PASS: docker_cli_run_test.go:2270: DockerSuite.TestRunAllowPortRangeThroughExpose 0.639s [2019-09-27T16:22:42.859Z] PASS: docker_cli_run_test.go:2628: DockerSuite.TestRunAllowPortRangeThroughPublish 0.725s [2019-09-27T16:22:44.755Z] PASS: docker_cli_run_unix_test.go:1330: DockerSuite.TestRunApparmorProcDirectory 1.688s [2019-09-27T16:22:46.650Z] PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes 1.864s [2019-09-27T16:22:46.907Z] PASS: docker_cli_swarm_test.go:1423: DockerSwarmSuite.TestSwarmAlternateLockUnlock 17.948s [2019-09-27T16:22:47.472Z] PASS: docker_cli_run_unix_test.go:98: DockerSuite.TestRunAttachDetach 0.737s [2019-09-27T16:22:48.402Z] PASS: docker_cli_run_unix_test.go:243: DockerSuite.TestRunAttachDetachFromConfig 0.774s [2019-09-27T16:22:49.567Z] PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg 15.734s [2019-09-27T16:22:49.567Z] SKIP: docker_cli_build_test.go:5526: DockerSuite.TestBuildMultiStageCache (unmatched requirement DaemonIsLinux) [2019-09-27T16:22:49.770Z] PASS: docker_cli_run_unix_test.go:149: DockerSuite.TestRunAttachDetachFromFlag 0.780s [2019-09-27T16:22:49.770Z] PASS: docker_cli_swarm_test.go:2001: DockerSwarmSuite.TestSwarmClusterEventsConfig 1.577s [2019-09-27T16:22:50.335Z] PASS: docker_cli_run_unix_test.go:210: DockerSuite.TestRunAttachDetachFromInvalidFlag 0.515s [2019-09-27T16:22:50.592Z] --- PASS: TestServiceUpdateNetwork (14.82s) [2019-09-27T16:22:50.592Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-27T16:22:50.592Z] daemon.go:325: [d0b0a96b0c571] waiting for daemon to start [2019-09-27T16:22:50.592Z] daemon.go:325: [d0b0a96b0c571] waiting for daemon to start [2019-09-27T16:22:50.592Z] daemon.go:353: [d0b0a96b0c571] daemon started [2019-09-27T16:22:50.592Z] daemon.go:461: [d0b0a96b0c571] Stopping daemon [2019-09-27T16:22:50.592Z] daemon.go:296: [d0b0a96b0c571] exiting daemon [2019-09-27T16:22:50.592Z] daemon.go:448: [d0b0a96b0c571] Daemon stopped [2019-09-27T16:22:50.592Z] PASS [2019-09-27T16:22:50.592Z] [2019-09-27T16:22:50.592Z] DONE 18 tests in 159.712s [2019-09-27T16:22:50.592Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-09-27T16:22:50.592Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:22:50.592Z] ++ set -e [2019-09-27T16:22:50.592Z] ++ '[' -n 0 ']' [2019-09-27T16:22:50.593Z] ++ set -x [2019-09-27T16:22:50.593Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:22:50.593Z] INFO: Testing against a local daemon [2019-09-27T16:22:50.593Z] === RUN TestSessionCreate [2019-09-27T16:22:50.593Z] --- PASS: TestSessionCreate (0.03s) [2019-09-27T16:22:50.593Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-27T16:22:50.849Z] --- PASS: TestSessionCreateWithBadUpgrade (0.08s) [2019-09-27T16:22:50.849Z] PASS [2019-09-27T16:22:50.849Z] [2019-09-27T16:22:50.849Z] DONE 2 tests in 0.163s [2019-09-27T16:22:50.849Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-09-27T16:22:50.849Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:22:50.849Z] ++ set -e [2019-09-27T16:22:50.849Z] ++ '[' -n 0 ']' [2019-09-27T16:22:50.849Z] ++ set -x [2019-09-27T16:22:50.850Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:22:50.850Z] INFO: Testing against a local daemon [2019-09-27T16:22:50.850Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-27T16:22:50.850Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T16:22:50.850Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-27T16:22:50.850Z] === RUN TestEventsExecDie [2019-09-27T16:22:51.113Z] PASS: docker_cli_build_test.go:5705: DockerSuite.TestBuildMultiStageCopyFromErrors 2.064s [2019-09-27T16:22:51.228Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.30s) [2019-09-27T16:22:51.228Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-27T16:22:51.228Z] daemon.go:325: [d7c2048cb6672] waiting for daemon to start [2019-09-27T16:22:51.228Z] daemon.go:325: [d7c2048cb6672] waiting for daemon to start [2019-09-27T16:22:51.228Z] daemon.go:353: [d7c2048cb6672] daemon started [2019-09-27T16:22:51.228Z] daemon.go:461: [d7c2048cb6672] Stopping daemon [2019-09-27T16:22:51.228Z] daemon.go:296: [d7c2048cb6672] exiting daemon [2019-09-27T16:22:51.228Z] daemon.go:448: [d7c2048cb6672] Daemon stopped [2019-09-27T16:22:51.228Z] === RUN TestCreateServiceSecretFileMode [2019-09-27T16:22:51.780Z] PASS: docker_cli_run_unix_test.go:326: DockerSuite.TestRunAttachDetachKeysOverrideConfig 0.951s [2019-09-27T16:22:52.345Z] --- PASS: TestEventsExecDie (1.34s) [2019-09-27T16:22:52.345Z] === RUN TestEventsBackwardsCompatible [2019-09-27T16:22:52.345Z] --- PASS: TestEventsBackwardsCompatible (0.14s) [2019-09-27T16:22:52.345Z] === RUN TestInfoBinaryCommits [2019-09-27T16:22:52.345Z] --- PASS: TestInfoBinaryCommits (0.04s) [2019-09-27T16:22:52.345Z] === RUN TestInfoAPIVersioned [2019-09-27T16:22:52.345Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-27T16:22:52.345Z] === RUN TestInfoAPI [2019-09-27T16:22:52.345Z] --- PASS: TestInfoAPI (0.03s) [2019-09-27T16:22:52.345Z] === RUN TestInfoAPIWarnings [2019-09-27T16:22:52.721Z] --- PASS: TestCreateServiceSecretFileMode (2.61s) [2019-09-27T16:22:52.721Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-27T16:22:52.721Z] daemon.go:325: [d728461ce5d91] waiting for daemon to start [2019-09-27T16:22:52.721Z] daemon.go:325: [d728461ce5d91] waiting for daemon to start [2019-09-27T16:22:52.721Z] daemon.go:353: [d728461ce5d91] daemon started [2019-09-27T16:22:52.721Z] daemon.go:461: [d728461ce5d91] Stopping daemon [2019-09-27T16:22:52.721Z] daemon.go:296: [d728461ce5d91] exiting daemon [2019-09-27T16:22:52.721Z] daemon.go:448: [d728461ce5d91] Daemon stopped [2019-09-27T16:22:52.721Z] === RUN TestCreateServiceConfigFileMode [2019-09-27T16:22:53.277Z] PASS: docker_cli_run_test.go:3924: DockerSuite.TestRunAttachFailedNoLeak 1.460s [2019-09-27T16:22:53.277Z] PASS: docker_cli_swarm_test.go:1962: DockerSwarmSuite.TestSwarmClusterEventsNetwork 1.565s [2019-09-27T16:22:53.277Z] --- PASS: TestInfoAPIWarnings (0.82s) [2019-09-27T16:22:53.277Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-27T16:22:53.277Z] daemon.go:325: [db52982b383fd] waiting for daemon to start [2019-09-27T16:22:53.277Z] daemon.go:325: [db52982b383fd] waiting for daemon to start [2019-09-27T16:22:53.277Z] daemon.go:353: [db52982b383fd] daemon started [2019-09-27T16:22:53.277Z] daemon.go:461: [db52982b383fd] Stopping daemon [2019-09-27T16:22:53.277Z] daemon.go:296: [db52982b383fd] exiting daemon [2019-09-27T16:22:53.277Z] daemon.go:448: [db52982b383fd] Daemon stopped [2019-09-27T16:22:53.277Z] === RUN TestLoginFailsWithBadCredentials [2019-09-27T16:22:53.534Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s) [2019-09-27T16:22:53.534Z] === RUN TestPingCacheHeaders [2019-09-27T16:22:53.534Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-09-27T16:22:53.534Z] === RUN TestPingGet [2019-09-27T16:22:53.534Z] --- PASS: TestPingGet (0.01s) [2019-09-27T16:22:53.534Z] === RUN TestPingHead [2019-09-27T16:22:53.534Z] --- PASS: TestPingHead (0.06s) [2019-09-27T16:22:53.534Z] === RUN TestVersion [2019-09-27T16:22:53.534Z] --- PASS: TestVersion (0.03s) [2019-09-27T16:22:53.534Z] PASS [2019-09-27T16:22:53.534Z] [2019-09-27T16:22:53.534Z] === Skipped [2019-09-27T16:22:53.534Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T16:22:53.534Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-27T16:22:53.534Z] [2019-09-27T16:22:53.534Z] [2019-09-27T16:22:53.534Z] DONE 12 tests, 1 skipped in 2.833s [2019-09-27T16:22:53.791Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-09-27T16:22:53.791Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:22:53.791Z] ++ set -e [2019-09-27T16:22:53.791Z] ++ '[' -n 0 ']' [2019-09-27T16:22:53.791Z] ++ set -x [2019-09-27T16:22:53.791Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:22:53.791Z] INFO: Testing against a local daemon [2019-09-27T16:22:53.791Z] === RUN TestVolumesCreateAndList [2019-09-27T16:22:53.791Z] --- PASS: TestVolumesCreateAndList (0.04s) [2019-09-27T16:22:53.791Z] === RUN TestVolumesRemove [2019-09-27T16:22:54.073Z] --- PASS: TestVolumesRemove (0.13s) [2019-09-27T16:22:54.073Z] === RUN TestVolumesInspect [2019-09-27T16:22:54.073Z] --- PASS: TestVolumesInspect (0.05s) [2019-09-27T16:22:54.073Z] === RUN TestVolumesInvalidJSON [2019-09-27T16:22:54.073Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-27T16:22:54.073Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-27T16:22:54.073Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-27T16:22:54.073Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-09-27T16:22:54.073Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-27T16:22:54.073Z] PASS [2019-09-27T16:22:54.073Z] [2019-09-27T16:22:54.073Z] DONE 5 tests in 0.341s [2019-09-27T16:22:54.073Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-27T16:22:54.336Z] ++++ cat bundles/test-integration/docker.pid [2019-09-27T16:22:54.336Z] +++ kill 12663 [2019-09-27T16:22:54.596Z] PASS: docker_cli_run_unix_test.go:408: DockerSuite.TestRunAttachInvalidDetachKeySequencePreserved 1.199s [2019-09-27T16:22:55.420Z] --- PASS: TestCreateServiceConfigFileMode (2.65s) [2019-09-27T16:22:55.420Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-27T16:22:55.420Z] daemon.go:325: [d3f438d98c9f2] waiting for daemon to start [2019-09-27T16:22:55.420Z] daemon.go:325: [d3f438d98c9f2] waiting for daemon to start [2019-09-27T16:22:55.420Z] daemon.go:353: [d3f438d98c9f2] daemon started [2019-09-27T16:22:55.420Z] daemon.go:461: [d3f438d98c9f2] Stopping daemon [2019-09-27T16:22:55.421Z] daemon.go:296: [d3f438d98c9f2] exiting daemon [2019-09-27T16:22:55.421Z] daemon.go:448: [d3f438d98c9f2] Daemon stopped [2019-09-27T16:22:55.421Z] === RUN TestCreateServiceSysctls [2019-09-27T16:22:55.968Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-27T16:22:55.968Z] +++ /etc/init.d/apparmor stop [2019-09-27T16:22:55.968Z] Clearing AppArmor profiles cache:. [2019-09-27T16:22:55.968Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T16:22:55.968Z] Unloading profiles will leave already running processes permanently [2019-09-27T16:22:55.968Z] unconfined, which can lead to unexpected situations. [2019-09-27T16:22:55.968Z] [2019-09-27T16:22:55.968Z] To set a process to complain mode, use the command line tool [2019-09-27T16:22:55.968Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T16:22:55.968Z] with the 'teardown' option." [2019-09-27T16:22:55.968Z] [2019-09-27T16:22:55.968Z] PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode 1.037s [2019-09-27T16:22:58.491Z] PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode 2.439s [2019-09-27T16:22:58.891Z] --- PASS: TestCreateServiceSysctls (3.58s) [2019-09-27T16:22:58.891Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-27T16:22:58.891Z] daemon.go:325: [d8a0ff1cf9aad] waiting for daemon to start [2019-09-27T16:22:58.891Z] daemon.go:325: [d8a0ff1cf9aad] waiting for daemon to start [2019-09-27T16:22:58.891Z] daemon.go:353: [d8a0ff1cf9aad] daemon started [2019-09-27T16:22:58.891Z] daemon.go:461: [d8a0ff1cf9aad] Stopping daemon [2019-09-27T16:22:58.891Z] daemon.go:296: [d8a0ff1cf9aad] exiting daemon [2019-09-27T16:22:58.891Z] daemon.go:448: [d8a0ff1cf9aad] Daemon stopped [2019-09-27T16:22:58.891Z] === RUN TestInspect [2019-09-27T16:22:59.055Z] PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode 0.948s [2019-09-27T16:22:59.055Z] PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach 0.010s [2019-09-27T16:23:01.578Z] PASS: docker_cli_run_test.go:1881: DockerSuite.TestRunBindMounts 2.479s [2019-09-27T16:23:02.367Z] --- PASS: TestInspect (3.44s) [2019-09-27T16:23:02.367Z] inspect_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-27T16:23:02.367Z] daemon.go:325: [dfd7969b9d741] waiting for daemon to start [2019-09-27T16:23:02.367Z] daemon.go:325: [dfd7969b9d741] waiting for daemon to start [2019-09-27T16:23:02.367Z] daemon.go:353: [dfd7969b9d741] daemon started [2019-09-27T16:23:02.367Z] daemon.go:461: [dfd7969b9d741] Stopping daemon [2019-09-27T16:23:02.367Z] daemon.go:296: [dfd7969b9d741] exiting daemon [2019-09-27T16:23:02.367Z] daemon.go:448: [dfd7969b9d741] Daemon stopped [2019-09-27T16:23:02.367Z] === RUN TestDockerNetworkConnectAlias [2019-09-27T16:23:02.508Z] PASS: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface 0.861s [2019-09-27T16:23:03.438Z] PASS: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface 0.836s [2019-09-27T16:23:04.368Z] PASS: docker_cli_run_test.go:3012: DockerSuite.TestRunCapAddCHOWN 0.839s [2019-09-27T16:23:05.297Z] PASS: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface 0.800s [2019-09-27T16:23:05.297Z] PASS: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid 0.015s [2019-09-27T16:23:05.860Z] PASS: docker_cli_run_test.go:3198: DockerSuite.TestRunCapAddSYSTIME 0.861s [2019-09-27T16:23:06.771Z] --- PASS: TestDockerNetworkConnectAlias (4.59s) [2019-09-27T16:23:06.771Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-27T16:23:06.771Z] daemon.go:325: [def9ecced76a7] waiting for daemon to start [2019-09-27T16:23:06.771Z] daemon.go:325: [def9ecced76a7] waiting for daemon to start [2019-09-27T16:23:06.771Z] daemon.go:353: [def9ecced76a7] daemon started [2019-09-27T16:23:06.771Z] daemon.go:461: [def9ecced76a7] Stopping daemon [2019-09-27T16:23:06.771Z] daemon.go:296: [def9ecced76a7] exiting daemon [2019-09-27T16:23:06.771Z] daemon.go:448: [def9ecced76a7] Daemon stopped [2019-09-27T16:23:06.771Z] === RUN TestDockerNetworkReConnect [2019-09-27T16:23:06.790Z] PASS: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod 0.859s [2019-09-27T16:23:07.721Z] PASS: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod 0.800s [2019-09-27T16:23:08.650Z] PASS: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod 0.839s [2019-09-27T16:23:09.213Z] PASS: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase 0.806s [2019-09-27T16:23:09.213Z] PASS: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid 0.013s [2019-09-27T16:23:10.145Z] PASS: docker_cli_run_test.go:1968: DockerSuite.TestRunCidFileCheckIDLength 0.687s [2019-09-27T16:23:10.145Z] PASS: docker_cli_run_test.go:1937: DockerSuite.TestRunCidFileCleanupIfEmpty 0.019s [2019-09-27T16:23:11.178Z] --- PASS: TestDockerNetworkReConnect (3.70s) [2019-09-27T16:23:11.178Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-27T16:23:11.178Z] daemon.go:325: [d70d6519833e8] waiting for daemon to start [2019-09-27T16:23:11.178Z] daemon.go:325: [d70d6519833e8] waiting for daemon to start [2019-09-27T16:23:11.178Z] daemon.go:353: [d70d6519833e8] daemon started [2019-09-27T16:23:11.178Z] daemon.go:461: [d70d6519833e8] Stopping daemon [2019-09-27T16:23:11.178Z] daemon.go:296: [d70d6519833e8] exiting daemon [2019-09-27T16:23:11.178Z] daemon.go:448: [d70d6519833e8] Daemon stopped [2019-09-27T16:23:11.178Z] === RUN TestServicePlugin [2019-09-27T16:23:11.178Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-27T16:23:11.178Z] plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:23:11.178Z] === RUN TestServiceUpdateLabel [2019-09-27T16:23:12.040Z] PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint 1.366s [2019-09-27T16:23:12.604Z] PASS: docker_cli_run_test.go:3340: DockerSuite.TestRunContainerNetModeWithDNSMacHosts 0.639s [2019-09-27T16:23:12.668Z] --- PASS: TestServiceUpdateLabel (2.23s) [2019-09-27T16:23:12.668Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-27T16:23:12.668Z] daemon.go:325: [d9599518dc1c7] waiting for daemon to start [2019-09-27T16:23:12.668Z] daemon.go:325: [d9599518dc1c7] waiting for daemon to start [2019-09-27T16:23:12.668Z] daemon.go:353: [d9599518dc1c7] daemon started [2019-09-27T16:23:12.668Z] daemon.go:461: [d9599518dc1c7] Stopping daemon [2019-09-27T16:23:12.668Z] daemon.go:296: [d9599518dc1c7] exiting daemon [2019-09-27T16:23:12.668Z] daemon.go:448: [d9599518dc1c7] Daemon stopped [2019-09-27T16:23:12.668Z] === RUN TestServiceUpdateSecrets [2019-09-27T16:23:13.533Z] PASS: docker_cli_run_test.go:3364: DockerSuite.TestRunContainerNetModeWithExposePort 0.652s [2019-09-27T16:23:14.462Z] PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork 0.816s [2019-09-27T16:23:14.462Z] PASS: docker_cli_run_test.go:3331: DockerSuite.TestRunContainerNetworkModeToSelf 0.105s [2019-09-27T16:23:15.393Z] PASS: docker_cli_run_test.go:3315: DockerSuite.TestRunContainerWithCgroupMountRO 0.812s [2019-09-27T16:23:15.649Z] PASS: docker_cli_swarm_test.go:1932: DockerSwarmSuite.TestSwarmClusterEventsNode 5.421s [2019-09-27T16:23:17.025Z] PASS: docker_cli_run_test.go:3241: DockerSuite.TestRunContainerWithCgroupParent 1.729s [2019-09-27T16:23:18.921Z] PASS: docker_cli_run_test.go:2738: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer 1.769s [2019-09-27T16:23:20.815Z] PASS: docker_cli_run_test.go:2687: DockerSuite.TestRunContainerWithReadonlyRootfs 1.574s [2019-09-27T16:23:21.379Z] PASS: docker_cli_run_test.go:2760: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag 0.835s [2019-09-27T16:23:22.312Z] PASS: docker_cli_run_test.go:2750: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag 0.859s [2019-09-27T16:23:23.243Z] PASS: docker_cli_run_test.go:2797: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer 0.848s [2019-09-27T16:23:24.172Z] PASS: docker_cli_swarm_test.go:1848: DockerSwarmSuite.TestSwarmClusterEventsScope 7.717s [2019-09-27T16:23:24.172Z] PASS: docker_cli_run_test.go:2783: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero 0.939s [2019-09-27T16:23:25.102Z] PASS: docker_cli_run_test.go:2683: DockerSuite.TestRunContainerWithWritableRootfs 0.918s [2019-09-27T16:23:26.846Z] PASS: docker_cli_build_test.go:5647: DockerSuite.TestBuildMultiStageCopyFromSyntax 33.955s [2019-09-27T16:23:26.995Z] PASS: docker_cli_swarm_test.go:1981: DockerSwarmSuite.TestSwarmClusterEventsSecret 1.544s [2019-09-27T16:23:26.996Z] PASS: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent 2.058s [2019-09-27T16:23:27.904Z] --- PASS: TestServiceUpdateSecrets (14.78s) [2019-09-27T16:23:27.904Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-27T16:23:27.904Z] daemon.go:325: [d1d6617d47bb1] waiting for daemon to start [2019-09-27T16:23:27.904Z] daemon.go:325: [d1d6617d47bb1] waiting for daemon to start [2019-09-27T16:23:27.904Z] daemon.go:353: [d1d6617d47bb1] daemon started [2019-09-27T16:23:27.904Z] daemon.go:461: [d1d6617d47bb1] Stopping daemon [2019-09-27T16:23:27.904Z] daemon.go:296: [d1d6617d47bb1] exiting daemon [2019-09-27T16:23:27.904Z] daemon.go:448: [d1d6617d47bb1] Daemon stopped [2019-09-27T16:23:27.904Z] === RUN TestServiceUpdateConfigs [2019-09-27T16:23:31.171Z] PASS: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID 3.695s [2019-09-27T16:23:31.171Z] PASS: docker_cli_run_test.go:3206: DockerSuite.TestRunCreateContainerFailedCleanUp 0.065s [2019-09-27T16:23:31.735Z] PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume 0.823s [2019-09-27T16:23:34.255Z] PASS: docker_cli_run_test.go:2157: DockerSuite.TestRunCreateVolumeEtc 2.377s [2019-09-27T16:23:36.147Z] PASS: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink 1.926s [2019-09-27T16:23:39.419Z] PASS: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir 2.771s [2019-09-27T16:23:42.070Z] PASS: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2 2.730s [2019-09-27T16:23:42.070Z] SKIP: docker_cli_run_test.go:4150: DockerSuite.TestRunCredentialSpecFailures (unmatched requirement DaemonIsWindows) [2019-09-27T16:23:42.070Z] SKIP: docker_cli_run_test.go:4169: DockerSuite.TestRunCredentialSpecWellFormed (unmatched requirement DaemonIsWindows) [2019-09-27T16:23:42.326Z] PASS: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions 0.804s [2019-09-27T16:23:43.140Z] --- PASS: TestServiceUpdateConfigs (15.03s) [2019-09-27T16:23:43.140Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-27T16:23:43.140Z] daemon.go:325: [df14f27abfb48] waiting for daemon to start [2019-09-27T16:23:43.140Z] daemon.go:325: [df14f27abfb48] waiting for daemon to start [2019-09-27T16:23:43.140Z] daemon.go:353: [df14f27abfb48] daemon started [2019-09-27T16:23:43.140Z] daemon.go:461: [df14f27abfb48] Stopping daemon [2019-09-27T16:23:43.140Z] daemon.go:296: [df14f27abfb48] exiting daemon [2019-09-27T16:23:43.140Z] daemon.go:448: [df14f27abfb48] Daemon stopped [2019-09-27T16:23:43.140Z] === RUN TestServiceUpdateNetwork [2019-09-27T16:23:43.705Z] PASS: docker_cli_swarm_test.go:1892: DockerSwarmSuite.TestSwarmClusterEventsService 15.808s [2019-09-27T16:23:44.638Z] PASS: docker_cli_run_test.go:4008: DockerSuite.TestRunDNSInHostMode 2.156s [2019-09-27T16:23:46.546Z] PASS: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions 1.850s [2019-09-27T16:23:48.916Z] PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg 20.672s [2019-09-27T16:23:49.127Z] PASS: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf 2.653s [2019-09-27T16:23:50.058Z] PASS: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions 0.770s [2019-09-27T16:23:51.952Z] PASS: docker_cli_run_test.go:2030: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule 1.444s [2019-09-27T16:23:52.517Z] PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting 0.851s [2019-09-27T16:23:52.517Z] SKIP: docker_cli_run_unix_test.go:84: DockerSuite.TestRunDeviceDirectory (Host does not have /dev/snd) [2019-09-27T16:23:53.447Z] PASS: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers 0.812s [2019-09-27T16:23:55.348Z] PASS: docker_cli_run_unix_test.go:1358: DockerSuite.TestRunDeviceSymlink 2.003s [2019-09-27T16:23:55.348Z] PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot 0.049s [2019-09-27T16:23:56.279Z] PASS: docker_cli_run_test.go:4185: DockerSuite.TestRunDuplicateMount 0.816s [2019-09-27T16:23:56.947Z] --- PASS: TestServiceUpdateNetwork (14.03s) [2019-09-27T16:23:56.947Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-27T16:23:56.947Z] daemon.go:325: [d236eea3373c9] waiting for daemon to start [2019-09-27T16:23:56.947Z] daemon.go:325: [d236eea3373c9] waiting for daemon to start [2019-09-27T16:23:56.947Z] daemon.go:353: [d236eea3373c9] daemon started [2019-09-27T16:23:56.947Z] daemon.go:461: [d236eea3373c9] Stopping daemon [2019-09-27T16:23:56.947Z] daemon.go:296: [d236eea3373c9] exiting daemon [2019-09-27T16:23:56.947Z] daemon.go:448: [d236eea3373c9] Daemon stopped [2019-09-27T16:23:56.947Z] PASS [2019-09-27T16:23:56.947Z] [2019-09-27T16:23:56.947Z] === Skipped [2019-09-27T16:23:56.947Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-09-27T16:23:56.947Z] plugin_test.go:26: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T16:23:56.947Z] [2019-09-27T16:23:56.947Z] [2019-09-27T16:23:56.947Z] DONE 18 tests, 1 skipped in 113.641s [2019-09-27T16:23:56.947Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-09-27T16:23:56.947Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:23:56.947Z] ++ set -e [2019-09-27T16:23:56.947Z] ++ '[' -n 0 ']' [2019-09-27T16:23:56.947Z] ++ set -x [2019-09-27T16:23:56.948Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:23:56.948Z] INFO: Testing against a local daemon [2019-09-27T16:23:56.948Z] === RUN TestSessionCreate [2019-09-27T16:23:56.948Z] --- PASS: TestSessionCreate (0.06s) [2019-09-27T16:23:56.948Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-27T16:23:56.948Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-09-27T16:23:56.948Z] PASS [2019-09-27T16:23:56.948Z] [2019-09-27T16:23:56.948Z] DONE 2 tests in 0.206s [2019-09-27T16:23:56.948Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-09-27T16:23:56.948Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:23:56.948Z] ++ set -e [2019-09-27T16:23:56.948Z] ++ '[' -n 0 ']' [2019-09-27T16:23:56.948Z] ++ set -x [2019-09-27T16:23:56.948Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:23:56.948Z] INFO: Testing against a local daemon [2019-09-27T16:23:56.948Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-27T16:23:56.948Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T16:23:56.948Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-27T16:23:56.948Z] === RUN TestEventsExecDie [2019-09-27T16:23:57.208Z] PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer 0.826s [2019-09-27T16:23:57.771Z] PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout 0.772s [2019-09-27T16:23:57.955Z] --- PASS: TestEventsExecDie (0.95s) [2019-09-27T16:23:57.955Z] === RUN TestEventsBackwardsCompatible [2019-09-27T16:23:57.955Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2019-09-27T16:23:57.955Z] === RUN TestInfoBinaryCommits [2019-09-27T16:23:57.955Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-09-27T16:23:57.955Z] === RUN TestInfoAPIVersioned [2019-09-27T16:23:57.955Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-09-27T16:23:57.955Z] === RUN TestInfoAPI [2019-09-27T16:23:58.237Z] --- PASS: TestInfoAPI (0.06s) [2019-09-27T16:23:58.237Z] === RUN TestInfoAPIWarnings [2019-09-27T16:23:58.704Z] PASS: docker_cli_run_unix_test.go:539: DockerSuite.TestRunEchoStdoutWithCPUSharesAndMemoryLimit 0.785s [2019-09-27T16:23:58.704Z] PASS: docker_cli_run_test.go:4271: DockerSuite.TestRunEmptyEnv 0.027s [2019-09-27T16:23:59.254Z] --- PASS: TestInfoAPIWarnings (0.92s) [2019-09-27T16:23:59.254Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-27T16:23:59.254Z] daemon.go:325: [d26ae5d3ff2a6] waiting for daemon to start [2019-09-27T16:23:59.254Z] daemon.go:325: [d26ae5d3ff2a6] waiting for daemon to start [2019-09-27T16:23:59.254Z] daemon.go:353: [d26ae5d3ff2a6] daemon started [2019-09-27T16:23:59.254Z] daemon.go:461: [d26ae5d3ff2a6] Stopping daemon [2019-09-27T16:23:59.254Z] daemon.go:296: [d26ae5d3ff2a6] exiting daemon [2019-09-27T16:23:59.254Z] daemon.go:448: [d26ae5d3ff2a6] Daemon stopped [2019-09-27T16:23:59.254Z] === RUN TestLoginFailsWithBadCredentials [2019-09-27T16:23:59.271Z] PASS: docker_cli_run_test.go:1870: DockerSuite.TestRunEntrypoint 0.704s [2019-09-27T16:23:59.272Z] PASS: docker_cli_build_test.go:5785: DockerSuite.TestBuildMultiStageImplicitFrom 10.374s [2019-09-27T16:23:59.536Z] --- PASS: TestLoginFailsWithBadCredentials (0.57s) [2019-09-27T16:23:59.536Z] === RUN TestPingCacheHeaders [2019-09-27T16:23:59.536Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-09-27T16:23:59.536Z] === RUN TestPingGet [2019-09-27T16:23:59.822Z] --- PASS: TestPingGet (0.04s) [2019-09-27T16:23:59.822Z] === RUN TestPingHead [2019-09-27T16:23:59.822Z] --- PASS: TestPingHead (0.05s) [2019-09-27T16:23:59.822Z] === RUN TestVersion [2019-09-27T16:23:59.822Z] --- PASS: TestVersion (0.05s) [2019-09-27T16:23:59.822Z] PASS [2019-09-27T16:23:59.822Z] [2019-09-27T16:23:59.822Z] === Skipped [2019-09-27T16:23:59.822Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T16:23:59.822Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-27T16:23:59.822Z] [2019-09-27T16:23:59.822Z] [2019-09-27T16:23:59.822Z] DONE 12 tests, 1 skipped in 2.974s [2019-09-27T16:23:59.822Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-09-27T16:23:59.822Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:23:59.822Z] ++ set -e [2019-09-27T16:23:59.822Z] ++ '[' -n 0 ']' [2019-09-27T16:23:59.822Z] ++ set -x [2019-09-27T16:23:59.822Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-27T16:23:59.822Z] INFO: Testing against a local daemon [2019-09-27T16:23:59.822Z] === RUN TestVolumesCreateAndList [2019-09-27T16:24:00.107Z] --- PASS: TestVolumesCreateAndList (0.06s) [2019-09-27T16:24:00.107Z] === RUN TestVolumesRemove [2019-09-27T16:24:00.107Z] --- PASS: TestVolumesRemove (0.08s) [2019-09-27T16:24:00.107Z] === RUN TestVolumesInspect [2019-09-27T16:24:00.107Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-27T16:24:00.107Z] === RUN TestVolumesInvalidJSON [2019-09-27T16:24:00.107Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-27T16:24:00.107Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-27T16:24:00.107Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-27T16:24:00.107Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2019-09-27T16:24:00.107Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-27T16:24:00.107Z] PASS [2019-09-27T16:24:00.107Z] [2019-09-27T16:24:00.107Z] DONE 5 tests in 0.319s [2019-09-27T16:24:00.107Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-27T16:24:00.200Z] PASS: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment 0.828s [2019-09-27T16:24:00.392Z] ++++ cat bundles/test-integration/docker.pid [2019-09-27T16:24:00.392Z] +++ kill 11114 [2019-09-27T16:24:01.130Z] PASS: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase 0.850s [2019-09-27T16:24:01.865Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-27T16:24:01.865Z] +++ /etc/init.d/apparmor stop [2019-09-27T16:24:01.865Z] Clearing AppArmor profiles cache:. [2019-09-27T16:24:01.865Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T16:24:01.865Z] Unloading profiles will leave already running processes permanently [2019-09-27T16:24:01.865Z] unconfined, which can lead to unexpected situations. [2019-09-27T16:24:01.865Z] [2019-09-27T16:24:01.865Z] To set a process to complain mode, use the command line tool [2019-09-27T16:24:01.865Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T16:24:01.865Z] with the 'teardown' option." [2019-09-27T16:24:01.865Z] [2019-09-27T16:24:02.060Z] PASS: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride 0.790s [2019-09-27T16:24:02.623Z] PASS: docker_cli_swarm_test.go:1828: DockerSwarmSuite.TestSwarmClusterEventsSource 3.604s [2019-09-27T16:24:02.623Z] PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode 0.829s [2019-09-27T16:24:03.554Z] PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne 0.816s Post stage [Pipeline] junit [2019-09-27T16:24:03.951Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-27T16:24:04.484Z] PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero 0.878s [2019-09-27T16:24:04.760Z] + echo Ensuring container killed. [2019-09-27T16:24:04.760Z] Ensuring container killed. [2019-09-27T16:24:04.760Z] + docker rm -vf docker-pr2 [2019-09-27T16:24:04.760Z] Error: No such container: docker-pr2 [2019-09-27T16:24:04.760Z] + true [Pipeline] sh [2019-09-27T16:24:05.107Z] PASS: docker_cli_build_test.go:5752: DockerSuite.TestBuildMultiStageMultipleBuilds 6.247s [2019-09-27T16:24:05.143Z] + echo Chowning /workspace to jenkins user [2019-09-27T16:24:05.143Z] Chowning /workspace to jenkins user [2019-09-27T16:24:05.143Z] + id -u [2019-09-27T16:24:05.143Z] + id -g [2019-09-27T16:24:05.143Z] + docker run --rm -v /home/docker/workspace/engine_PR-385:/workspace busybox chown -R 1001:1001 /workspace [2019-09-27T16:24:05.143Z] Unable to find image 'busybox:latest' locally [2019-09-27T16:24:05.415Z] PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose 0.786s [2019-09-27T16:24:05.415Z] PASS: docker_cli_run_test.go:2293: DockerSuite.TestRunExposePort 0.009s [2019-09-27T16:24:05.426Z] latest: Pulling from library/busybox [2019-09-27T16:24:05.708Z] e38168a01e65: Pulling fs layer [2019-09-27T16:24:05.979Z] PASS: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet 0.789s [2019-09-27T16:24:05.993Z] e38168a01e65: Verifying Checksum [2019-09-27T16:24:05.993Z] e38168a01e65: Download complete [2019-09-27T16:24:05.993Z] e38168a01e65: Pull complete [2019-09-27T16:24:05.993Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-27T16:24:05.993Z] Status: Downloaded newer image for busybox:latest [2019-09-27T16:24:06.910Z] PASS: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd 0.843s [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-27T16:24:08.427Z] + bundleName=ppc64le-integration [2019-09-27T16:24:08.428Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-09-27T16:24:08.428Z] Creating ppc64le-integration-bundles.tar.gz [2019-09-27T16:24:08.428Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-09-27T16:24:08.428Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-09-27T16:24:08.747Z] Archiving artifacts [2019-09-27T16:24:08.818Z] PASS: docker_cli_run_test.go:4513: DockerSuite.TestRunHostnameFQDN 1.664s [2019-09-27T16:24:09.081Z] PASS: docker_cli_run_test.go:4526: DockerSuite.TestRunHostnameInHostMode 0.386s [2019-09-27T16:24:09.081Z] SKIP: docker_cli_run_test.go:4254: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows) [2019-09-27T16:24:09.593Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-385/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-27T16:24:09.987Z] + make clean [2019-09-27T16:24:10.626Z] docker volume rm -f docker-dev-cache [2019-09-27T16:24:10.626Z] docker-dev-cache [Pipeline] deleteDir [2019-09-27T16:24:10.974Z] PASS: docker_cli_swarm_test.go:1869: DockerSwarmSuite.TestSwarmClusterEventsType 7.754s [2019-09-27T16:24:12.203Z] PASS: docker_cli_build_test.go:5867: DockerSuite.TestBuildMultiStageMultipleBuildsWindows 6.935s [2019-09-27T16:24:12.869Z] PASS: docker_cli_run_test.go:3730: DockerSuite.TestRunInitLayerPathOwnership 3.919s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-27T16:24:13.802Z] PASS: docker_cli_run_test.go:2008: DockerSuite.TestRunInspectMacAddress 0.720s [2019-09-27T16:24:25.979Z] PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy 11.697s [2019-09-27T16:24:26.909Z] PASS: docker_cli_run_unix_test.go:768: DockerSuite.TestRunInvalidCPUShares 1.201s [2019-09-27T16:24:28.802Z] PASS: docker_cli_run_test.go:3276: DockerSuite.TestRunInvalidCgroupParent 1.678s [2019-09-27T16:24:28.802Z] PASS: docker_cli_run_unix_test.go:730: DockerSuite.TestRunInvalidCpusetCpusFlagValue 0.013s [2019-09-27T16:24:28.802Z] PASS: docker_cli_run_unix_test.go:749: DockerSuite.TestRunInvalidCpusetMemsFlagValue 0.016s [2019-09-27T16:24:28.802Z] PASS: docker_cli_run_test.go:3718: DockerSuite.TestRunInvalidReference 0.009s [2019-09-27T16:24:29.365Z] PASS: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors 0.818s [2019-09-27T16:24:32.638Z] PASS: docker_cli_run_test.go:3385: DockerSuite.TestRunLinkToContainerNetMode 2.292s [2019-09-27T16:24:34.532Z] PASS: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID 1.402s [2019-09-27T16:24:35.903Z] PASS: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName 1.450s [2019-09-27T16:24:36.833Z] PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS 0.896s [2019-09-27T16:24:37.407Z] PASS: docker_cli_build_test.go:5842: DockerSuite.TestBuildMultiStageNameVariants 22.419s [2019-09-27T16:24:37.407Z] SKIP: docker_cli_build_test.go:5955: DockerSuite.TestBuildMultiStageResetScratch (unmatched requirement DaemonIsLinux) [2019-09-27T16:24:37.762Z] PASS: docker_cli_run_test.go:3395: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled 0.681s [2019-09-27T16:24:38.326Z] PASS: docker_cli_run_test.go:3421: DockerSuite.TestRunLoopbackWhenNetworkDisabled 0.680s [2019-09-27T16:24:39.696Z] PASS: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname 1.214s [2019-09-27T16:24:39.696Z] PASS: docker_cli_run_test.go:2321: DockerSuite.TestRunModeIpcContainerNotExists 0.013s [2019-09-27T16:24:39.696Z] PASS: docker_cli_run_test.go:2330: DockerSuite.TestRunModeIpcContainerNotRunning 0.242s [2019-09-27T16:24:41.590Z] PASS: docker_cli_run_test.go:2299: DockerSuite.TestRunModeIpcHost 1.596s [2019-09-27T16:24:42.972Z] PASS: docker_cli_run_test.go:3429: DockerSuite.TestRunModeNetContainerHostname 1.149s [2019-09-27T16:24:44.864Z] PASS: docker_cli_run_test.go:2343: DockerSuite.TestRunModePIDContainer 1.481s [2019-09-27T16:24:44.864Z] PASS: docker_cli_run_test.go:2368: DockerSuite.TestRunModePIDContainerNotExists 0.013s [2019-09-27T16:24:44.864Z] PASS: docker_cli_run_test.go:2377: DockerSuite.TestRunModePIDContainerNotRunning 0.243s [2019-09-27T16:24:46.757Z] PASS: docker_cli_run_test.go:2435: DockerSuite.TestRunModePIDHost 1.639s [2019-09-27T16:24:48.128Z] PASS: docker_cli_run_test.go:2457: DockerSuite.TestRunModeUTSHost 1.625s [2019-09-27T16:24:49.851Z] PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg 12.818s [2019-09-27T16:24:49.851Z] PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags 0.606s [2019-09-27T16:24:49.851Z] SKIP: docker_cli_build_test.go:5562: DockerSuite.TestBuildNetContainer (unmatched requirement DaemonIsLinux) [2019-09-27T16:24:49.851Z] SKIP: docker_cli_build_test.go:5550: DockerSuite.TestBuildNetNone (unmatched requirement DaemonIsLinux) [2019-09-27T16:24:52.782Z] PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext 2.788s [2019-09-27T16:24:56.223Z] PASS: docker_cli_run_test.go:4333: DockerSuite.TestRunMount 6.697s [2019-09-27T16:24:56.223Z] PASS: docker_cli_run_test.go:2086: DockerSuite.TestRunMountOrdering 0.812s [2019-09-27T16:24:56.480Z] PASS: docker_cli_run_test.go:4321: DockerSuite.TestRunMountReadOnlyDevShm 0.784s [2019-09-27T16:24:57.485Z] PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput 4.493s [2019-09-27T16:24:58.372Z] PASS: docker_cli_run_test.go:2390: DockerSuite.TestRunMountShmMqueueFromHost 1.381s [2019-09-27T16:24:59.674Z] PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume 2.488s [2019-09-27T16:25:00.134Z] PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure 0.282s [2019-09-27T16:25:00.134Z] PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote 0.135s [2019-09-27T16:25:00.894Z] PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom 2.465s [2019-09-27T16:25:03.049Z] PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage 2.346s [2019-09-27T16:25:04.020Z] PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess 1.200s [2019-09-27T16:25:04.168Z] PASS: docker_cli_exec_test.go:383: DockerSuite.TestRunMutableNetworkFiles 3.037s [2019-09-27T16:25:04.992Z] PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume 1.292s [2019-09-27T16:25:06.689Z] PASS: docker_cli_run_test.go:3218: DockerSuite.TestRunNamedVolume 2.414s [2019-09-27T16:25:09.214Z] PASS: docker_cli_run_test.go:3862: DockerSuite.TestRunNamedVolumeCopyImageData 2.637s [2019-09-27T16:25:11.109Z] PASS: docker_cli_run_test.go:3876: DockerSuite.TestRunNamedVolumeNotRemoved 1.690s [2019-09-27T16:25:12.478Z] PASS: docker_cli_run_test.go:3893: DockerSuite.TestRunNamedVolumesFromNotRemoved 1.661s [2019-09-27T16:25:12.478Z] PASS: docker_cli_run_test.go:3855: DockerSuite.TestRunNamedVolumesMountedAsShared 0.045s [2019-09-27T16:25:13.424Z] PASS: docker_cli_run_test.go:2610: DockerSuite.TestRunNetContainerWhichHost 0.602s [2019-09-27T16:25:14.806Z] PASS: docker_cli_run_test.go:2579: DockerSuite.TestRunNetHost 1.170s [2019-09-27T16:25:15.369Z] PASS: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks 0.827s [2019-09-27T16:25:16.301Z] PASS: docker_cli_run_test.go:2601: DockerSuite.TestRunNetHostTwiceSameName 0.762s [2019-09-27T16:25:17.408Z] PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild 10.417s [2019-09-27T16:25:17.869Z] PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache 1.182s [2019-09-27T16:25:18.820Z] PASS: docker_cli_run_test.go:3073: DockerSuite.TestRunNetworkFilesBindMount 2.457s [2019-09-27T16:25:21.341Z] PASS: docker_cli_run_test.go:3097: DockerSuite.TestRunNetworkFilesBindMountRO 2.444s [2019-09-27T16:25:26.620Z] PASS: docker_cli_run_test.go:3119: DockerSuite.TestRunNetworkFilesBindMountROFilesystem 4.859s [2019-09-27T16:25:26.876Z] PASS: docker_cli_run_test.go:3442: DockerSuite.TestRunNetworkNotInitializedNoneMode 0.575s [2019-09-27T16:25:26.876Z] PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes 0.110s [2019-09-27T16:25:27.806Z] PASS: docker_cli_run_unix_test.go:1145: DockerSuite.TestRunNoNewPrivSetuid 0.927s [2019-09-27T16:25:27.806Z] PASS: docker_cli_run_test.go:2198: DockerSuite.TestRunNoOutputFromPullInStdout 0.071s [2019-09-27T16:25:28.377Z] PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON 9.150s [2019-09-27T16:25:28.735Z] PASS: docker_cli_run_test.go:3667: DockerSuite.TestRunNonExecutableCmd 0.773s [2019-09-27T16:25:29.665Z] PASS: docker_cli_run_test.go:3676: DockerSuite.TestRunNonExistingCmd 0.785s [2019-09-27T16:25:29.665Z] PASS: docker_cli_run_test.go:3701: DockerSuite.TestRunNonExistingImage 0.080s [2019-09-27T16:25:30.594Z] PASS: docker_cli_run_test.go:2562: DockerSuite.TestRunNonLocalMacAddress 0.770s [2019-09-27T16:25:31.158Z] PASS: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName 0.907s [2019-09-27T16:25:31.158Z] SKIP: docker_cli_run_unix_test.go:618: DockerSuite.TestRunOOMExitCode (unmatched requirement swapMemorySupport) [2019-09-27T16:25:31.293Z] PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON 3.633s [2019-09-27T16:25:32.089Z] PASS: docker_cli_run_test.go:2810: DockerSuite.TestRunPIDHostWithChildIsKillable 0.890s [2019-09-27T16:25:33.019Z] PASS: docker_cli_run_unix_test.go:1407: DockerSuite.TestRunPIDsLimit 0.754s [2019-09-27T16:25:34.918Z] PASS: docker_cli_run_test.go:2498: DockerSuite.TestRunPortFromDockerRangeInUse 1.245s [2019-09-27T16:25:35.850Z] PASS: docker_cli_run_test.go:2046: DockerSuite.TestRunPortInUse 0.790s [2019-09-27T16:25:36.414Z] PASS: docker_cli_run_unix_test.go:1418: DockerSuite.TestRunPrivilegedAllowedDevices 0.755s [2019-09-27T16:25:37.344Z] PASS: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod 0.791s [2019-09-27T16:25:38.275Z] PASS: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount 0.754s [2019-09-27T16:25:38.840Z] PASS: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers 0.854s [2019-09-27T16:25:39.795Z] PASS: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers 0.815s [2019-09-27T16:25:39.795Z] SKIP: docker_cli_run_test.go:4236: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows) [2019-09-27T16:25:40.724Z] PASS: docker_cli_run_test.go:2987: DockerSuite.TestRunPublishPort 0.642s [2019-09-27T16:25:41.636Z] PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance 9.602s [2019-09-27T16:25:41.654Z] PASS: docker_cli_run_test.go:2890: DockerSuite.TestRunReadFilteredProc 0.738s [2019-09-27T16:25:41.654Z] SKIP: docker_cli_run_test.go:2869: DockerSuite.TestRunReadProcLatency (kernel doesn't have latency_stats configured) [2019-09-27T16:25:42.219Z] PASS: docker_cli_run_test.go:2854: DockerSuite.TestRunReadProcTimer 0.895s [2019-09-27T16:25:44.112Z] PASS: docker_cli_run_unix_test.go:35: DockerSuite.TestRunRedirectStdout 1.613s [2019-09-27T16:25:44.112Z] SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (Unstable test, to be re-activated once #19937 is resolved) [2019-09-27T16:25:47.383Z] PASS: docker_cli_run_test.go:2660: DockerSuite.TestRunRestartMaxRetries 3.331s [2019-09-27T16:25:49.279Z] PASS: docker_cli_run_test.go:2131: DockerSuite.TestRunReuseBindVolumeThatIsSymlink 1.606s [2019-09-27T16:25:49.841Z] PASS: docker_cli_run_test.go:4061: DockerSuite.TestRunRm 0.832s [2019-09-27T16:25:52.013Z] PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase 9.789s [2019-09-27T16:25:54.013Z] PASS: docker_cli_run_test.go:4051: DockerSuite.TestRunRmAndWait 3.808s [2019-09-27T16:25:54.576Z] PASS: docker_cli_run_test.go:4072: DockerSuite.TestRunRmPre125Api 0.846s [2019-09-27T16:25:55.139Z] PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir 0.801s [2019-09-27T16:25:57.034Z] PASS: docker_cli_run_unix_test.go:1051: DockerSuite.TestRunSeccompAllowPrivCloneUserns 1.783s [2019-09-27T16:25:57.966Z] PASS: docker_cli_run_unix_test.go:1071: DockerSuite.TestRunSeccompAllowSetrlimit 0.795s [2019-09-27T16:25:58.037Z] PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput 5.802s [2019-09-27T16:25:59.009Z] PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy 0.755s [2019-09-27T16:25:59.009Z] SKIP: docker_cli_build_test.go:6013: DockerSuite.TestBuildOpaqueDirectory (unmatched requirement DaemonIsLinux) [2019-09-27T16:25:59.009Z] SKIP: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH (unmatched requirement DaemonIsLinux) [2019-09-27T16:26:01.933Z] PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg 2.364s [2019-09-27T16:26:01.933Z] SKIP: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON (unmatched requirement DaemonIsLinux) [2019-09-27T16:26:02.141Z] PASS: docker_cli_run_unix_test.go:1078: DockerSuite.TestRunSeccompDefaultProfileAcct 3.982s [2019-09-27T16:26:02.399Z] PASS: docker_cli_swarm_test.go:1333: DockerSwarmSuite.TestSwarmClusterRotateUnlockKey 91.213s [2019-09-27T16:26:07.652Z] PASS: docker_cli_run_unix_test.go:1108: DockerSuite.TestRunSeccompDefaultProfileNS 5.351s [2019-09-27T16:26:08.214Z] PASS: docker_cli_run_unix_test.go:1063: DockerSuite.TestRunSeccompProfileAllow32Bit 0.869s [2019-09-27T16:26:08.214Z] PASS: docker_cli_swarm_test.go:371: DockerSwarmSuite.TestSwarmContainerAttachByNetworkId 5.298s [2019-09-27T16:26:09.149Z] PASS: docker_cli_run_unix_test.go:953: DockerSuite.TestRunSeccompProfileDenyChmod 0.990s [2019-09-27T16:26:10.079Z] PASS: docker_cli_run_unix_test.go:1026: DockerSuite.TestRunSeccompProfileDenyCloneUserns 0.846s [2019-09-27T16:26:11.010Z] PASS: docker_cli_run_unix_test.go:924: DockerSuite.TestRunSeccompProfileDenyUnshare 0.913s [2019-09-27T16:26:11.941Z] PASS: docker_cli_run_unix_test.go:988: DockerSuite.TestRunSeccompProfileDenyUnshareUserns 0.813s [2019-09-27T16:26:12.873Z] PASS: docker_cli_run_unix_test.go:1038: DockerSuite.TestRunSeccompUnconfinedCloneUserns 0.833s [2019-09-27T16:26:13.436Z] PASS: docker_cli_run_unix_test.go:1349: DockerSuite.TestRunSeccompWithDefaultProfile 0.904s [2019-09-27T16:26:14.366Z] PASS: docker_cli_run_test.go:2652: DockerSuite.TestRunSetDefaultRestartPolicy 0.671s [2019-09-27T16:26:15.735Z] PASS: docker_cli_run_test.go:1992: DockerSuite.TestRunSetMacAddress 1.003s [2019-09-27T16:26:18.256Z] PASS: docker_cli_run_test.go:2242: DockerSuite.TestRunSlowStdoutConsumer 2.621s [2019-09-27T16:26:18.819Z] PASS: docker_cli_swarm_test.go:324: DockerSwarmSuite.TestSwarmContainerAutoStart 9.631s [2019-09-27T16:26:20.190Z] PASS: docker_cli_run_test.go:1626: DockerSuite.TestRunState 1.514s [2019-09-27T16:26:20.755Z] PASS: docker_cli_run_test.go:3621: DockerSuite.TestRunStdinBlockedAfterContainerExit 0.885s [2019-09-27T16:26:21.685Z] PASS: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe 0.909s [2019-09-27T16:26:21.943Z] PASS: docker_cli_run_test.go:4136: DockerSuite.TestRunStoppedLoggingDriverNoLeak 0.219s [2019-09-27T16:26:21.943Z] SKIP: docker_cli_run_unix_test.go:720: DockerSuite.TestRunSwapLessThanMemoryLimit (unmatched requirement swapMemorySupport) [2019-09-27T16:26:22.874Z] PASS: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers 0.935s [2019-09-27T16:26:23.804Z] PASS: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers 0.776s [2019-09-27T16:26:25.700Z] PASS: docker_cli_run_unix_test.go:893: DockerSuite.TestRunSysctls 1.733s [2019-09-27T16:26:25.700Z] PASS: docker_cli_run_test.go:2482: DockerSuite.TestRunTLSVerify 0.032s [2019-09-27T16:26:25.700Z] PASS: docker_cli_run_test.go:2530: DockerSuite.TestRunTTYWithPipe 0.009s [2019-09-27T16:26:26.633Z] PASS: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices 0.933s [2019-09-27T16:26:27.567Z] PASS: docker_cli_swarm_test.go:346: DockerSwarmSuite.TestSwarmContainerEndpointOptions 7.327s [2019-09-27T16:26:28.936Z] PASS: docker_cli_run_unix_test.go:820: DockerSuite.TestRunTmpfsMounts 2.543s [2019-09-27T16:26:29.866Z] PASS: docker_cli_run_unix_test.go:812: DockerSuite.TestRunTmpfsMountsEnsureOrdered 0.876s [2019-09-27T16:26:30.429Z] PASS: docker_cli_swarm_test.go:525: DockerSwarmSuite.TestSwarmCreateServiceWithNoIngressNetwork 1.656s [2019-09-27T16:26:32.336Z] PASS: docker_cli_run_unix_test.go:841: DockerSuite.TestRunTmpfsMountsOverrideImageVolumes 2.289s [2019-09-27T16:26:36.514Z] PASS: docker_cli_swarm_test.go:147: DockerSwarmSuite.TestSwarmIncompatibleDaemon 4.671s [2019-09-27T16:26:36.514Z] PASS: docker_cli_run_unix_test.go:853: DockerSuite.TestRunTmpfsMountsWithOptions 4.368s [2019-09-27T16:26:39.786Z] PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers 3.118s [2019-09-27T16:26:40.716Z] PASS: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod 0.820s [2019-09-27T16:26:41.280Z] PASS: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount 0.797s [2019-09-27T16:26:42.210Z] PASS: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot 0.801s [2019-09-27T16:26:43.581Z] PASS: docker_cli_swarm_test.go:471: DockerSwarmSuite.TestSwarmIngressNetwork 1.804s [2019-09-27T16:26:44.951Z] PASS: docker_cli_run_test.go:4084: DockerSuite.TestRunUnsetEntrypoint 2.536s [2019-09-27T16:26:46.321Z] PASS: docker_cli_run_test.go:2929: DockerSuite.TestRunUnshareProc 1.520s [2019-09-27T16:26:47.252Z] PASS: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID 0.935s [2019-09-27T16:26:47.508Z] PASS: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig 0.165s [2019-09-27T16:26:47.765Z] PASS: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative 0.208s [2019-09-27T16:26:48.694Z] PASS: docker_cli_swarm_test.go:85: DockerSwarmSuite.TestSwarmInit 3.671s [2019-09-27T16:26:48.694Z] SKIP: docker_cli_swarm_test.go:128: DockerSwarmSuite.TestSwarmInitIPv6 (unmatched requirement IPv6) [2019-09-27T16:26:48.694Z] PASS: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero 0.925s [2019-09-27T16:26:49.626Z] PASS: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName 0.915s [2019-09-27T16:26:50.557Z] PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults 0.865s [2019-09-27T16:26:50.557Z] SKIP: docker_cli_run_unix_test.go:1427: DockerSuite.TestRunUserDeviceAllowed (Host does not have /dev/snd/timer) [2019-09-27T16:26:50.557Z] PASS: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound 0.187s [2019-09-27T16:26:51.488Z] PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID 0.493s [2019-09-27T16:26:56.743Z] PASS: docker_cli_swarm_test.go:1058: DockerSwarmSuite.TestSwarmInitLocked 6.055s [2019-09-27T16:26:56.743Z] PASS: docker_cli_run_test.go:3973: DockerSuite.TestRunVolumeCopyFlag 4.978s [2019-09-27T16:26:57.000Z] PASS: docker_cli_swarm_test.go:140: DockerSwarmSuite.TestSwarmInitUnspecifiedAdvertiseAddr 0.824s [2019-09-27T16:26:57.256Z] PASS: docker_cli_run_test.go:3966: DockerSuite.TestRunVolumeWithOneCharacter 0.885s [2019-09-27T16:26:57.819Z] PASS: docker_cli_swarm_test.go:1766: DockerSwarmSuite.TestSwarmInitUnspecifiedDataPathAddr 0.818s [2019-09-27T16:26:58.749Z] PASS: docker_cli_run_test.go:2211: DockerSuite.TestRunVolumesCleanPaths 1.299s [2019-09-27T16:27:00.663Z] PASS: docker_cli_swarm_test.go:1610: DockerSwarmSuite.TestSwarmInitWithDrain 1.590s [2019-09-27T16:27:01.226Z] PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode 2.516s [2019-09-27T16:27:02.427Z] PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy 51.615s [2019-09-27T16:27:03.121Z] PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails 2.039s [2019-09-27T16:27:05.642Z] PASS: docker_cli_run_test.go:2770: DockerSuite.TestRunVolumesFromRestartAfterRemoved 2.208s [2019-09-27T16:27:08.916Z] PASS: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath 2.970s [2019-09-27T16:27:09.480Z] PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly 0.827s [2019-09-27T16:27:10.410Z] PASS: docker_cli_run_test.go:3775: DockerSuite.TestRunVolumesMountedAsShared 0.767s [2019-09-27T16:27:11.340Z] PASS: docker_cli_run_test.go:3806: DockerSuite.TestRunVolumesMountedAsSlave 0.743s [2019-09-27T16:27:11.340Z] SKIP: docker_cli_run_test.go:4206: DockerSuite.TestRunWindowsWithCPUCount (unmatched requirement DaemonIsWindows) [2019-09-27T16:27:11.340Z] SKIP: docker_cli_run_test.go:4226: DockerSuite.TestRunWindowsWithCPUPercent (unmatched requirement DaemonIsWindows) [2019-09-27T16:27:11.340Z] SKIP: docker_cli_run_test.go:4216: DockerSuite.TestRunWindowsWithCPUShares (unmatched requirement DaemonIsWindows) [2019-09-27T16:27:11.596Z] PASS: docker_cli_run_test.go:1855: DockerSuite.TestRunWithBadDevice 0.238s [2019-09-27T16:27:12.527Z] PASS: docker_cli_run_unix_test.go:569: DockerSuite.TestRunWithBlkioWeight 0.795s [2019-09-27T16:27:13.457Z] PASS: docker_cli_run_unix_test.go:459: DockerSuite.TestRunWithCPUQuota 0.968s [2019-09-27T16:27:14.020Z] PASS: docker_cli_run_unix_test.go:527: DockerSuite.TestRunWithCPUShares 0.813s [2019-09-27T16:27:15.914Z] PASS: docker_cli_run_unix_test.go:470: DockerSuite.TestRunWithCpuPeriod 1.598s [2019-09-27T16:27:16.845Z] PASS: docker_cli_run_unix_test.go:547: DockerSuite.TestRunWithCpusetCpus 0.825s [2019-09-27T16:27:17.353Z] PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir 21.845s [2019-09-27T16:27:17.409Z] PASS: docker_cli_run_unix_test.go:558: DockerSuite.TestRunWithCpusetMems 0.813s [2019-09-27T16:27:17.409Z] PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags 0.009s [2019-09-27T16:27:18.340Z] PASS: docker_cli_run_unix_test.go:786: DockerSuite.TestRunWithDefaultShmSize 0.830s [2019-09-27T16:27:18.340Z] PASS: docker_cli_run_unix_test.go:580: DockerSuite.TestRunWithInvalidBlkioWeight 0.012s [2019-09-27T16:27:18.340Z] PASS: docker_cli_run_unix_test.go:484: DockerSuite.TestRunWithInvalidCpuPeriod 0.038s [2019-09-27T16:27:18.340Z] PASS: docker_cli_run_unix_test.go:513: DockerSuite.TestRunWithInvalidKernelMemory 0.020s [2019-09-27T16:27:18.340Z] PASS: docker_cli_run_test.go:2022: DockerSuite.TestRunWithInvalidMacAddress 0.009s [2019-09-27T16:27:18.597Z] PASS: docker_cli_run_unix_test.go:594: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadBps 0.161s [2019-09-27T16:27:18.853Z] PASS: docker_cli_run_unix_test.go:606: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadIOps 0.176s [2019-09-27T16:27:18.853Z] PASS: docker_cli_run_unix_test.go:600: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteBps 0.178s [2019-09-27T16:27:19.110Z] PASS: docker_cli_run_unix_test.go:612: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteIOps 0.171s [2019-09-27T16:27:19.366Z] PASS: docker_cli_run_unix_test.go:588: DockerSuite.TestRunWithInvalidPathforBlkioWeightDevice 0.165s [2019-09-27T16:27:20.295Z] PASS: docker_cli_run_unix_test.go:500: DockerSuite.TestRunWithKernelMemory 0.833s [2019-09-27T16:27:20.859Z] PASS: docker_cli_run_unix_test.go:638: DockerSuite.TestRunWithMemoryLimit 0.768s [2019-09-27T16:27:21.789Z] PASS: docker_cli_run_unix_test.go:683: DockerSuite.TestRunWithMemoryReservation 0.826s [2019-09-27T16:27:21.789Z] PASS: docker_cli_run_unix_test.go:694: DockerSuite.TestRunWithMemoryReservationInvalid 0.035s [2019-09-27T16:27:22.724Z] PASS: docker_cli_run_unix_test.go:1568: DockerSuite.TestRunWithNanoCPUs 0.870s [2019-09-27T16:27:22.981Z] PASS: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks 0.313s [2019-09-27T16:27:23.929Z] PASS: docker_cli_run_test.go:3747: DockerSuite.TestRunWithOomScoreAdj 0.891s [2019-09-27T16:27:23.929Z] PASS: docker_cli_run_test.go:3758: DockerSuite.TestRunWithOomScoreAdjInvalidRange 0.027s [2019-09-27T16:27:24.861Z] PASS: docker_cli_run_unix_test.go:799: DockerSuite.TestRunWithShmSize 0.827s [2019-09-27T16:27:25.791Z] PASS: docker_cli_run_unix_test.go:661: DockerSuite.TestRunWithSwappiness 0.822s [2019-09-27T16:27:25.791Z] PASS: docker_cli_run_unix_test.go:671: DockerSuite.TestRunWithSwappinessInvalid 0.018s [2019-09-27T16:27:25.791Z] PASS: docker_cli_run_test.go:2833: DockerSuite.TestRunWithTooSmallMemoryLimit 0.013s [2019-09-27T16:27:26.354Z] PASS: docker_cli_run_test.go:3230: DockerSuite.TestRunWithUlimits 0.782s [2019-09-27T16:27:28.310Z] PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited 1.677s [2019-09-27T16:27:29.240Z] PASS: docker_cli_run_unix_test.go:63: DockerSuite.TestRunWithVolumesIsRecursive 0.910s [2019-09-27T16:27:29.240Z] SKIP: docker_cli_run_unix_test.go:654: DockerSuite.TestRunWithoutMemoryswapLimit (unmatched requirement swapMemorySupport) [2019-09-27T16:27:29.803Z] PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking 0.718s [2019-09-27T16:27:29.803Z] PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile 0.070s [2019-09-27T16:27:31.695Z] PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory 1.595s [2019-09-27T16:27:32.205Z] PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm 15.661s [2019-09-27T16:27:32.259Z] PASS: docker_cli_run_test.go:3046: DockerSuite.TestRunWriteFilteredProc 0.759s [2019-09-27T16:27:35.532Z] PASS: docker_cli_run_test.go:1807: DockerSuite.TestRunWriteSpecialFilesAndNotCommit 2.618s [2019-09-27T16:27:35.788Z] PASS: docker_cli_run_test.go:2845: DockerSuite.TestRunWriteToProcAsound 0.785s [2019-09-27T16:27:35.788Z] PASS: docker_cli_run_test.go:3644: DockerSuite.TestRunWrongCpusetCpusFlagValue 0.012s [2019-09-27T16:27:35.788Z] PASS: docker_cli_run_test.go:3655: DockerSuite.TestRunWrongCpusetMemsFlagValue 0.013s [2019-09-27T16:27:35.957Z] PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint 2.854s [2019-09-27T16:27:35.957Z] SKIP: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache (unmatched requirement DaemonIsLinux) [2019-09-27T16:27:35.957Z] SKIP: docker_api_build_test.go:517: DockerSuite.TestBuildScratchCopy (unmatched requirement DaemonIsLinux) [2019-09-27T16:27:37.157Z] PASS: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags 1.079s [2019-09-27T16:27:38.089Z] PASS: docker_cli_save_load_unix_test.go:22: DockerSuite.TestSaveAndLoadRepoStdout 1.157s [2019-09-27T16:27:38.143Z] PASS: docker_cli_build_test.go:6163: DockerSuite.TestBuildSetCommandWithDefinedShell 1.097s [2019-09-27T16:27:39.458Z] PASS: docker_cli_save_load_unix_test.go:73: DockerSuite.TestSaveAndLoadWithProgressBar 1.291s [2019-09-27T16:27:39.458Z] PASS: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes 0.040s [2019-09-27T16:27:41.356Z] PASS: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions 2.010s [2019-09-27T16:27:41.356Z] PASS: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId 0.058s [2019-09-27T16:27:41.891Z] PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint 3.247s [2019-09-27T16:27:41.920Z] PASS: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag 0.538s [2019-09-27T16:27:44.442Z] PASS: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents 2.151s [2019-09-27T16:27:44.442Z] PASS: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames 0.050s [2019-09-27T16:27:45.650Z] PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint 3.590s [2019-09-27T16:27:45.814Z] PASS: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages 1.639s [2019-09-27T16:27:45.814Z] PASS: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag 0.058s [2019-09-27T16:27:46.071Z] PASS: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage 0.010s [2019-09-27T16:27:47.440Z] PASS: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout 1.591s [2019-09-27T16:27:49.344Z] PASS: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout 1.634s [2019-09-27T16:27:49.600Z] PASS: docker_cli_search_test.go:35: DockerSuite.TestSearchCmdOptions 0.498s [2019-09-27T16:27:49.857Z] PASS: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry 0.055s [2019-09-27T16:27:49.857Z] PASS: docker_cli_search_test.go:63: DockerSuite.TestSearchOnCentralRegistryWithDash 0.060s [2019-09-27T16:27:49.857Z] PASS: docker_cli_search_test.go:17: DockerSuite.TestSearchStarsOptionWithWrongParameter 0.067s [2019-09-27T16:27:50.114Z] PASS: docker_cli_search_test.go:68: DockerSuite.TestSearchWithLimit 0.346s [2019-09-27T16:27:51.480Z] PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited 4.586s [2019-09-27T16:27:52.633Z] PASS: docker_cli_run_test.go:4290: DockerSuite.TestSlowStdinClosing 2.511s [2019-09-27T16:27:55.152Z] PASS: docker_cli_swarm_test.go:1778: DockerSwarmSuite.TestSwarmJoinLeave 53.533s [2019-09-27T16:27:58.426Z] PASS: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode 5.599s [2019-09-27T16:28:00.948Z] PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers 2.590s [2019-09-27T16:28:02.318Z] PASS: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError 1.121s [2019-09-27T16:28:04.213Z] PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent 1.759s [2019-09-27T16:28:06.733Z] PASS: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename 2.911s [2019-09-27T16:28:10.007Z] PASS: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers 2.220s [2019-09-27T16:28:10.571Z] PASS: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer 0.642s [2019-09-27T16:28:12.465Z] PASS: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError 1.591s [2019-09-27T16:28:12.628Z] PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple 18.673s [2019-09-27T16:28:12.628Z] PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON 0.075s [2019-09-27T16:28:12.628Z] PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig 0.573s [2019-09-27T16:28:15.084Z] PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode 1.774s [2019-09-27T16:28:17.603Z] PASS: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded 2.016s [2019-09-27T16:28:21.778Z] PASS: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream 3.530s [2019-09-27T16:28:25.951Z] PASS: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream 3.801s [2019-09-27T16:28:27.496Z] PASS: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell 12.604s [2019-09-27T16:28:27.496Z] PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces 0.266s [2019-09-27T16:28:28.471Z] PASS: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound 3.048s [2019-09-27T16:28:32.198Z] PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes 4.709s [2019-09-27T16:28:32.198Z] PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne 0.110s [2019-09-27T16:28:35.013Z] PASS: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll 5.536s [2019-09-27T16:28:37.534Z] PASS: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream 2.768s [2019-09-27T16:28:38.014Z] PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr 4.710s [2019-09-27T16:28:38.901Z] PASS: docker_cli_run_unix_test.go:708: DockerSuite.TestStopContainerSignal 1.862s [2019-09-27T16:28:40.269Z] PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs 0.642s [2019-09-27T16:28:40.838Z] PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged 0.904s [2019-09-27T16:28:41.769Z] PASS: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged 0.834s [2019-09-27T16:28:41.769Z] SKIP: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses (unmatched requirement DaemonIsWindows) [2019-09-27T16:28:42.700Z] PASS: docker_cli_run_test.go:3454: DockerSuite.TestTwoContainersInNetHost 0.879s [2019-09-27T16:28:48.009Z] PASS: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput 3.671s [2019-09-27T16:28:50.529Z] PASS: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck 3.462s [2019-09-27T16:28:51.488Z] PASS: docker_cli_update_unix_test.go:103: DockerSuite.TestUpdateContainerInvalidValue 0.644s [2019-09-27T16:28:52.417Z] PASS: docker_cli_update_unix_test.go:115: DockerSuite.TestUpdateContainerWithoutFlags 0.644s [2019-09-27T16:28:52.417Z] SKIP: docker_cli_update_unix_test.go:202: DockerSuite.TestUpdateInvalidSwapMemory (unmatched requirement swapMemorySupport) [2019-09-27T16:28:53.347Z] PASS: docker_cli_update_unix_test.go:125: DockerSuite.TestUpdateKernelMemory 0.736s [2019-09-27T16:28:55.239Z] PASS: docker_cli_update_unix_test.go:139: DockerSuite.TestUpdateKernelMemoryUninitialized 1.604s [2019-09-27T16:28:55.239Z] SKIP: docker_cli_update_unix_test.go:256: DockerSuite.TestUpdateMemoryWithSwapMemory (unmatched requirement swapMemorySupport) [2019-09-27T16:28:55.239Z] PASS: docker_cli_swarm_test.go:1194: DockerSwarmSuite.TestSwarmJoinPromoteLocked 45.052s [2019-09-27T16:28:57.134Z] PASS: docker_cli_update_unix_test.go:270: DockerSuite.TestUpdateNotAffectMonitorRestartPolicy 1.551s [2019-09-27T16:28:58.065Z] PASS: docker_cli_update_unix_test.go:68: DockerSuite.TestUpdatePausedContainer 0.857s [2019-09-27T16:28:58.996Z] PASS: docker_cli_update_unix_test.go:22: DockerSuite.TestUpdateRunningContainer 0.718s [2019-09-27T16:29:00.890Z] PASS: docker_cli_update_unix_test.go:37: DockerSuite.TestUpdateRunningContainerWithRestart 1.464s [2019-09-27T16:29:03.226Z] PASS: docker_cli_build_test.go:5381: DockerSuite.TestBuildStepsWithProgress 22.559s [2019-09-27T16:29:03.226Z] SKIP: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal (unmatched requirement DaemonIsLinux) [2019-09-27T16:29:04.198Z] PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename 2.748s [2019-09-27T16:29:05.063Z] PASS: docker_cli_swarm_test.go:1582: DockerSwarmSuite.TestSwarmJoinWithDrain 2.946s [2019-09-27T16:29:05.170Z] PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout 0.959s [2019-09-27T16:29:05.628Z] PASS: docker_cli_update_unix_test.go:227: DockerSuite.TestUpdateStats 4.621s [2019-09-27T16:29:07.522Z] PASS: docker_cli_update_unix_test.go:53: DockerSuite.TestUpdateStoppedContainer 1.786s [2019-09-27T16:29:07.522Z] SKIP: docker_cli_update_unix_test.go:186: DockerSuite.TestUpdateSwapMemoryOnly (unmatched requirement swapMemorySupport) [2019-09-27T16:29:08.893Z] PASS: docker_cli_update_unix_test.go:298: DockerSuite.TestUpdateWithNanoCPUs 0.985s [2019-09-27T16:29:09.823Z] PASS: docker_cli_update_unix_test.go:85: DockerSuite.TestUpdateWithUntouchedFields 0.728s [2019-09-27T16:29:10.976Z] PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent 4.772s [2019-09-27T16:29:11.194Z] PASS: docker_cli_swarm_test.go:1100: DockerSwarmSuite.TestSwarmLeaveLocked 4.460s [2019-09-27T16:29:15.370Z] PASS: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias 4.567s [2019-09-27T16:29:18.071Z] PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions 5.842s [2019-09-27T16:29:18.071Z] SKIP: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser (unmatched requirement DaemonIsLinux) [2019-09-27T16:29:18.071Z] SKIP: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot (unmatched requirement DaemonIsLinux) [2019-09-27T16:29:18.071Z] SKIP: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups (unmatched requirement DaemonIsLinux) [2019-09-27T16:29:19.578Z] PASS: docker_cli_network_unix_test.go:1535: DockerSuite.TestUserDefinedNetworkConnectDisconnectAlias 3.289s [2019-09-27T16:29:22.773Z] PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut 4.635s [2019-09-27T16:29:22.773Z] PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString 0.508s [2019-09-27T16:29:22.849Z] PASS: docker_cli_network_unix_test.go:1461: DockerSuite.TestUserDefinedNetworkConnectDisconnectLink 2.740s [2019-09-27T16:29:25.368Z] PASS: docker_cli_network_unix_test.go:1590: DockerSuite.TestUserDefinedNetworkConnectivity 2.223s [2019-09-27T16:29:26.518Z] PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails 3.048s [2019-09-27T16:29:26.518Z] SKIP: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer (unmatched requirement DaemonIsLinux) [2019-09-27T16:29:26.518Z] SKIP: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents (unmatched requirement DaemonIsLinux) [2019-09-27T16:29:30.620Z] PASS: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks 3.680s [2019-09-27T16:29:35.871Z] PASS: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart 4.804s [2019-09-27T16:29:37.764Z] PASS: docker_cli_run_unix_test.go:1169: DockerSuite.TestUserNoEffectiveCapabilitiesChown 2.385s [2019-09-27T16:29:40.284Z] PASS: docker_cli_run_unix_test.go:1290: DockerSuite.TestUserNoEffectiveCapabilitiesChroot 2.353s [2019-09-27T16:29:41.654Z] PASS: docker_cli_run_unix_test.go:1187: DockerSuite.TestUserNoEffectiveCapabilitiesDacOverride 1.626s [2019-09-27T16:29:43.547Z] PASS: docker_cli_run_unix_test.go:1200: DockerSuite.TestUserNoEffectiveCapabilitiesFowner 1.729s [2019-09-27T16:29:46.068Z] PASS: docker_cli_run_unix_test.go:1308: DockerSuite.TestUserNoEffectiveCapabilitiesMknod 2.319s [2019-09-27T16:29:47.963Z] PASS: docker_cli_run_unix_test.go:1254: DockerSuite.TestUserNoEffectiveCapabilitiesNetBindService 2.482s [2019-09-27T16:29:50.484Z] PASS: docker_cli_run_unix_test.go:1272: DockerSuite.TestUserNoEffectiveCapabilitiesNetRaw 2.435s [2019-09-27T16:29:51.692Z] PASS: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing 24.892s [2019-09-27T16:29:52.665Z] PASS: docker_cli_build_test.go:6058: DockerSuite.TestBuildWindowsEnvCaseInsensitive 0.596s [2019-09-27T16:29:53.037Z] PASS: docker_cli_run_unix_test.go:1234: DockerSuite.TestUserNoEffectiveCapabilitiesSetgid 2.421s [2019-09-27T16:29:55.556Z] PASS: docker_cli_run_unix_test.go:1216: DockerSuite.TestUserNoEffectiveCapabilitiesSetuid 2.487s [2019-09-27T16:30:10.415Z] PASS: docker_cli_build_test.go:6028: DockerSuite.TestBuildWindowsUser 16.627s [2019-09-27T16:30:13.613Z] PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate 15.059s [2019-09-27T16:30:13.613Z] PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel 0.023s [2019-09-27T16:30:13.613Z] PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple 0.034s [2019-09-27T16:30:13.613Z] PASS: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts 0.873s [2019-09-27T16:30:13.613Z] PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect 0.053s [2019-09-27T16:30:13.613Z] PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti 0.042s [2019-09-27T16:30:13.613Z] PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError 0.020s [2019-09-27T16:30:13.613Z] PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs 0.860s [2019-09-27T16:30:13.613Z] PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName 0.010s [2019-09-27T16:30:13.613Z] PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling 1.092s [2019-09-27T16:30:13.870Z] PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers 0.071s [2019-09-27T16:30:13.870Z] PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels 0.064s [2019-09-27T16:30:13.870Z] PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue 0.010s [2019-09-27T16:30:13.870Z] PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs 0.029s [2019-09-27T16:30:16.390Z] PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm 2.564s [2019-09-27T16:30:16.648Z] PASS: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce 0.075s [2019-09-27T16:30:16.648Z] PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse 0.170s [2019-09-27T16:30:16.648Z] PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage 0.030s [2019-09-27T16:30:16.905Z] PASS: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts 0.040s [2019-09-27T16:30:17.835Z] PASS: docker_cli_events_unix_test.go:167: DockerSuite.TestVolumeEvents 0.906s [2019-09-27T16:30:20.360Z] PASS: docker_cli_run_test.go:3023: DockerSuite.TestVolumeFromMixedRWOptions 2.510s [2019-09-27T16:30:20.360Z] PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat 0.051s [2019-09-27T16:30:20.360Z] PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat 0.042s [2019-09-27T16:30:22.851Z] PASS: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing 10.799s [2019-09-27T16:30:22.851Z] SKIP: docker_cli_build_test.go:5578: DockerSuite.TestBuildWithExtraHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:30:22.851Z] SKIP: docker_cli_build_test.go:5594: DockerSuite.TestBuildWithExtraHostInvalidFormat (unmatched requirement DaemonIsLinux) [2019-09-27T16:30:23.632Z] PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode 3.172s [2019-09-27T16:30:24.394Z] PASS: docker_cli_build_test.go:5392: DockerSuite.TestBuildWithFailure 2.287s [2019-09-27T16:30:24.855Z] SKIP: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext (unmatched requirement DaemonIsLinux) [2019-09-27T16:30:28.885Z] PASS: docker_cli_run_test.go:2178: DockerSuite.TestVolumesNoCopyData 4.442s [2019-09-27T16:30:28.885Z] SKIP: docker_cli_run_test.go:4549: DockerSuite.TestWindowsRunAsSystem (unmatched requirement DaemonIsWindowsAtLeastBuild.func1) [2019-09-27T16:30:29.816Z] PASS: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest 1.559s [2019-09-27T16:30:31.709Z] PASS: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull 1.615s [2019-09-27T16:30:33.601Z] PASS: docker_cli_build_test.go:5812: DockerRegistrySuite.TestBuildMultiStageImplicitPull 1.735s [2019-09-27T16:30:37.782Z] PASS: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags 4.424s [2019-09-27T16:30:39.721Z] PASS: docker_api_build_windows_test.go:15: DockerSuite.TestBuildWithRecycleBin 13.440s [2019-09-27T16:30:43.042Z] PASS: docker_cli_push_test.go:199: DockerRegistrySuite.TestConcurrentPush 4.316s [2019-09-27T16:30:43.972Z] PASS: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest 1.356s [2019-09-27T16:30:44.436Z] PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs 4.619s [2019-09-27T16:30:44.897Z] PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM 0.099s [2019-09-27T16:30:45.340Z] PASS: docker_cli_push_test.go:207: DockerRegistrySuite.TestCrossRepositoryLayerPush 1.141s [2019-09-27T16:30:46.709Z] PASS: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest 1.359s [2019-09-27T16:30:48.078Z] PASS: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag 1.412s [2019-09-27T16:30:49.446Z] PASS: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag 1.260s [2019-09-27T16:30:50.814Z] PASS: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush 1.243s [2019-09-27T16:30:52.707Z] PASS: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests 1.321s [2019-09-27T16:30:55.229Z] PASS: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests 2.616s [2019-09-27T16:30:58.504Z] PASS: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests 2.719s [2019-09-27T16:30:59.436Z] PASS: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests 1.309s [2019-09-27T16:31:02.712Z] PASS: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest 3.168s [2019-09-27T16:31:04.082Z] PASS: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest 1.247s [2019-09-27T16:31:04.082Z] PASS: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback 0.016s [2019-09-27T16:31:05.724Z] PASS: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest 1.393s [2019-09-27T16:31:06.042Z] PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore 20.141s [2019-09-27T16:31:06.042Z] SKIP: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership (unmatched requirement DaemonIsLinux) [2019-09-27T16:31:07.014Z] SKIP: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes (unmatched requirement DaemonIsLinux) [2019-09-27T16:31:07.014Z] SKIP: docker_cli_build_test.go:6093: DockerSuite.TestBuildWorkdirCmd (unmatched requirement DaemonIsLinux) [2019-09-27T16:31:07.093Z] PASS: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer 1.158s [2019-09-27T16:31:08.023Z] PASS: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest 1.144s [2019-09-27T16:31:08.560Z] PASS: docker_cli_build_test.go:6072: DockerSuite.TestBuildWorkdirImageCmd 1.336s [2019-09-27T16:31:12.198Z] PASS: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability 3.832s [2019-09-27T16:31:12.454Z] PASS: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases 0.267s [2019-09-27T16:31:13.823Z] PASS: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList 1.394s [2019-09-27T16:31:14.386Z] PASS: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers 0.322s [2019-09-27T16:31:14.386Z] PASS: docker_cli_push_test.go:69: DockerRegistrySuite.TestPushBadTag 0.010s [2019-09-27T16:31:14.642Z] PASS: docker_cli_push_test.go:29: DockerRegistrySuite.TestPushBusyboxImage 0.153s [2019-09-27T16:31:15.205Z] PASS: docker_cli_push_test.go:145: DockerRegistrySuite.TestPushEmptyLayer 0.172s [2019-09-27T16:31:15.462Z] PASS: docker_cli_push_test.go:114: DockerRegistrySuite.TestPushMultipleTags 0.202s [2019-09-27T16:31:15.462Z] PASS: docker_cli_push_test.go:52: DockerRegistrySuite.TestPushUntagged 0.011s [2019-09-27T16:31:16.831Z] PASS: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest 1.364s [2019-09-27T16:31:18.724Z] PASS: docker_cli_swarm_test.go:1133: DockerSwarmSuite.TestSwarmLockUnlockCluster 96.781s [2019-09-27T16:31:18.943Z] PASS: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath 9.343s [2019-09-27T16:31:19.287Z] PASS: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest 2.191s [2019-09-27T16:31:20.487Z] PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables 2.093s [2019-09-27T16:31:20.487Z] SKIP: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:31:20.487Z] SKIP: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock (unmatched requirement DaemonIsLinux) [2019-09-27T16:31:20.487Z] SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test) [2019-09-27T16:31:20.658Z] PASS: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag 1.108s [2019-09-27T16:31:22.030Z] PASS: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest 1.545s [2019-09-27T16:31:23.400Z] PASS: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough 0.886s [2019-09-27T16:31:23.422Z] PASS: docker_cli_run_test.go:3687: DockerSuite.TestCmdCannotBeInvoked 2.447s [2019-09-27T16:31:23.964Z] PASS: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only 0.669s [2019-09-27T16:31:28.139Z] PASS: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags 4.117s [2019-09-27T16:31:29.237Z] PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone 4.816s [2019-09-27T16:31:33.390Z] PASS: docker_cli_swarm_test.go:1471: DockerSwarmSuite.TestSwarmManagerAddress 3.860s [2019-09-27T16:31:33.390Z] PASS: docker_cli_push_test.go:203: DockerSchema1RegistrySuite.TestConcurrentPush 4.500s [2019-09-27T16:31:34.768Z] PASS: docker_cli_push_test.go:249: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported 1.631s [2019-09-27T16:31:35.047Z] PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange 5.418s [2019-09-27T16:31:35.701Z] PASS: docker_cli_swarm_test.go:1541: DockerSwarmSuite.TestSwarmNetworkCreateDup 2.375s [2019-09-27T16:31:35.957Z] PASS: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest 1.303s [2019-09-27T16:31:36.214Z] PASS: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback 0.014s [2019-09-27T16:31:38.109Z] PASS: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest 1.478s [2019-09-27T16:31:39.042Z] PASS: docker_cli_swarm_test.go:1518: DockerSwarmSuite.TestSwarmNetworkCreateIssue27866 1.774s [2019-09-27T16:31:39.042Z] PASS: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer 1.118s [2019-09-27T16:31:39.752Z] PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels 4.761s [2019-09-27T16:31:39.752Z] SKIP: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink (unmatched requirement DaemonIsLinux) [2019-09-27T16:31:40.506Z] PASS: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest 1.269s [2019-09-27T16:31:44.683Z] PASS: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability 4.071s [2019-09-27T16:31:44.940Z] PASS: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases 0.301s [2019-09-27T16:31:45.197Z] PASS: docker_cli_swarm_test.go:1492: DockerSwarmSuite.TestSwarmNetworkIPAMOptions 5.442s [2019-09-27T16:31:45.453Z] PASS: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers 0.401s [2019-09-27T16:31:45.710Z] PASS: docker_cli_push_test.go:73: DockerSchema1RegistrySuite.TestPushBadTag 0.010s [2019-09-27T16:31:45.968Z] PASS: docker_cli_push_test.go:33: DockerSchema1RegistrySuite.TestPushBusyboxImage 0.219s [2019-09-27T16:31:46.225Z] PASS: docker_cli_push_test.go:149: DockerSchema1RegistrySuite.TestPushEmptyLayer 0.208s [2019-09-27T16:31:46.789Z] PASS: docker_cli_push_test.go:118: DockerSchema1RegistrySuite.TestPushMultipleTags 0.323s [2019-09-27T16:31:46.789Z] PASS: docker_cli_push_test.go:56: DockerSchema1RegistrySuite.TestPushUntagged 0.010s [2019-09-27T16:31:48.160Z] PASS: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry 0.899s [2019-09-27T16:31:48.160Z] PASS: docker_cli_swarm_test.go:803: DockerSwarmSuite.TestSwarmNetworkPlugin 1.009s [2019-09-27T16:31:48.339Z] PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile 7.177s [2019-09-27T16:31:48.339Z] SKIP: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer (unmatched requirement DaemonIsLinux) [2019-09-27T16:31:48.417Z] PASS: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth 0.471s [2019-09-27T16:31:48.674Z] PASS: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry 0.072s [2019-09-27T16:31:50.043Z] PASS: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth 1.097s [2019-09-27T16:31:50.300Z] PASS: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored 0.172s [2019-09-27T16:31:50.865Z] PASS: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth 0.437s [2019-09-27T16:31:51.430Z] PASS: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme 0.559s [2019-09-27T16:31:51.687Z] PASS: docker_cli_push_test.go:282: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry 0.051s [2019-09-27T16:31:56.936Z] PASS: docker_cli_push_test.go:344: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError 5.135s [2019-09-27T16:31:56.936Z] PASS: docker_cli_push_test.go:372: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken 0.200s [2019-09-27T16:31:57.193Z] PASS: docker_cli_push_test.go:331: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized 0.142s [2019-09-27T16:31:57.450Z] PASS: docker_cli_push_test.go:359: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable 0.135s [2019-09-27T16:31:57.450Z] PASS: docker_cli_push_test.go:319: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse 0.133s [2019-09-27T16:32:00.723Z] PASS: docker_cli_network_unix_test.go:1786: DockerNetworkSuite.TestConntrackFlowsLeak 2.859s [2019-09-27T16:32:00.746Z] PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY 12.081s [2019-09-27T16:32:02.092Z] PASS: docker_deprecated_api_v124_unix_test.go:14: DockerNetworkSuite.TestDeprecatedDockerNetworkStartAPIWithHostconfig 1.017s [2019-09-27T16:32:05.470Z] PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel 4.835s [2019-09-27T16:32:05.470Z] SKIP: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:05.470Z] SKIP: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:05.470Z] SKIP: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:05.470Z] SKIP: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:05.470Z] SKIP: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:05.470Z] SKIP: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:05.470Z] SKIP: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:05.470Z] PASS: docker_api_containers_test.go:1266: DockerSuite.TestContainerAPIChunkedEncoding 0.037s [2019-09-27T16:32:07.345Z] PASS: docker_cli_network_unix_test.go:864: DockerNetworkSuite.TestDockerNetworkAnonymousEndpoint 4.403s [2019-09-27T16:32:10.616Z] PASS: docker_cli_network_unix_test.go:539: DockerNetworkSuite.TestDockerNetworkConnectDisconnect 2.357s [2019-09-27T16:32:14.791Z] PASS: docker_cli_network_unix_test.go:1257: DockerNetworkSuite.TestDockerNetworkConnectDisconnectToStoppedContainer 3.988s [2019-09-27T16:32:16.685Z] PASS: docker_cli_network_unix_test.go:1191: DockerNetworkSuite.TestDockerNetworkConnectDisconnectWithPortMapping 1.684s [2019-09-27T16:32:17.916Z] PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit 12.105s [2019-09-27T16:32:26.505Z] PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig 7.170s [2019-09-27T16:32:26.505Z] SKIP: docker_api_containers_test.go:1132: DockerSuite.TestContainerAPICopyContainerNotFoundPr124 (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:26.639Z] PASS: docker_cli_network_unix_test.go:1414: DockerNetworkSuite.TestDockerNetworkConnectLinkLocalIP 8.041s [2019-09-27T16:32:28.049Z] PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPICopyNotExistsAnyMore 2.292s [2019-09-27T16:32:28.049Z] SKIP: docker_api_containers_test.go:1060: DockerSuite.TestContainerAPICopyPre124 (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:28.049Z] SKIP: docker_api_containers_test.go:1090: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124 (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:28.049Z] SKIP: docker_api_containers_test.go:1111: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124 (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:29.160Z] PASS: docker_cli_network_unix_test.go:1307: DockerNetworkSuite.TestDockerNetworkConnectPreferredIP 2.864s [2019-09-27T16:32:30.963Z] PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate 2.373s [2019-09-27T16:32:30.963Z] SKIP: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateBridgeNetworkMode (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:30.963Z] PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig 0.003s [2019-09-27T16:32:31.053Z] PASS: docker_cli_network_unix_test.go:1343: DockerNetworkSuite.TestDockerNetworkConnectPreferredIPStoppedContainer 1.685s [2019-09-27T16:32:31.616Z] PASS: docker_cli_network_unix_test.go:1157: DockerNetworkSuite.TestDockerNetworkConnectToHostFromOtherNetwork 0.704s [2019-09-27T16:32:32.546Z] PASS: docker_cli_network_unix_test.go:1522: DockerNetworkSuite.TestDockerNetworkConnectWithAliasOnDefaultNetworks 0.588s [2019-09-27T16:32:33.148Z] PASS: docker_api_containers_test.go:1975: DockerSuite.TestContainerAPICreateMountsBindRead 2.575s [2019-09-27T16:32:33.148Z] PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig 0.004s [2019-09-27T16:32:33.148Z] SKIP: docker_api_containers_test.go:1388: DockerSuite.TestContainerAPICreateNoHostConfig118 (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:33.148Z] SKIP: docker_api_containers_test.go:632: DockerSuite.TestContainerAPICreateOtherNetworkModes (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:33.148Z] SKIP: docker_api_containers_test.go:661: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:33.916Z] PASS: docker_cli_network_unix_test.go:1228: DockerNetworkSuite.TestDockerNetworkConnectWithMac 1.041s [2019-09-27T16:32:35.285Z] PASS: docker_cli_network_unix_test.go:1174: DockerNetworkSuite.TestDockerNetworkConnectWithPortMapping 1.065s [2019-09-27T16:32:35.541Z] PASS: docker_cli_network_unix_test.go:375: DockerNetworkSuite.TestDockerNetworkCreateDelete 0.131s [2019-09-27T16:32:35.798Z] PASS: docker_cli_network_unix_test.go:1654: DockerNetworkSuite.TestDockerNetworkCreateDeleteSpecialCharacters 0.276s [2019-09-27T16:32:36.077Z] PASS: docker_api_containers_test.go:1143: DockerSuite.TestContainerAPIDelete 2.735s [2019-09-27T16:32:37.690Z] PASS: docker_cli_network_unix_test.go:299: DockerNetworkSuite.TestDockerNetworkCreateHostBind 1.163s [2019-09-27T16:32:37.690Z] PASS: docker_cli_network_unix_test.go:383: DockerNetworkSuite.TestDockerNetworkCreateLabel 0.155s [2019-09-27T16:32:37.690Z] PASS: docker_cli_network_unix_test.go:290: DockerNetworkSuite.TestDockerNetworkCreatePredefined 0.052s [2019-09-27T16:32:37.690Z] PASS: docker_cli_network_unix_test.go:633: DockerNetworkSuite.TestDockerNetworkCustomIPAM 0.137s [2019-09-27T16:32:38.268Z] PASS: docker_api_containers_test.go:1216: DockerSuite.TestContainerAPIDeleteConflict 1.824s [2019-09-27T16:32:39.077Z] PASS: docker_cli_network_unix_test.go:1291: DockerNetworkSuite.TestDockerNetworkDisconnectContainerNonexistingNetwork 1.352s [2019-09-27T16:32:40.457Z] PASS: docker_api_containers_test.go:1168: DockerSuite.TestContainerAPIDeleteForce 2.190s [2019-09-27T16:32:40.457Z] PASS: docker_api_containers_test.go:1159: DockerSuite.TestContainerAPIDeleteNotExist 0.002s [2019-09-27T16:32:40.457Z] SKIP: docker_api_containers_test.go:1185: DockerSuite.TestContainerAPIDeleteRemoveLinks (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:40.974Z] PASS: docker_cli_network_unix_test.go:1502: DockerNetworkSuite.TestDockerNetworkDisconnectDefault 1.195s [2019-09-27T16:32:40.974Z] PASS: docker_cli_network_unix_test.go:1772: DockerNetworkSuite.TestDockerNetworkDisconnectFromBridge 0.097s [2019-09-27T16:32:41.232Z] PASS: docker_cli_network_unix_test.go:1166: DockerNetworkSuite.TestDockerNetworkDisconnectFromHost 0.278s [2019-09-27T16:32:41.488Z] PASS: docker_cli_network_unix_test.go:768: DockerNetworkSuite.TestDockerNetworkDriverOptions 0.054s [2019-09-27T16:32:42.857Z] PASS: docker_cli_swarm_unix_test.go:58: DockerSwarmSuite.TestSwarmNetworkPluginV2 48.679s [2019-09-27T16:32:43.381Z] PASS: docker_api_containers_test.go:1231: DockerSuite.TestContainerAPIDeleteRemoveVolume 2.513s [2019-09-27T16:32:43.381Z] PASS: docker_api_containers_test.go:1626: DockerSuite.TestContainerAPIDeleteWithEmptyName 0.001s [2019-09-27T16:32:46.129Z] PASS: docker_cli_swarm_test.go:230: DockerSwarmSuite.TestSwarmNodeListFilter 1.931s [2019-09-27T16:32:46.303Z] PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll 2.590s [2019-09-27T16:32:46.303Z] SKIP: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:46.303Z] SKIP: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:48.513Z] PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted 2.793s [2019-09-27T16:32:48.513Z] PASS: docker_api_containers_test.go:733: DockerSuite.TestContainerAPIInvalidPortSyntax 0.004s [2019-09-27T16:32:50.303Z] PASS: docker_cli_swarm_test.go:249: DockerSwarmSuite.TestSwarmNodeTaskListFilter 2.916s [2019-09-27T16:32:50.701Z] PASS: docker_api_containers_test.go:934: DockerSuite.TestContainerAPIKill 2.170s [2019-09-27T16:32:51.164Z] SKIP: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:52.196Z] PASS: docker_cli_swarm_test.go:276: DockerSwarmSuite.TestSwarmPublishAdd 1.273s [2019-09-27T16:32:54.078Z] PASS: docker_api_containers_test.go:1286: DockerSuite.TestContainerAPIPostContainerStop 2.737s [2019-09-27T16:32:54.078Z] PASS: docker_api_containers_test.go:849: DockerSuite.TestContainerAPIPostCreateNull 0.253s [2019-09-27T16:32:54.078Z] SKIP: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields (unmatched requirement DaemonIsLinux) [2019-09-27T16:32:55.470Z] PASS: docker_cli_network_unix_test.go:978: DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart 3.397s [2019-09-27T16:32:57.006Z] PASS: docker_api_containers_test.go:917: DockerSuite.TestContainerAPIRename 1.967s [2019-09-27T16:32:57.365Z] PASS: docker_cli_swarm_test.go:1563: DockerSwarmSuite.TestSwarmPublishDuplicatePorts 3.793s [2019-09-27T16:32:59.261Z] PASS: docker_cli_network_unix_test.go:1735: DockerNetworkSuite.TestDockerNetworkFlagAlias 3.831s [2019-09-27T16:33:00.636Z] PASS: docker_cli_swarm_test.go:1621: DockerSwarmSuite.TestSwarmReadonlyRootfs 2.733s [2019-09-27T16:33:01.695Z] PASS: docker_api_containers_test.go:949: DockerSuite.TestContainerAPIRestart 3.944s [2019-09-27T16:33:05.426Z] PASS: docker_api_containers_test.go:963: DockerSuite.TestContainerAPIRestartNotimeoutParam 4.067s [2019-09-27T16:33:05.883Z] PASS: docker_api_containers_test.go:831: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount 0.035s [2019-09-27T16:33:05.883Z] PASS: docker_api_containers_test.go:759: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName 0.006s [2019-09-27T16:33:05.883Z] PASS: docker_api_containers_test.go:807: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount 0.004s [2019-09-27T16:33:05.883Z] PASS: docker_api_containers_test.go:783: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch 0.004s [2019-09-27T16:33:08.057Z] PASS: docker_api_containers_test.go:979: DockerSuite.TestContainerAPIStart 1.527s [2019-09-27T16:33:08.057Z] SKIP: docker_api_containers_test.go:1635: DockerSuite.TestContainerAPIStatsWithNetworkDisabled (unmatched requirement DaemonIsLinux) [2019-09-27T16:33:10.593Z] PASS: docker_cli_network_unix_test.go:1131: DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart 10.134s [2019-09-27T16:33:10.593Z] PASS: docker_cli_network_unix_test.go:744: DockerNetworkSuite.TestDockerNetworkIPAMInvalidCombinations 0.177s [2019-09-27T16:33:10.850Z] PASS: docker_cli_network_unix_test.go:592: DockerNetworkSuite.TestDockerNetworkIPAMMultipleNetworks 0.719s [2019-09-27T16:33:10.850Z] PASS: docker_cli_network_unix_test.go:649: DockerNetworkSuite.TestDockerNetworkIPAMOptions 0.052s [2019-09-27T16:33:11.107Z] PASS: docker_cli_network_unix_test.go:1240: DockerNetworkSuite.TestDockerNetworkInspectCreatedContainer 0.096s [2019-09-27T16:33:11.107Z] PASS: docker_cli_network_unix_test.go:725: DockerNetworkSuite.TestDockerNetworkInspectCustomSpecified 0.136s [2019-09-27T16:33:11.364Z] PASS: docker_cli_network_unix_test.go:706: DockerNetworkSuite.TestDockerNetworkInspectCustomUnspecified 0.134s [2019-09-27T16:33:11.364Z] PASS: docker_cli_network_unix_test.go:678: DockerNetworkSuite.TestDockerNetworkInspectDefault 0.002s [2019-09-27T16:33:15.116Z] PASS: docker_api_containers_test.go:1005: DockerSuite.TestContainerAPIStop 7.489s [2019-09-27T16:33:15.116Z] SKIP: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop (unmatched requirement DaemonIsLinux) [2019-09-27T16:33:15.551Z] PASS: docker_cli_network_unix_test.go:925: DockerNetworkSuite.TestDockerNetworkLinkOnDefaultNetworkOnly 3.108s [2019-09-27T16:33:15.551Z] PASS: docker_cli_network_unix_test.go:283: DockerNetworkSuite.TestDockerNetworkLsDefault 0.029s [2019-09-27T16:33:15.551Z] SKIP: docker_cli_network_unix_test.go:319: DockerNetworkSuite.TestDockerNetworkLsFilter (unmatched requirement OnlyDefaultNetworks) [2019-09-27T16:33:16.919Z] PASS: docker_cli_network_unix_test.go:1019: DockerNetworkSuite.TestDockerNetworkMacInspect 0.871s [2019-09-27T16:33:17.288Z] PASS: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows 1.846s [2019-09-27T16:33:17.288Z] PASS: docker_api_containers_test.go:692: DockerSuite.TestContainerAPIVerifyHeader 0.038s [2019-09-27T16:33:21.966Z] PASS: docker_api_containers_test.go:1024: DockerSuite.TestContainerAPIWait 4.338s [2019-09-27T16:33:22.172Z] PASS: docker_api_swarm_test.go:959: DockerSwarmSuite.TestSwarmRepeatedRootRotation 15.539s [2019-09-27T16:33:22.172Z] PASS: docker_cli_network_unix_test.go:1085: DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart 4.034s [2019-09-27T16:33:24.154Z] PASS: docker_api_containers_test.go:2271: DockerSuite.TestContainerKillCustomStopSignal 1.996s [2019-09-27T16:33:24.154Z] SKIP: docker_cli_run_test.go:2414: DockerSuite.TestContainerNetworkMode (unmatched requirement DaemonIsLinux) [2019-09-27T16:33:24.154Z] SKIP: docker_cli_run_test.go:3535: DockerSuite.TestContainerRestartInMultipleNetworks (unmatched requirement DaemonIsLinux) [2019-09-27T16:33:24.154Z] SKIP: docker_cli_run_test.go:3567: DockerSuite.TestContainerWithConflictingHostNetworks (unmatched requirement DaemonIsLinux) [2019-09-27T16:33:24.154Z] SKIP: docker_cli_run_test.go:3598: DockerSuite.TestContainerWithConflictingNoneNetwork (unmatched requirement DaemonIsLinux) [2019-09-27T16:33:24.154Z] SKIP: docker_cli_run_test.go:3581: DockerSuite.TestContainerWithConflictingSharedNetwork (unmatched requirement DaemonIsLinux) [2019-09-27T16:33:26.344Z] PASS: docker_cli_network_unix_test.go:1104: DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart 4.239s [2019-09-27T16:33:26.344Z] PASS: docker_cli_network_unix_test.go:662: DockerNetworkSuite.TestDockerNetworkNullIPAMDriver 0.033s [2019-09-27T16:33:26.348Z] PASS: docker_api_containers_windows_test.go:21: DockerSuite.TestContainersAPICreateMountsBindNamedPipe 1.527s [2019-09-27T16:33:27.716Z] PASS: docker_cli_network_unix_test.go:951: DockerNetworkSuite.TestDockerNetworkOverlayPortMapping 1.026s [2019-09-27T16:33:30.988Z] PASS: docker_cli_network_unix_test.go:1246: DockerNetworkSuite.TestDockerNetworkRestartWithMultipleNetworks 2.364s [2019-09-27T16:33:30.988Z] PASS: docker_cli_network_unix_test.go:310: DockerNetworkSuite.TestDockerNetworkRmPredefined 0.039s [2019-09-27T16:33:31.918Z] PASS: docker_cli_network_unix_test.go:1125: DockerNetworkSuite.TestDockerNetworkRunNetByID 1.090s [2019-09-27T16:33:32.848Z] PASS: docker_cli_network_unix_test.go:1366: DockerNetworkSuite.TestDockerNetworkUnsupportedRequiredIP 0.793s [2019-09-27T16:33:34.743Z] PASS: docker_cli_network_unix_test.go:1747: DockerNetworkSuite.TestDockerNetworkValidateIP 1.245s [2019-09-27T16:33:38.018Z] PASS: docker_cli_swarm_test.go:1253: DockerSwarmSuite.TestSwarmRotateUnlockKey 14.789s [2019-09-27T16:33:42.195Z] PASS: docker_cli_network_unix_test.go:783: DockerNetworkSuite.TestDockerPluginV2NetworkDriver 6.847s [2019-09-27T16:33:42.195Z] PASS: docker_cli_swarm_test.go:822: DockerSwarmSuite.TestSwarmServiceEnvFile 2.516s [2019-09-27T16:33:43.124Z] PASS: docker_cli_pull_test.go:197: DockerHubPullSuite.TestPullAllTagsFromCentralRegistry 0.873s [2019-09-27T16:33:45.020Z] PASS: docker_cli_swarm_test.go:189: DockerSwarmSuite.TestSwarmServiceListFilter 1.797s [2019-09-27T16:33:45.277Z] PASS: docker_cli_pull_test.go:241: DockerHubPullSuite.TestPullClientDisconnect 2.145s [2019-09-27T16:33:45.840Z] PASS: docker_cli_pull_test.go:18: DockerHubPullSuite.TestPullFromCentralRegistry 0.458s [2019-09-27T16:33:47.758Z] PASS: docker_cli_pull_test.go:118: DockerHubPullSuite.TestPullFromCentralRegistryImplicitRefParts 1.636s [2019-09-27T16:33:47.758Z] PASS: docker_cli_pull_test.go:43: DockerHubPullSuite.TestPullNonExistingImage 0.308s [2019-09-27T16:33:48.015Z] PASS: docker_cli_pull_test.go:187: DockerHubPullSuite.TestPullScratchNotAllowed 0.032s [2019-09-27T16:33:48.015Z] OK: 1197 passed, 46 skipped [2019-09-27T16:33:48.015Z] PASS [2019-09-27T16:33:48.015Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-27T16:33:48.015Z] ++++ cat bundles/test-integration/docker.pid [2019-09-27T16:33:48.015Z] +++ kill 6941 [2019-09-27T16:33:48.578Z] PASS: docker_cli_swarm_test.go:1735: DockerSwarmSuite.TestSwarmServiceLsFilterMode 2.893s [2019-09-27T16:33:49.141Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-27T16:33:49.141Z] +++ /etc/init.d/apparmor stop [2019-09-27T16:33:49.141Z] Clearing AppArmor profiles cache:. [2019-09-27T16:33:49.141Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T16:33:49.141Z] Unloading profiles will leave already running processes permanently [2019-09-27T16:33:49.141Z] unconfined, which can lead to unexpected situations. [2019-09-27T16:33:49.141Z] [2019-09-27T16:33:49.141Z] To set a process to complain mode, use the command line tool [2019-09-27T16:33:49.141Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T16:33:49.141Z] with the 'teardown' option." [2019-09-27T16:33:49.141Z] [2019-09-27T16:33:57.235Z] PASS: docker_cli_swarm_test.go:911: DockerSwarmSuite.TestSwarmServiceNetworkUpdate 7.057s [2019-09-27T16:34:02.042Z] PASS: docker_api_containers_test.go:2006: DockerSuite.TestContainersAPICreateMountsCreate 32.773s [2019-09-27T16:34:02.042Z] SKIP: docker_api_containers_test.go:2221: DockerSuite.TestContainersAPICreateMountsTmpfs (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.042Z] PASS: docker_api_containers_test.go:1684: DockerSuite.TestContainersAPICreateMountsValidation 0.169s [2019-09-27T16:34:02.042Z] SKIP: docker_cli_run_test.go:3471: DockerSuite.TestContainersInMultipleNetworks (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.042Z] SKIP: docker_cli_run_test.go:3463: DockerSuite.TestContainersInUserDefinedNetwork (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.042Z] SKIP: docker_cli_run_test.go:3490: DockerSuite.TestContainersNetworkIsolation (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.042Z] SKIP: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.042Z] SKIP: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.042Z] PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath 2.703s [2019-09-27T16:34:02.043Z] SKIP: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.043Z] SKIP: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.043Z] SKIP: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.043Z] SKIP: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.043Z] SKIP: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.043Z] SKIP: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.043Z] SKIP: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.043Z] SKIP: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.043Z] SKIP: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.043Z] SKIP: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.043Z] SKIP: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.488Z] PASS: docker_cli_swarm_test.go:840: DockerSwarmSuite.TestSwarmServiceTTY 4.970s [2019-09-27T16:34:02.504Z] SKIP: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:02.504Z] SKIP: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:05.009Z] PASS: docker_cli_swarm_test.go:888: DockerSwarmSuite.TestSwarmServiceTTYUpdate 2.535s [2019-09-27T16:34:05.402Z] PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath 2.579s [2019-09-27T16:34:05.402Z] PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly 0.061s [2019-09-27T16:34:05.402Z] SKIP: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:07.579Z] PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath 2.348s [2019-09-27T16:34:07.579Z] SKIP: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:07.579Z] SKIP: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:07.579Z] SKIP: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:08.282Z] PASS: docker_cli_swarm_test.go:171: DockerSwarmSuite.TestSwarmServiceTemplatingHostname 2.520s [2019-09-27T16:34:11.554Z] PASS: docker_cli_swarm_test.go:302: DockerSwarmSuite.TestSwarmServiceWithGroup 2.654s [2019-09-27T16:34:12.281Z] PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA 4.672s [2019-09-27T16:34:14.453Z] PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB 2.416s [2019-09-27T16:34:14.453Z] SKIP: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:14.453Z] SKIP: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:14.827Z] PASS: docker_cli_swarm_test.go:1707: DockerSwarmSuite.TestSwarmStopSignal 2.528s [2019-09-27T16:34:18.099Z] PASS: docker_cli_swarm_test.go:544: DockerSwarmSuite.TestSwarmTaskListFilter 1.421s [2019-09-27T16:34:20.619Z] PASS: docker_cli_swarm_test.go:37: DockerSwarmSuite.TestSwarmUpdate 1.600s [2019-09-27T16:34:35.527Z] PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE 18.999s [2019-09-27T16:34:35.527Z] SKIP: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:35.527Z] SKIP: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:44.081Z] PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH 9.858s [2019-09-27T16:34:44.081Z] SKIP: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:44.081Z] SKIP: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:46.290Z] PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot 2.374s [2019-09-27T16:34:46.290Z] SKIP: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:46.290Z] SKIP: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:48.475Z] PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout 2.580s [2019-09-27T16:34:48.475Z] SKIP: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:48.475Z] SKIP: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:48.475Z] SKIP: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:48.932Z] SKIP: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:48.932Z] PASS: docker_cli_create_test.go:336: DockerSuite.TestCreate64ByteHexID 0.156s [2019-09-27T16:34:48.932Z] PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs 0.186s [2019-09-27T16:34:51.105Z] PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID 1.671s [2019-09-27T16:34:53.276Z] PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout 2.188s [2019-09-27T16:34:53.276Z] PASS: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs 0.245s [2019-09-27T16:34:53.734Z] PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig 0.167s [2019-09-27T16:34:55.915Z] PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber 2.199s [2019-09-27T16:34:56.372Z] PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage 0.656s [2019-09-27T16:34:56.829Z] PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels 0.163s [2019-09-27T16:34:56.829Z] SKIP: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer (unmatched requirement DaemonIsLinux) [2019-09-27T16:34:57.287Z] PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM 0.356s [2019-09-27T16:34:57.287Z] SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper) [2019-09-27T16:34:57.287Z] PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal 0.153s [2019-09-27T16:34:57.744Z] PASS: docker_cli_create_test.go:371: DockerSuite.TestCreateStopTimeout 0.326s [2019-09-27T16:35:12.553Z] PASS: docker_cli_create_test.go:344: DockerSuite.TestCreateUnsetEntrypoint 13.246s [2019-09-27T16:35:12.553Z] PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated 0.176s [2019-09-27T16:35:12.553Z] PASS: docker_cli_create_test.go:324: DockerSuite.TestCreateWithInvalidLogOpts 0.156s [2019-09-27T16:35:16.285Z] PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange 3.472s [2019-09-27T16:35:16.285Z] PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange 0.179s [2019-09-27T16:35:16.285Z] SKIP: docker_api_containers_test.go:893: DockerSuite.TestCreateWithTooLowMemoryLimit (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:16.835Z] PASS: docker_cli_swarm_unix_test.go:16: DockerSwarmSuite.TestSwarmVolumePlugin 22.300s [2019-09-27T16:35:19.185Z] PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir 1.920s [2019-09-27T16:35:19.185Z] SKIP: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig 0.098s [2019-09-27T16:35:19.185Z] SKIP: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] SKIP: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] SKIP: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] SKIP: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] SKIP: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] SKIP: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] SKIP: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] SKIP: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] SKIP: docker_cli_run_test.go:2999: DockerSuite.TestDevicePermissions (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] PASS: docker_cli_run_test.go:3710: DockerSuite.TestDockerFails 0.065s [2019-09-27T16:35:19.185Z] SKIP: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] SKIP: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] SKIP: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] SKIP: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:19.185Z] SKIP: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit (unmatched requirement DaemonIsLinux) [2019-09-27T16:35:22.107Z] PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents 2.864s [2019-09-27T16:35:25.021Z] PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort 2.577s [2019-09-27T16:35:27.241Z] PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch 2.633s [2019-09-27T16:35:31.680Z] PASS: docker_cli_swarm_test.go:1033: DockerSwarmSuite.TestUnlockEngineAndUnlockedSwarm 1.649s [2019-09-27T16:35:37.578Z] PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart 9.243s [2019-09-27T16:35:43.383Z] PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy 5.827s [2019-09-27T16:35:49.190Z] PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer 5.719s [2019-09-27T16:35:49.730Z] PASS: docker_api_swarm_test.go:161: DockerSwarmSuite.TestUpdateSwarmAddExternalCA 1.557s [2019-09-27T16:35:51.376Z] PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction 1.968s [2019-09-27T16:35:52.347Z] PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels 0.944s [2019-09-27T16:35:56.097Z] PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName 3.483s [2019-09-27T16:35:57.639Z] PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels 1.204s [2019-09-27T16:35:58.612Z] PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType 1.216s [2019-09-27T16:36:04.421Z] PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters 5.133s [2019-09-27T16:36:07.781Z] PASS: docker_cli_external_volume_driver_unix_test.go:447: DockerExternalVolumeSuite.TestExternalVolumeDriverBindExternalVolume 0.686s [2019-09-27T16:36:09.118Z] PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat 5.049s [2019-09-27T16:36:09.118Z] PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField 0.084s [2019-09-27T16:36:09.118Z] PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc 0.066s [2019-09-27T16:36:09.118Z] SKIP: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:09.118Z] SKIP: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:09.119Z] SKIP: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:10.661Z] PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag 1.247s [2019-09-27T16:36:10.661Z] SKIP: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:12.847Z] PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename 2.627s [2019-09-27T16:36:16.594Z] PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize 2.972s [2019-09-27T16:36:18.788Z] PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture 2.017s [2019-09-27T16:36:21.701Z] PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate 2.534s [2019-09-27T16:36:26.400Z] PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats 4.959s [2019-09-27T16:36:26.400Z] SKIP: docker_cli_events_test.go:512: DockerSuite.TestEventsTop (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:29.343Z] PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag 2.820s [2019-09-27T16:36:33.091Z] PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast 3.447s [2019-09-27T16:36:33.091Z] SKIP: docker_cli_exec_test.go:25: DockerSuite.TestExec (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:33.091Z] SKIP: docker_api_exec_test.go:61: DockerSuite.TestExecAPICreateContainerPaused (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:35.278Z] PASS: docker_api_exec_test.go:24: DockerSuite.TestExecAPICreateNoCmd 1.677s [2019-09-27T16:36:37.463Z] PASS: docker_api_exec_test.go:40: DockerSuite.TestExecAPICreateNoValidContentType 1.595s [2019-09-27T16:36:37.463Z] SKIP: docker_api_exec_test.go:80: DockerSuite.TestExecAPIStart (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:37.463Z] SKIP: docker_api_exec_test.go:117: DockerSuite.TestExecAPIStartBackwardsCompatible (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:37.463Z] SKIP: docker_api_exec_test.go:107: DockerSuite.TestExecAPIStartEnsureHeaders (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:39.660Z] PASS: docker_api_exec_test.go:189: DockerSuite.TestExecAPIStartInvalidCommand 1.870s [2019-09-27T16:36:41.844Z] PASS: docker_api_exec_test.go:132: DockerSuite.TestExecAPIStartMultipleTimesError 1.824s [2019-09-27T16:36:44.777Z] PASS: docker_api_exec_test.go:173: DockerSuite.TestExecAPIStartValidCommand 1.826s [2019-09-27T16:36:46.974Z] PASS: docker_api_exec_test.go:142: DockerSuite.TestExecAPIStartWithDetach 1.843s [2019-09-27T16:36:51.690Z] PASS: docker_cli_exec_test.go:70: DockerSuite.TestExecAfterContainerRestart 4.430s [2019-09-27T16:36:51.690Z] SKIP: docker_cli_exec_test.go:247: DockerSuite.TestExecCgroup (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:51.690Z] SKIP: docker_cli_exec_test.go:99: DockerSuite.TestExecEnv (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:51.690Z] SKIP: docker_cli_exec_test.go:524: DockerSuite.TestExecEnvLinksHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:54.616Z] PASS: docker_cli_exec_test.go:125: DockerSuite.TestExecExitStatus 2.159s [2019-09-27T16:36:59.315Z] PASS: docker_cli_exec_test.go:300: DockerSuite.TestExecInspectID 4.997s [2019-09-27T16:36:59.315Z] SKIP: docker_cli_exec_test.go:34: DockerSuite.TestExecInteractive (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:59.315Z] SKIP: docker_cli_exec_test.go:480: DockerSuite.TestExecOnReadonlyContainer (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:59.315Z] SKIP: docker_cli_exec_test.go:205: DockerSuite.TestExecParseError (unmatched requirement DaemonIsLinux) [2019-09-27T16:36:59.315Z] SKIP: docker_cli_exec_test.go:132: DockerSuite.TestExecPausedContainer (unmatched requirement IsPausable) [2019-09-27T16:36:59.315Z] SKIP: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:02.229Z] PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart 2.457s [2019-09-27T16:37:02.689Z] SKIP: docker_cli_exec_test.go:114: DockerSuite.TestExecSetEnv (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:02.689Z] SKIP: docker_cli_exec_test.go:500: DockerSuite.TestExecStartFails (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:02.689Z] SKIP: docker_api_exec_test.go:207: DockerSuite.TestExecStateCleanup (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:02.689Z] SKIP: docker_cli_exec_test.go:219: DockerSuite.TestExecStopNotHanging (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:02.689Z] SKIP: docker_cli_exec_test.go:147: DockerSuite.TestExecTTYCloseStdin (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:04.878Z] PASS: docker_cli_exec_test.go:168: DockerSuite.TestExecTTYWithoutStdin 1.972s [2019-09-27T16:37:05.338Z] SKIP: docker_cli_exec_test.go:488: DockerSuite.TestExecUlimits (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:13.968Z] PASS: docker_cli_exec_test.go:514: DockerSuite.TestExecWindowsPathNotWiped 8.017s [2019-09-27T16:37:13.968Z] SKIP: docker_cli_exec_test.go:467: DockerSuite.TestExecWithImageUser (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:13.968Z] SKIP: docker_cli_exec_test.go:437: DockerSuite.TestExecWithPrivileged (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:13.968Z] SKIP: docker_cli_exec_test.go:424: DockerSuite.TestExecWithUser (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:15.430Z] PASS: docker_cli_external_volume_driver_unix_test.go:546: DockerExternalVolumeSuite.TestExternalVolumeDriverCapabilities 0.574s [2019-09-27T16:37:21.061Z] PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats 6.234s [2019-09-27T16:37:21.971Z] PASS: docker_cli_external_volume_driver_unix_test.go:353: DockerExternalVolumeSuite.TestExternalVolumeDriverDeleteContainer 1.625s [2019-09-27T16:37:26.993Z] PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream 6.023s [2019-09-27T16:37:29.203Z] PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning 3.214s [2019-09-27T16:37:36.289Z] PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream 6.030s [2019-09-27T16:37:36.289Z] SKIP: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:36.289Z] PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound 0.003s [2019-09-27T16:37:36.289Z] PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats 0.099s [2019-09-27T16:37:36.289Z] SKIP: docker_cli_health_test.go:39: DockerSuite.TestHealth (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:36.289Z] PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage 0.090s [2019-09-27T16:37:36.289Z] PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse 0.079s [2019-09-27T16:37:36.289Z] PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue 0.090s [2019-09-27T16:37:42.127Z] PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment 4.963s [2019-09-27T16:37:42.127Z] PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage 0.068s [2019-09-27T16:37:42.127Z] SKIP: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:42.127Z] PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed 0.076s [2019-09-27T16:37:42.127Z] PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed 0.104s [2019-09-27T16:37:42.127Z] PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed 0.393s [2019-09-27T16:37:43.098Z] PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown 0.675s [2019-09-27T16:37:43.098Z] SKIP: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:44.075Z] PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown 1.082s [2019-09-27T16:37:44.075Z] PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest 0.067s [2019-09-27T16:37:46.268Z] PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch 1.934s [2019-09-27T16:37:46.268Z] PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort 0.335s [2019-09-27T16:37:49.179Z] PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore 2.312s [2019-09-27T16:37:51.362Z] PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase 2.664s [2019-09-27T16:37:51.822Z] PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat 0.219s [2019-09-27T16:37:51.822Z] SKIP: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:54.007Z] PASS: docker_cli_external_volume_driver_unix_test.go:476: DockerExternalVolumeSuite.TestExternalVolumeDriverGet 15.036s [2019-09-27T16:37:55.576Z] PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate 3.729s [2019-09-27T16:37:55.576Z] PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter 0.059s [2019-09-27T16:37:58.487Z] PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL 2.357s [2019-09-27T16:37:58.487Z] SKIP: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.487Z] SKIP: docker_cli_import_test.go:48: DockerSuite.TestImportFile (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.487Z] PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile 0.063s [2019-09-27T16:37:58.487Z] SKIP: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.487Z] SKIP: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.487Z] SKIP: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.487Z] SKIP: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.487Z] SKIP: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.487Z] SKIP: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.487Z] SKIP: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.487Z] SKIP: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers (unmatched requirement IsPausable) [2019-09-27T16:37:58.487Z] SKIP: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.487Z] SKIP: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.948Z] PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds 0.073s [2019-09-27T16:37:58.948Z] PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat 0.121s [2019-09-27T16:37:58.948Z] SKIP: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.948Z] SKIP: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120 (unmatched requirement DaemonIsLinux) [2019-09-27T16:37:58.948Z] SKIP: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121 (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:01.915Z] PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse 1.736s [2019-09-27T16:38:04.100Z] PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver 1.685s [2019-09-27T16:38:04.100Z] SKIP: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:04.100Z] SKIP: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121 (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:04.100Z] PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse 0.104s [2019-09-27T16:38:04.100Z] SKIP: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:06.296Z] PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint 1.732s [2019-09-27T16:38:06.296Z] PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix 0.225s [2019-09-27T16:38:08.854Z] PASS: docker_cli_external_volume_driver_unix_test.go:509: DockerExternalVolumeSuite.TestExternalVolumeDriverGetEmptyResponse 0.534s [2019-09-27T16:38:09.217Z] PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt 1.915s [2019-09-27T16:38:09.217Z] SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:09.217Z] SKIP: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:09.217Z] SKIP: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:11.406Z] PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault 1.633s [2019-09-27T16:38:17.215Z] PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory 4.876s [2019-09-27T16:38:17.215Z] SKIP: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:17.215Z] SKIP: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:17.215Z] SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:20.131Z] PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64 2.000s [2019-09-27T16:38:22.321Z] PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields 1.912s [2019-09-27T16:38:22.321Z] PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType 0.172s [2019-09-27T16:38:25.241Z] PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint 1.832s [2019-09-27T16:38:27.426Z] PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer 1.779s [2019-09-27T16:38:27.426Z] SKIP: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:27.426Z] PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS 0.097s [2019-09-27T16:38:29.614Z] PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer 1.645s [2019-09-27T16:38:32.528Z] PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus 3.052s [2019-09-27T16:38:37.246Z] PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound 3.748s [2019-09-27T16:38:39.433Z] PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError 1.951s [2019-09-27T16:38:40.889Z] PASS: docker_cli_external_volume_driver_unix_test.go:462: DockerExternalVolumeSuite.TestExternalVolumeDriverList 15.025s [2019-09-27T16:38:41.642Z] PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano 2.045s [2019-09-27T16:38:44.556Z] PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer 1.932s [2019-09-27T16:38:46.749Z] PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage 1.716s [2019-09-27T16:38:53.091Z] PASS: docker_cli_external_volume_driver_unix_test.go:374: DockerExternalVolumeSuite.TestExternalVolumeDriverLookupNotBlocked 0.113s [2019-09-27T16:38:53.844Z] PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue 1.792s [2019-09-27T16:38:56.040Z] PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer 1.663s [2019-09-27T16:38:56.040Z] PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject 0.097s [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_exec_test.go:367: DockerSuite.TestLinksPingLinkedContainersOnRename (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.040Z] SKIP: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer (unmatched requirement DaemonIsLinux) [2019-09-27T16:38:56.500Z] PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY 0.060s [2019-09-27T16:38:56.500Z] PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound 0.001s [2019-09-27T16:38:58.685Z] PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput 1.673s [2019-09-27T16:39:00.870Z] PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr 1.634s [2019-09-27T16:39:06.692Z] PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil 5.722s [2019-09-27T16:39:13.792Z] PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue 7.116s [2019-09-27T16:39:13.792Z] SKIP: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow (unmatched requirement DaemonIsLinux) [2019-09-27T16:39:15.991Z] PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout 1.915s [2019-09-27T16:39:15.992Z] PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound 0.083s [2019-09-27T16:39:24.598Z] PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage 8.275s [2019-09-27T16:39:25.127Z] PASS: docker_cli_external_volume_driver_unix_test.go:537: DockerExternalVolumeSuite.TestExternalVolumeDriverMountID 1.601s [2019-09-27T16:39:33.282Z] PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage 8.432s [2019-09-27T16:39:41.879Z] PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage 8.596s [2019-09-27T16:39:43.179Z] PASS: docker_cli_external_volume_driver_unix_test.go:298: DockerExternalVolumeSuite.TestExternalVolumeDriverNamed 1.597s [2019-09-27T16:39:44.072Z] PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput 2.396s [2019-09-27T16:39:46.984Z] PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout 2.011s [2019-09-27T16:39:46.984Z] SKIP: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer (unmatched requirement DaemonIsLinux) [2019-09-27T16:39:49.171Z] PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped 2.471s [2019-09-27T16:39:57.781Z] PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr 7.237s [2019-09-27T16:39:58.025Z] PASS: docker_cli_external_volume_driver_unix_test.go:560: DockerExternalVolumeSuite.TestExternalVolumeDriverOutOfBandDelete 0.794s [2019-09-27T16:40:06.365Z] PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince 9.345s [2019-09-27T16:40:06.365Z] SKIP: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:06.365Z] SKIP: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:09.278Z] PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail 3.144s [2019-09-27T16:40:12.195Z] PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps 2.827s [2019-09-27T16:40:14.385Z] PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails 2.507s [2019-09-27T16:40:14.385Z] SKIP: docker_cli_run_test.go:2913: DockerSuite.TestMountIntoProc (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.385Z] SKIP: docker_cli_run_test.go:2922: DockerSuite.TestMountIntoSys (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.385Z] SKIP: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.385Z] SKIP: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.385Z] SKIP: docker_cli_run_test.go:3517: DockerSuite.TestNetworkRmWithActiveContainers (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.845Z] SKIP: docker_cli_run_test.go:2699: DockerSuite.TestPermissionsPtsReadonlyRootfs (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.845Z] SKIP: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.845Z] SKIP: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.845Z] PASS: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows 0.102s [2019-09-27T16:40:14.845Z] SKIP: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.845Z] SKIP: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver (unmatched requirement IsAmd64) [2019-09-27T16:40:14.845Z] SKIP: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList (unmatched requirement IsAmd64) [2019-09-27T16:40:14.845Z] SKIP: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.845Z] SKIP: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.845Z] SKIP: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.845Z] SKIP: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.845Z] SKIP: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:14.845Z] SKIP: docker_cli_port_test.go:16: DockerSuite.TestPortList (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:19.548Z] PASS: docker_api_containers_test.go:1302: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint 4.800s [2019-09-27T16:40:20.009Z] SKIP: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:20.009Z] PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound 0.003s [2019-09-27T16:40:20.009Z] SKIP: docker_api_containers_test.go:1567: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:20.009Z] SKIP: docker_api_containers_test.go:1481: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:20.009Z] SKIP: docker_api_containers_test.go:1463: DockerSuite.TestPostContainersCreateShmSizeNegative (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:20.009Z] SKIP: docker_api_containers_test.go:1509: DockerSuite.TestPostContainersCreateShmSizeOmitted (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:20.009Z] SKIP: docker_api_containers_test.go:1592: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:20.009Z] SKIP: docker_api_containers_test.go:1536: DockerSuite.TestPostContainersCreateWithShmSize (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:20.009Z] SKIP: docker_api_containers_test.go:1359: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:30.350Z] PASS: docker_api_containers_test.go:1330: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd 9.378s [2019-09-27T16:40:30.350Z] SKIP: docker_api_containers_test.go:1430: DockerSuite.TestPostContainersCreateWithWrongCpusetValues (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:38.984Z] PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder 7.218s [2019-09-27T16:40:38.984Z] SKIP: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate (unmatched requirement DaemonIsLinux) [2019-09-27T16:40:44.654Z] PASS: docker_cli_external_volume_driver_unix_test.go:524: DockerExternalVolumeSuite.TestExternalVolumeDriverPathCalls 15.535s [2019-09-27T16:40:49.327Z] PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase 8.643s [2019-09-27T16:41:02.732Z] PASS: docker_cli_external_volume_driver_unix_test.go:410: DockerExternalVolumeSuite.TestExternalVolumeDriverRetryNotImmediatelyExists 4.781s [2019-09-27T16:41:10.448Z] PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage 19.766s [2019-09-27T16:41:10.448Z] PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated 0.319s [2019-09-27T16:41:19.053Z] PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited 9.991s [2019-09-27T16:41:33.912Z] PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth 11.303s [2019-09-27T16:41:34.770Z] PASS: docker_cli_external_volume_driver_unix_test.go:619: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp 1.917s [2019-09-27T16:41:36.130Z] PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID 3.621s [2019-09-27T16:41:44.858Z] PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel 7.944s [2019-09-27T16:41:48.616Z] PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName 4.086s [2019-09-27T16:41:48.616Z] SKIP: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork (unmatched requirement DaemonIsLinux) [2019-09-27T16:41:48.616Z] SKIP: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts (unmatched requirement DaemonIsLinux) [2019-09-27T16:41:54.431Z] PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus 4.901s [2019-09-27T16:41:54.431Z] SKIP: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize (unmatched requirement DaemonIsLinux) [2019-09-27T16:41:54.431Z] SKIP: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer (unmatched requirement DaemonIsLinux) [2019-09-27T16:41:54.431Z] SKIP: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer (unmatched requirement DaemonIsLinux) [2019-09-27T16:41:54.431Z] SKIP: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName (unmatched requirement DaemonIsLinux) [2019-09-27T16:42:01.552Z] PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts 6.200s [2019-09-27T16:42:01.552Z] SKIP: docker_cli_run_test.go:3148: DockerSuite.TestPtraceContainerProcsFromHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:42:03.095Z] PASS: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows 1.406s [2019-09-27T16:42:03.095Z] SKIP: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux (unmatched requirement DaemonIsLinux) [2019-09-27T16:42:04.636Z] PASS: docker_cli_push_test.go:292: DockerSuite.TestPushToCentralRegistryUnauthorized 1.314s [2019-09-27T16:42:05.609Z] PASS: docker_cli_push_test.go:38: DockerSuite.TestPushUnprefixedRepo 0.970s [2019-09-27T16:42:05.609Z] SKIP: docker_api_containers_test.go:1404: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (unmatched requirement DaemonIsLinux) [2019-09-27T16:42:06.851Z] PASS: docker_cli_external_volume_driver_unix_test.go:609: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail 1.003s [2019-09-27T16:42:10.318Z] PASS: docker_cli_restart_test.go:304: DockerSuite.TestRestartAutoRemoveContainer 4.332s [2019-09-27T16:42:15.029Z] PASS: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess 4.148s [2019-09-27T16:42:16.571Z] PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer 2.437s [2019-09-27T16:42:21.698Z] PASS: docker_cli_external_volume_driver_unix_test.go:320: DockerExternalVolumeSuite.TestExternalVolumeDriverUnnamed 1.633s [2019-09-27T16:42:39.772Z] PASS: docker_cli_external_volume_driver_unix_test.go:334: DockerExternalVolumeSuite.TestExternalVolumeDriverVolumesFrom 2.508s [2019-09-27T16:42:41.760Z] PASS: docker_cli_restart_test.go:273: DockerSuite.TestRestartContainerwithRestartPolicy 21.936s [2019-09-27T16:42:41.761Z] SKIP: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer (unmatched requirement DaemonIsLinux) [2019-09-27T16:42:46.483Z] PASS: docker_cli_restart_test.go:240: DockerSuite.TestRestartPolicyAfterRestart 6.773s [2019-09-27T16:42:46.483Z] PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways 0.254s [2019-09-27T16:42:46.483Z] PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO 0.167s [2019-09-27T16:42:47.455Z] PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure 0.821s [2019-09-27T16:42:52.189Z] PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer 4.332s [2019-09-27T16:42:56.911Z] PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer 4.462s [2019-09-27T16:42:56.911Z] SKIP: docker_cli_restart_test.go:196: DockerSuite.TestRestartWithPolicyUserDefinedNetwork (unmatched requirement DaemonIsLinux) [2019-09-27T16:42:57.833Z] PASS: docker_cli_external_volume_driver_unix_test.go:496: DockerExternalVolumeSuite.TestExternalVolumeDriverWithDaemonRestart 1.419s [2019-09-27T16:43:01.611Z] PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes 4.339s [2019-09-27T16:43:01.612Z] PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank 0.066s [2019-09-27T16:43:01.612Z] PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict 0.281s [2019-09-27T16:43:12.680Z] PASS: docker_cli_external_volume_driver_unix_test.go:286: DockerExternalVolumeSuite.TestVolumeCLICreateOptionConflict 0.039s [2019-09-27T16:43:12.680Z] OK: 261 passed, 6 skipped [2019-09-27T16:43:12.680Z] PASS [2019-09-27T16:43:12.680Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-27T16:43:12.680Z] ++++ cat bundles/test-integration/DockerDaemonSuite.TestFailedPluginRemove/d7157c42d447c/docker.pid [2019-09-27T16:43:12.680Z] +++ kill 5873 [2019-09-27T16:43:12.680Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5873 is not a child of this shell [2019-09-27T16:43:12.680Z] warning: PID 5873 from bundles/test-integration/DockerDaemonSuite.TestFailedPluginRemove/d7157c42d447c/docker.pid had a nonzero exit code [2019-09-27T16:43:12.680Z] ++++ cat bundles/test-integration/docker.pid [2019-09-27T16:43:12.680Z] +++ kill 6923 [2019-09-27T16:43:12.680Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-27T16:43:12.680Z] +++ /etc/init.d/apparmor stop [2019-09-27T16:43:12.680Z] Clearing AppArmor profiles cache:. [2019-09-27T16:43:12.680Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T16:43:12.680Z] Unloading profiles will leave already running processes permanently [2019-09-27T16:43:12.680Z] unconfined, which can lead to unexpected situations. [2019-09-27T16:43:12.680Z] [2019-09-27T16:43:12.680Z] To set a process to complain mode, use the command line tool [2019-09-27T16:43:12.680Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T16:43:12.680Z] with the 'teardown' option." [2019-09-27T16:43:12.680Z] [2019-09-27T16:43:12.680Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-09-27T16:43:12.697Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-27T16:43:13.571Z] + echo Ensuring container killed. [2019-09-27T16:43:13.571Z] Ensuring container killed. [2019-09-27T16:43:13.571Z] + docker ps -aq -f name=docker-pr2-* [2019-09-27T16:43:13.571Z] + cids=8c1c09bd1990 [2019-09-27T16:43:13.571Z] 529f8621f986 [2019-09-27T16:43:13.571Z] a2c85cf47c23 [2019-09-27T16:43:13.571Z] + [ -n 8c1c09bd1990 [2019-09-27T16:43:13.571Z] 529f8621f986 [2019-09-27T16:43:13.571Z] a2c85cf47c23 ] [2019-09-27T16:43:13.571Z] + docker rm -vf 8c1c09bd1990 529f8621f986 a2c85cf47c23 [2019-09-27T16:43:18.823Z] 8c1c09bd1990 [2019-09-27T16:43:18.823Z] 529f8621f986 [2019-09-27T16:43:18.823Z] a2c85cf47c23 [Pipeline] sh [2019-09-27T16:43:19.104Z] + echo Chowning /workspace to jenkins user [2019-09-27T16:43:19.104Z] Chowning /workspace to jenkins user [2019-09-27T16:43:19.104Z] + id -u [2019-09-27T16:43:19.104Z] + id -g [2019-09-27T16:43:19.104Z] + docker run --rm -v /home/ubuntu/workspace/engine_PR-385:/workspace busybox chown -R 1000:1000 /workspace [2019-09-27T16:43:19.104Z] Unable to find image 'busybox:latest' locally [2019-09-27T16:43:19.104Z] latest: Pulling from library/busybox [2019-09-27T16:43:19.104Z] 7c9d20b9b6cd: Pulling fs layer [2019-09-27T16:43:19.349Z] PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound 14.915s [2019-09-27T16:43:19.360Z] 7c9d20b9b6cd: Download complete [2019-09-27T16:43:19.360Z] 7c9d20b9b6cd: Pull complete [2019-09-27T16:43:19.360Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-27T16:43:19.360Z] Status: Downloaded newer image for busybox:latest [2019-09-27T16:43:22.260Z] PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers 4.046s [2019-09-27T16:43:23.232Z] PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories 0.708s [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-27T16:43:24.903Z] + bundleName=amd64 [2019-09-27T16:43:24.903Z] + echo Creating amd64-bundles.tar.gz [2019-09-27T16:43:24.903Z] Creating amd64-bundles.tar.gz [2019-09-27T16:43:24.903Z] + xargs tar -czf amd64-bundles.tar.gz [2019-09-27T16:43:24.903Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-09-27T16:43:26.282Z] Archiving artifacts [2019-09-27T16:43:26.666Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-385/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-27T16:43:26.970Z] + make clean [2019-09-27T16:43:27.227Z] docker volume rm -f docker-dev-cache [2019-09-27T16:43:27.227Z] docker-dev-cache [Pipeline] deleteDir [2019-09-27T16:43:31.824Z] PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags 6.626s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-27T16:43:36.530Z] PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce 5.880s [2019-09-27T16:43:46.892Z] PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag 8.319s [2019-09-27T16:43:50.641Z] PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail 4.678s [2019-09-27T16:43:51.103Z] PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag 0.814s [2019-09-27T16:43:54.022Z] PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers 2.639s [2019-09-27T16:44:15.158Z] PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer 17.732s [2019-09-27T16:44:15.619Z] PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails 1.999s [2019-09-27T16:44:21.422Z] PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories 5.362s [2019-09-27T16:44:22.984Z] PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse 1.110s [2019-09-27T16:44:22.984Z] SKIP: docker_cli_run_test.go:4534: DockerSuite.TestRunAddDeviceCgroupRule (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:22.984Z] SKIP: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:22.984Z] SKIP: docker_cli_run_test.go:4043: DockerSuite.TestRunAddHostInHostMode (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:22.984Z] SKIP: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:22.984Z] SKIP: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:22.984Z] SKIP: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:22.984Z] SKIP: docker_cli_run_test.go:2065: DockerSuite.TestRunAllocatePortInReservedRange (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:25.189Z] PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot 2.222s [2019-09-27T16:44:25.189Z] SKIP: docker_cli_run_test.go:2270: DockerSuite.TestRunAllowPortRangeThroughExpose (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:25.189Z] SKIP: docker_cli_run_test.go:2628: DockerSuite.TestRunAllowPortRangeThroughPublish (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:29.896Z] PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes 4.494s [2019-09-27T16:44:32.810Z] PASS: docker_cli_run_test.go:3924: DockerSuite.TestRunAttachFailedNoLeak 2.801s [2019-09-27T16:44:35.012Z] PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode 2.473s [2019-09-27T16:44:42.103Z] PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode 7.130s [2019-09-27T16:44:44.293Z] PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode 2.249s [2019-09-27T16:44:44.754Z] PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach 0.073s [2019-09-27T16:44:49.454Z] PASS: docker_cli_run_test.go:1881: DockerSuite.TestRunBindMounts 4.566s [2019-09-27T16:44:49.454Z] SKIP: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:49.454Z] SKIP: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:49.454Z] SKIP: docker_cli_run_test.go:3012: DockerSuite.TestRunCapAddCHOWN (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:49.454Z] SKIP: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:49.454Z] SKIP: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:49.454Z] SKIP: docker_cli_run_test.go:3198: DockerSuite.TestRunCapAddSYSTIME (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:49.454Z] SKIP: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:49.454Z] SKIP: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:49.454Z] SKIP: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:49.454Z] SKIP: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:49.454Z] SKIP: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:51.639Z] PASS: docker_cli_run_test.go:1968: DockerSuite.TestRunCidFileCheckIDLength 1.652s [2019-09-27T16:44:51.639Z] SKIP: docker_cli_run_test.go:1937: DockerSuite.TestRunCidFileCleanupIfEmpty (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:55.384Z] PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint 3.112s [2019-09-27T16:44:55.384Z] SKIP: docker_cli_run_test.go:3340: DockerSuite.TestRunContainerNetModeWithDNSMacHosts (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:55.384Z] SKIP: docker_cli_run_test.go:3364: DockerSuite.TestRunContainerNetModeWithExposePort (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:56.926Z] PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork 2.157s [2019-09-27T16:44:56.926Z] SKIP: docker_cli_run_test.go:3331: DockerSuite.TestRunContainerNetworkModeToSelf (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:56.926Z] SKIP: docker_cli_run_test.go:3315: DockerSuite.TestRunContainerWithCgroupMountRO (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:56.926Z] SKIP: docker_cli_run_test.go:3241: DockerSuite.TestRunContainerWithCgroupParent (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:56.926Z] SKIP: docker_cli_run_test.go:2738: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:56.926Z] SKIP: docker_cli_run_test.go:2687: DockerSuite.TestRunContainerWithReadonlyRootfs (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:56.926Z] SKIP: docker_cli_run_test.go:2760: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:57.387Z] SKIP: docker_cli_run_test.go:2750: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag (unmatched requirement DaemonIsLinux) [2019-09-27T16:44:59.570Z] PASS: docker_cli_run_test.go:2797: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer 2.360s [2019-09-27T16:45:02.497Z] PASS: docker_cli_run_test.go:2783: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero 2.429s [2019-09-27T16:45:04.689Z] PASS: docker_cli_run_test.go:2683: DockerSuite.TestRunContainerWithWritableRootfs 2.313s [2019-09-27T16:45:04.689Z] SKIP: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:04.689Z] SKIP: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:04.689Z] SKIP: docker_cli_run_test.go:3206: DockerSuite.TestRunCreateContainerFailedCleanUp (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:06.874Z] PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume 2.598s [2019-09-27T16:45:06.874Z] SKIP: docker_cli_run_test.go:2157: DockerSuite.TestRunCreateVolumeEtc (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:06.874Z] SKIP: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:07.349Z] SKIP: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:07.349Z] SKIP: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2 (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:09.544Z] PASS: docker_cli_run_test.go:4150: DockerSuite.TestRunCredentialSpecFailures 2.349s [2019-09-27T16:45:24.386Z] PASS: docker_cli_run_test.go:4169: DockerSuite.TestRunCredentialSpecWellFormed 13.578s [2019-09-27T16:45:24.386Z] SKIP: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:24.386Z] SKIP: docker_cli_run_test.go:4008: DockerSuite.TestRunDNSInHostMode (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:24.386Z] SKIP: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:24.386Z] SKIP: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:24.386Z] SKIP: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:24.386Z] SKIP: docker_cli_run_test.go:2030: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:25.928Z] PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting 2.380s [2019-09-27T16:45:25.928Z] SKIP: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:25.928Z] PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot 0.124s [2019-09-27T16:45:25.928Z] SKIP: docker_cli_run_test.go:4185: DockerSuite.TestRunDuplicateMount (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:28.113Z] PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer 2.361s [2019-09-27T16:45:35.227Z] PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout 6.986s [2019-09-27T16:45:35.227Z] SKIP: docker_cli_run_test.go:4271: DockerSuite.TestRunEmptyEnv (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:37.418Z] PASS: docker_cli_run_test.go:1870: DockerSuite.TestRunEntrypoint 2.208s [2019-09-27T16:45:37.418Z] SKIP: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:37.418Z] SKIP: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:37.418Z] SKIP: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:40.335Z] PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode 2.326s [2019-09-27T16:45:42.526Z] PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne 2.241s [2019-09-27T16:45:44.712Z] PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero 2.271s [2019-09-27T16:45:46.911Z] PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose 2.506s [2019-09-27T16:45:47.382Z] PASS: docker_cli_run_test.go:2293: DockerSuite.TestRunExposePort 0.053s [2019-09-27T16:45:47.382Z] SKIP: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:47.382Z] SKIP: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:47.382Z] SKIP: docker_cli_run_test.go:4513: DockerSuite.TestRunHostnameFQDN (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:47.382Z] SKIP: docker_cli_run_test.go:4526: DockerSuite.TestRunHostnameInHostMode (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:47.382Z] SKIP: docker_cli_run_test.go:4254: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement IsolationIsHyperv) [2019-09-27T16:45:47.382Z] SKIP: docker_cli_run_test.go:3730: DockerSuite.TestRunInitLayerPathOwnership (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:47.382Z] SKIP: docker_cli_run_test.go:2008: DockerSuite.TestRunInspectMacAddress (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:57.732Z] PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy 9.193s [2019-09-27T16:45:57.732Z] SKIP: docker_cli_run_test.go:3276: DockerSuite.TestRunInvalidCgroupParent (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:57.732Z] PASS: docker_cli_run_test.go:3718: DockerSuite.TestRunInvalidReference 0.074s [2019-09-27T16:45:57.732Z] SKIP: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:57.732Z] SKIP: docker_cli_run_test.go:3385: DockerSuite.TestRunLinkToContainerNetMode (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:57.732Z] SKIP: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID (unmatched requirement DaemonIsLinux) [2019-09-27T16:45:57.732Z] SKIP: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:06.351Z] PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS 9.671s [2019-09-27T16:46:06.351Z] SKIP: docker_cli_run_test.go:3395: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] PASS: docker_cli_run_test.go:3421: DockerSuite.TestRunLoopbackWhenNetworkDisabled 1.858s [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:2321: DockerSuite.TestRunModeIpcContainerNotExists (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:2330: DockerSuite.TestRunModeIpcContainerNotRunning (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:2299: DockerSuite.TestRunModeIpcHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:3429: DockerSuite.TestRunModeNetContainerHostname (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:2343: DockerSuite.TestRunModePIDContainer (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:2368: DockerSuite.TestRunModePIDContainerNotExists (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:2377: DockerSuite.TestRunModePIDContainerNotRunning (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:2435: DockerSuite.TestRunModePIDHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:2457: DockerSuite.TestRunModeUTSHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:4333: DockerSuite.TestRunMount (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:2086: DockerSuite.TestRunMountOrdering (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:4321: DockerSuite.TestRunMountReadOnlyDevShm (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:08.543Z] SKIP: docker_cli_run_test.go:2390: DockerSuite.TestRunMountShmMqueueFromHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:15.721Z] PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom 7.228s [2019-09-27T16:46:15.721Z] SKIP: docker_cli_exec_test.go:383: DockerSuite.TestRunMutableNetworkFiles (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:15.721Z] SKIP: docker_cli_run_test.go:3218: DockerSuite.TestRunNamedVolume (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:15.721Z] SKIP: docker_cli_run_test.go:3862: DockerSuite.TestRunNamedVolumeCopyImageData (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:21.547Z] PASS: docker_cli_run_test.go:3876: DockerSuite.TestRunNamedVolumeNotRemoved 4.964s [2019-09-27T16:46:25.308Z] PASS: docker_cli_run_test.go:3893: DockerSuite.TestRunNamedVolumesFromNotRemoved 4.263s [2019-09-27T16:46:25.308Z] SKIP: docker_cli_run_test.go:3855: DockerSuite.TestRunNamedVolumesMountedAsShared (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:25.308Z] SKIP: docker_cli_run_test.go:2610: DockerSuite.TestRunNetContainerWhichHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:25.308Z] SKIP: docker_cli_run_test.go:2579: DockerSuite.TestRunNetHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:25.308Z] SKIP: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:25.308Z] SKIP: docker_cli_run_test.go:2601: DockerSuite.TestRunNetHostTwiceSameName (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:25.308Z] SKIP: docker_cli_run_test.go:3073: DockerSuite.TestRunNetworkFilesBindMount (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:25.308Z] SKIP: docker_cli_run_test.go:3097: DockerSuite.TestRunNetworkFilesBindMountRO (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:25.308Z] SKIP: docker_cli_run_test.go:3119: DockerSuite.TestRunNetworkFilesBindMountROFilesystem (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:25.308Z] SKIP: docker_cli_run_test.go:3442: DockerSuite.TestRunNetworkNotInitializedNoneMode (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:25.769Z] PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes 0.381s [2019-09-27T16:46:26.740Z] PASS: docker_cli_run_test.go:2198: DockerSuite.TestRunNoOutputFromPullInStdout 0.956s [2019-09-27T16:46:28.927Z] PASS: docker_cli_run_test.go:3667: DockerSuite.TestRunNonExecutableCmd 2.259s [2019-09-27T16:46:31.113Z] PASS: docker_cli_run_test.go:3676: DockerSuite.TestRunNonExistingCmd 2.262s [2019-09-27T16:46:32.083Z] PASS: docker_cli_run_test.go:3701: DockerSuite.TestRunNonExistingImage 0.958s [2019-09-27T16:46:34.268Z] PASS: docker_cli_run_test.go:2562: DockerSuite.TestRunNonLocalMacAddress 2.162s [2019-09-27T16:46:34.728Z] SKIP: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:34.728Z] SKIP: docker_cli_run_test.go:2810: DockerSuite.TestRunPIDHostWithChildIsKillable (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:34.728Z] SKIP: docker_cli_run_test.go:2498: DockerSuite.TestRunPortFromDockerRangeInUse (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:34.728Z] SKIP: docker_cli_run_test.go:2046: DockerSuite.TestRunPortInUse (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:34.728Z] SKIP: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:34.728Z] SKIP: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:34.728Z] SKIP: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:34.728Z] SKIP: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:37.652Z] PASS: docker_cli_run_test.go:4236: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent 2.862s [2019-09-27T16:46:37.652Z] SKIP: docker_cli_run_test.go:2987: DockerSuite.TestRunPublishPort (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:37.652Z] SKIP: docker_cli_run_test.go:2890: DockerSuite.TestRunReadFilteredProc (unmatched requirement Apparmor) [2019-09-27T16:46:37.652Z] SKIP: docker_cli_run_test.go:2869: DockerSuite.TestRunReadProcLatency (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:37.652Z] SKIP: docker_cli_run_test.go:2854: DockerSuite.TestRunReadProcTimer (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:37.652Z] SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:52.492Z] PASS: docker_cli_run_test.go:2660: DockerSuite.TestRunRestartMaxRetries 13.619s [2019-09-27T16:46:52.492Z] SKIP: docker_cli_run_test.go:2131: DockerSuite.TestRunReuseBindVolumeThatIsSymlink (unmatched requirement DaemonIsLinux) [2019-09-27T16:46:54.079Z] PASS: docker_cli_run_test.go:4061: DockerSuite.TestRunRm 2.474s [2019-09-27T16:46:59.900Z] PASS: docker_cli_run_test.go:4051: DockerSuite.TestRunRmAndWait 5.647s [2019-09-27T16:47:02.088Z] PASS: docker_cli_run_test.go:4072: DockerSuite.TestRunRmPre125Api 2.467s [2019-09-27T16:47:04.273Z] PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir 2.247s [2019-09-27T16:47:07.192Z] PASS: docker_cli_run_test.go:2652: DockerSuite.TestRunSetDefaultRestartPolicy 1.827s [2019-09-27T16:47:09.382Z] PASS: docker_cli_run_test.go:1992: DockerSuite.TestRunSetMacAddress 2.783s [2019-09-27T16:47:09.843Z] SKIP: docker_cli_run_test.go:2242: DockerSuite.TestRunSlowStdoutConsumer (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:09.843Z] SKIP: docker_cli_run_test.go:1626: DockerSuite.TestRunState (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:12.032Z] PASS: docker_cli_run_test.go:3621: DockerSuite.TestRunStdinBlockedAfterContainerExit 2.369s [2019-09-27T16:47:12.032Z] SKIP: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:14.217Z] PASS: docker_cli_run_test.go:4136: DockerSuite.TestRunStoppedLoggingDriverNoLeak 2.107s [2019-09-27T16:47:14.217Z] SKIP: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:14.217Z] SKIP: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:14.217Z] PASS: docker_cli_run_test.go:2482: DockerSuite.TestRunTLSVerify 0.173s [2019-09-27T16:47:14.678Z] PASS: docker_cli_run_test.go:2530: DockerSuite.TestRunTTYWithPipe 0.062s [2019-09-27T16:47:14.678Z] SKIP: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:19.394Z] PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers 4.950s [2019-09-27T16:47:19.394Z] SKIP: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:19.394Z] SKIP: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:19.394Z] SKIP: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:19.394Z] SKIP: docker_cli_run_test.go:4084: DockerSuite.TestRunUnsetEntrypoint (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:19.394Z] SKIP: docker_cli_run_test.go:2929: DockerSuite.TestRunUnshareProc (unmatched requirement Apparmor) [2019-09-27T16:47:19.394Z] SKIP: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:19.394Z] SKIP: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:19.394Z] SKIP: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:19.856Z] SKIP: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:19.856Z] SKIP: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:22.048Z] PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults 2.363s [2019-09-27T16:47:22.048Z] SKIP: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:24.960Z] PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID 1.686s [2019-09-27T16:47:24.960Z] SKIP: docker_cli_run_test.go:3973: DockerSuite.TestRunVolumeCopyFlag (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:24.960Z] SKIP: docker_cli_run_test.go:3966: DockerSuite.TestRunVolumeWithOneCharacter (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:27.877Z] PASS: docker_cli_run_test.go:2211: DockerSuite.TestRunVolumesCleanPaths 3.009s [2019-09-27T16:47:36.469Z] PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode 7.430s [2019-09-27T16:47:51.332Z] PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails 14.392s [2019-09-27T16:47:56.033Z] PASS: docker_cli_run_test.go:2770: DockerSuite.TestRunVolumesFromRestartAfterRemoved 6.035s [2019-09-27T16:47:56.033Z] SKIP: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:56.033Z] PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly 0.118s [2019-09-27T16:47:56.501Z] SKIP: docker_cli_run_test.go:3775: DockerSuite.TestRunVolumesMountedAsShared (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:56.501Z] SKIP: docker_cli_run_test.go:3806: DockerSuite.TestRunVolumesMountedAsSlave (unmatched requirement DaemonIsLinux) [2019-09-27T16:47:59.421Z] PASS: docker_cli_run_test.go:4206: DockerSuite.TestRunWindowsWithCPUCount 2.660s [2019-09-27T16:48:01.617Z] PASS: docker_cli_run_test.go:4226: DockerSuite.TestRunWindowsWithCPUPercent 2.428s [2019-09-27T16:48:03.805Z] PASS: docker_cli_run_test.go:4216: DockerSuite.TestRunWindowsWithCPUShares 2.403s [2019-09-27T16:48:03.805Z] SKIP: docker_cli_run_test.go:1855: DockerSuite.TestRunWithBadDevice (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:03.805Z] PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags 0.056s [2019-09-27T16:48:04.268Z] PASS: docker_cli_run_test.go:2022: DockerSuite.TestRunWithInvalidMacAddress 0.058s [2019-09-27T16:48:04.268Z] SKIP: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:04.268Z] SKIP: docker_cli_run_test.go:3747: DockerSuite.TestRunWithOomScoreAdj (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:04.268Z] SKIP: docker_cli_run_test.go:3758: DockerSuite.TestRunWithOomScoreAdjInvalidRange (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:04.268Z] SKIP: docker_cli_run_test.go:2833: DockerSuite.TestRunWithTooSmallMemoryLimit (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:04.268Z] SKIP: docker_cli_run_test.go:3230: DockerSuite.TestRunWithUlimits (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:08.977Z] PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited 4.264s [2019-09-27T16:48:10.520Z] PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking 1.908s [2019-09-27T16:48:12.706Z] PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile 2.157s [2019-09-27T16:48:17.405Z] PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory 4.943s [2019-09-27T16:48:17.405Z] SKIP: docker_cli_run_test.go:3046: DockerSuite.TestRunWriteFilteredProc (unmatched requirement Apparmor) [2019-09-27T16:48:17.405Z] SKIP: docker_cli_run_test.go:1807: DockerSuite.TestRunWriteSpecialFilesAndNotCommit (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.405Z] SKIP: docker_cli_run_test.go:2845: DockerSuite.TestRunWriteToProcAsound (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_run_test.go:3644: DockerSuite.TestRunWrongCpusetCpusFlagValue (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_run_test.go:3655: DockerSuite.TestRunWrongCpusetMemsFlagValue (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:17.868Z] SKIP: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:20.101Z] PASS: docker_cli_search_test.go:35: DockerSuite.TestSearchCmdOptions 2.368s [2019-09-27T16:48:20.561Z] PASS: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry 0.378s [2019-09-27T16:48:21.022Z] PASS: docker_cli_search_test.go:63: DockerSuite.TestSearchOnCentralRegistryWithDash 0.389s [2019-09-27T16:48:21.482Z] PASS: docker_cli_search_test.go:17: DockerSuite.TestSearchStarsOptionWithWrongParameter 0.266s [2019-09-27T16:48:23.065Z] PASS: docker_cli_search_test.go:68: DockerSuite.TestSearchWithLimit 1.679s [2019-09-27T16:48:31.686Z] PASS: docker_cli_run_test.go:4290: DockerSuite.TestSlowStdinClosing 7.731s [2019-09-27T16:48:31.686Z] SKIP: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:38.784Z] PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers 7.825s [2019-09-27T16:48:38.784Z] SKIP: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:43.485Z] PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent 4.545s [2019-09-27T16:48:43.485Z] SKIP: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:43.485Z] SKIP: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:43.485Z] SKIP: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer (unmatched requirement IsPausable) [2019-09-27T16:48:43.485Z] SKIP: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:53.839Z] PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode 4.928s [2019-09-27T16:48:53.839Z] SKIP: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:53.839Z] SKIP: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:53.839Z] SKIP: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:53.839Z] SKIP: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:53.839Z] SKIP: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:53.839Z] SKIP: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:54.811Z] PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs 1.853s [2019-09-27T16:48:57.723Z] PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged 2.378s [2019-09-27T16:48:57.723Z] SKIP: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:59.907Z] PASS: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses 1.875s [2019-09-27T16:48:59.907Z] SKIP: docker_cli_run_test.go:3454: DockerSuite.TestTwoContainersInNetHost (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:59.907Z] SKIP: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:59.907Z] SKIP: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:59.907Z] SKIP: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:59.907Z] SKIP: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks (unmatched requirement DaemonIsLinux) [2019-09-27T16:48:59.907Z] SKIP: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart (unmatched requirement DaemonIsLinux) [2019-09-27T16:49:17.613Z] PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate 15.315s [2019-09-27T16:49:17.613Z] PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel 0.146s [2019-09-27T16:49:17.613Z] PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple 0.229s [2019-09-27T16:49:17.613Z] SKIP: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts (unmatched requirement DaemonIsLinux) [2019-09-27T16:49:17.613Z] PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect 0.347s [2019-09-27T16:49:17.613Z] PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti 0.304s [2019-09-27T16:49:17.613Z] PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError 0.135s [2019-09-27T16:49:19.156Z] PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs 2.831s [2019-09-27T16:49:19.156Z] PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName 0.068s [2019-09-27T16:49:22.901Z] PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling 3.129s [2019-09-27T16:49:22.901Z] PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers 0.433s [2019-09-27T16:49:23.386Z] PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels 0.474s [2019-09-27T16:49:23.386Z] PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue 0.069s [2019-09-27T16:49:23.846Z] PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs 0.200s [2019-09-27T16:49:32.435Z] PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm 8.642s [2019-09-27T16:49:32.435Z] SKIP: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce (unmatched requirement DaemonIsLinux) [2019-09-27T16:49:33.410Z] PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse 0.734s [2019-09-27T16:49:33.410Z] PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage 0.230s [2019-09-27T16:49:33.410Z] SKIP: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts (unmatched requirement DaemonIsLinux) [2019-09-27T16:49:45.811Z] PASS: docker_cli_run_test.go:3023: DockerSuite.TestVolumeFromMixedRWOptions 11.809s [2019-09-27T16:49:45.811Z] PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat 0.315s [2019-09-27T16:49:46.272Z] PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat 0.325s [2019-09-27T16:49:56.615Z] PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode 9.167s [2019-09-27T16:49:56.615Z] SKIP: docker_cli_run_test.go:2178: DockerSuite.TestVolumesNoCopyData (unmatched requirement DaemonIsLinux) [2019-09-27T16:49:57.075Z] PASS: docker_cli_run_test.go:4549: DockerSuite.TestWindowsRunAsSystem 1.571s [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest [2019-09-27T16:49:57.075Z] SKIP: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull [2019-09-27T16:49:57.075Z] SKIP: docker_cli_build_test.go:5812: DockerRegistrySuite.TestBuildMultiStageImplicitPull [2019-09-27T16:49:57.075Z] SKIP: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:199: DockerRegistrySuite.TestConcurrentPush [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:207: DockerRegistrySuite.TestCrossRepositoryLayerPush [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag [2019-09-27T16:49:57.075Z] SKIP: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest [2019-09-27T16:49:57.075Z] SKIP: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability [2019-09-27T16:49:57.075Z] SKIP: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases [2019-09-27T16:49:57.075Z] SKIP: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList [2019-09-27T16:49:57.075Z] SKIP: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:69: DockerRegistrySuite.TestPushBadTag [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:29: DockerRegistrySuite.TestPushBusyboxImage [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:145: DockerRegistrySuite.TestPushEmptyLayer [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:114: DockerRegistrySuite.TestPushMultipleTags [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:52: DockerRegistrySuite.TestPushUntagged [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest [2019-09-27T16:49:57.075Z] SKIP: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest [2019-09-27T16:49:57.075Z] SKIP: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough [2019-09-27T16:49:57.075Z] SKIP: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only [2019-09-27T16:49:57.075Z] SKIP: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:203: DockerSchema1RegistrySuite.TestConcurrentPush [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:249: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer [2019-09-27T16:49:57.075Z] SKIP: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest [2019-09-27T16:49:57.075Z] SKIP: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability [2019-09-27T16:49:57.075Z] SKIP: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases [2019-09-27T16:49:57.075Z] SKIP: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:73: DockerSchema1RegistrySuite.TestPushBadTag [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:33: DockerSchema1RegistrySuite.TestPushBusyboxImage [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:149: DockerSchema1RegistrySuite.TestPushEmptyLayer [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:118: DockerSchema1RegistrySuite.TestPushMultipleTags [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:56: DockerSchema1RegistrySuite.TestPushUntagged [2019-09-27T16:49:57.075Z] SKIP: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry [2019-09-27T16:49:57.075Z] SKIP: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth [2019-09-27T16:49:57.075Z] SKIP: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry [2019-09-27T16:49:57.075Z] SKIP: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth [2019-09-27T16:49:57.075Z] SKIP: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored [2019-09-27T16:49:57.075Z] SKIP: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth [2019-09-27T16:49:57.075Z] SKIP: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:282: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:344: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:372: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:331: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:359: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-27T16:49:57.075Z] SKIP: docker_cli_push_test.go:319: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse [2019-09-27T16:49:57.075Z] SKIP: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock [2019-09-27T16:49:57.075Z] SKIP: docker_cli_exec_test.go:81: DockerDaemonSuite.TestExecAfterDaemonRestart [2019-09-27T16:49:57.076Z] SKIP: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors [2019-09-27T16:49:57.076Z] SKIP: docker_cli_run_test.go:4114: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault [2019-09-27T16:49:57.076Z] SKIP: docker_cli_plugins_test.go:32: DockerPluginSuite.TestPluginBasicOps [2019-09-27T16:49:57.076Z] SKIP: docker_cli_plugins_test.go:263: DockerPluginSuite.TestPluginCreate [2019-09-27T16:49:57.076Z] SKIP: docker_cli_plugins_test.go:241: DockerPluginSuite.TestPluginEnableDisableNegative [2019-09-27T16:49:57.076Z] SKIP: docker_cli_plugins_test.go:63: DockerPluginSuite.TestPluginForceRemove [2019-09-27T16:49:57.076Z] SKIP: docker_cli_plugins_test.go:355: DockerPluginSuite.TestPluginIDPrefix [2019-09-27T16:49:57.076Z] SKIP: docker_cli_plugins_test.go:295: DockerPluginSuite.TestPluginInspect [2019-09-27T16:49:57.076Z] SKIP: docker_cli_plugins_test.go:211: DockerPluginSuite.TestPluginInstallArgs [2019-09-27T16:49:57.076Z] SKIP: docker_cli_plugins_test.go:127: DockerPluginSuite.TestPluginInstallDisable [2019-09-27T16:49:57.076Z] SKIP: docker_cli_plugins_test.go:227: DockerPluginSuite.TestPluginInstallImage [2019-09-27T16:49:57.076Z] SKIP: docker_cli_plugins_test.go:412: DockerPluginSuite.TestPluginListDefaultFormat [2019-09-27T16:49:57.076Z] SKIP: docker_cli_plugins_test.go:160: DockerPluginSuite.TestPluginSet [2019-09-27T16:49:57.076Z] OK: 524 passed, 548 skipped [2019-09-27T16:49:57.076Z] PASS [2019-09-27T16:49:57.076Z] ok github.com/docker/docker/integration-cli 2869.270s [2019-09-27T16:49:57.076Z] INFO: Integration tests ended at 09/27/2019 16:49:56. Duration:00:47:58.7818000 [2019-09-27T16:49:57.076Z] INFO: Docker info of the daemon under test at end of run [2019-09-27T16:49:57.076Z] [2019-09-27T16:49:57.076Z] Containers: 2 [2019-09-27T16:49:57.076Z] Running: 0 [2019-09-27T16:49:57.076Z] Paused: 0 [2019-09-27T16:49:57.076Z] Stopped: 2 [2019-09-27T16:49:57.076Z] Images: 12 [2019-09-27T16:49:57.076Z] Server Version: 0.0.0-dev [2019-09-27T16:49:57.076Z] Storage Driver: windowsfilter [2019-09-27T16:49:57.076Z] Windows: [2019-09-27T16:49:57.076Z] Logging Driver: json-file [2019-09-27T16:49:57.076Z] Plugins: [2019-09-27T16:49:57.076Z] Volume: local [2019-09-27T16:49:57.076Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-27T16:49:57.076Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-27T16:49:57.076Z] Swarm: inactive [2019-09-27T16:49:57.076Z] Default Isolation: process [2019-09-27T16:49:57.076Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-27T16:49:57.076Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-27T16:49:57.076Z] OSType: windows [2019-09-27T16:49:57.076Z] Architecture: x86_64 [2019-09-27T16:49:57.076Z] CPUs: 4 [2019-09-27T16:49:57.076Z] Total Memory: 32GiB [2019-09-27T16:49:57.076Z] Name: azwin-2-b4f710 [2019-09-27T16:49:57.076Z] ID: YURX:BDRD:R3MQ:6TAK:SHWR:JSIC:C343:Y53X:H3MB:J2NE:EY4K:KZQF [2019-09-27T16:49:57.076Z] Docker Root Dir: D:\CI\PR-385\2\daemon [2019-09-27T16:49:57.076Z] Debug Mode (client): false [2019-09-27T16:49:57.076Z] Debug Mode (server): true [2019-09-27T16:49:57.076Z] File Descriptors: -1 [2019-09-27T16:49:57.092Z] Goroutines: 18 [2019-09-27T16:49:57.092Z] System Time: 2019-09-27T16:49:56.9142662Z [2019-09-27T16:49:57.092Z] EventsListeners: 0 [2019-09-27T16:49:57.092Z] Registry: https://index.docker.io/v1/ [2019-09-27T16:49:57.092Z] Labels: [2019-09-27T16:49:57.092Z] Experimental: false [2019-09-27T16:49:57.092Z] Insecure Registries: [2019-09-27T16:49:57.092Z] 127.0.0.0/8 [2019-09-27T16:49:57.092Z] Live Restore Enabled: false [2019-09-27T16:49:57.092Z] [2019-09-27T16:49:57.092Z] [2019-09-27T16:49:57.092Z] INFO: Stopping daemon under test [2019-09-27T16:49:57.553Z] SUCCESS: The process with PID 1888 (child process of PID 7304) has been terminated. [2019-09-27T16:49:57.553Z] SUCCESS: The process with PID 7304 (child process of PID 8008) has been terminated. [2019-09-27T16:49:57.553Z] INFO: Stop tailing logs of the daemon under tests [2019-09-27T16:49:57.553Z] INFO: executeCI.ps1 Completed successfully at 09/27/2019 16:49:57. [2019-09-27T16:49:57.553Z] INFO: Tidying up at end of run [2019-09-27T16:49:57.553Z] INFO: Saving daemon under test log (d:\CI\PR-385\2\dut.out) to C:\windows\TEMP\CIDUT.out [2019-09-27T16:49:57.553Z] INFO: Saving daemon under test log (d:\CI\PR-385\2\dut.err) to C:\windows\TEMP\CIDUT.err [2019-09-27T16:49:57.553Z] INFO: Nuke-Everything... [2019-09-27T16:49:57.553Z] INFO: Container count on control daemon to delete is 2 [2019-09-27T16:49:58.015Z] 3d7f51fb5d91 [2019-09-27T16:49:58.015Z] b05a2ae05792 [2019-09-27T16:49:58.985Z] INFO: Tidying pidfile d:\CI\PR-385\2\docker.pid [2019-09-27T16:49:58.985Z] INFO: Nuking d:\CI [2019-09-27T16:50:34.720Z] INFO: Zapped successfully [2019-09-27T16:50:34.720Z] [2019-09-27T16:50:34.720Z] INFO: executeCI.ps1 exiting at Fri Sep 27 16:50:30 CUT 2019. Duration 01:03:52.3367797 [2019-09-27T16:50:34.720Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-09-27T16:50:36.399Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-09-27T16:50:38.153Z] Archiving artifacts [2019-09-27T16:50:39.328Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/engine/PR-385/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-27T16:50:40.248Z] + make clean [2019-09-27T16:50:41.799Z] docker volume rm -f docker-dev-cache [2019-09-27T16:50:41.799Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS